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-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é
2016-05-05
don't run ThreadMessageHandler at lowered priority
Kaz Wesley
2016-04-13
Removed call to `TryCreateDirectory` from `GetDefaultDataDir` in `src/util.cpp`.
Alexander Regueiro
2016-03-11
Move GetTempPath() to testutil.
Mustafa
2016-02-03
Merge branch 'master' into single_prodname
Luke Dashjr
2016-02-03
When/if the copyright line does not mention Bitcoin Core developers, add a se...
Luke Dashjr
2016-01-19
Bugfix: Actually use _COPYRIGHT_HOLDERS_SUBSTITUTION everywhere
Luke Dashjr
2015-12-22
Set copyright holders displayed in notices separately from the package name
Luke Dashjr
2015-12-13
Bump copyright headers to 2015
MarcoFalke
2015-11-28
[trivial] Reuse translation and cleanup DEFAULT_* values
MarcoFalke
2015-11-28
Constrain constant values to a single location in code
Luke Dashjr
2015-11-27
util: Don't set strMiscWarning on every exception
Wladimir J. van der Laan
2015-10-26
Add option for microsecond precision in debug.log
Suhas Daftuar
2015-09-30
Changed logging to make -logtimestamps to work also for -printtoconsole
Arne Brutschy
2015-09-03
Move windows socket init to utility function
Wladimir J. van der Laan
2015-07-27
Fix argument parsing oddity with -noX
Wladimir J. van der Laan
2015-07-23
Merge pull request #6287
Wladimir J. van der Laan
2015-07-22
Merge pull request #6149
Wladimir J. van der Laan
2015-07-14
openssl: avoid config file load/race
Cory Fields
2015-07-06
Buffer log messages and explicitly open logs
Adam Weiss
2015-07-01
Use real number of cores for default -par, ignore virtual cores
Wladimir J. van der Laan
2015-06-16
locking: fix a few small issues uncovered by -Wthread-safety
Cory Fields
2015-06-04
use const references where appropriate
Philip Kaufmann
2015-05-19
Make command line option to show all debugging consistent with similar options
lpescher
2015-05-14
fix header include groups
Philip Kaufmann
2015-05-10
[squashme] simplify SetupEnvironment() (by dexX7)
Jonas Schnelli
2015-05-01
don't imbue boost::filesystem::path with locale "C" on windows
Jonas Schnelli
[next]