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
*
util: Report parse errors in configuration file
Wladimir J. van der Laan
2018-09-06
1
-5
/
+18
*
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
|
*
Move ChainNameFromCommandLine into ArgsManager and rename to GetChainName
Anthony Towns
2018-04-06
1
-0
/
+14
*
|
Merge #12618: Set SCHED_BATCH priority on the loadblk thread.
Wladimir J. van der Laan
2018-04-07
1
-0
/
+15
|
\
\
|
|
/
|
/
|
|
*
Set SCHED_BATCH priority on the loadblk thread.
Evan Klitzke
2018-03-26
1
-0
/
+15
*
|
[moveonly] Extract HelpRequested to dry up the help options testing
Ben Woosley
2018-04-02
1
-1
/
+4
*
|
Track negated arguments in the argument paser.
Evan Klitzke
2018-03-27
1
-31
/
+68
*
|
Merge #12653: Allow to optional specify the directory for the blocks storage
Wladimir J. van der Laan
2018-03-27
1
-0
/
+33
|
\
\
|
|
/
|
/
|
|
*
Allow to optional specify the directory for the blocks storage
Jonas Schnelli
2018-03-11
1
-0
/
+33
*
|
Merge #12630: Provide useful error message if datadir is not writable.
Wladimir J. van der Laan
2018-03-22
1
-0
/
+13
|
\
\
|
*
|
Provide relevant error message if datadir is not writable.
murrayn
2018-03-14
1
-0
/
+13
*
|
|
Replace boost::call_once with std::call_once
donaloconnor
2018-03-21
1
-8
/
+8
*
|
|
Merge #12542: Remove redundant includes. Conform to header include guidelines.
Pieter Wuille
2018-03-16
1
-1
/
+0
|
\
\
\
|
*
|
|
Remove redundant includes. Conform to header include guidelines.
practicalswift
2018-02-27
1
-1
/
+0
|
|
|
/
|
|
/
|
*
|
|
Format timestamps using ISO 8601 formatting (e.g. "2018-02-28T12:34:56Z")
practicalswift
2018-03-09
1
-4
/
+6
|
|
/
|
/
|
*
|
Merge #10271: Use std::thread::hardware_concurrency, instead of Boost, to det...
Wladimir J. van der Laan
2018-03-06
1
-5
/
+2
|
\
\
|
|
/
|
/
|
|
*
Use std::thread::hardware_concurrency, instead of Boost, to determine availab...
fanquake
2017-12-15
1
-5
/
+2
*
|
test: Add unit test for LockDirectory
Wladimir J. van der Laan
2018-02-15
1
-9
/
+18
*
|
util: Fix multiple use of LockDirectory
Wladimir J. van der Laan
2018-02-15
1
-6
/
+20
*
|
Add AbsPathForConfigVal to consolidate datadir prefixing for path args
James O'Beirne
2018-02-05
1
-13
/
+9
*
|
Abstract directory locking into util.cpp
MeshCollider
2018-01-16
1
-0
/
+22
[next]