Age | Commit message (Expand) | Author |
2017-01-10 | Add pruneblockchain RPC to enable manual block file pruning. | mrbandrews |
2017-01-06 | Merge #9408: Allow shutdown during LoadMempool, dump only when necessary | Pieter Wuille |
2017-01-06 | Merge #9319: Break addnode out from the outbound connection limits. | Pieter Wuille |
2017-01-05 | Merge #8610: Share unused mempool memory with coincache | Pieter Wuille |
2017-01-05 | Break addnode out from the outbound connection limits. | Gregory Maxwell |
2017-01-04 | Merge #9401: Make rpcauth help message clearer, add example in example .conf | MarcoFalke |
2017-01-04 | Merge #9289: net: drop boost::thread_group | Wladimir J. van der Laan |
2017-01-03 | net: make net interruptible | Cory Fields |
2016-12-31 | Increment MIT Licence copyright header year on files modified in 2016 | isle2983 |
2016-12-24 | Un-expose mapArgs from utils.h | Matt Corallo |
2016-12-24 | Get rid of mapArgs direct access in ZMQ construction | Matt Corallo |
2016-12-23 | Introduce (and use) an IsArgSet accessor method | Matt Corallo |
2016-12-23 | Fix non-const mapMultiArgs[] access after init. | Matt Corallo |
2016-12-23 | Allow shutdown during LoadMempool, dump only when necessary | Jonas Schnelli |
2016-12-22 | Share unused mempool memory with coincache | Pieter Wuille |
2016-12-21 | Make rpcauth help message clearer, add example in example .conf | Gregory Sanders |
2016-12-19 | Merge #9236: Fix races for strMiscWarning and fLargeWork*Found, make QT runaw... | Wladimir J. van der Laan |
2016-12-15 | Merge #9322: [qa] Don't set unknown rpcserialversion | Wladimir J. van der Laan |
2016-12-14 | Merge #8895: Better SigCache Implementation | Pieter Wuille |
2016-12-14 | Add CuckooCache implementation and replace the sigcache map_type with it | Jeremy Rubin |
2016-12-05 | Complain when unknown rpcserialversion is specified | Pieter Wuille |
2016-12-05 | Add option to return non-segwit serialization via rpc | Gregory Sanders |
2016-12-03 | Move GetWarnings() into its own file. | Gregory Maxwell |
2016-12-02 | Merge #9260: Mrs Peacock in The Library with The Candlestick (killed main.{h,... | Pieter Wuille |
2016-12-02 | Merge #9251: Improvement of documentation of command line parameter 'whitelist' | MarcoFalke |
2016-12-02 | Rename the remaining main.{h,cpp} to validation.{h,cpp} | Matt Corallo |
2016-12-02 | Move network-msg-processing code out of main to its own file | Matt Corallo |
2016-11-30 | Fix calculation of number of bound sockets to use | Matt Corallo |
2016-11-30 | Merge #9010: Split up AppInit2 into multiple phases, daemonize after datadir ... | Pieter Wuille |
2016-11-30 | Improvement of documentation of command line parameter 'whitelist' | wodry |
2016-11-29 | init: Get rid of fServer flag | Wladimir J. van der Laan |
2016-11-29 | init: Try to aquire datadir lock before and after daemonization | Wladimir J. van der Laan |
2016-11-29 | init: Split up AppInit2 into multiple phases | Wladimir J. van der Laan |
2016-11-23 | Merge #9142: Move -salvagewallet, -zap(wtx) to where they belong | Wladimir J. van der Laan |
2016-11-12 | Move -salvagewallet, -zap(wtx) to where they belong | Jonas Schnelli |
2016-11-11 | Unset fImporting for loading mempool | Alex Morcos |
2016-11-03 | Merge #8969: Decouple peer-processing-logic from block-connection-logic (#2) | Wladimir J. van der Laan |
2016-11-02 | Merge #8977: [Wallet] Refactor wallet/init interaction (Reaccept wtx, flush t... | Wladimir J. van der Laan |
2016-11-02 | Merge #9013: Trivial: Explicitly pass const CChainParams& to LoadBlockIndexDB() | Wladimir J. van der Laan |
2016-10-31 | Remove network state wipe from UnloadBlockIndex. | Matt Corallo |
2016-10-31 | Add DumpMempool and LoadMempool | Pieter Wuille |
2016-10-25 | Explicitly pass const CChainParams& to LoadBlockIndexDB() | Geoffrey Tsui |
2016-10-25 | Make connect=0 disable automatic outbound connections. | Gregory Maxwell |
2016-10-20 | [Wallet] Refactor wallet/init interaction (Reaccept wtx, flush thread) | Jonas Schnelli |
2016-10-19 | Chainparams: Trivial: In AppInit2(), s/Params()/chainparams/ | Jorge Timón |
2016-10-19 | Merge #8928: Fix init segfault where InitLoadWallet() calls ATMP before genesis | Wladimir J. van der Laan |
2016-10-18 | Merge #8865: Decouple peer-processing-logic from block-connection-logic | Wladimir J. van der Laan |
2016-10-17 | Add cmpctblock to debug help list | instagibbs |
2016-10-15 | Fix init segfault where InitLoadWallet() calls ATMP before genesis | Matt Corallo |
2016-10-04 | Use CValidationInterface from chain logic to notify peer logic | Matt Corallo |