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
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
2016-06-01
Revert "Include signal.h for sig_atomic_t in WIN32"
Pieter Wuille
2016-05-27
Include signal.h for sig_atomic_t in WIN32
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-05-04
util: switch LogPrint and error to variadic templates
Wladimir J. van der Laan
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
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
[qt] Move GUI related HelpMessage() part downstream
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-10-26
Add option for microsecond precision in debug.log
Suhas Daftuar
2015-09-03
Move windows socket init to utility function
Wladimir J. van der Laan
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-04
use const references where appropriate
Philip Kaufmann
2015-05-14
Use CScheduler for net's DumpAddresses
Gavin Andresen
2015-04-16
Separate CTranslationInterface from CClientUIInterface
Jorge Timón
2015-03-10
Help messages correctly formatted (79 chars)
Luca Venturini
2015-03-03
Reinitialize state in between individual unit tests.
Pieter Wuille
2014-12-19
Added "Core" to copyright headers
sandakersmann
2014-12-17
make all catch() arguments const
Philip Kaufmann
2014-11-17
Update comments in util to be doxygen compatible
Michael Ford
2014-10-02
amount.h: update license, add header end comment + rem from util.h
Philip Kaufmann
2014-09-26
Use a typedef for monetary values
Mark Friedenbach
2014-09-20
Also create pid file in non-daemon mode
Wladimir J. van der Laan
2014-09-14
header include cleanup
Philip Kaufmann
2014-08-28
add missing header end comments
Philip Kaufmann
2014-08-26
Split up util.cpp/h
Wladimir J. van der Laan
2014-08-26
Move `COIN` and `CENT` to core.h
Wladimir J. van der Laan
2014-08-26
Move `*Version()` functions to version.h/cpp
Wladimir J. van der Laan
[next]