6144 Commits (07f70b2dde26ef2b8857642043b149ff23f59a5c)

Author SHA1 Message Date
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
Wladimir J. van der Laan b750cf1fb9
Remove cli functionality from bitcoind 10 years ago
Jeff Garzik 0cafb63025
bitcoin-cli, rpcclient: prefer EXIT_FAILURE cstdlib constant 10 years ago
kevin 33cc907dfb Add DNS seed of open-nodes.org 10 years ago
Wladimir J. van der Laan 5c97aae6da qt: Unify AboutDialog and HelpMessageDialog 10 years ago
Wladimir J. van der Laan 45615af26f Add 'about' information to `-version` output 10 years ago
Wladimir J. van der Laan 18116b06c1 Ignore too-long redeemScripts while loading wallet 10 years ago
Wladimir J. van der Laan e5ee8f016e
Remove -beta suffix 10 years ago
Philip Kaufmann f5ae6c9826 add NetworkIDString() to chainparams 10 years ago
Jeff Garzik 88df548dde base58: add paranoid return value checks 10 years ago
Andreas Schildbach c30329adfa Add testnet DNS seed of Alex Kotenko. 10 years ago
Philip Kaufmann f3790472f0 remove unused code from getblockchaininfo() 10 years ago
Wladimir J. van der Laan 97789d374c util: Add function FormatParagraph to format paragraph to fixed-width 10 years ago
Wladimir J. van der Laan 96b733e996 Add `-version` option to get just the version 10 years ago
Philip Kaufmann 634bd61b76 convert an if into an else if in OpenNetworkConnection() 10 years ago