4152 Commits (dc942e6f276b9fabc21f06d11cd16871d4054f82)

Author SHA1 Message Date
Wladimir J. van der Laan 2882d594fe
Fix the Qt5 build after d95ba75 11 years ago
Tom Harding 88dd3598d2 Check signatures before respend relay 11 years ago
Pieter Wuille fda3fed18a libsecp256k1 integration 11 years ago
Cory Fields 5566826635 secp256k1: Add build-side changes for libsecp256k1 11 years ago
Wladimir J. van der Laan 33fdd99288 qt: Change serious messages from qDebug to qWarning 11 years ago
Wladimir J. van der Laan d95ba75825 qt: Log messages with type>QtDebugMsg as non-debug 11 years ago
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
Huang Le caf6150e97 Use async name resolving to improve net thread responsiveness 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 cf04d83624 add OpenSSL RAND_cleanup() on OpenSSL shutdown 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
gubatron 8969828d06 [Qt] New status bar Unit Display Control and related changes. 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