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-04-04
[trivial] Add newlines to end of log messages.
John Newbery
2018-03-30
Merge #12820: contrib: Fix check-doc script regexes
MarcoFalke
2018-03-30
Merge #12172: Bugfix: RPC: savemempool: Don't save until LoadMempool() is fin...
Wladimir J. van der Laan
2018-03-29
Merge #10762: [wallet] Remove Wallet dependencies from init.cpp
Wladimir J. van der Laan
2018-03-29
Bugfix: RPC: savemempool: Don't save until LoadMempool() is finished
Jorge Timón
2018-03-28
init: Remove help text for non-existent -fuzzmessagestest arg
MarcoFalke
2018-03-27
[wallet] Add dummy wallet init class
John Newbery
2018-03-27
Merge #12653: Allow to optional specify the directory for the blocks storage
Wladimir J. van der Laan
2018-03-27
[wallet] Use global g_wallet_init_interface to init/destroy the wallet.
John Newbery
2018-03-27
Merge #12797: init: Fix help message for checkblockindex
Wladimir J. van der Laan
2018-03-27
Merge #10742: scripted-diff: Use scoped enumerations (C++11, "enum class")
Wladimir J. van der Laan
2018-03-26
init: Fix help message for checkblockindex
MarcoFalke
2018-03-26
[wallet] Move wallet init functions into WalletInit class.
John Newbery
2018-03-26
Merge #12756: [config] Remove blockmaxsize option
Wladimir J. van der Laan
2018-03-22
[config] Remove blockmaxsize option
John Newbery
2018-03-22
Merge #12630: Provide useful error message if datadir is not writable.
Wladimir J. van der Laan
2018-03-14
Provide relevant error message if datadir is not writable.
murrayn
2018-03-13
Merge #11041: Add LookupBlockIndex
Wladimir J. van der Laan
2018-03-11
Allow to optional specify the directory for the blocks storage
Jonas Schnelli
2018-03-09
scripted-diff: Convert 11 enums into scoped enums (C++11)
practicalswift
2018-03-09
Format timestamps using ISO 8601 formatting (e.g. "2018-02-28T12:34:56Z")
practicalswift
2018-03-07
Merge #9598: Improve readability by removing redundant casts to same type (on...
Wladimir J. van der Laan
2018-03-06
Add LookupBlockIndex function
João Barbosa
2018-03-06
Lock cs_main while loading block index in AppInitMain
João Barbosa
2018-03-05
Merge #12568: Allow dustrelayfee to be set to zero
Wladimir J. van der Laan
2018-03-01
Merge #10387: Eventually connect to NODE_NETWORK_LIMITED peers
Wladimir J. van der Laan
2018-02-28
Allow dustrelayfee to be set to zero
Luke Dashjr
2018-02-20
init: Remove translation for `-blockmaxsize` option help
Wladimir J. van der Laan
2018-02-16
fixes #12465 added missing terminating newline character in log message
Josh Hartshorn
2018-02-12
Interrupt loading thread after shutdown request
João Barbosa
2018-02-12
Merge #12381: Remove more boost threads
Wladimir J. van der Laan
2018-02-11
Reset pblocktree before deleting LevelDB file
Sjors Provoost
2018-02-09
[QA] Allow addrman loopback tests (add debug option -addrmantest)
Jonas Schnelli
2018-02-08
Merge #12225: Mempool cleanups
Wladimir J. van der Laan
2018-02-08
boost: drop boost threads for [alert|block|wallet]notify
Cory Fields
2018-02-08
boost: drop boost threads from torcontrol
Cory Fields
2018-02-08
boost: remove useless threadGroup parameter from Discover
Cory Fields
2018-02-08
boost: drop boost threads for upnp
Cory Fields
2018-02-06
Fix fast-shutdown hang on ThreadImport+GenesisWait
Matt Corallo
2018-02-05
Clarify help messages for path args to mention datadir prefix
James O'Beirne
2018-02-01
Properly alphabetize output of CLI --help option.
murrayn
2018-01-30
Merge #12266: Move scheduler/threadGroup into common-init instead of per-app
Wladimir J. van der Laan
2018-01-29
Merge #12197: Log debug build status and warn when running benchmarks
Wladimir J. van der Laan
2018-01-25
fee estimator: avoid sorting mempool on shutdown
Suhas Daftuar
2018-01-25
Move scheduler/threadGroup into common-init instead of per-app
Matt Corallo
2018-01-19
Use PACKAGE_NAME instead of hardcoding application name in log message
Wladimir J. van der Laan
2018-01-18
Don't allow relative -walletdir paths
Russell Yanofsky
2018-01-16
Log debug build status and warn when running benchmarks
Wladimir J. van der Laan
2018-01-16
Abstract directory locking into util.cpp
MeshCollider
2018-01-03
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
[next]