aboutsummaryrefslogtreecommitdiff
path: root/src/init.cpp
AgeCommit message (Expand)Author
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-04scripted-diff: Move util files to separate directory.Jim Posen
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
2018-08-07ui: Compile boost:signals2 only onceMarcoFalke
2018-08-06shutdown: Stop threads before resetting ptrsMarcoFalke
2018-08-03Use LOCK macros for non-recursive locksRussell Yanofsky
2018-08-02-prune option -help output aligned with codeHennadii Stepanov
2018-07-29Merge #13774: Return void instead of bool for functions that cannot failMarcoFalke
2018-07-27Fix accidental use of the addition assignment operator ("+="). Remove newline...practicalswift
2018-07-27Return void instead of bool for functions that cannot failpracticalswift
2018-07-15scripted-diff: Fix references to share/rpcuser (now share/rpcauth)Mason Simon
2018-07-14Explain when reindex-chainstate can be used instead of reindexSjors Provoost
2018-07-13Merge #13417: [net] Tighten scope in net_processingPieter Wuille
2018-07-09Make g_enable_bip61 a member variable of PeerLogicValidationJesse Cohen
2018-07-09Merge #13570: RPC: Add new "getzmqnotifications" methodWladimir J. van der Laan
2018-07-08Fix command line help for -printtoconsole and -debuglogfileSamuel B. Atwood
2018-07-05Merge #13577: logging: avoid nStart may be used uninitialized in AppInitMain ...Wladimir J. van der Laan
2018-07-05RPC: Add new getzmqnotifications method.Daniel Kraft
2018-07-04Merge #13588: Docs: Improve doc of options addnode, connect, seednodeWladimir J. van der Laan
2018-07-04Merge #13235: Break circular dependency: init -> * -> init by extracting shut...Wladimir J. van der Laan
2018-07-02Docs: Improve doc of options addnode, connect, seednodewodry
2018-07-02scripted-diff: Replace NET_TOR with NET_ONIONwodry
2018-06-30logging: avoid nStart may be used uninitialized in AppInitMain warningmruddy
2018-06-29Make ZMQ notification interface instance global.Daniel Kraft
2018-06-27Merge #13503: Document FreeBSD quirk. Fix FreeBSD build: Use std::min<int>(.....MarcoFalke