index
:
discoin
1.10-archive
1.14-maint
1.14.4-dev
1.14.5-dev
1.17-dev
1.18-dev
1.21-dev
1.4-archive
1.6-archive
1.7-archive
1.8-archive
1.8-safemode
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
init.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
scripted-diff: Move util files to separate directory.
Jim Posen
2018-11-04
1
-2
/
+2
|
/
*
Merge #14282: [wallet] Remove -usehd
MarcoFalke
2018-09-26
1
-1
/
+1
|
\
|
*
[wallet] Remove -usehd
John Newbery
2018-09-20
1
-1
/
+1
*
|
Don't edit Chainparams after initialization
Jorge Timón
2018-09-23
1
-35
/
+0
*
|
MOVEONLY: Move versionbits info out of versionbits.o
Jorge Timón
2018-09-23
1
-0
/
+1
*
|
Merge #14214: convert C-style (void) parameter lists to C++ style ()
MarcoFalke
2018-09-20
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
convert C-style (void) parameter lists to C++ style ()
Arvid Norberg
2018-09-13
1
-1
/
+1
*
|
init: Remove deprecated args from hidden args
MarcoFalke
2018-09-19
1
-21
/
+2
*
|
Merge #14206: doc: Document -checklevel levels
Wladimir J. van der Laan
2018-09-15
1
-1
/
+8
|
\
\
|
|
/
|
/
|
|
*
doc: Document -checklevel levels
Wladimir J. van der Laan
2018-09-15
1
-1
/
+8
*
|
doc: `-help-debug` implies `-help`
Wladimir J. van der Laan
2018-09-13
1
-1
/
+1
|
/
*
Merge #14168: Remove ENABLE_WALLET from libbitcoin_server.a
MarcoFalke
2018-09-11
1
-27
/
+0
|
\
|
*
[build] Move dummy wallet into its own .cpp file.
John Newbery
2018-09-07
1
-27
/
+0
*
|
Merge #14057: [Logging] Only log "Using config file PATH_TO_bitcoin.conf" mes...
Wladimir J. van der Laan
2018-09-10
1
-1
/
+13
|
\
\
|
*
|
Only log "Using PATH_TO_bitcoin.conf" message on startup if conf file exists.
Alexander Leishman
2018-08-30
1
-1
/
+13
*
|
|
Merge #13662: Explain when reindex-chainstate can be used instead of reindex
MarcoFalke
2018-09-07
1
-1
/
+1
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Explain when reindex-chainstate can be used instead of reindex
Sjors Provoost
2018-07-14
1
-1
/
+1
*
|
|
doc: Change documentation for =0 for non-boolean options
Wladimir J. van der Laan
2018-09-05
1
-6
/
+6
*
|
|
Merge #14013: [doc] Add new regtest ports in man following #10825 ports reatt...
Wladimir J. van der Laan
2018-09-04
1
-4
/
+6
|
\
\
\
|
*
|
|
Add new regtest ports in doc following #10825 ports reattributions
Antoine Riard
2018-08-23
1
-4
/
+6
*
|
|
|
scripted-diff: Small locking rename
Russell Yanofsky
2018-08-31
1
-6
/
+6
*
|
|
|
Merge #11640: Make LOCK, LOCK2, TRY_LOCK work with CWaitableCriticalSection
Wladimir J. van der Laan
2018-08-31
1
-2
/
+2
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
Use LOCK macros for non-recursive locks
Russell Yanofsky
2018-08-03
1
-2
/
+2
*
|
|
|
add unicode compatible file_lock for Windows
Chun Kuan Lee
2018-08-28
1
-1
/
+1
|
|
/
/
|
/
|
|
*
|
|
Merge #13634: ui: Compile boost::signals2 only once
MarcoFalke
2018-08-13
1
-6
/
+6
|
\
\
\
|
*
|
|
ui: Compile boost:signals2 only once
MarcoFalke
2018-08-07
1
-6
/
+6
*
|
|
|
Cleanup StartRest()
DesWurstes
2018-08-11
1
-2
/
+1
*
|
|
|
shutdown: Stop threads before resetting ptrs
MarcoFalke
2018-08-06
1
-5
/
+7
|
|
/
/
|
/
|
|
*
|
|
-prune option -help output aligned with code
Hennadii Stepanov
2018-08-02
1
-1
/
+1
*
|
|
Merge #13774: Return void instead of bool for functions that cannot fail
MarcoFalke
2018-07-29
1
-4
/
+2
|
\
\
\
|
*
|
|
Return void instead of bool for functions that cannot fail
practicalswift
2018-07-27
1
-4
/
+2
*
|
|
|
Fix accidental use of the addition assignment operator ("+="). Remove newline...
practicalswift
2018-07-27
1
-1
/
+1
|
/
/
/
*
|
/
scripted-diff: Fix references to share/rpcuser (now share/rpcauth)
Mason Simon
2018-07-15
1
-1
/
+1
|
|
/
|
/
|
*
|
Merge #13417: [net] Tighten scope in net_processing
Pieter Wuille
2018-07-13
1
-3
/
+1
|
\
\
|
|
/
|
/
|
|
*
Make g_enable_bip61 a member variable of PeerLogicValidation
Jesse Cohen
2018-07-09
1
-1
/
+1
|
*
Rescope g_enable_bip61 to net_processing
Jesse Cohen
2018-06-19
1
-2
/
+0
*
|
Merge #13570: RPC: Add new "getzmqnotifications" method
Wladimir J. van der Laan
2018-07-09
1
-11
/
+11
|
\
\
|
*
|
RPC: Add new getzmqnotifications method.
Daniel Kraft
2018-07-05
1
-0
/
+4
|
*
|
Make ZMQ notification interface instance global.
Daniel Kraft
2018-06-29
1
-11
/
+7
*
|
|
Fix command line help for -printtoconsole and -debuglogfile
Samuel B. Atwood
2018-07-08
1
-2
/
+2
*
|
|
Merge #13577: logging: avoid nStart may be used uninitialized in AppInitMain ...
Wladimir J. van der Laan
2018-07-05
1
-6
/
+2
|
\
\
\
|
*
|
|
logging: avoid nStart may be used uninitialized in AppInitMain warning
mruddy
2018-06-30
1
-6
/
+2
*
|
|
|
Merge #13588: Docs: Improve doc of options addnode, connect, seednode
Wladimir J. van der Laan
2018-07-04
1
-3
/
+3
|
\
\
\
\
|
*
|
|
|
Docs: Improve doc of options addnode, connect, seednode
wodry
2018-07-02
1
-3
/
+3
|
|
/
/
/
*
|
|
|
Merge #13235: Break circular dependency: init -> * -> init by extracting shut...
Wladimir J. van der Laan
2018-07-04
1
-23
/
+12
|
\
\
\
\
|
*
|
|
|
Break circular dependency: init -> * -> init by extracting shutdown.h
Ben Woosley
2018-06-25
1
-23
/
+12
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
scripted-diff: Replace NET_TOR with NET_ONION
wodry
2018-07-02
1
-6
/
+6
|
|
/
/
|
/
|
|
*
|
|
Merge #13503: Document FreeBSD quirk. Fix FreeBSD build: Use std::min<int>(.....
MarcoFalke
2018-06-27
1
-1
/
+2
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Document FreeBSD quirk. Fix FreeBSD build.
practicalswift
2018-06-21
1
-1
/
+2
|
|
/
*
|
Merge #13418: Docs: More precise explanation of parameter onlynet
Pieter Wuille
2018-06-26
1
-1
/
+1
|
\
\
|
|
/
|
/
|
[prev]
[next]