aboutsummaryrefslogtreecommitdiff
path: root/src/init.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
| | |/ / | |/| |
* | | | Merge #8392: Fix several node initialization issuesWladimir J. van der Laan2016-08-041-13/+33
|\ \ \ \
| * | | | Do diskspace check before import thread is startedPieter Wuille2016-07-301-3/+3
| * | | | Use a signal to continue init after genesis activationPieter Wuille2016-07-301-10/+30
| |/ / /
* | | | Do not shadow previous local variablePavel Janík2016-08-021-3/+3
* | | | Trivial: bip -> BIP in help text and commentPavel Janík2016-08-021-2/+2
* | | | Allow changing BIP9 parameters on regtestSuhas Daftuar2016-07-291-0/+36
|/ / /
* / / Treat high-sigop transactions as larger rather than rejecting themPieter Wuille2016-07-191-1/+1
|/ /
* | Rename "block cost" to "block weight"Suhas Daftuar2016-07-181-1/+1
* | mining: Improve `-blockmaxcost` help messageWladimir J. van der Laan2016-07-181-1/+1
* | Merge #8295: Mining-related fixups for 0.13.0Wladimir J. van der Laan2016-07-181-1/+3
|\ \
| * | Add warning if -blockminsize is used.Suhas Daftuar2016-07-051-0/+3