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.h
Age
Commit message (
Expand
)
Author
2018-07-24
Merge #12257: [wallet] Use destination groups instead of coins in coin select
Wladimir J. van der Laan
2018-07-24
utils: Add insert() convenience templates
Karl-Johan Alm
2018-07-22
tiny refactor for ArgsManager
AtsukiTak
2018-07-17
Extract MakeUnique into utilmemory.h
Ben Woosley
2018-06-12
Add unavailable options to hidden options category
Andrew Chow
2018-05-30
Merge #13069: docs: Fix typos
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-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-07
Fix typos
practicalswift
2018-04-27
util: Establish global logger object.
Jim Posen
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-16
Merge #11862: Network specific conf sections
Wladimir J. van der Laan
2018-04-12
logging: bypass timestamp formatting when not logging
Cory Fields
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-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
Separate out ReadConfigStream from ReadConfigFile
Anthony Towns
2018-04-06
Move ChainNameFromCommandLine into ArgsManager and rename to GetChainName
Anthony Towns
2018-04-05
Merge #12859: Bugfix: Include <memory> for std::unique_ptr
Wladimir J. van der Laan
2018-04-02
[moveonly] Extract HelpRequested to dry up the help options testing
Ben Woosley
2018-04-02
Bugfix: Include <memory> for std::unique_ptr
Luke Dashjr
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
Fix typos
Dimitris Apostolou
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-06
Merge #10271: Use std::thread::hardware_concurrency, instead of Boost, to det...
Wladimir J. van der Laan
2018-02-15
test: Add unit test for 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-11
Merge #11583: Do not make it trivial for inbound peers to generate log entries
Wladimir J. van der Laan
2017-11-30
Add `-debuglogfile` option
Wladimir J. van der Laan
2017-11-18
Switched sync.{cpp,h} to std threading primitives.
Thomas Snider
2017-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-11-09
Do not make it trivial for inbound peers to generate log entries
Matt Corallo
2017-11-09
Add MakeUnique (substitute for C++14 std::make_unique)
practicalswift
2017-08-16
Merge #10901: Fix constness of ArgsManager methods
MarcoFalke
2017-08-14
remove unused gArgs wrappers
Marko Bencun
[next]