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-07-30
Report when unknown config file options are ignored
Pieter Wuille
2018-07-25
scripted-diff: prefer MAC_OSX over __APPLE__
fanquake
2018-07-22
tiny refactor for ArgsManager
AtsukiTak
2018-07-18
Replace boost program_options
Chun Kuan Lee
2018-06-12
Add unavailable options to hidden options category
Andrew Chow
2018-06-01
qa: Increase includeconf test coverage
MarcoFalke
2018-05-30
Give an error and exit if there are unknown parameters
Andrew Chow
2018-05-30
Use a struct for arguments and nested map for categories
Andrew Chow
2018-05-30
Stop translating command line options
Wladimir J. van der Laan
2018-05-10
util: warn about recursive -includeconf arguments in configuration files
Karl-Johan Alm
2018-05-09
Make gArgs aware of the arguments
Andrew Chow
2018-05-09
Merge #10267: New -includeconf argument for including external configuration ...
Wladimir J. van der Laan
2018-05-02
Handle unsuccessful fseek(...):s
practicalswift
2018-04-26
-includeconf=<path> support in config handler, for including external configu...
Karl-Johan Alm
2018-04-23
Add logging and error handling for file syncing
Wladimir J. van der Laan
2018-04-18
MOVEONLY: Move logging code from util.{h,cpp} to new files.
Jim Posen
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
[next]