aboutsummaryrefslogtreecommitdiff
path: root/src/util.cpp
Commit message (Expand)AuthorAgeFilesLines
* [trivial] Reuse translation and cleanup DEFAULT_* valuesMarcoFalke2015-11-281-2/+2
* Constrain constant values to a single location in codeLuke Dashjr2015-11-281-3/+6
* util: Don't set strMiscWarning on every exceptionWladimir J. van der Laan2015-11-271-1/+0
* Add option for microsecond precision in debug.logSuhas Daftuar2015-10-261-3/+8
* Changed logging to make -logtimestamps to work also for -printtoconsoleArne Brutschy2015-09-301-3/+4
* Move windows socket init to utility functionWladimir J. van der Laan2015-09-031-0/+12
* Fix argument parsing oddity with -noXWladimir J. van der Laan2015-07-271-28/+19
* Merge pull request #6287Wladimir J. van der Laan2015-07-231-1/+1
|\
| * locking: fix a few small issues uncovered by -Wthread-safetyCory Fields2015-06-161-1/+1
* | Merge pull request #6149Wladimir J. van der Laan2015-07-221-26/+77
|\ \
| * | Buffer log messages and explicitly open logsAdam Weiss2015-07-061-26/+77
* | | openssl: avoid config file load/raceCory Fields2015-07-141-0/+8
|/ /
* / Use real number of cores for default -par, ignore virtual coresWladimir J. van der Laan2015-07-011-0/+10
|/
* use const references where appropriatePhilip Kaufmann2015-06-041-1/+1
* Make command line option to show all debugging consistent with similar optionslpescher2015-05-191-0/+1
* fix header include groupsPhilip Kaufmann2015-05-141-5/+5
* [squashme] simplify SetupEnvironment() (by dexX7)Jonas Schnelli2015-05-101-5/+5
* don't imbue boost::filesystem::path with locale "C" on windowsJonas Schnelli2015-05-011-0/+2
* Merge pull request #6022Wladimir J. van der Laan2015-04-301-0/+1
|\
| * Separate CTranslationInterface from CClientUIInterfaceJorge Timón2015-04-161-0/+1
* | DragonFlyBSD thread renaming.sinetek2015-04-291-2/+2
* | FreeBSD, OpenBSD thread renaming.sinetek2015-04-211-4/+6
|/
* Initialization: set fallback locale as environment variabledexX72015-03-271-3/+4
* Initialization: set Boost path locale in main threaddexX72015-03-111-9/+9
* Help messages correctly formatted (79 chars)Luca Venturini2015-03-101-0/+15
* Merge #5366: No longer check osx compatibility in RenameThreadWladimir J. van der Laan2015-02-181-6/+1
|\
| * No longer check osx compatibility in RenameThreadMichael Ford2014-11-251-6/+1
* | Added "Core" to copyright headerssandakersmann2014-12-191-1/+1
* | make all catch() arguments constPhilip Kaufmann2014-12-171-5/+4
|/
* Update comments in util to be doxygen compatibleMichael Ford2014-11-171-19/+29
* util.cpp comment correction21E142014-11-011-2/+2
* Merge pull request #4804 from jtimon/chainparams3Wladimir J. van der Laan2014-10-171-7/+5
|\
| * SQUASHME: fix "Reserve only one network specific cached path per session"jtimon2014-10-111-3/+5
| * Reserve only one network specific cached path per sessionjtimon2014-09-211-7/+3
* | Fixing C4146 warningENikS2014-09-251-1/+1
* | Also create pid file in non-daemon modeWladimir J. van der Laan2014-09-201-1/+1
|/
* Merge pull request #4825Pieter Wuille2014-09-161-1/+1
|\
| * Fixing compiler warning C4800: 'type' forcing value to bool 'true' or 'false'ENikS2014-09-061-1/+1
* | Use explicit fflush() instead of setvbuf()Adam Weiss2014-09-101-0/+1
|/
* Split up util.cpp/hWladimir J. van der Laan2014-08-261-547/+4
* Move `*Version()` functions to version.h/cppWladimir J. van der Laan2014-08-261-25/+0
* Move SetThreadPriority implementation to util.cpp instead of the headerWladimir J. van der Laan2014-08-261-0/+13
* build: check for sys/prctl.h in the proper wayWladimir J. van der Laan2014-08-121-1/+8
* Fix thread name settingWladimir J. van der Laan2014-08-121-2/+2
* Can't log to debug log before chain params initializedWladimir J. van der Laan2014-07-151-1/+1
* move rand functions from util to new random.h/.cppPhilip Kaufmann2014-07-091-108/+1
* add GetRandBytes() as wrapper for RAND_bytes()Philip Kaufmann2014-07-091-13/+16
* Merge pull request #4401Wladimir J. van der Laan2014-07-071-2/+4
|\
| * add OpenSSL RAND_cleanup() on OpenSSL shutdownPhilip Kaufmann2014-06-261-2/+4
* | Move ui_interface to bitcoin_server.aWladimir J. van der Laan2014-07-071-2/+0