3472 Commits (0542619d93811fdb73508abb5299b8fd77f47a0e)

Author SHA1 Message Date
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
Philip Kaufmann 2384a2864b allow emit message() in sendcoinsdialog and walletview 11 years ago
Wladimir J. van der Laan 70b14636cd qt: general polish after adding new receive flow 11 years ago
Philip Kaufmann 9195e0bed2 paymentserver: init all class members in constructor 11 years ago
Philip Kaufmann 08dd1b7be1 Qt: move paymentACK handling to paymentserver 11 years ago
Peter Todd 005609539b
Show short scriptPubKeys correctly 11 years ago
Peter Todd 22de68dffc
Relay OP_RETURN TxOut as standard transaction type 11 years ago
Philip Kaufmann 800d5b14c7 [Qt]: fix num Blocks to maturity in Tx description 11 years ago
Philip Kaufmann 4315ec1a72 RPC: error code changes and prevent crash with walletpassphrase 11 years ago
Philip Kaufmann 8abac716ea bitcoingui: show main window (if hidden) on modal messages 11 years ago
Wladimir J. van der Laan 840905a8fd Add test for monetary value parsing 11 years ago