4167 Commits (49d57125f953e3e909e5c61d42d66013df8d325e)

Author SHA1 Message Date
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
Peter Todd 38405ac141
Add comment regarding experimental-use service bits 10 years ago
Peter Todd 99ddc6cb70 Add nLocalServices info to RPC getinfo 10 years ago
Pieter Wuille 806fd19ecb Allocate receive buffers in on the fly 10 years ago
Philip Kaufmann fc0c07eb64 small cleanup in src/compat .h and .cpp 10 years ago
Pavel Vasin ea3acaf383 AvailableCoins: acquire cs_main mutex 10 years ago
Wladimir J. van der Laan 6afa49329d rpc: Add acceptors only when listening succeeded 10 years ago
Wladimir J. van der Laan 33e5b42910 rpc: Ignore and log errors during cancel 10 years ago
jtimon f6984e8141 Add "chain" to getmininginfo, improve help in getblockchaininfo 10 years ago
jtimon b82b7ec3dc Get rid of Params().RPCisTestNet() 10 years ago
Philip Kaufmann 1020f599f3 add comment to HelpMessage() to ensure alphabetical ordering 10 years ago
Cory Fields 92a6220711 sanity: hook up sanity checks 10 years ago
Cory Fields 679240d0e9 sanity: add libc/stdlib sanity checks 10 years ago
Cozz Lovan b3c912d93a [Qt] Change Coin control labels and tooltips because of non-rounding fees 10 years ago
Cozz Lovan 77cbd4623e Let -zapwallettxes recover transaction meta data 10 years ago
Wladimir J. van der Laan 09eb201b1b Remove `using namespace std` from header file 10 years ago
Wladimir J. van der Laan 1569353b8a
Add `-stopafterblockimport` option 10 years ago
Philip Kaufmann 6763018797 [Qt] rename In:/Out: to Received/Sent in traffic tab 10 years ago