aboutsummaryrefslogtreecommitdiff
path: root/src/init.cpp
Commit message (Expand)AuthorAgeFilesLines
...
| * [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
|\ \ \ | |/ / |/| |
| * | Introduce -dustrelayfeeAlex Morcos2017-01-161-0/+11
| * | Introduce -incrementalrelayfeeAlex Morcos2017-01-161-1/+16
| * | Introduce -blockmintxfeeAlex Morcos2017-01-041-0/+10
* | | Add pruneblockchain RPC to enable manual block file pruning.mrbandrews2017-01-101-6/+10
| |/ |/|
* | Merge #9408: Allow shutdown during LoadMempool, dump only when necessaryPieter Wuille2017-01-061-1/+4
|\ \
| * | Allow shutdown during LoadMempool, dump only when necessaryJonas Schnelli2016-12-231-1/+4
* | | Merge #9319: Break addnode out from the outbound connection limits.Pieter Wuille2017-01-061-4/+5
|\ \ \
| * | | Break addnode out from the outbound connection limits.Gregory Maxwell2017-01-051-4/+5
| | |/ | |/|
* | | Merge #8610: Share unused mempool memory with coincachePieter Wuille2017-01-051-1/+2
|\ \ \ | |/ / |/| |
| * | Share unused mempool memory with coincachePieter Wuille2016-12-221-1/+2
| |/
* | Merge #9401: Make rpcauth help message clearer, add example in example .confMarcoFalke2017-01-041-1/+1
|\ \
| * | Make rpcauth help message clearer, add example in example .confGregory Sanders2016-12-211-1/+1
| |/
* | Merge #9289: net: drop boost::thread_groupWladimir J. van der Laan2017-01-041-1/+3
|\ \
| * | net: make net interruptibleCory Fields2017-01-031-1/+3
* | | Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
|/ /
* | Un-expose mapArgs from utils.hMatt Corallo2016-12-241-2/+2
* | Get rid of mapArgs direct access in ZMQ constructionMatt Corallo2016-12-241-1/+1
* | Introduce (and use) an IsArgSet accessor methodMatt Corallo2016-12-231-10/+10
* | Fix non-const mapMultiArgs[] access after init.Matt Corallo2016-12-231-26/+34
|/
* Merge #9236: Fix races for strMiscWarning and fLargeWork*Found, make QT runaw...Wladimir J. van der Laan2016-12-191-0/+1
|\
| * Move GetWarnings() into its own file.Gregory Maxwell2016-12-031-0/+1
* | Merge #9322: [qa] Don't set unknown rpcserialversionWladimir J. van der Laan2016-12-151-1/+4
|\ \
| * | Complain when unknown rpcserialversion is specifiedPieter Wuille2016-12-051-1/+4
* | | Merge #8895: Better SigCache ImplementationPieter Wuille2016-12-141-0/+2
|\ \ \ | |/ / |/| |
| * | Add CuckooCache implementation and replace the sigcache map_type with itJeremy Rubin2016-12-141-0/+2
* | | Add option to return non-segwit serialization via rpcGregory Sanders2016-12-051-0/+4
| |/ |/|