index
:
discoin
1.10-archive
1.14-maint
1.14.4-dev
1.14.5-dev
1.17-dev
1.18-dev
1.21-dev
1.4-archive
1.6-archive
1.7-archive
1.8-archive
1.8-safemode
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
util.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
scripted-diff: Move util files to separate directory.
Jim Posen
2018-11-04
1
-1299
/
+0
*
Merge #13878: utils: Add fstream wrapper to allow to pass unicode filename on...
Wladimir J. van der Laan
2018-10-18
1
-2
/
+2
|
\
|
*
Move boost/std fstream to fsbridge
Chun Kuan Lee
2018-09-26
1
-2
/
+2
*
|
utils: Convert Windows args to utf-8 string
Chun Kuan Lee
2018-09-30
1
-0
/
+32
|
/
*
Make fs::path::string() always return utf-8 string
Chun Kuan Lee
2018-09-23
1
-0
/
+4
*
convert C-style (void) parameter lists to C++ style ()
Arvid Norberg
2018-09-13
1
-1
/
+1
*
Merge #13888: Call unicode API on Windows
Wladimir J. van der Laan
2018-09-13
1
-1
/
+1
|
\
|
*
Call unicode API on Windows
Chun Kuan Lee
2018-09-11
1
-1
/
+1
*
|
doc: `-help-debug` implies `-help`
Wladimir J. van der Laan
2018-09-13
1
-1
/
+1
*
|
Merge #13886: utils: run commands using utf-8 string on Windows
Wladimir J. van der Laan
2018-09-12
1
-0
/
+5
|
\
\
|
|
/
|
/
|
|
*
utils: run commands using utf-8 string on Windows
Chun Kuan Lee
2018-08-27
1
-0
/
+5
*
|
Merge #13734: gui: Drop boost::scoped_array and use wchar_t API explicitly on...
Wladimir J. van der Laan
2018-09-11
1
-3
/
+3
|
\
\
|
*
|
gui: get special folder in unicode
Chun Kuan Lee
2018-08-04
1
-3
/
+3
*
|
|
Merge #14105: util: Report parse errors in configuration file
Wladimir J. van der Laan
2018-09-06
1
-5
/
+18
|
\
\
\
|
*
|
|
util: Report parse errors in configuration file
Wladimir J. van der Laan
2018-08-30
1
-5
/
+18
*
|
|
|
Fix potential deadlock
practicalswift
2018-08-30
1
-5
/
+15
*
|
|
|
Add lock annotations (cs_args)
practicalswift
2018-08-29
1
-2
/
+2
*
|
|
|
Add missing locks (cs_args)
practicalswift
2018-08-29
1
-9
/
+11
|
/
/
/
*
|
/
add unicode compatible file_lock for Windows
Chun Kuan Lee
2018-08-28
1
-14
/
+8
|
|
/
|
/
|
*
|
util: Replace boost::signals2 with std::function
MarcoFalke
2018-08-24
1
-2
/
+0
*
|
Merge #13780: 0.17: Pre-branch maintenance
Wladimir J. van der Laan
2018-08-08
1
-1
/
+1
|
\
\
|
*
|
Update copyright headers to 2018
DrahtBot
2018-07-27
1
-1
/
+1
|
|
/
*
/
Report when unknown config file options are ignored
Pieter Wuille
2018-07-30
1
-3
/
+7
|
/
*
scripted-diff: prefer MAC_OSX over __APPLE__
fanquake
2018-07-25
1
-1
/
+1
*
tiny refactor for ArgsManager
AtsukiTak
2018-07-22
1
-4
/
+4
*
Replace boost program_options
Chun Kuan Lee
2018-07-18
1
-9
/
+38
*
Add unavailable options to hidden options category
Andrew Chow
2018-06-12
1
-0
/
+7
*
qa: Increase includeconf test coverage
MarcoFalke
2018-06-01
1
-6
/
+14
*
Give an error and exit if there are unknown parameters
Andrew Chow
2018-05-30
1
-6
/
+45
*
Use a struct for arguments and nested map for categories
Andrew Chow
2018-05-30
1
-24
/
+56
*
Stop translating command line options
Wladimir J. van der Laan
2018-05-30
1
-13
/
+13
*
util: warn about recursive -includeconf arguments in configuration files
Karl-Johan Alm
2018-05-10
1
-0
/
+18
*
Make gArgs aware of the arguments
Andrew Chow
2018-05-09
1
-0
/
+49
*
Merge #10267: New -includeconf argument for including external configuration ...
Wladimir J. van der Laan
2018-05-09
1
-1
/
+34
|
\
|
*
-includeconf=<path> support in config handler, for including external configu...
Karl-Johan Alm
2018-04-26
1
-1
/
+34
*
|
Handle unsuccessful fseek(...):s
practicalswift
2018-05-02
1
-1
/
+3
|
/
*
Add logging and error handling for file syncing
Wladimir J. van der Laan
2018-04-23
1
-6
/
+22
*
MOVEONLY: Move logging code from util.{h,cpp} to new files.
Jim Posen
2018-04-18
1
-270
/
+0
*
Print to console by default when not run with -daemon
Evan Klitzke
2018-04-17
1
-5
/
+10
*
ArgsManager: special handling for -regtest and -testnet
Anthony Towns
2018-04-11
1
-2
/
+18
*
ArgsManager: Warn when ignoring network-specific config setting
Anthony Towns
2018-04-11
1
-0
/
+28
*
ArgsManager: limit some options to only apply on mainnet when in default section
Anthony Towns
2018-04-11
1
-4
/
+34
*
ArgsManager: support config file sections
Anthony Towns
2018-04-11
1
-2
/
+37
*
ArgsManager: drop m_negated_args
Anthony Towns
2018-04-11
1
-19
/
+44
*
ArgsManager: keep command line and config file arguments separate
Anthony Towns
2018-04-11
1
-23
/
+82
*
util: Remove designator initializer from ScheduleBatchPriority
Wladimir J. van der Laan
2018-04-09
1
-1
/
+1
*
util: Pass pthread_self() to pthread_setschedparam instead of 0
Wladimir J. van der Laan
2018-04-09
1
-1
/
+1
*
Merge #12878: [refactor] Config handling refactoring in preparation for netwo...
Jonas Schnelli
2018-04-08
1
-17
/
+37
|
\
|
*
ReadConfigStream: assume the stream is good
Anthony Towns
2018-04-06
1
-17
/
+17
|
*
Separate out ReadConfigStream from ReadConfigFile
Anthony Towns
2018-04-06
1
-4
/
+10
[next]