5983 Commits (df9c2ee1c9c02b79ccbb6cbae03096c3f9af23c7)

Author SHA1 Message Date
Philip Kaufmann 40a158e100 minor code format fix in rpc-related files 10 years ago
Jeff Garzik ed5769f536 Move AcceptedConnection class to rpcserver.h. 10 years ago
Jeff Garzik 854d013012 RPC code movement: separate out JSON-RPC execution logic from HTTP server logic 10 years ago
Jeff Garzik c912e22db0 RPC cleanup: Improve HTTP server replies 10 years ago
Jeff Garzik e35b37b1b8 RPC client: Simplify command line string-to-JSON-value conversion code 10 years ago
Whit J c598f2acdb Fixed captitalization in bitcoin-cli-res.rc 10 years ago
Huang Le caf6150e97 Use async name resolving to improve net thread responsiveness 10 years ago
Luke Dashjr e44fea55ea Add an option to allow users to disable relaying/mining data carrier transactions 10 years ago
Wladimir J. van der Laan 8ae973c00c Allocate more space if necessary in RandSeedAddPerfMon 10 years ago
Luke Dashjr 2a72d4591f JSON-RPC method: prioritisetransaction <txid> <priority delta> <priority tx fee> 10 years ago
Philip Kaufmann cf04d83624 add OpenSSL RAND_cleanup() on OpenSSL shutdown 10 years ago
Philip Kaufmann 5d59921237 add missing BOOST_FOREACH indentation in ThreadSocketHandler() 10 years ago
Philip Kaufmann 9e9ca2b671 small cleanup of #ifdefs in BindListenPort() 10 years ago
Philip Kaufmann e10dcf27b4 ensure clean and consistent "namespace" usage 10 years ago
Gavin Andresen a90689ff98
Remove timing-based signature cache unit test 10 years ago
gubatron 8969828d06 [Qt] New status bar Unit Display Control and related changes. 10 years ago
Wladimir J. van der Laan 75c82d4923 Move coins.cpp and keystore.cpp to libbitcoin_common 10 years ago
Wladimir J. van der Laan 84ce18ca93 Remove unnecessary dependencies for bitcoin-cli 10 years ago
Wladimir J. van der Laan 14f888ca80 Move network-time related functions to timedata.cpp/h 10 years ago
Whit J e3aedbae9b Consistent lettering 10 years ago
Philip Kaufmann 5fbb4c9b58 [Qt] fix links in about window not opening 10 years ago
Philip Kaufmann 1c750dbd40 remove -tor compatibility code (only allow -onion) 10 years ago
Philip Kaufmann 6dc90ed8fa replace 3 separate calls to WSAGetLastError() with 1 10 years ago
jtimon fd704c7b2c move pow constants to chainparams 10 years ago
jtimon df852d2bcc Refactor proof of work related functions out of main 10 years ago
Gavin Andresen 7f3b4e9569
Relax IsStandard rules for pay-to-script-hash transactions 10 years ago
Cory Fields f3967bcc50 build: fix build weirdness after 54372482. 10 years ago
Wladimir J. van der Laan be873f6454
Issue warning if collecting RandSeed data failed 10 years ago
Philip Kaufmann 6a5c124b84 [Qt] don't allow translation of our example btc address 10 years ago
daniel fcb0a1bb9c change "char pch[200000]" to "new char[200000]" 10 years ago
Wladimir J. van der Laan fa126effc2
Avoid undefined behavior using CFlatData in CScript serialization 10 years ago
Philip Kaufmann b612bde521 remove unneded class CNodeCombinedStats; from rpcconsole.cpp 10 years ago
Philip Kaufmann 3dc1464f0a add missing vhListenSocket.clear(); to CNetCleanup() 10 years ago
Philip Kaufmann 2831a03b79 remove unused CNode::Cleanup() 10 years ago
Philip Kaufmann 0655fac0b1 miner: indentation fixes, remove for (;;) 10 years ago
Pieter Wuille d38da59bf6 Code simplifications after CTransaction::GetHash() caching 10 years ago
Pieter Wuille 4949004d68 Add CMutableTransaction and make CTransaction immutable. 10 years ago
Pieter Wuille a0495bb68c Add <Hasher>::OUTPUT_SIZE 10 years ago
Cory Fields 4791b99e2d crypto: create a separate lib for crypto functions 10 years ago
Cory Fields f2647cc0e9 crypto: explicitly check for byte read/write functions 10 years ago
Cory Fields 54372482a8 build: move bitcoin-config.h to its own directory 10 years ago
Pieter Wuille 3820e01eb9 Extend and move all crypto tests to crypto_tests.cpp 10 years ago
Pieter Wuille 7ecd9739d9 Move {Read,Write}{LE,BE}{32,64} to common.h and use builtins if possible 10 years ago
Pieter Wuille a5bc9c0917 Add built-in RIPEMD-160 implementation 10 years ago
Pieter Wuille 13b5dfef64 Move crypto implementations to src/crypto/ 10 years ago
Pieter Wuille 1cc344ce42 Add built-in SHA-1 implementation. 10 years ago
Pieter Wuille 85aab2a088 Switch miner.cpp to use sha2 instead of OpenSSL. 10 years ago
Pieter Wuille cf0c47b269 Remove getwork() RPC call 10 years ago
Pieter Wuille 7b4737c878 Switch script.cpp and hash.cpp to use sha2.cpp instead of OpenSSL. 10 years ago
Pieter Wuille 977cdadea8 Add a built-in SHA256/SHA512 implementation. 10 years ago