1602 Commits (45aa01fe89ea7825ea2ce612f0998715b4e10128)

Author SHA1 Message Date
Gregory Maxwell ff20f32338 Reorder dnsseed list, Jeff's seed list is static so put it last. 13 years ago
Philip Kaufmann fd28283707 fix some recently added translation plurals 13 years ago
Wladimir J. van der Laan b42adfe052 Translation strings update 13 years ago
Gavin Andresen 4060d64fc9 Fix Qt build on OSX 13 years ago
Philip Kaufmann ddadf791f1 replace some ugly code in addressbookpage.cpp 13 years ago
Philip Kaufmann c7441658da show used OpenSSL library version in debug window 13 years ago
Philip Kaufmann 0e3947ef32 fix typo in optionsmodel.cpp 13 years ago
Douglas Huff b19811d5f4 Fix OBO in socks5 auth proposal. This fixes compatibility with openssh's socks5 proxy and tor's .2.3.x branch. 13 years ago
Philip Kaufmann 5c83f797c5 update QRCodeDialog 13 years ago
Gavin Andresen 2a919e396d Warn if blockchain majority doesn't match CBlock::CURRENT_VERSION 13 years ago
Gavin Andresen dae3e10a5a Treat non-version-1 transactions as non-standard 13 years ago
Philip Kaufmann 47894585ae GUI: merge sign/verify message into a single window with tabbed UI 13 years ago
Jeff Garzik 698b9f3095 bitcoinrpc.cpp: Removed outdated comment 13 years ago
Gavin Andresen dab9fa7f91 Use unsigned ints to fix signed/unsigned warnings 13 years ago
Scott Ellis 6c83a8419b Add a timer to check for changes in immature or unconfirmed balances, 13 years ago
Gavin Andresen a2709fad7f Implement raw transaction RPC calls 13 years ago
Gavin Andresen 899d373b3c RPCTypeCheck method to make type-checking JSON Arrays easier. 13 years ago
Gavin Andresen 34420d655d Refactor: SignSignature/VerifyScript 13 years ago
Gavin Andresen 9a6ab7f142 Rework gettransaction / getblock RPC calls 13 years ago
Matt Corallo 24154ed64b Fix remaining warnings. 13 years ago
Jeff Garzik f77654a0e9 CTxMemPool: eliminate redundant lock, GetHash() call 13 years ago
Matt Corallo 96929a5515 Remove duplicate GetHash() in ConnectBlock 13 years ago
Jeff Garzik 613389019e RPC: add support for JSON-RPC 2.0-style request batching 13 years ago
Jeff Garzik c6494d82fa RPC: break out high level JSON-RPC req/resp into their own functions 13 years ago
Matt Corallo 4d9c55da72 Work around a distcc bug where -MMD output isn't copied. 13 years ago
Philip Kaufmann b7506b302d enhance translation possibilities in TransactionDesc / misc other changes 13 years ago
Matt Corallo 467b79391f Fix signed/unsigned warnings in {script,serialize}.h (fixes #1541) 13 years ago
Gregory Maxwell 19521acfa4 Do not consider inbound peers for outbound network group exclusion. 13 years ago
Jeff Garzik 18e8e43715 RPC getpeerinfo: s/height/startingheight/ for returned nStartingHeight value 13 years ago
Matt Corallo 6d6c2afb2b Change default send buffer to 1Mb. 13 years ago
Matt Corallo 3c3cb60a90 Remove useless high-volume printf (fixes #1544). 13 years ago
fanquake 7790f391ab Fix a couple more typos 13 years ago
cardpuncher eb9a21afed Fix a typo in TransactionDesc 13 years ago
Philip Kaufmann 0f5d4c6e88 fix a typo in OptionsDialog 13 years ago
Jeff Garzik 1006f0707e RPC: add 'getpeerinfo', returning easy-to-retrieve per-CNode data 13 years ago
fanquake e749405297 Fix a few typos 13 years ago
Jeff Garzik 70ab73a008 Create new rpcnet module, and move 'getconnectioncount' RPC to it 13 years ago
Matt Corallo 460d878613 Fix build error. 13 years ago
Matt Corallo 4e97a9d9eb Lock vnThreadsRunning[THREAD_RPCHANDLER]. 13 years ago
Matt Corallo 7cf3d2ccb9 Use a rpc-specific queue to tell asio connections to shutdown. 13 years ago
Matt Corallo 18c4beb05b Revert "*Always* send a shutdown signal to enable custom shutdown actions" 13 years ago
Matt Corallo 9d6cd04b3b Stop processing messages on full send buffer and dont disconnect. 13 years ago
Philip Kaufmann 2943f60811 GUI: change language selection format 13 years ago
Gavin Andresen 1282c8653e Checkpoint at block 185333 (and remove a couple of intermediate checkpoints) 13 years ago
Michael Ford 160eb23b0e Add Bitcoin dev Copyright 13 years ago
Michael Ford e4ebe82ee2 Update comments 13 years ago
Philip Kaufmann a8c20ea946 fix a comment to correctly use -upgradewallet 13 years ago
Jeff Garzik d887f54494 Document -debugnet option in command line help. 13 years ago
Giel van Schijndel 5b14622110 On Windows link with `mswsock`, it being required (indirectly) by RPC code 13 years ago
Giel van Schijndel ad25804feb Cancel outstanding listen ops for RPC when shutting down 13 years ago