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
/
util.cpp
Age
Commit message (
Expand
)
Author
2018-04-17
Print to console by default when not run with -daemon
Evan Klitzke
2018-04-11
ArgsManager: special handling for -regtest and -testnet
Anthony Towns
2018-04-11
ArgsManager: Warn when ignoring network-specific config setting
Anthony Towns
2018-04-11
ArgsManager: limit some options to only apply on mainnet when in default section
Anthony Towns
2018-04-11
ArgsManager: support config file sections
Anthony Towns
2018-04-11
ArgsManager: drop m_negated_args
Anthony Towns
2018-04-11
ArgsManager: keep command line and config file arguments separate
Anthony Towns
2018-04-09
util: Remove designator initializer from ScheduleBatchPriority
Wladimir J. van der Laan
2018-04-09
util: Pass pthread_self() to pthread_setschedparam instead of 0
Wladimir J. van der Laan
2018-04-08
Merge #12878: [refactor] Config handling refactoring in preparation for netwo...
Jonas Schnelli
2018-04-07
Merge #12618: Set SCHED_BATCH priority on the loadblk thread.
Wladimir J. van der Laan
2018-04-06
ReadConfigStream: assume the stream is good
Anthony Towns
2018-04-06
Separate out ReadConfigStream from ReadConfigFile
Anthony Towns
2018-04-06
Move ChainNameFromCommandLine into ArgsManager and rename to GetChainName
Anthony Towns
2018-04-02
[moveonly] Extract HelpRequested to dry up the help options testing
Ben Woosley
2018-03-27
Track negated arguments in the argument paser.
Evan Klitzke
2018-03-27
Merge #12653: Allow to optional specify the directory for the blocks storage
Wladimir J. van der Laan
2018-03-26
Set SCHED_BATCH priority on the loadblk thread.
Evan Klitzke
2018-03-22
Merge #12630: Provide useful error message if datadir is not writable.
Wladimir J. van der Laan
2018-03-21
Replace boost::call_once with std::call_once
donaloconnor
2018-03-16
Merge #12542: Remove redundant includes. Conform to header include guidelines.
Pieter Wuille
2018-03-14
Provide relevant error message if datadir is not writable.
murrayn
2018-03-11
Allow to optional specify the directory for the blocks storage
Jonas Schnelli
2018-03-09
Format timestamps using ISO 8601 formatting (e.g. "2018-02-28T12:34:56Z")
practicalswift
2018-03-06
Merge #10271: Use std::thread::hardware_concurrency, instead of Boost, to det...
Wladimir J. van der Laan
2018-02-27
Remove redundant includes. Conform to header include guidelines.
practicalswift
2018-02-15
test: Add unit test for LockDirectory
Wladimir J. van der Laan
2018-02-15
util: Fix multiple use of LockDirectory
Wladimir J. van der Laan
2018-02-05
Add AbsPathForConfigVal to consolidate datadir prefixing for path args
James O'Beirne
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
2017-12-15
Use std::thread::hardware_concurrency, instead of Boost, to determine availab...
fanquake
2017-12-12
Merge #10574: Remove includes in .cpp files for things the corresponding .h f...
Wladimir J. van der Laan
2017-12-06
Test datadir in conf file exists
MeshCollider
2017-11-30
Add `-debuglogfile` option
Wladimir J. van der Laan
2017-11-30
Merge #11191: RPC: Improve help text and behavior of RPC-logging.
Wladimir J. van der Laan
2017-11-20
Improve help text and behavior of RPC-logging
Akio Nakamura
2017-11-18
Create walletdir if datadir doesn't exist and fix tests
MeshCollider
2017-11-16
Remove includes in .cpp files for things the corresponding .h file already in...
practicalswift
2017-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-10-04
Merge #10939: [init] Check non-emptiness of -blocknotify command prior to exe...
Wladimir J. van der Laan
2017-08-16
Merge #10901: Fix constness of ArgsManager methods
MarcoFalke
2017-08-14
Skip sys::system(...) call in case of empty command
practicalswift
2017-08-14
remove unused gArgs wrappers
Marko Bencun
2017-08-07
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...
practicalswift
2017-07-24
Fix constness of ArgsManager methods
João Barbosa
2017-06-27
Merge #10118: Util: Remove redundant calls to argsGlobal.IsArgSet()
Wladimir J. van der Laan
2017-06-27
Util: Remove redundant calls to gArgs.IsArgSet()
Jorge Timón
2017-06-25
[RPC] Add an uptime command that displays the amount of time that bitcoind ha...
Ricardo Velhote
2017-06-14
Merge #9895: Turn TryCreateDirectory() into TryCreateDirectories()
Wladimir J. van der Laan
[next]