Age | Commit message (Expand) | Author |
2018-12-04 | Merge #14733: P2P: Make peer timeout configurable, speed up very slow test an... | Wladimir J. van der Laan |
2018-11-29 | make peertimeout a debug argument, remove error message translation | Zain Iqbal Allarakhia |
2018-11-28 | p2p: allow p2ptimeout to be configurable, speed up slow test | Zain Iqbal Allarakhia |
2018-11-22 | rpcbind: Warn about exposing RPC to untrusted networks | Luke Dashjr |
2018-11-22 | net: Always default rpcbind to localhost, never "all interfaces" | Luke Dashjr |
2018-11-20 | Warn unrecognized sections in the config file | Akio Nakamura |
2018-11-06 | Remove direct node->wallet calls in init.cpp | Russell Yanofsky |
2018-11-06 | Pass chain and client variables where needed | Russell Yanofsky |
2018-11-05 | Merge #14060: ZMQ: add options to configure outbound message high water mark,... | Wladimir J. van der Laan |
2018-11-04 | scripted-diff: Move util files to separate directory. | Jim Posen |
2018-10-19 | ZMQ: add options to configure outbound message high water mark, aka SNDHWM | mruddy |
2018-09-26 | Merge #14282: [wallet] Remove -usehd | MarcoFalke |
2018-09-23 | Don't edit Chainparams after initialization | Jorge Timón |
2018-09-23 | MOVEONLY: Move versionbits info out of versionbits.o | Jorge Timón |
2018-09-20 | [wallet] Remove -usehd | John Newbery |
2018-09-19 | init: Remove deprecated args from hidden args | MarcoFalke |
2018-09-20 | Merge #14214: convert C-style (void) parameter lists to C++ style () | MarcoFalke |
2018-09-15 | Merge #14206: doc: Document -checklevel levels | Wladimir J. van der Laan |
2018-09-15 | doc: Document -checklevel levels | Wladimir J. van der Laan |
2018-09-13 | convert C-style (void) parameter lists to C++ style () | Arvid Norberg |
2018-09-13 | doc: `-help-debug` implies `-help` | Wladimir J. van der Laan |
2018-09-11 | Merge #14168: Remove ENABLE_WALLET from libbitcoin_server.a | MarcoFalke |
2018-09-10 | Merge #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-07 | Merge #13662: Explain when reindex-chainstate can be used instead of reindex | MarcoFalke |
2018-09-05 | doc: Change documentation for =0 for non-boolean options | Wladimir J. van der Laan |
2018-09-04 | Merge #14013: [doc] Add new regtest ports in man following #10825 ports reatt... | Wladimir J. van der Laan |
2018-08-31 | scripted-diff: Small locking rename | Russell Yanofsky |
2018-08-31 | Merge #11640: Make LOCK, LOCK2, TRY_LOCK work with CWaitableCriticalSection | Wladimir J. van der Laan |
2018-08-30 | Only log "Using PATH_TO_bitcoin.conf" message on startup if conf file exists. | Alexander Leishman |
2018-08-28 | add unicode compatible file_lock for Windows | Chun Kuan Lee |
2018-08-23 | Add new regtest ports in doc following #10825 ports reattributions | Antoine Riard |
2018-08-13 | Merge #13634: ui: Compile boost::signals2 only once | MarcoFalke |
2018-08-11 | Cleanup StartRest() | DesWurstes |
2018-08-07 | ui: Compile boost:signals2 only once | MarcoFalke |
2018-08-06 | shutdown: Stop threads before resetting ptrs | MarcoFalke |
2018-08-03 | Use LOCK macros for non-recursive locks | Russell Yanofsky |
2018-08-02 | -prune option -help output aligned with code | Hennadii Stepanov |
2018-07-29 | Merge #13774: Return void instead of bool for functions that cannot fail | MarcoFalke |
2018-07-27 | Fix accidental use of the addition assignment operator ("+="). Remove newline... | practicalswift |
2018-07-27 | Return void instead of bool for functions that cannot fail | practicalswift |
2018-07-15 | scripted-diff: Fix references to share/rpcuser (now share/rpcauth) | Mason Simon |
2018-07-14 | Explain when reindex-chainstate can be used instead of reindex | Sjors Provoost |
2018-07-13 | Merge #13417: [net] Tighten scope in net_processing | Pieter Wuille |
2018-07-09 | Make g_enable_bip61 a member variable of PeerLogicValidation | Jesse Cohen |
2018-07-09 | Merge #13570: RPC: Add new "getzmqnotifications" method | Wladimir J. van der Laan |
2018-07-08 | Fix command line help for -printtoconsole and -debuglogfile | Samuel B. Atwood |
2018-07-05 | Merge #13577: logging: avoid nStart may be used uninitialized in AppInitMain ... | Wladimir J. van der Laan |
2018-07-05 | RPC: Add new getzmqnotifications method. | Daniel Kraft |
2018-07-04 | Merge #13588: Docs: Improve doc of options addnode, connect, seednode | Wladimir J. van der Laan |