1005 Commits (a550f6e415fd8aec8c45d4704712a408c37ecd18)

Author SHA1 Message Date
Alex Morcos 5ba81e54e0 Read and Write fee estimate file directly from CBlockPolicyEstimator 8 years ago
MarcoFalke faafa801e8 init: Remove redundant logging code 8 years ago
MarcoFalke faab6241d0 logging: Fix off-by-one for shrinkdebugfile 8 years ago
John Newbery cd7f39467a initialize flag variable to 0 (and continue if GetLogCategory() fails) 8 years ago
John Newbery 3bde556429 Add -debugexclude option to switch off logging for specified components 8 years ago
Wladimir J. van der Laan 2a5f574762 Use fsbridge for fopen and freopen 8 years ago
Wladimir J. van der Laan bac5c9cf64 Replace uses of boost::filesystem with fs 8 years ago
Wladimir J. van der Laan 7d5172d354 Replace includes of boost/filesystem.h with fs.h 8 years ago
Gregory Maxwell 6b3bb3d9ba Change LogAcceptCategory to use uint32_t rather than sets of strings. 8 years ago
Wladimir J. van der Laan 8d8f28dd52 refactor: Move RPCNotifyBlockChange out of `rpc/server.h` 8 years ago
Jameson Lopp 0fb288725b Move several relay options into the Relay help group 8 years ago
Jameson Lopp 1403b1a689 move rpcserialversion into RPC option group 8 years ago
Jameson Lopp d5690f1ab8 remove 'noconnect' option from documentation 8 years ago
Thomas Snider 81a3857c4e Deduplicated sigaction() boilerplate 8 years ago
NicolasDorier cfce581d11 [LevelDB] Plug leveldb logs to bitcoin logs 8 years ago
Matt Corallo 735d9b5362 Use CScheduler for wallet flushing, remove ThreadFlushWalletDB 8 years ago
Alex Morcos 7d4e9509ad Allow setting minrelaytxfee to 0 8 years ago
Alex Morcos f838005444 No longer allow "free" transactions 8 years ago
Ian Kelling e5b449c3e8 Docs: correct and elaborate -rpcbind doc 8 years ago
Alex Morcos 400b15147c [debug] Change -printpriority option 8 years ago
Alex Morcos 272b25a6a9 [mining] Remove -blockprioritysize. 8 years ago
Cory Fields c5f008a416 don't throw std::bad_alloc when out of memory. Instead, terminate immediately 8 years ago
Marko Bencun ef9f495e93 Trivial: fix comments referencing AppInit2 8 years ago
Marko Bencun 4b183d33f3 Remove block file location upgrade code 8 years ago
Wladimir J. van der Laan 7cad849299 sanity: Move OS random to sanity check function 8 years ago
Johnathan Corgan f36bdf02ce Enable host lookups for -proxy and -onion parameters 8 years ago
practicalswift 0c9b9b7d64 [trivial] Fix recently introduced typos in comments 8 years ago
practicalswift cc16d99f1d [trivial] Fix typos in comments 8 years ago
Karl-Johan Alm b7b48c8bbd Refactor: Remove using namespace <xxx> from src/*.cpp. 8 years ago
Alex Morcos 29fb311858 Increase minimum debug.log size to 10MB after shrink. 8 years ago
Alex Morcos eb30d1a5b2 Introduce -dustrelayfee 8 years ago
Alex Morcos 7b1add3c28 Introduce -incrementalrelayfee 8 years ago
Gregory Maxwell e440ac7ef3 Introduce assumevalid setting to skip presumed valid scripts. 8 years ago
Matt Corallo 1531652e02 Keep shared_ptrs to recently-replaced txn for compact blocks 8 years ago
mrbandrews 1fc4ec7bf2 Add pruneblockchain RPC to enable manual block file pruning. 8 years ago
Gregory Maxwell 50bd12ce0c Break addnode out from the outbound connection limits. 8 years ago
Alex Morcos daec955fd6 Introduce -blockmintxfee 8 years ago
Cory Fields 0985052319 net: make net interruptible 8 years ago
isle2983 27765b6403 Increment MIT Licence copyright header year on files modified in 2016 8 years ago
Matt Corallo 4cd373aea8 Un-expose mapArgs from utils.h 8 years ago
Matt Corallo 71fde5563b Get rid of mapArgs direct access in ZMQ construction 8 years ago
Matt Corallo 0cf86a6678 Introduce (and use) an IsArgSet accessor method 8 years ago
Matt Corallo 2b5f085ad1 Fix non-const mapMultiArgs[] access after init. 8 years ago
Jonas Schnelli 9479f8dfcf
Allow shutdown during LoadMempool, dump only when necessary 8 years ago
Pieter Wuille ba3cecf5c4 Share unused mempool memory with coincache 8 years ago
Gregory Sanders 0513c707aa Make rpcauth help message clearer, add example in example .conf 8 years ago
Jeremy Rubin c9e69fbf39 Add CuckooCache implementation and replace the sigcache map_type with it 8 years ago
Pieter Wuille 80d073c9bc Complain when unknown rpcserialversion is specified 8 years ago
Gregory Sanders bc7ff8db99 Add option to return non-segwit serialization via rpc 8 years ago
Gregory Maxwell 749be013f5 Move GetWarnings() into its own file. 8 years ago