aboutsummaryrefslogtreecommitdiff
path: root/src/init.cpp
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
| * | Remove -blockminsize optionSuhas Daftuar2016-06-301-1/+0
| |/
* | Merge #8273: Bump `-dbcache` default to 300MiBWladimir J. van der Laan2016-07-061-2/+2
|\ \
| * | Bump `-dbcache` default to 300MiBWladimir J. van der Laan2016-07-061-2/+2
| |/
* | Merge #8275: Remove bad chain alert partition checkWladimir J. van der Laan2016-07-061-6/+0
|\ \
| * | Remove bad chain alert partition checkBtcDrak2016-06-141-6/+0
* | | Merge #8257: Do not ask a UI question from bitcoindWladimir J. van der Laan2016-06-281-1/+2
|\ \ \ | |_|/ |/| |
| * | Do not ask a UI question from bitcoindPieter Wuille2016-06-241-1/+2
* | | Add rewind logic to deal with post-fork software updatesPieter Wuille2016-06-221-0/+8
* | | BIP141: Other consensus critical limits, and BIP145Pieter Wuille2016-06-221-0/+1
* | | BIP144: Handshake and relay (receiver side)Pieter Wuille2016-06-221-0/+12
|/ /
* / [doc] Add website links to about dialogMarcoFalke2016-06-161-1/+10
|/
* Introduce enum ServiceFlags for service flagsPieter Wuille2016-06-131-2/+2
* build: Get rid of `CLIENT_DATE`Wladimir J. van der Laan2016-06-091-1/+1
* [init] Make feefilter option debug optionMarcoFalke2016-06-071-1/+2
* Use std::atomic for fRequestShutdown and fReopenDebugLogPieter Wuille2016-06-011-1/+1
* Always require OS randomness when generating secret keysPieter Wuille2016-05-291-2/+0