aboutsummaryrefslogtreecommitdiff
path: root/src/init.cpp
Commit message (Expand)AuthorAgeFilesLines
...
| * | Rename the remaining main.{h,cpp} to validation.{h,cpp}Matt Corallo2016-12-021-1/+1
| * | Move network-msg-processing code out of main to its own fileMatt Corallo2016-12-021-0/+1
* | | Merge #9251: Improvement of documentation of command line parameter 'whitelist'MarcoFalke2016-12-021-1/+1
|\ \ \ | |/ / |/| |
| * | Improvement of documentation of command line parameter 'whitelist'wodry2016-11-301-1/+1
* | | Fix calculation of number of bound sockets to useMatt Corallo2016-11-301-1/+3
* | | Merge #9010: Split up AppInit2 into multiple phases, daemonize after datadir ...Pieter Wuille2016-11-301-26/+60
|\ \ \ | |/ / |/| |
| * | init: Get rid of fServer flagWladimir J. van der Laan2016-11-291-3/+1
| * | init: Try to aquire datadir lock before and after daemonizationWladimir J. van der Laan2016-11-291-11/+27
| * | init: Split up AppInit2 into multiple phasesWladimir J. van der Laan2016-11-291-14/+34
* | | Merge #9142: Move -salvagewallet, -zap(wtx) to where they belongWladimir J. van der Laan2016-11-231-14/+1
|\ \ \
| * | | Move -salvagewallet, -zap(wtx) to where they belongJonas Schnelli2016-11-121-14/+1
* | | | Unset fImporting for loading mempoolAlex Morcos2016-11-111-1/+3
|/ / /
* | | Merge #8969: Decouple peer-processing-logic from block-connection-logic (#2)Wladimir J. van der Laan2016-11-031-0/+4
|\ \ \
| * | | Remove network state wipe from UnloadBlockIndex.Matt Corallo2016-10-311-0/+4
* | | | Merge #8977: [Wallet] Refactor wallet/init interaction (Reaccept wtx, flush t...Wladimir J. van der Laan2016-11-021-11/+2
|\ \ \ \
| * | | | [Wallet] Refactor wallet/init interaction (Reaccept wtx, flush thread)Jonas Schnelli2016-10-201-11/+2
| | |_|/ | |/| |
* | | | Merge #9013: Trivial: Explicitly pass const CChainParams& to LoadBlockIndexDB()Wladimir J. van der Laan2016-11-021-1/+1
|\ \ \ \
| * | | | Explicitly pass const CChainParams& to LoadBlockIndexDB()Geoffrey Tsui2016-10-251-1/+1
| | |/ / | |/| |
* / | | Add DumpMempool and LoadMempoolPieter Wuille2016-10-311-0/+3
|/ / /
* | / Make connect=0 disable automatic outbound connections.Gregory Maxwell2016-10-251-3/+3
| |/ |/|
* | Chainparams: Trivial: In AppInit2(), s/Params()/chainparams/Jorge Timón2016-10-191-4/+4
|/
* Merge #8928: Fix init segfault where InitLoadWallet() calls ATMP before genesisWladimir J. van der Laan2016-10-191-0/+7
|\
| * Fix init segfault where InitLoadWallet() calls ATMP before genesisMatt Corallo2016-10-151-0/+7
* | Merge #8865: Decouple peer-processing-logic from block-connection-logicWladimir J. van der Laan2016-10-181-0/+5
|\ \
| * | Use CValidationInterface from chain logic to notify peer logicMatt Corallo2016-10-041-0/+5
| |/
* / Add cmpctblock to debug help listinstagibbs2016-10-171-1/+1
|/
* Globals: Decouple GetConfigFile and ReadConfigFile from global mapArgsJorge Timón2016-10-011-1/+1
* Merge #8813: bitcoind: Daemonize using daemon(3)Wladimir J. van der Laan2016-09-301-1/+1
|\
| * bitcoind: Daemonize using daemon(3)Matthew King2016-09-261-1/+1
* | [wallet, policy] ParameterInteraction: Don't allow 0 feeMarcoFalke2016-09-261-1/+1
* | [wallet] Add high transaction fee warningsMarcoFalke2016-09-261-3/+3
|/
* init: Get rid of fDisableWalletMarcoFalke2016-09-201-20/+10
* Merge #8760: [init] Get rid of some ENABLE_WALLETWladimir J. van der Laan2016-09-201-16/+3
|\
| * init: Get rid of some ENABLE_WALLETMarcoFalke2016-09-191-16/+3
* | Merge #8688: Move static global randomizer seeds into CConnmanWladimir J. van der Laan2016-09-191-1/+1
|\ \
| * | Move static global randomizer seeds into CConnmanPieter Wuille2016-09-191-1/+1
| |/
* | Merge #8707: net: fix maxuploadtarget settingWladimir J. van der Laan2016-09-191-1/+7
|\ \ | |/ |/|
| * net: fix maxuploadtarget settingCory Fields2016-09-141-1/+7
* | Merge #8494: [init, wallet] ParameterInteraction() iff wallet enabledWladimir J. van der Laan2016-09-191-1/+1
|\ \ | |/ |/|
| * [init] ParameterInteraction() iff wallet enabledMarcoFalke2016-08-101-1/+1
* | net: only delete CConnman if it's been createdCory Fields2016-09-131-1/+0
* | Merge #8085: p2p: Begin encapsulationWladimir J. van der Laan2016-09-091-12/+42
|\ \
| * | net: move MAX_FEELER_CONNECTIONS into connmanCory Fields2016-09-081-0/+1
| * | net: add nSendBufferMaxSize/nReceiveFloodSize to CConnection::OptionsCory Fields2016-09-081-0/+2
| * | net: Introduce CConnection::Options to avoid passing so many paramsCory Fields2016-09-081-2/+9
| * | net: Drop StartNode/StopNode and use CConnman directlyCory Fields2016-09-081-2/+8
| * | net: pass CClientUIInterface into CConnmanCory Fields2016-09-081-1/+1
| * | net: Pass best block known height into CConnmanCory Fields2016-09-081-1/+1
| * | net: move max/max-outbound to CConnmanCory Fields2016-09-081-2/+3
| * | net: move nLocalServices/nRelevantServices to CConnmanCory Fields2016-09-081-1/+4