aboutsummaryrefslogtreecommitdiff
path: root/src/init.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
| * | net: move send/recv statistics to CConnmanCory Fields2016-09-081-1/+1
| * | net: move whitelist functions into CConnmanCory Fields2016-09-081-1/+1
| * | net: Add oneshot functions to CConnmanCory Fields2016-09-081-1/+1
| * | net: Move socket binding into CConnmanCory Fields2016-09-081-6/+6
| * | net: Create CConnman to encapsulate p2p connectionsCory Fields2016-09-081-2/+12
* | | add waitfornewblock/waitforblock/waitforblockheight rpcs and use them for testsCory Fields2016-09-071-0/+8
|/ /
* | C++11: s/boost::scoped_ptr/std::unique_ptr/Jorge Timón2016-09-011-1/+1
* | Merge #8607: [doc] Fix doxygen off-by-one comments, fix typosWladimir J. van der Laan2016-08-281-1/+1
|\ \
| * | init: Fix typo in help message for -whitelistforcerelayWladimir J. van der Laan2016-08-221-1/+1
* | | Remove unused variablesMarcoFalke2016-08-251-1/+1
* | | Merge #8445: Move CWallet::setKeyPool to private section of CWallet.Wladimir J. van der Laan2016-08-241-9/+0
|\ \ \
| * | | Move wallet initialization logic from AppInit2 to CWallet::InitLoadWalletPatrick Strateman2016-08-201-12/+0
| * | | Move CWallet::setKeyPool to private section of CWalletPatrick Strateman2016-08-171-3/+6
* | | | Merge #8505: Trivial: Fix typos in various filesWladimir J. van der Laan2016-08-171-1/+1
|\ \ \ \
| * | | | various typosleijurv2016-08-141-1/+1
| | |_|/ | |/| |
* | | | remove no-longer-used InitError logicinstagibbs2016-08-151-4/+0
* | | | Merge #8192: [trivial] Remove URLs from About dialog translationsJonas Schnelli2016-08-151-3/+3
|\ \ \ \
| * | | | [trivial] Remove URLs from About dialog translationsfanquake2016-07-211-3/+3
* | | | | Merge #8128: Net: Turn net structures into dumb storage classesWladimir J. van der Laan2016-08-151-3/+7
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | net: Have LookupNumeric return a CService directlyCory Fields2016-08-041-4/+2
| * | | | net: narrow include scope after moving to netaddressCory Fields2016-07-311-0/+1
| * | | | net: Split resolving out of CSubNetCory Fields2016-07-311-1/+2
| * | | | net: Split resolving out of CServiceCory Fields2016-07-311-2/+6
| | |/ / | |/| |