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-05-03
Make it clear which functions that are intended to be translation unit local
practicalswift
2018-05-02
Trivial: s/SetBestChain/ChainStateFlushed in comments after #13106
Russell Yanofsky
2018-04-29
util: Store debug log file path in BCLog::Logger member.
Jim Posen
2018-04-29
scripted-diff: Rename BCLog::Logger member variables.
Jim Posen
2018-04-29
util: Refactor GetLogCategory.
Jim Posen
2018-04-27
util: Encapsulate logCategories within BCLog::Logger.
Jim Posen
2018-04-27
util: Move debug file management functions into Logger.
Jim Posen
2018-04-27
util: Establish global logger object.
Jim Posen
2018-04-26
Remove Safe mode
Andrew Chow
2018-04-25
[validation] Replace tx index code in validation code with TxIndex.
Jim Posen
2018-04-25
[init] Initialize and start TxIndex in init code.
Jim Posen
2018-04-18
Consistently log CValidationState on failure
Ben Woosley
2018-04-17
Merge #13004: Print to console by default when not run with -daemon
Wladimir J. van der Laan
2018-04-17
Merge #12977: Refactor g_wallet_init_interface to const reference
Wladimir J. van der Laan
2018-04-17
Print to console by default when not run with -daemon
Evan Klitzke
2018-04-16
Merge #11862: Network specific conf sections
Wladimir J. van der Laan
2018-04-13
wallet: Refactor g_wallet_init_interface to const reference
João Barbosa
2018-04-13
wallet: Make WalletInitInterface members const
João Barbosa
2018-04-12
Merge #12743: Fix csBestBlock/cvBlockChange waiting in rpc/mining
Pieter Wuille
2018-04-11
ArgsManager: Warn when ignoring network-specific config setting
Anthony Towns
2018-04-09
added logging line back that was accidentally removed with #10762
Steve Lee
2018-04-09
Remove duplicate includes
practicalswift
2018-04-08
Merge #12891: [logging] add lint-logs.sh to check for newline termination.
Wladimir J. van der Laan
2018-04-07
Merge #12618: Set SCHED_BATCH priority on the loadblk thread.
Wladimir J. van der Laan
2018-04-07
[logging] Comment all continuing logs.
John Newbery
2018-04-05
wallet: Refactor to WalletInitInterface* const g_wallet_init_interface
João Barbosa
2018-04-05
wallet: Make WalletInitInterface and DummyWalletInit private
João Barbosa
2018-04-04
[trivial] Add newlines to end of log messages.
John Newbery
2018-04-03
Modernize best block mutex/cv/hash variable naming
Pieter Wuille
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
Set SCHED_BATCH priority on the loadblk thread.
Evan Klitzke
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
[next]