aboutsummaryrefslogtreecommitdiff
path: root/src/init.cpp
AgeCommit message (Expand)Author
2019-01-16net: move BanMan to its own filesCory Fields
2019-01-16banman: pass in default ban time as a parameterCory Fields
2019-01-16banman: pass the banfile path inCory Fields
2019-01-16banman: create and split out banmanCory Fields
2019-01-16Merge #14409: utils and libraries: Make 'blocksdir' always net specificWladimir J. van der Laan
2019-01-15Merge #14941: rpc: Make unloadwallet wait for complete wallet unloadWladimir J. van der Laan
2019-01-15rpc: Make unloadwallet wait for complete wallet unloadJoão Barbosa
2019-01-13Drop IsLimited in favor of IsReachableBen Woosley
2019-01-09Fail if either disk space check failsBen Woosley
2019-01-02Merge #14336: net: implement pollWladimir J. van der Laan
2018-12-29Merge #13743: refactor: Replace boost::bind with std::bindMarcoFalke
2018-12-13Merge #14741: doc: Indicate -rpcauth option password hashing algWladimir J. van der Laan
2018-12-04Merge #14733: P2P: Make peer timeout configurable, speed up very slow test an...Wladimir J. van der Laan
2018-12-03Increase maxconnections limit when using poll.Patrick Strateman
2018-11-29make peertimeout a debug argument, remove error message translationZain Iqbal Allarakhia
2018-11-28p2p: allow p2ptimeout to be configurable, speed up slow testZain Iqbal Allarakhia
2018-11-24Indicate -rpcauth option password hashing algCarl Dong
2018-11-22rpcbind: Warn about exposing RPC to untrusted networksLuke Dashjr
2018-11-22net: Always default rpcbind to localhost, never "all interfaces"Luke Dashjr
2018-11-20Warn unrecognized sections in the config fileAkio Nakamura
2018-11-06Remove direct node->wallet calls in init.cppRussell Yanofsky
2018-11-06Pass chain and client variables where neededRussell Yanofsky
2018-11-05Merge #14060: ZMQ: add options to configure outbound message high water mark,...Wladimir J. van der Laan
2018-11-05Make blockdir always net specificHennadii Stepanov
2018-11-04scripted-diff: Move util files to separate directory.Jim Posen
2018-10-20scripted-diff: Replace boost::bind with std::bindChun Kuan Lee
2018-10-19ZMQ: add options to configure outbound message high water mark, aka SNDHWMmruddy
2018-09-26Merge #14282: [wallet] Remove -usehdMarcoFalke
2018-09-23Don't edit Chainparams after initializationJorge Timón
2018-09-23MOVEONLY: Move versionbits info out of versionbits.oJorge Timón
2018-09-20[wallet] Remove -usehdJohn Newbery
2018-09-19init: Remove deprecated args from hidden argsMarcoFalke
2018-09-20Merge #14214: convert C-style (void) parameter lists to C++ style ()MarcoFalke
2018-09-15Merge #14206: doc: Document -checklevel levelsWladimir J. van der Laan
2018-09-15doc: Document -checklevel levelsWladimir J. van der Laan
2018-09-13convert C-style (void) parameter lists to C++ style ()Arvid Norberg
2018-09-13doc: `-help-debug` implies `-help`Wladimir J. van der Laan
2018-09-11Merge #14168: Remove ENABLE_WALLET from libbitcoin_server.aMarcoFalke
2018-09-10Merge #14057: [Logging] Only log "Using config file PATH_TO_bitcoin.conf" mes...Wladimir J. van der Laan
2018-09-07[build] Move dummy wallet into its own .cpp file.John Newbery
2018-09-07Merge #13662: Explain when reindex-chainstate can be used instead of reindexMarcoFalke
2018-09-05doc: Change documentation for =0 for non-boolean optionsWladimir J. van der Laan
2018-09-04Merge #14013: [doc] Add new regtest ports in man following #10825 ports reatt...Wladimir J. van der Laan
2018-08-31scripted-diff: Small locking renameRussell Yanofsky
2018-08-31Merge #11640: Make LOCK, LOCK2, TRY_LOCK work with CWaitableCriticalSectionWladimir J. van der Laan
2018-08-30Only log "Using PATH_TO_bitcoin.conf" message on startup if conf file exists.Alexander Leishman
2018-08-28add unicode compatible file_lock for WindowsChun Kuan Lee
2018-08-23Add new regtest ports in doc following #10825 ports reattributionsAntoine Riard
2018-08-13Merge #13634: ui: Compile boost::signals2 only onceMarcoFalke
2018-08-11Cleanup StartRest()DesWurstes