3688 Commits (27bff74e39c4c2951a709114e0d565568a0554fa)

Author SHA1 Message Date
Chuck 0b8f47dc53 Changing LockedPageManager to use a managed instance 11 years ago
Gavin Andresen 3b9ecfed82 Make -DDEBUGLOCKORDER + -debug less noisy 11 years ago
Wladimir J. van der Laan 163145938c qt: remove awkward way of setting GUI pages 11 years ago
Philip Kaufmann 95d4a2be95 paymentserver: style fixes / cleanup 11 years ago
Wladimir J. van der Laan 26702e6930 qt: merge walletstack and walletframe 11 years ago
Philip Kaufmann 1728bf0873 update default -rpcsslciphers to include TLSv1.2 11 years ago
Philip Kaufmann 46b57eb500 add SendCoinsEntry::updateLabel() function 11 years ago
Pieter Wuille 7d38af3c49 Push down cs_main locking in ProcessMessage 11 years ago
Pieter Wuille 49d754d915 Run node deletions outside of cs_vNodes 11 years ago
Pieter Wuille 6055b9101b Allow SendMessages to run partially without cs_main 11 years ago
Philip Kaufmann 75fa27eaca make BitcoinAmountField::setReadOnly() usable 11 years ago
Philip Kaufmann 7dea6345e1 replace %zu with %"PRIszu" macro to prevent compiler warnings 11 years ago
Philip Kaufmann 96b9603c01 misc spelling / space / style fixes 11 years ago
Philip Kaufmann 47970dac41 clientmodel: remove 2 hard-coded values, use CChainParams instead 11 years ago
Pieter Wuille f9b15a4fc9 Move CBlockLocator to core.h 11 years ago
Pieter Wuille e4daecda0b Reimplement CBlockLocator's chain-related logic in CChain. 11 years ago
Gavin Andresen b2ba55c42b Avoid core dump if rpc port is in use. 11 years ago
Scott Ellis ce14345a89 Add network traffic graph 11 years ago
phantomcircuit bc68788317 comment explaining new wallet format for key/wkey entries 11 years ago
Pieter Wuille 4c6d41b8b6 Refactor/encapsulate chain globals into a CChain class 11 years ago
Philip Kaufmann 733511eda0 prevent compiler redefinition warnings 11 years ago
Philip Kaufmann 48c011489b don't touch addressbook when using secure payment-requests 11 years ago
Philip Kaufmann 06dfd23d41 paymentserver: use own HTML-esc / add new header const 11 years ago
Philip Kaufmann 8a041f494f sendcoinsdialog: display real failed address string 11 years ago
Philip Kaufmann 057bf35bc5 sendcoinsentry: small clear() and setValue() changes 11 years ago
Wladimir J. van der Laan b0091bb896 wallet: remove automatic update of default key 11 years ago
Gavin Andresen d8315d1650 Remove include of windows.h from allocators.h 11 years ago
Philip Kaufmann c7b1d6bbc7 Bitcoin-Qt: ensure Qt icon is shown with Qt >= 5.0 11 years ago
Philip Kaufmann 917ac1dcc1 make fCommandLine a local variable in AppInit() 11 years ago
Philip Kaufmann 5ea66c54fb style-police: fixed badly readable code in ProcessMessage() 11 years ago
Philip Kaufmann c55d1600da add missing Boost Thread join_all() call during shutdown 11 years ago
Philip Kaufmann a8d0c1e8cc Bitcoin-Qt: prevent stuck/unusable debug window on exit 11 years ago
David Hill a5e685bcf8 Hurricane Electric uses block 2001:470::, not 2011:470:: 11 years ago
Gavin Andresen 16b3ff66e0 Lower maximum size for free transaction creation 11 years ago
Gavin Andresen ea1cd5b47f Remove CENT-output free transaction rule when relaying 11 years ago
Josh Lehan 971bb3e901 Added ping time measurement. 11 years ago
Philip Kaufmann fbed9c9d63 special case DoS value == 0 in ProcessMessage() 11 years ago
Philip Kaufmann cbf87fc4a6 rename bitcoin-res.rc to bitcoind-res.rc 11 years ago
Philip Kaufmann c1761a5df3 fix #3049 by changing comment for CNetAddr::IsRFC4193() 11 years ago
Jeff Garzik a79342479f Relay OP_RETURN data TxOut as standard transaction type 11 years ago
Jeff Garzik 28f6b8dbad RPC validateaddress: test pwalletMain for NULL (no-wallet mode) 11 years ago
Philip Kaufmann ced3c24816 log start and end of Shutdown() 11 years ago
Jeff Garzik b0730874d9 Support absence of wallet (pwalletMain==NULL) in several locations, 11 years ago
Philip Kaufmann 23b48d13f1 Bitcoin-Qt: translation fixes in sendcoins 11 years ago
Philip Kaufmann ab25271d3c Bitcoin-Qt: add missing change from branch Qt_misc 11 years ago
Philip Kaufmann f65dddc7b2 misc small spelling/indentation fixes 11 years ago
Philip Kaufmann d5f0ef54f8 several small Qt-related fixes 11 years ago
Pieter Wuille f5857e5cb5 Inline signature serializer 11 years ago
Philip Kaufmann 8d750f1d21 internal miner: move 2 globals from main to miner 11 years ago
Cozz Lovan 5dc9164edc GUI: fix sendcoinsdialog/sendcoinsentry 11 years ago