aboutsummaryrefslogtreecommitdiff
path: root/src/init.cpp
AgeCommit message (Expand)Author
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-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
2016-12-21Make rpcauth help message clearer, add example in example .confGregory Sanders
2016-12-19Merge #9236: Fix races for strMiscWarning and fLargeWork*Found, make QT runaw...Wladimir J. van der Laan
2016-12-15Merge #9322: [qa] Don't set unknown rpcserialversionWladimir J. van der Laan
2016-12-14Merge #8895: Better SigCache ImplementationPieter Wuille
2016-12-14Add CuckooCache implementation and replace the sigcache map_type with itJeremy Rubin
2016-12-05Complain when unknown rpcserialversion is specifiedPieter Wuille
2016-12-05Add option to return non-segwit serialization via rpcGregory Sanders
2016-12-03Move GetWarnings() into its own file.Gregory Maxwell
2016-12-02Merge #9260: Mrs Peacock in The Library with The Candlestick (killed main.{h,...Pieter Wuille
2016-12-02Merge #9251: Improvement of documentation of command line parameter 'whitelist'MarcoFalke
2016-12-02Rename the remaining main.{h,cpp} to validation.{h,cpp}Matt Corallo
2016-12-02Move network-msg-processing code out of main to its own fileMatt Corallo
2016-11-30Fix calculation of number of bound sockets to useMatt Corallo
2016-11-30Merge #9010: Split up AppInit2 into multiple phases, daemonize after datadir ...Pieter Wuille
2016-11-30Improvement of documentation of command line parameter 'whitelist'wodry
2016-11-29init: Get rid of fServer flagWladimir J. van der Laan
2016-11-29init: Try to aquire datadir lock before and after daemonizationWladimir J. van der Laan
2016-11-29init: Split up AppInit2 into multiple phasesWladimir J. van der Laan
2016-11-23Merge #9142: Move -salvagewallet, -zap(wtx) to where they belongWladimir J. van der Laan
2016-11-12Move -salvagewallet, -zap(wtx) to where they belongJonas Schnelli
2016-11-11Unset fImporting for loading mempoolAlex Morcos
2016-11-03Merge #8969: Decouple peer-processing-logic from block-connection-logic (#2)Wladimir J. van der Laan
2016-11-02Merge #8977: [Wallet] Refactor wallet/init interaction (Reaccept wtx, flush t...Wladimir J. van der Laan
2016-11-02Merge #9013: Trivial: Explicitly pass const CChainParams& to LoadBlockIndexDB()Wladimir J. van der Laan
2016-10-31Remove network state wipe from UnloadBlockIndex.Matt Corallo
2016-10-31Add DumpMempool and LoadMempoolPieter Wuille
2016-10-25Explicitly pass const CChainParams& to LoadBlockIndexDB()Geoffrey Tsui
2016-10-25Make connect=0 disable automatic outbound connections.Gregory Maxwell
2016-10-20[Wallet] Refactor wallet/init interaction (Reaccept wtx, flush thread)Jonas Schnelli
2016-10-19Chainparams: Trivial: In AppInit2(), s/Params()/chainparams/Jorge Timón
2016-10-19Merge #8928: Fix init segfault where InitLoadWallet() calls ATMP before genesisWladimir J. van der Laan
2016-10-18Merge #8865: Decouple peer-processing-logic from block-connection-logicWladimir J. van der Laan
2016-10-17Add cmpctblock to debug help listinstagibbs
2016-10-15Fix init segfault where InitLoadWallet() calls ATMP before genesisMatt Corallo
2016-10-04Use CValidationInterface from chain logic to notify peer logicMatt Corallo
2016-10-01Globals: Decouple GetConfigFile and ReadConfigFile from global mapArgsJorge Timón