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
...
*
Consistently log CValidationState on failure
Ben Woosley
2018-04-18
1
-1
/
+1
*
Merge #13004: Print to console by default when not run with -daemon
Wladimir J. van der Laan
2018-04-17
1
-8
/
+18
|
\
|
*
Print to console by default when not run with -daemon
Evan Klitzke
2018-04-17
1
-8
/
+18
*
|
Merge #12977: Refactor g_wallet_init_interface to const reference
Wladimir J. van der Laan
2018-04-17
1
-20
/
+19
|
\
\
|
|
/
|
/
|
|
*
wallet: Refactor g_wallet_init_interface to const reference
João Barbosa
2018-04-13
1
-11
/
+10
|
*
wallet: Make WalletInitInterface members const
João Barbosa
2018-04-13
1
-9
/
+9
*
|
Merge #11862: Network specific conf sections
Wladimir J. van der Laan
2018-04-16
1
-0
/
+5
|
\
\
|
*
|
ArgsManager: Warn when ignoring network-specific config setting
Anthony Towns
2018-04-11
1
-0
/
+5
|
|
/
*
|
Merge #12743: Fix csBestBlock/cvBlockChange waiting in rpc/mining
Pieter Wuille
2018-04-12
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Modernize best block mutex/cv/hash variable naming
Pieter Wuille
2018-04-03
1
-1
/
+1
*
|
added logging line back that was accidentally removed with #10762
Steve Lee
2018-04-09
1
-1
/
+1
*
|
Remove duplicate includes
practicalswift
2018-04-09
1
-1
/
+0
*
|
Merge #12891: [logging] add lint-logs.sh to check for newline termination.
Wladimir J. van der Laan
2018-04-08
1
-1
/
+1
|
\
\
|
*
|
[logging] Comment all continuing logs.
John Newbery
2018-04-07
1
-1
/
+1
*
|
|
Merge #12618: Set SCHED_BATCH priority on the loadblk thread.
Wladimir J. van der Laan
2018-04-07
1
-0
/
+1
|
\
\
\
|
*
|
|
Set SCHED_BATCH priority on the loadblk thread.
Evan Klitzke
2018-03-26
1
-0
/
+1
*
|
|
|
wallet: Refactor to WalletInitInterface* const g_wallet_init_interface
João Barbosa
2018-04-05
1
-2
/
+2
*
|
|
|
wallet: Make WalletInitInterface and DummyWalletInit private
João Barbosa
2018-04-05
1
-1
/
+18
|
|
/
/
|
/
|
|
*
|
|
[trivial] Add newlines to end of log messages.
John Newbery
2018-04-04
1
-1
/
+1
|
|
/
|
/
|
*
|
Merge #12820: contrib: Fix check-doc script regexes
MarcoFalke
2018-03-30
1
-3
/
+1
|
\
\
|
*
|
init: Remove help text for non-existent -fuzzmessagestest arg
MarcoFalke
2018-03-28
1
-3
/
+1
*
|
|
Merge #12172: Bugfix: RPC: savemempool: Don't save until LoadMempool() is fin...
Wladimir J. van der Laan
2018-03-30
1
-3
/
+2
|
\
\
\
|
*
|
|
Bugfix: RPC: savemempool: Don't save until LoadMempool() is finished
Jorge Timón
2018-03-29
1
-3
/
+2
|
|
/
/
*
|
|
Merge #10762: [wallet] Remove Wallet dependencies from init.cpp
Wladimir J. van der Laan
2018-03-29
1
-35
/
+13
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
[wallet] Add dummy wallet init class
John Newbery
2018-03-27
1
-21
/
+9
|
*
|
[wallet] Use global g_wallet_init_interface to init/destroy the wallet.
John Newbery
2018-03-27
1
-32
/
+25
|
*
|
[wallet] Move wallet init functions into WalletInit class.
John Newbery
2018-03-26
1
-12
/
+9
*
|
|
Merge #12653: Allow to optional specify the directory for the blocks storage
Wladimir J. van der Laan
2018-03-27
1
-2
/
+7
|
\
\
\
|
*
|
|
Allow to optional specify the directory for the blocks storage
Jonas Schnelli
2018-03-11
1
-2
/
+7
*
|
|
|
Merge #12797: init: Fix help message for checkblockindex
Wladimir J. van der Laan
2018-03-27
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
init: Fix help message for checkblockindex
MarcoFalke
2018-03-26
1
-1
/
+1
*
|
|
|
|
Merge #10742: scripted-diff: Use scoped enumerations (C++11, "enum class")
Wladimir J. van der Laan
2018-03-27
1
-1
/
+1
|
\
\
\
\
\
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
*
|
|
|
scripted-diff: Convert 11 enums into scoped enums (C++11)
practicalswift
2018-03-09
1
-1
/
+1
*
|
|
|
|
Merge #12756: [config] Remove blockmaxsize option
Wladimir J. van der Laan
2018-03-26
1
-11
/
+0
|
\
\
\
\
\
|
*
|
|
|
|
[config] Remove blockmaxsize option
John Newbery
2018-03-22
1
-11
/
+0
*
|
|
|
|
|
Merge #12630: Provide useful error message if datadir is not writable.
Wladimir J. van der Laan
2018-03-22
1
-0
/
+3
|
\
\
\
\
\
\
|
|
/
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
Provide relevant error message if datadir is not writable.
murrayn
2018-03-14
1
-0
/
+3
|
|
|
_
|
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge #11041: Add LookupBlockIndex
Wladimir J. van der Laan
2018-03-13
1
-11
/
+11
|
\
\
\
\
\
|
*
|
|
|
|
Add LookupBlockIndex function
João Barbosa
2018-03-06
1
-1
/
+2
|
*
|
|
|
|
Lock cs_main while loading block index in AppInitMain
João Barbosa
2018-03-06
1
-10
/
+9
|
|
/
/
/
/
*
|
/
/
/
Format timestamps using ISO 8601 formatting (e.g. "2018-02-28T12:34:56Z")
practicalswift
2018-03-09
1
-1
/
+1
|
|
/
/
/
|
/
|
|
|
*
|
|
|
Merge #9598: Improve readability by removing redundant casts to same type (on...
Wladimir J. van der Laan
2018-03-07
1
-1
/
+1
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Improve readability by removing redundant casts to same type (on all platforms)
practicalswift
2017-12-21
1
-1
/
+1
*
|
|
|
Merge #12568: Allow dustrelayfee to be set to zero
Wladimir J. van der Laan
2018-03-05
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
Allow dustrelayfee to be set to zero
Luke Dashjr
2018-02-28
1
-1
/
+1
*
|
|
|
|
Merge #10387: Eventually connect to NODE_NETWORK_LIMITED peers
Wladimir J. van der Laan
2018-03-01
1
-0
/
+1
|
\
\
\
\
\
|
*
|
|
|
|
[QA] Allow addrman loopback tests (add debug option -addrmantest)
Jonas Schnelli
2018-02-09
1
-0
/
+1
*
|
|
|
|
|
init: Remove translation for `-blockmaxsize` option help
Wladimir J. van der Laan
2018-02-20
1
-1
/
+2
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
|
|
fixes #12465 added missing terminating newline character in log message
Josh Hartshorn
2018-02-16
1
-1
/
+1
*
|
|
|
|
Interrupt loading thread after shutdown request
João Barbosa
2018-02-12
1
-0
/
+2
[prev]
[next]