index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
init.cpp
Age
Commit message (
Expand
)
Author
2018-09-23
MOVEONLY: Move versionbits info out of versionbits.o
Jorge Timón
2018-09-20
Merge #14214: convert C-style (void) parameter lists to C++ style ()
MarcoFalke
2018-09-19
init: Remove deprecated args from hidden args
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
2018-07-04
Merge #13235: Break circular dependency: init -> * -> init by extracting shut...
Wladimir J. van der Laan
2018-07-02
Docs: Improve doc of options addnode, connect, seednode
wodry
2018-07-02
scripted-diff: Replace NET_TOR with NET_ONION
wodry
2018-06-30
logging: avoid nStart may be used uninitialized in AppInitMain warning
mruddy
2018-06-29
Make ZMQ notification interface instance global.
Daniel Kraft
2018-06-27
Merge #13503: Document FreeBSD quirk. Fix FreeBSD build: Use std::min<int>(.....
MarcoFalke
2018-06-26
Merge #13418: Docs: More precise explanation of parameter onlynet
Pieter Wuille
2018-06-26
Docs: More precise explanation of parameter "onlynet"
wodry
2018-06-25
Break circular dependency: init -> * -> init by extracting shutdown.h
Ben Woosley
2018-06-21
Document FreeBSD quirk. Fix FreeBSD build.
practicalswift
2018-06-19
Rescope g_enable_bip61 to net_processing
Jesse Cohen
2018-06-15
Merge #13241: scripted-diff: Avoid temporary copies when looping over std::map
MarcoFalke
2018-06-12
Add unavailable options to hidden options category
Andrew Chow
2018-06-11
scripted-diff: Avoid temporary copies when looping over std::map
Ben Woosley
[next]