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-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
2017-08-07
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...
practicalswift
2017-07-24
Fix constness of ArgsManager methods
João Barbosa
2017-07-16
Fix incorrect Doxygen tag (@ince → @since). Make Doxygen parameter names ma...
practicalswift
2017-06-25
[RPC] Add an uptime command that displays the amount of time that bitcoind ha...
Ricardo Velhote
2017-06-22
Merge #10565: [coverage] Remove subtrees and benchmarks from coverage report
Wladimir J. van der Laan
2017-06-14
[trivial] fix indentation for ArgsManager class
John Newbery
2017-06-14
Merge #9895: Turn TryCreateDirectory() into TryCreateDirectories()
Wladimir J. van der Laan
2017-06-14
Turn TryCreateDirectory() into TryCreateDirectories()
Marko Bencun
2017-06-09
Remove unused Boost includes
practicalswift
2017-06-07
Have `make cov` optionally include branch coverage statistics
Andrew Chow
2017-05-30
[trivial] Fix comment for ForceSetArg()
John Newbery
2017-05-09
Util: Put mapMultiArgs inside ArgsManager
Jorge Timón
2017-05-09
Util: Create ArgsManager class...
Jorge Timón
2017-04-10
[rpc] Add logging RPC
John Newbery
2017-04-03
Replace uses of boost::filesystem with fs
Wladimir J. van der Laan
2017-04-03
Replace includes of boost/filesystem.h with fs.h
Wladimir J. van der Laan
2017-04-01
Change LogAcceptCategory to use uint32_t rather than sets of strings.
Gregory Maxwell
2017-03-16
util: rename variable to avoid shadowing
Pavol Rusnak
2017-03-13
util: Throw tinyformat::format_error on formatting error
Wladimir J. van der Laan
2017-03-12
util: Properly handle errors during log message formatting
Wladimir J. van der Laan
2017-01-05
Merge #9417: Do not evaluate hidden LogPrint arguments
Wladimir J. van der Laan
2016-12-31
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-12-27
Add a ForceSetArg method for testing
Matt Corallo
2016-12-24
Un-expose mapArgs from utils.h
Matt Corallo
2016-12-23
Introduce (and use) an IsArgSet accessor method
Matt Corallo
2016-12-23
Fix non-const mapMultiArgs[] access after init.
Matt Corallo
2016-12-23
Remove arguments to ParseConfigFile
Matt Corallo
2016-12-23
Do not evaluate hidden LogPrint arguments
Pieter Wuille
2016-12-03
Move GetWarnings() into its own file.
Gregory Maxwell
2016-12-03
Eliminate data races for strMiscWarning and fLargeWork*Found.
Gregory Maxwell
2016-12-03
Make QT runawayException call GetWarnings instead of directly access strMiscW...
Gregory Maxwell
2016-11-29
init: Get rid of fServer flag
Wladimir J. van der Laan
2016-10-01
Globals: Decouple GetConfigFile and ReadConfigFile from global mapArgs
Jorge Timón
2016-09-02
Do not shadow global variable
Pavel Janík
2016-06-27
util: Remove zero-argument versions of LogPrint and error
Wladimir J. van der Laan
2016-06-01
Use std::atomic for fRequestShutdown and fReopenDebugLog
Pieter Wuille
[next]