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
2017-06-27
Merge #10118: Util: Remove redundant calls to argsGlobal.IsArgSet()
Wladimir J. van der Laan
2017-06-27
Util: Remove redundant calls to gArgs.IsArgSet()
Jorge Timón
2017-06-25
[RPC] Add an uptime command that displays the amount of time that bitcoind ha...
Ricardo Velhote
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-12
Merge #8694: Basic multiwallet support
Wladimir J. van der Laan
2017-06-09
Remove unused Boost includes
practicalswift
2017-06-05
Bugfix: ForceSetArg should replace entr(ies) in mapMultiArgs, not append
Luke Dashjr
2017-05-16
Merge #10383: [logging] log system time and mock time
Wladimir J. van der Laan
2017-05-10
[logging] log system time and mock time
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-25
Remove Clang workaround for Boost 1.46
fanquake
2017-04-10
allow libevent logging to be updated during runtime
John Newbery
2017-04-10
[rpc] Add logging RPC
John Newbery
2017-04-03
Remove `namespace fs=fs`
Wladimir J. van der Laan
2017-04-03
Use fsbridge for fopen and freopen
Wladimir J. van der Laan
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-03
Merge #10058: No need to use OpenSSL malloc/free
Wladimir J. van der Laan
2017-04-01
Change LogAcceptCategory to use uint32_t rather than sets of strings.
Gregory Maxwell
2017-03-30
util: Work around (virtual) memory exhaustion on 32-bit w/ glibc
Wladimir J. van der Laan
2017-03-28
No need to use OpenSSL malloc/free
Thomas Snider
2017-03-09
[util] Remove redundant call to get() on smart pointer (thread_specific_ptr)
practicalswift
2017-03-08
Refactor: Remove using namespace <xxx> from util*
Karl-Johan Alm
2017-02-20
Fix for issue #9775. Added check for open() returning a NULL pointer.
kirit93
2017-01-24
Increase minimum debug.log size to 10MB after shrink.
Alex Morcos
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
Lock mapArgs/mapMultiArgs access in util
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-19
Merge #9236: Fix races for strMiscWarning and fLargeWork*Found, make QT runaw...
Wladimir J. van der Laan
2016-12-09
Refactor: Removed begin/end_ptr functions.
Karl-Johan Alm
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-12-01
Merge #9230: Fix some benign races in timestamp logging
Wladimir J. van der Laan
2016-11-29
init: Get rid of fServer flag
Wladimir J. van der Laan
2016-11-27
Make fStartedNewLine an std::atomic_bool
Matt Corallo
2016-10-01
Globals: Decouple GetConfigFile and ReadConfigFile from global mapArgs
Jorge Timón
2016-09-21
Merge #8656: Trivial: Do not shadow global variable fileout
Wladimir J. van der Laan
2016-09-04
trivial: remove unnecessary variable fDaemon
mruddy
2016-09-02
Do not shadow global variable
Pavel Janík
2016-07-02
[util] CopyrightHolders: Check for untranslated substitution
MarcoFalke
2016-06-01
Use std::atomic for fRequestShutdown and fReopenDebugLog
Pieter Wuille
2016-05-12
Merge #8004: signal handling: fReopenDebugLog and fRequestShutdown should be ...
Wladimir J. van der Laan
2016-05-09
fReopenDebugLog and fRequestShutdown should be type sig_atomic_t
Chirag Davé
[next]