aboutsummaryrefslogtreecommitdiff
path: root/src/init.cpp
AgeCommit message (Expand)Author
2017-03-27refactor: Move RPCNotifyBlockChange out of `rpc/server.h`Wladimir J. van der Laan
2017-03-27Merge #10057: [init] Deduplicated sigaction() boilerplateWladimir J. van der Laan
2017-03-26remove 'noconnect' option from documentationJameson Lopp
2017-03-24Deduplicated sigaction() boilerplateThomas Snider
2017-03-16[LevelDB] Plug leveldb logs to bitcoin logsNicolasDorier
2017-03-07Merge #9602: Remove coin age priority and free transactions - implementationWladimir J. van der Laan
2017-03-06Use CScheduler for wallet flushing, remove ThreadFlushWalletDBMatt Corallo
2017-03-03Allow setting minrelaytxfee to 0Alex Morcos
2017-03-03No longer allow "free" transactionsAlex Morcos
2017-03-03Merge #9910: Docs: correct and elaborate -rpcbind docWladimir J. van der Laan
2017-03-03Merge #9774: Enable host lookups for -proxy and -onion parametersWladimir J. van der Laan
2017-03-03Docs: correct and elaborate -rpcbind docIan Kelling
2017-03-01Merge #9821: util: Specific GetOSRandom for Linux/FreeBSD/OpenBSDWladimir J. van der Laan
2017-02-28Merge #9822: Remove block file location upgrade codeWladimir J. van der Laan
2017-02-27[debug] Change -printpriority optionAlex Morcos
2017-02-27[mining] Remove -blockprioritysize.Alex Morcos
2017-02-25don't throw std::bad_alloc when out of memory. Instead, terminate immediatelyCory Fields
2017-02-24Trivial: fix comments referencing AppInit2Marko Bencun
2017-02-22Remove block file location upgrade codeMarko Bencun
2017-02-22sanity: Move OS random to sanity check functionWladimir J. van der Laan
2017-02-20Enable host lookups for -proxy and -onion parametersJohnathan Corgan
2017-02-14[trivial] Fix recently introduced typos in commentspracticalswift
2017-02-01Merge #9625: Increase minimum debug.log size to 10MB after shrink.Wladimir J. van der Laan
2017-01-30Merge #9644: [refactor] Remove using namespace <xxx> from src/MarcoFalke
2017-01-27[trivial] Fix typos in commentspracticalswift
2017-01-27Refactor: Remove using namespace <xxx> from src/*.cpp.Karl-Johan Alm
2017-01-24Increase minimum debug.log size to 10MB after shrink.Alex Morcos
2017-01-19Merge #9499: Use recent-rejects, orphans, and recently-replaced txn for compa...Wladimir J. van der Laan
2017-01-16Merge #9484: Introduce assumevalid setting to skip validation presumed valid ...Pieter Wuille
2017-01-16Merge #9380: Separate different uses of minimum feesWladimir J. van der Laan
2017-01-16Introduce -dustrelayfeeAlex Morcos
2017-01-16Introduce -incrementalrelayfeeAlex Morcos
2017-01-13Introduce assumevalid setting to skip presumed valid scripts.Gregory Maxwell
2017-01-10Keep shared_ptrs to recently-replaced txn for compact blocksMatt Corallo
2017-01-10Add pruneblockchain RPC to enable manual block file pruning.mrbandrews
2017-01-06Merge #9408: Allow shutdown during LoadMempool, dump only when necessaryPieter Wuille
2017-01-06Merge #9319: Break addnode out from the outbound connection limits.Pieter Wuille
2017-01-05Merge #8610: Share unused mempool memory with coincachePieter Wuille
2017-01-05Break addnode out from the outbound connection limits.Gregory Maxwell
2017-01-04Introduce -blockmintxfeeAlex Morcos
2017-01-04Merge #9401: Make rpcauth help message clearer, add example in example .confMarcoFalke
2017-01-04Merge #9289: net: drop boost::thread_groupWladimir J. van der Laan
2017-01-03net: make net interruptibleCory Fields
2016-12-31Increment MIT Licence copyright header year on files modified in 2016isle2983
2016-12-24Un-expose mapArgs from utils.hMatt Corallo
2016-12-24Get rid of mapArgs direct access in ZMQ constructionMatt Corallo
2016-12-23Introduce (and use) an IsArgSet accessor methodMatt Corallo
2016-12-23Fix non-const mapMultiArgs[] access after init.Matt Corallo
2016-12-23Allow shutdown during LoadMempool, dump only when necessaryJonas Schnelli
2016-12-22Share unused mempool memory with coincachePieter Wuille