1855 Commits (31a8b70ee3ad243a7d2a3401ced79f5ece6b4a00)

Author SHA1 Message Date
fanquake 7790f391ab Fix a couple more typos 12 years ago
cardpuncher eb9a21afed Fix a typo in TransactionDesc 12 years ago
Philip Kaufmann 0f5d4c6e88 fix a typo in OptionsDialog 12 years ago
Jeff Garzik 1006f0707e RPC: add 'getpeerinfo', returning easy-to-retrieve per-CNode data 12 years ago
fanquake e749405297 Fix a few typos 12 years ago
Jeff Garzik 70ab73a008 Create new rpcnet module, and move 'getconnectioncount' RPC to it 12 years ago
Matt Corallo 460d878613 Fix build error. 12 years ago
Matt Corallo 4e97a9d9eb Lock vnThreadsRunning[THREAD_RPCHANDLER]. 12 years ago
Matt Corallo 7cf3d2ccb9 Use a rpc-specific queue to tell asio connections to shutdown. 12 years ago
Matt Corallo 18c4beb05b Revert "*Always* send a shutdown signal to enable custom shutdown actions" 12 years ago
R E Broadley 7f1de3fec8 Make truncating the debug.log file an option. 12 years ago
Matt Corallo 9d6cd04b3b Stop processing messages on full send buffer and dont disconnect. 12 years ago
Philip Kaufmann 2943f60811 GUI: change language selection format 12 years ago
Gavin Andresen 1282c8653e Checkpoint at block 185333 (and remove a couple of intermediate checkpoints) 12 years ago
Michael Ford 160eb23b0e Add Bitcoin dev Copyright 12 years ago
Michael Ford e4ebe82ee2 Update comments 12 years ago
Philip Kaufmann a8c20ea946 fix a comment to correctly use -upgradewallet 12 years ago
Jeff Garzik d887f54494 Document -debugnet option in command line help. 12 years ago
Giel van Schijndel 5b14622110 On Windows link with `mswsock`, it being required (indirectly) by RPC code 12 years ago
Giel van Schijndel ad25804feb Cancel outstanding listen ops for RPC when shutting down 12 years ago
Jeff Garzik 983e4bdef0 Quieten 'getdata' P2P message output 12 years ago
xanatos 3948eb0c54 Changed a comment about a QVariant type 12 years ago
Pieter Wuille 863e995b79 Debug version messages 12 years ago
Pieter Wuille 54ce3bad64 Add -tor and related configuration 12 years ago
Pieter Wuille d077dd2a6e Rewrite CNetAddr::GetReachabilityFrom() 12 years ago
Pieter Wuille 70f7f00385 Node support for Tor hidden services 12 years ago
Jeff Garzik d07eaba195 Introduce -debugnet option, thereby quieting some redundant debug messages 12 years ago
Gregory Maxwell e6332751c6 Remove some rule differences which aren't needed with testnet3. 12 years ago
Jeff Garzik 25d5c19522 RPC: add 'getrawmempool', listing all transaction ids in memory pool 12 years ago
Pieter Wuille e0be8da392 Unit tests for base32 encode/decode 12 years ago
Pieter Wuille c4c99ade65 Base32 encoding/decoding 12 years ago
xanatos d89f06c1ae Small fix to rpc_tests 12 years ago
xanatos fdfdb5cd7d = instead of == in multisig_tests.cpp 12 years ago
Philip Kaufmann a3d12f445a fix a memory leak in key.cpp 12 years ago
Pieter Wuille 70f6049f71 Remove CTxDB::ReadOwnerTxes. 12 years ago
Philip Kaufmann 229c34f818 GUI: ensure a changed bitcoin unit immediately updates the tx list amounts 12 years ago
Gavin Andresen c283b3c569 print large orphan warning BEFORE deleting pvMsg 12 years ago
xanatos 16d5671943 If (for example) the new max_size must be 5 then at the end the queue.size() must be <= 5, so the exit condition must be <=, so the continuing condition must be > (and not >= as it was). 12 years ago
Pieter Wuille 4c6b210af0 Fix netbase tests 12 years ago
Luke Dashjr 0f5a2a82d9 CBigNum: Convert negative int64 values in a more well-defined way 12 years ago
Giel van Schijndel 896899e0d6 *Always* send a shutdown signal to enable custom shutdown actions 12 years ago
Gregory Maxwell 3bbb49de55 Fix inverted logic for !Discover/!UPNP when !Listen. 12 years ago
Philip Kaufmann e0873dafc5 add the slot updateDisplayUnit() to overviewpage, sendcoinsdialog, sendcoinsentry and connect it to displayUnitChanged() - this ensures all fields in the GUI, who use a display unit are imediately updated, when the user changes this setting in the optionsdialog / ensure used fields init with the current set display unit 12 years ago
Matt Corallo ad5f29b743 Revert "Disable bitcoin: URI handling on Windows for the 0.6 release" 12 years ago
Matt Corallo 1d42878adb Fix #956 the Boost 1.49 way. 12 years ago
Matt Corallo 39471861d5 Upgrade to Boost 1.49 on Win32 12 years ago
Pieter Wuille c971112dfa Use a 64-bit nonce in ping 12 years ago
Pieter Wuille c4971e24f9 Add netbase tests 12 years ago
Pieter Wuille 1e8aeae15a Improve parsing of IPv6 addresses 12 years ago
Wladimir J. van der Laan 7d72a8c36a Show command line options as dialog when opened from debug window 12 years ago