aboutsummaryrefslogtreecommitdiff
path: root/src/init.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | rpc: Uncouple rpcs from maxTxFee globalMarcoFalke2019-03-181-1/+1
|/ / / /
* | | | Merge #15402: Granular invalidateblock and RewindBlockIndexWladimir J. van der Laan2019-03-071-12/+19
|\ \ \ \ | |/ / / |/| | |
| * | | Call RewindBlockIndex without cs_main heldPieter Wuille2019-02-241-12/+19
* | | | Merge #15118: Refactor block file logicWladimir J. van der Laan2019-03-021-4/+4
|\ \ \ \
| * | | | scripted-diff: Rename CBlockDiskPos to FlatFilePos.Jim Posen2019-02-221-1/+1
| * | | | validation: Extract basic block file logic into FlatFileSeq class.Jim Posen2019-02-221-1/+1
| * | | | util: Move CheckDiskSpace to util.Jim Posen2019-02-221-2/+2
| |/ / /
* | | | Merge #15335: Fix lack of warning of unrecognized section namesMarcoFalke2019-03-021-1/+1
|\ \ \ \
| * | | | Fix lack of warning of unrecognized section namesAkio Nakamura2019-02-191-1/+1
* | | | | Merge #15456: Enable PID file creation on WINWladimir J. van der Laan2019-02-251-11/+5
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Enable PID file creation on Windowsriordant2019-02-251-11/+5
* | | | | Merge #13676: Explain that mempool memory is added to -dbcacheWladimir J. van der Laan2019-02-211-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Explain that unused mempool memory is added to -dbcacheSjors Provoost2019-01-311-1/+1
* | | | | Merge #15278: Improve PID file error handlingWladimir J. van der Laan2019-02-211-3/+34
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Move all PID file stuff to init.cppHennadii Stepanov2019-02-141-14/+24
| * | | | Make PID file creating errors fatalHennadii Stepanov2019-02-021-1/+20
| * | | | Improve PID file removing errors loggingHennadii Stepanov2019-02-021-2/+4
* | | | | Merge #15358: util: Add SetupHelpOptions()Wladimir J. van der Laan2019-02-121-5/+4
|\ \ \ \ \
| * | | | | util: Add SetupHelpOptions()MarcoFalke2019-02-061-5/+4
* | | | | | Move maxTxFee initialization to init.cppJordan Baczuk2019-02-081-0/+16
|/ / / / /
* | | | | Merge #14922: windows: Set _WIN32_WINNT to 0x0601 (Windows 7)Wladimir J. van der Laan2019-02-051-10/+1
|\ \ \ \ \
| * | | | | windows: Call SetProcessDEPPolicy directlyChun Kuan Lee2019-01-231-10/+1
| |/ / / /
* | | | | Merge #15266: memory: Construct globals on first useMarcoFalke2019-02-041-14/+14
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | log: Construct global logger on first useMarcoFalke2019-01-291-14/+14
| |/ / /
* | | | Merge #15163: Correct units for "-dbcache" and "-prune"Wladimir J. van der Laan2019-01-301-6/+6
|\ \ \ \ | |/ / / |/| | |
| * | | Correct units for "-dbcache" and "-prune"Hennadii Stepanov2019-01-301-6/+6
* | | | net: move BanMan to its own filesCory Fields2019-01-161-0/+1
* | | | banman: pass in default ban time as a parameterCory Fields2019-01-161-1/+1
* | | | banman: pass the banfile path inCory Fields2019-01-161-1/+1
* | | | banman: create and split out banmanCory Fields2019-01-161-3/+14
* | | | Merge #14409: utils and libraries: Make 'blocksdir' always net specificWladimir J. van der Laan2019-01-161-1/+1
|\ \ \ \
| * | | | Make blockdir always net specificHennadii Stepanov2018-11-051-1/+1
* | | | | Merge #14941: rpc: Make unloadwallet wait for complete wallet unloadWladimir J. van der Laan2019-01-151-1/+1
|\ \ \ \ \
| * | | | | rpc: Make unloadwallet wait for complete wallet unloadJoão Barbosa2019-01-151-1/+1
* | | | | | Drop IsLimited in favor of IsReachableBen Woosley2019-01-131-5/+5
| |_|/ / / |/| | | |
* | | | | Fail if either disk space check failsBen Woosley2019-01-091-1/+7
* | | | | Merge #14336: net: implement pollWladimir J. van der Laan2019-01-021-1/+6
|\ \ \ \ \
| * | | | | Increase maxconnections limit when using poll.Patrick Strateman2018-12-031-1/+6
* | | | | | Merge #13743: refactor: Replace boost::bind with std::bindMarcoFalke2018-12-291-4/+3
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | scripted-diff: Replace boost::bind with std::bindChun Kuan Lee2018-10-201-4/+3
| | |_|/ / | |/| | |
* | | | | Merge #14741: doc: Indicate -rpcauth option password hashing algWladimir J. van der Laan2018-12-131-1/+1
|\ \ \ \ \
| * | | | | Indicate -rpcauth option password hashing algCarl Dong2018-11-241-1/+1
| | |/ / / | |/| | |
* | | | | Merge #14733: P2P: Make peer timeout configurable, speed up very slow test an...Wladimir J. van der Laan2018-12-041-1/+10
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | make peertimeout a debug argument, remove error message translationZain Iqbal Allarakhia2018-11-291-2/+2
| * | | | p2p: allow p2ptimeout to be configurable, speed up slow testZain Iqbal Allarakhia2018-11-281-1/+10
* | | | | rpcbind: Warn about exposing RPC to untrusted networksLuke Dashjr2018-11-221-1/+1
* | | | | net: Always default rpcbind to localhost, never "all interfaces"Luke Dashjr2018-11-221-1/+1
* | | | | Warn unrecognized sections in the config fileAkio Nakamura2018-11-201-1/+9
|/ / / /
* | | | Remove direct node->wallet calls in init.cppRussell Yanofsky2018-11-061-7/+30
* | | | Pass chain and client variables where neededRussell Yanofsky2018-11-061-4/+6