aboutsummaryrefslogtreecommitdiff
path: root/src/init.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | | Add -stopatheight for benchmarkingPieter Wuille2017-04-271-0/+2
| |/ |/|
* | Read and Write fee estimate file directly from CBlockPolicyEstimatorAlex Morcos2017-04-101-2/+3
* | Merge #9902: Lightweight abstraction of boost::filesystemWladimir J. van der Laan2017-04-061-23/+23
|\ \
| * | Use fsbridge for fopen and freopenWladimir J. van der Laan2017-04-031-5/+5
| * | Replace uses of boost::filesystem with fsWladimir J. van der Laan2017-04-031-17/+17
| * | Replace includes of boost/filesystem.h with fs.hWladimir J. van der Laan2017-04-031-1/+1
* | | Merge #10151: [logging] initialize flag variable to 0 (and continue if GetLog...Wladimir J. van der Laan2017-04-051-2/+4
|\ \ \
| * | | initialize flag variable to 0 (and continue if GetLogCategory() fails)John Newbery2017-04-041-2/+4
* | | | Merge #10154: init: Remove redundant logging codeWladimir J. van der Laan2017-04-051-4/+1
|\ \ \ \
| * | | | init: Remove redundant logging codeMarcoFalke2017-04-051-4/+1
| |/ / /
* / / / logging: Fix off-by-one for shrinkdebugfileMarcoFalke2017-04-051-1/+1
|/ / /
* / / Add -debugexclude option to switch off logging for specified componentsJohn Newbery2017-04-031-1/+14
|/ /
* | Change LogAcceptCategory to use uint32_t rather than sets of strings.Gregory Maxwell2017-04-011-12/+16
* | Merge #10095: refactor: Move GetDifficulty out of `rpc/server.h`Wladimir J. van der Laan2017-03-311-0/+1
|\ \
| * | refactor: Move RPCNotifyBlockChange out of `rpc/server.h`Wladimir J. van der Laan2017-03-271-0/+1
* | | Merge #10088: Trivial: move several relay options into the relay help groupPieter Wuille2017-03-291-4/+4
|\ \ \
| * | | Move several relay options into the Relay help groupJameson Lopp2017-03-261-4/+4
| | |/ | |/|
* | | Merge #10086: Trivial: move rpcserialversion into RPC option groupPieter Wuille2017-03-291-1/+1
|\ \ \ | |_|/ |/| |
| * | move rpcserialversion into RPC option groupJameson Lopp2017-03-261-1/+1
| |/
* | Merge #10057: [init] Deduplicated sigaction() boilerplateWladimir J. van der Laan2017-03-271-14/+19
|\ \
| * | Deduplicated sigaction() boilerplateThomas Snider2017-03-241-14/+19
| |/
* / remove 'noconnect' option from documentationJameson Lopp2017-03-261-3/+3
|/
* [LevelDB] Plug leveldb logs to bitcoin logsNicolasDorier2017-03-161-1/+1
* Merge #9602: Remove coin age priority and free transactions - implementationWladimir J. van der Laan2017-03-071-7/+5
|\
| * Allow setting minrelaytxfee to 0Alex Morcos2017-03-031-2/+3
| * No longer allow "free" transactionsAlex Morcos2017-03-031-3/+1
| * [debug] Change -printpriority optionAlex Morcos2017-02-271-1/+1
| * [mining] Remove -blockprioritysize.Alex Morcos2017-02-271-1/+0
* | Use CScheduler for wallet flushing, remove ThreadFlushWalletDBMatt Corallo2017-03-061-1/+1
* | Merge #9910: Docs: correct and elaborate -rpcbind docWladimir J. van der Laan2017-03-031-1/+1
|\ \
| * | Docs: correct and elaborate -rpcbind docIan Kelling2017-03-031-1/+1
* | | Merge #9774: Enable host lookups for -proxy and -onion parametersWladimir J. van der Laan2017-03-031-7/+16
|\ \ \ | |/ / |/| |
| * | Enable host lookups for -proxy and -onion parametersJohnathan Corgan2017-02-201-7/+16
* | | Merge #9821: util: Specific GetOSRandom for Linux/FreeBSD/OpenBSDWladimir J. van der Laan2017-03-011-0/+6
|\ \ \
| * | | sanity: Move OS random to sanity check functionWladimir J. van der Laan2017-02-221-0/+6
| |/ /
* | | Merge #9822: Remove block file location upgrade codeWladimir J. van der Laan2017-02-281-26/+1
|\ \ \
| * | | Remove block file location upgrade codeMarko Bencun2017-02-221-26/+1
| |/ /
* | / don't throw std::bad_alloc when out of memory. Instead, terminate immediatelyCory Fields2017-02-251-0/+16
| |/ |/|
* | Trivial: fix comments referencing AppInit2Marko Bencun2017-02-241-5/+1
|/
* [trivial] Fix recently introduced typos in commentspracticalswift2017-02-141-1/+1
* Merge #9625: Increase minimum debug.log size to 10MB after shrink.Wladimir J. van der Laan2017-02-011-1/+4
|\
| * Increase minimum debug.log size to 10MB after shrink.Alex Morcos2017-01-241-1/+4
* | Merge #9644: [refactor] Remove using namespace <xxx> from src/MarcoFalke2017-01-301-16/+13
|\ \
| * | Refactor: Remove using namespace <xxx> from src/*.cpp.Karl-Johan Alm2017-01-271-16/+13
| |/
* / [trivial] Fix typos in commentspracticalswift2017-01-271-1/+1
|/
* Merge #9499: Use recent-rejects, orphans, and recently-replaced txn for compa...Wladimir J. van der Laan2017-01-191-0/+1
|\
| * Keep shared_ptrs to recently-replaced txn for compact blocksMatt Corallo2017-01-101-0/+1
* | Merge #9484: Introduce assumevalid setting to skip validation presumed valid ...Pieter Wuille2017-01-161-2/+9
|\ \
| * | Introduce assumevalid setting to skip presumed valid scripts.Gregory Maxwell2017-01-131-2/+9
* | | Merge #9380: Separate different uses of minimum feesWladimir J. van der Laan2017-01-161-1/+37
|\ \ \ | |/ / |/| |