3570 Commits (ffd082a6a36bf0b85078be8400b8eda3630b34b3)

Author SHA1 Message Date
Pieter Wuille a0fa20a12b Move CCoins-related logic to coins.{cpp.h} 11 years ago
Pieter Wuille 84674082b0 Make CCoinsView use block hashes instead of indices 11 years ago
Brandon Dahler 51ed9ec971 Cleanup code using forward declarations. 11 years ago
Brandon Dahler b64187d05f Rename leveldb.{h,cpp} to leveldbwrapper.{h,cpp}. 11 years ago
Matt Corallo eacc6f4a26 Add a few more basic script/tx test-cases. 11 years ago
Philip Kaufmann 91163c15f6 [Qt] rename rpcconsole window 11 years ago
Philip Kaufmann a80b1a0312 [Qt] make event() and eventFilter() in askpassphrasedialog protected 11 years ago
Philip Kaufmann 5cd85c4228 [Qt] remove unused optionsmodel from addressbookpage 11 years ago
Philip Kaufmann 011e1c060a [Qt] use tr() instead of QObject::tr() in intro.cpp 11 years ago
Wladimir J. van der Laan c82cddcc55 qt: remove unused signal from addresstablemodel 11 years ago
Sergey Kazenyuk e5a2c9794c Make time facet non-constant 11 years ago
Wladimir J. van der Laan e592d43f51 qt: add license header to source files 11 years ago
Wladimir J. van der Laan e30bd78f81 No more fHaveGUI 11 years ago
Patrick Strateman 75ef87dd93 process received messages one at a time without sleeping between messages 11 years ago
Gavin Andresen 319b11607f Refactor: CTxMempool class to its own txmempool.{cpp,h} 11 years ago
Philip Kaufmann 959e62f0c8 make -logtimestamps default on and rework help-message 11 years ago
Pieter Wuille caca6aa4eb Make some globals in main non-public. 11 years ago
Pieter Wuille 85eb2cef33 Do not use the redundant BestInvalidWork record in the block database. 11 years ago
Philip Kaufmann 395d0d5af0 rework an ugly hack in processPaymentRequest() 11 years ago
Philip Kaufmann 952d2cdb56 make processPaymentRequest() use a single SendCoinsRecipient 11 years ago
Philip Kaufmann 983cef4802 payment-request UI: use SendCoinsRecipient.message for memo 11 years ago
Philip Kaufmann c6c97e0f4e [Qt] Rework of payment request UI (mainly for insecure pr) 11 years ago
Philip Kaufmann 71ba4670fc [Qt] sendcoinsdialog: convert QMessageBox usage to message() 11 years ago
Philip Kaufmann 9eb4ab66bf transactionview: make exportClicked() use message() 11 years ago
Philip Kaufmann 868d3ee5ac transactionview: add message() signal 11 years ago
Philip Kaufmann 3b570559f8 re-work -debug switch handling 11 years ago
Gavin Andresen 9038b18f46 -fuzzmessagestest=N : randomly corrupt 1-of-N sent messages 11 years ago
Gavin Andresen d5d1425657 Bug fix: CDataStream::GetAndClear() when nReadPos > 0 11 years ago
Philip Kaufmann a39967401e fix wrong memcmp() usage in CKey::operator== 11 years ago
Pieter Wuille 170e02deaf Generalize the remove-outputs check for fully-prunable transactions. 11 years ago
Wladimir J. van der Laan 7ae454084b qt: make receive coins tab look more consistent with send coins tab 11 years ago
Olivier Langlois f171ec0c7d Make util phexdigit array reusable 11 years ago
Philip Kaufmann d127964a97 walletview: clarify 2 comments 11 years ago
Philip Kaufmann 0259c62f41 walletview: make backupWallet() use GUIUtil::getSaveFileName() 11 years ago
Wladimir J. van der Laan 9705c5b9ae qt: english language update 11 years ago
Wladimir J. van der Laan 7d16bb3874 qt: clean up signal handling in walletframe/walletview 11 years ago
Matt Corallo b33b9a6fef Fix comparison tool by asking for blocks more aggressively 11 years ago
Philip Kaufmann 4751df0ca3 [Qt] additional small fixes for #3099 (new receive flow) 11 years ago
Pieter Wuille e9755001ab Remove redundant insert method in serialize. 11 years ago
Philip Kaufmann 444fd65f66 GUIUtil: make getSaveFileName() use native OS path separators 11 years ago
Pieter Wuille 722fa283d0 Break dependency of init on wallet. 11 years ago
Pieter Wuille 00588c3fac Use boost signals for callbacks from main to wallet 11 years ago
Pieter Wuille e010af7089 Remove broken PrintWallet functionality 11 years ago
Pieter Wuille fe52346450 Do not treat fFromMe transaction differently when broadcasting 11 years ago
Pieter Wuille a616206865 Give peer time-adjustment data an own lock 11 years ago
Warren Togami 1ce418929a Split MIN_PROTO_VERSION into INIT_PROTO_VERSION and MIN_PEER_PROTO_VERSION 11 years ago
Gavin Andresen 1f3d3647ff Send multiple inv messages if mempool.size > MAX_INV_SZ 11 years ago
Wladimir J. van der Laan 3b70282015 qt: ReceiveCoinsDialog and SendCoinsDialog should not take a gui object 11 years ago
Philip Kaufmann 1511057b4f [Qt] additional small fix for #3099 (new receive flow) 11 years ago
Philip Kaufmann d57a496c51 [Qt] misc small fixes for #3099 (new receive flow) 11 years ago