4067 Commits (b29b5096128fe1a47677dbe93bf35115320f9036)

Author SHA1 Message Date
Wladimir J. van der Laan dd638dd712
typedef std::map<uint256, CCoins> to CCoinsMap 11 years ago
Philip Kaufmann 8d9cc7d743
fix copyright string in two of our *.rc files 11 years ago
Wladimir J. van der Laan 3faf1f8294
test: Fix warning about integer signedness in P2SH tests 11 years ago
Wladimir J. van der Laan 77888d68d5
Fix the build for Qt5 11 years ago
Pieter Wuille 236982c2b6 Add skiplist unit tests 11 years ago
Pieter Wuille c9a0918330 Add a skiplist to the CBlockIndex structure. 11 years ago
Pieter Wuille aa81564700 Track peers' available blocks 11 years ago
kazcw 16f33f163d fix RPC error replies 11 years ago
Pieter Wuille de79aaa7a9 Move non-trivial uint256.h methods to uint256.cpp 11 years ago
Michael Ford 675bcd5892 Correct comment for 15-of-15 p2sh script size 11 years ago
jtimon 645d497aa0 Replace HexBits with strprintf 11 years ago
R E Broadley 6ecf3edfee Display unknown commands received. 11 years ago
R E Broadley 0dd5d3a009 Show only one zero instead of many when getblocks request received with a hashStop of uint256(0) 11 years ago
Tom Harding 7a19efe040 Formatting, spelling, comment fixes. 11 years ago
Tom Harding 9004798e62 Add -respendnotify option and new RPC data 11 years ago
Tom Harding ada5a067c7 UI to alert of respend attempt affecting wallet. 11 years ago
Tom Harding d640a3ceab Relay double-spends, subject to anti-DOS 11 years ago
Tom Harding 8fbf03995d CBloomFilter::clear() method 11 years ago
Philip Kaufmann 33c62c9c0b set shutdown title to main window title 11 years ago
Philip Kaufmann 40a158e100 minor code format fix in rpc-related files 11 years ago
Jeff Garzik ed5769f536 Move AcceptedConnection class to rpcserver.h. 11 years ago
Jeff Garzik 854d013012 RPC code movement: separate out JSON-RPC execution logic from HTTP server logic 11 years ago
Jeff Garzik c912e22db0 RPC cleanup: Improve HTTP server replies 11 years ago
Jeff Garzik e35b37b1b8 RPC client: Simplify command line string-to-JSON-value conversion code 11 years ago
Whit J c598f2acdb Fixed captitalization in bitcoin-cli-res.rc 11 years ago
Luke Dashjr e44fea55ea Add an option to allow users to disable relaying/mining data carrier transactions 11 years ago
Wladimir J. van der Laan 8ae973c00c Allocate more space if necessary in RandSeedAddPerfMon 11 years ago
Luke Dashjr 2a72d4591f JSON-RPC method: prioritisetransaction <txid> <priority delta> <priority tx fee> 11 years ago
Philip Kaufmann 5d59921237 add missing BOOST_FOREACH indentation in ThreadSocketHandler() 11 years ago
Philip Kaufmann 9e9ca2b671 small cleanup of #ifdefs in BindListenPort() 11 years ago
Philip Kaufmann e10dcf27b4 ensure clean and consistent "namespace" usage 11 years ago
Gavin Andresen a90689ff98
Remove timing-based signature cache unit test 11 years ago
Wladimir J. van der Laan 75c82d4923 Move coins.cpp and keystore.cpp to libbitcoin_common 11 years ago
Wladimir J. van der Laan 84ce18ca93 Remove unnecessary dependencies for bitcoin-cli 11 years ago
Wladimir J. van der Laan 14f888ca80 Move network-time related functions to timedata.cpp/h 11 years ago
Whit J e3aedbae9b Consistent lettering 11 years ago
Philip Kaufmann 5fbb4c9b58 [Qt] fix links in about window not opening 11 years ago
Philip Kaufmann 1c750dbd40 remove -tor compatibility code (only allow -onion) 11 years ago
Philip Kaufmann 6dc90ed8fa replace 3 separate calls to WSAGetLastError() with 1 11 years ago
jtimon fd704c7b2c move pow constants to chainparams 11 years ago
jtimon df852d2bcc Refactor proof of work related functions out of main 11 years ago
Gavin Andresen 7f3b4e9569
Relax IsStandard rules for pay-to-script-hash transactions 11 years ago
Cory Fields f3967bcc50 build: fix build weirdness after 54372482. 11 years ago
Wladimir J. van der Laan be873f6454
Issue warning if collecting RandSeed data failed 11 years ago
Philip Kaufmann 6a5c124b84 [Qt] don't allow translation of our example btc address 11 years ago
daniel fcb0a1bb9c change "char pch[200000]" to "new char[200000]" 11 years ago
Wladimir J. van der Laan fa126effc2
Avoid undefined behavior using CFlatData in CScript serialization 11 years ago
Philip Kaufmann b612bde521 remove unneded class CNodeCombinedStats; from rpcconsole.cpp 11 years ago
Philip Kaufmann 3dc1464f0a add missing vhListenSocket.clear(); to CNetCleanup() 11 years ago
Philip Kaufmann 2831a03b79 remove unused CNode::Cleanup() 11 years ago