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
...
*
|
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2018-01-03
1
-1
/
+1
|
/
*
Merge #10574: Remove includes in .cpp files for things the corresponding .h f...
Wladimir J. van der Laan
2017-12-12
1
-6
/
+0
|
\
|
*
Remove includes in .cpp files for things the corresponding .h file already in...
practicalswift
2017-11-16
1
-6
/
+0
*
|
Test datadir in conf file exists
MeshCollider
2017-12-06
1
-0
/
+3
*
|
Add `-debuglogfile` option
Wladimir J. van der Laan
2017-11-30
1
-11
/
+26
*
|
Merge #11191: RPC: Improve help text and behavior of RPC-logging.
Wladimir J. van der Laan
2017-11-30
1
-0
/
+1
|
\
\
|
*
|
Improve help text and behavior of RPC-logging
Akio Nakamura
2017-11-20
1
-0
/
+1
*
|
|
Create walletdir if datadir doesn't exist and fix tests
MeshCollider
2017-11-18
1
-1
/
+4
|
|
/
|
/
|
*
|
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-11-16
1
-8
/
+8
*
|
Merge #10939: [init] Check non-emptiness of -blocknotify command prior to exe...
Wladimir J. van der Laan
2017-10-04
1
-0
/
+1
|
\
\
|
|
/
|
/
|
|
*
Skip sys::system(...) call in case of empty command
practicalswift
2017-08-14
1
-0
/
+1
*
|
Merge #10901: Fix constness of ArgsManager methods
MarcoFalke
2017-08-16
1
-17
/
+15
|
\
\
|
|
/
|
/
|
|
*
Fix constness of ArgsManager methods
João Barbosa
2017-07-24
1
-17
/
+15
*
|
remove unused gArgs wrappers
Marko Bencun
2017-08-14
1
-3
/
+3
*
|
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...
practicalswift
2017-08-07
1
-14
/
+14
|
/
*
Merge #10118: Util: Remove redundant calls to argsGlobal.IsArgSet()
Wladimir J. van der Laan
2017-06-27
1
-1
/
+3
|
\
|
*
Util: Remove redundant calls to gArgs.IsArgSet()
Jorge Timón
2017-06-27
1
-1
/
+3
*
|
[RPC] Add an uptime command that displays the amount of time that bitcoind ha...
Ricardo Velhote
2017-06-25
1
-0
/
+8
|
/
*
Merge #9895: Turn TryCreateDirectory() into TryCreateDirectories()
Wladimir J. van der Laan
2017-06-14
1
-4
/
+4
|
\
|
*
Turn TryCreateDirectory() into TryCreateDirectories()
Marko Bencun
2017-06-14
1
-4
/
+4
*
|
Merge #8694: Basic multiwallet support
Wladimir J. van der Laan
2017-06-12
1
-0
/
+1
|
\
\
|
*
|
Bugfix: ForceSetArg should replace entr(ies) in mapMultiArgs, not append
Luke Dashjr
2017-06-05
1
-0
/
+1
|
|
/
*
/
Remove unused Boost includes
practicalswift
2017-06-09
1
-3
/
+0
|
/
*
Merge #10383: [logging] log system time and mock time
Wladimir J. van der Laan
2017-05-16
1
-1
/
+5
|
\
|
*
[logging] log system time and mock time
John Newbery
2017-05-10
1
-1
/
+5
*
|
Util: Put mapMultiArgs inside ArgsManager
Jorge Timón
2017-05-09
1
-6
/
+5
*
|
Util: Create ArgsManager class...
Jorge Timón
2017-05-09
1
-12
/
+16
|
/
*
Remove Clang workaround for Boost 1.46
fanquake
2017-04-25
1
-13
/
+0
*
allow libevent logging to be updated during runtime
John Newbery
2017-04-10
1
-1
/
+1
*
[rpc] Add logging RPC
John Newbery
2017-04-10
1
-1
/
+16
*
Remove `namespace fs=fs`
Wladimir J. van der Laan
2017-04-03
1
-4
/
+0
*
Use fsbridge for fopen and freopen
Wladimir J. van der Laan
2017-04-03
1
-5
/
+5
*
Replace uses of boost::filesystem with fs
Wladimir J. van der Laan
2017-04-03
1
-28
/
+28
*
Replace includes of boost/filesystem.h with fs.h
Wladimir J. van der Laan
2017-04-03
1
-2
/
+1
*
Merge #10058: No need to use OpenSSL malloc/free
Wladimir J. van der Laan
2017-04-03
1
-10
/
+7
|
\
|
*
No need to use OpenSSL malloc/free
Thomas Snider
2017-03-28
1
-10
/
+7
*
|
Change LogAcceptCategory to use uint32_t rather than sets of strings.
Gregory Maxwell
2017-04-01
1
-28
/
+64
*
|
util: Work around (virtual) memory exhaustion on 32-bit w/ glibc
Wladimir J. van der Laan
2017-03-30
1
-0
/
+14
|
/
*
[util] Remove redundant call to get() on smart pointer (thread_specific_ptr)
practicalswift
2017-03-09
1
-2
/
+2
*
Refactor: Remove using namespace <xxx> from util*
Karl-Johan Alm
2017-03-08
1
-19
/
+19
*
Fix for issue #9775. Added check for open() returning a NULL pointer.
kirit93
2017-02-20
1
-7
/
+8
*
Increase minimum debug.log size to 10MB after shrink.
Alex Morcos
2017-01-24
1
-2
/
+6
*
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-12-31
1
-1
/
+1
*
Add a ForceSetArg method for testing
Matt Corallo
2016-12-27
1
-0
/
+8
*
Lock mapArgs/mapMultiArgs access in util
Matt Corallo
2016-12-24
1
-11
/
+23
*
Un-expose mapArgs from utils.h
Matt Corallo
2016-12-24
1
-1
/
+1
*
Introduce (and use) an IsArgSet accessor method
Matt Corallo
2016-12-23
1
-1
/
+6
*
Fix non-const mapMultiArgs[] access after init.
Matt Corallo
2016-12-23
1
-7
/
+11
*
Remove arguments to ParseConfigFile
Matt Corallo
2016-12-23
1
-6
/
+4
*
Merge #9236: Fix races for strMiscWarning and fLargeWork*Found, make QT runaw...
Wladimir J. van der Laan
2016-12-19
1
-1
/
+1
|
\
[prev]
[next]