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-09-13
convert C-style (void) parameter lists to C++ style ()
Arvid Norberg
2018-09-13
Merge #13888: Call unicode API on Windows
Wladimir J. van der Laan
2018-09-13
doc: `-help-debug` implies `-help`
Wladimir J. van der Laan
2018-09-12
Merge #13886: utils: run commands using utf-8 string on Windows
Wladimir J. van der Laan
2018-09-11
Call unicode API on Windows
Chun Kuan Lee
2018-09-11
Merge #13734: gui: Drop boost::scoped_array and use wchar_t API explicitly on...
Wladimir J. van der Laan
2018-09-06
Merge #14105: util: Report parse errors in configuration file
Wladimir J. van der Laan
2018-08-30
util: Report parse errors in configuration file
Wladimir J. van der Laan
2018-08-30
Fix potential deadlock
practicalswift
2018-08-29
Add lock annotations (cs_args)
practicalswift
2018-08-29
Add missing locks (cs_args)
practicalswift
2018-08-28
add unicode compatible file_lock for Windows
Chun Kuan Lee
2018-08-27
utils: run commands using utf-8 string on Windows
Chun Kuan Lee
2018-08-24
util: Replace boost::signals2 with std::function
MarcoFalke
2018-08-08
Merge #13780: 0.17: Pre-branch maintenance
Wladimir J. van der Laan
2018-08-04
gui: get special folder in unicode
Chun Kuan Lee
2018-07-30
Report when unknown config file options are ignored
Pieter Wuille
2018-07-27
Update copyright headers to 2018
DrahtBot
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
[next]