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
...
*
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
|
\
|
*
Move GetWarnings() into its own file.
Gregory Maxwell
2016-12-03
1
-80
/
+0
|
*
Eliminate data races for strMiscWarning and fLargeWork*Found.
Gregory Maxwell
2016-12-03
1
-0
/
+33
|
*
Make QT runawayException call GetWarnings instead of directly access strMiscW...
Gregory Maxwell
2016-12-03
1
-0
/
+47
*
|
Refactor: Removed begin/end_ptr functions.
Karl-Johan Alm
2016-12-09
1
-2
/
+2
|
/
*
Merge #9230: Fix some benign races in timestamp logging
Wladimir J. van der Laan
2016-12-01
1
-2
/
+2
|
\
|
*
Make fStartedNewLine an std::atomic_bool
Matt Corallo
2016-11-27
1
-2
/
+2
*
|
init: Get rid of fServer flag
Wladimir J. van der Laan
2016-11-29
1
-1
/
+0
|
/
*
Globals: Decouple GetConfigFile and ReadConfigFile from global mapArgs
Jorge Timón
2016-10-01
1
-4
/
+5
*
Merge #8656: Trivial: Do not shadow global variable fileout
Wladimir J. van der Laan
2016-09-21
1
-6
/
+6
|
\
|
*
Do not shadow global variable
Pavel Janík
2016-09-02
1
-6
/
+6
*
|
trivial: remove unnecessary variable fDaemon
mruddy
2016-09-04
1
-1
/
+0
|
/
*
[util] CopyrightHolders: Check for untranslated substitution
MarcoFalke
2016-07-02
1
-5
/
+4
*
Use std::atomic for fRequestShutdown and fReopenDebugLog
Pieter Wuille
2016-06-01
1
-1
/
+1
*
Merge #8004: signal handling: fReopenDebugLog and fRequestShutdown should be ...
Wladimir J. van der Laan
2016-05-12
1
-1
/
+1
|
\
|
*
fReopenDebugLog and fRequestShutdown should be type sig_atomic_t
Chirag Davé
2016-05-09
1
-1
/
+1
*
|
don't run ThreadMessageHandler at lowered priority
Kaz Wesley
2016-05-05
1
-13
/
+0
|
/
*
Removed call to `TryCreateDirectory` from `GetDefaultDataDir` in `src/util.cpp`.
Alexander Regueiro
2016-04-13
1
-3
/
+1
*
Move GetTempPath() to testutil.
Mustafa
2016-03-11
1
-22
/
+0
*
Merge branch 'master' into single_prodname
Luke Dashjr
2016-02-03
1
-6
/
+8
|
\
|
*
Bump copyright headers to 2015
MarcoFalke
2015-12-13
1
-1
/
+1
|
*
[trivial] Reuse translation and cleanup DEFAULT_* values
MarcoFalke
2015-11-28
1
-2
/
+2
|
*
Constrain constant values to a single location in code
Luke Dashjr
2015-11-28
1
-3
/
+6
|
*
util: Don't set strMiscWarning on every exception
Wladimir J. van der Laan
2015-11-27
1
-1
/
+0
*
|
When/if the copyright line does not mention Bitcoin Core developers, add a se...
Luke Dashjr
2016-02-03
1
-5
/
+9
*
|
Bugfix: Actually use _COPYRIGHT_HOLDERS_SUBSTITUTION everywhere
Luke Dashjr
2016-01-19
1
-1
/
+1
*
|
Set copyright holders displayed in notices separately from the package name
Luke Dashjr
2015-12-22
1
-0
/
+7
|
/
*
Add option for microsecond precision in debug.log
Suhas Daftuar
2015-10-26
1
-3
/
+8
*
Changed logging to make -logtimestamps to work also for -printtoconsole
Arne Brutschy
2015-09-30
1
-3
/
+4
*
Move windows socket init to utility function
Wladimir J. van der Laan
2015-09-03
1
-0
/
+12
*
Fix argument parsing oddity with -noX
Wladimir J. van der Laan
2015-07-27
1
-28
/
+19
*
Merge pull request #6287
Wladimir J. van der Laan
2015-07-23
1
-1
/
+1
|
\
[prev]
[next]