aboutsummaryrefslogtreecommitdiff
path: root/src/util.cpp
AgeCommit message (Expand)Author
2016-01-05Bump copyright headers to 2015MarcoFalke
2015-11-28[trivial] Reuse translation and cleanup DEFAULT_* valuesMarcoFalke
2015-11-28Constrain constant values to a single location in codeLuke Dashjr
2015-11-27util: Don't set strMiscWarning on every exceptionWladimir J. van der Laan
2015-10-26Add option for microsecond precision in debug.logSuhas Daftuar
2015-09-30Changed logging to make -logtimestamps to work also for -printtoconsoleArne Brutschy
2015-09-03Move windows socket init to utility functionWladimir J. van der Laan
2015-07-27Fix argument parsing oddity with -noXWladimir J. van der Laan
2015-07-23Merge pull request #6287Wladimir J. van der Laan
2015-07-22Merge pull request #6149Wladimir J. van der Laan
2015-07-14openssl: avoid config file load/raceCory Fields
2015-07-06Buffer log messages and explicitly open logsAdam Weiss
2015-07-01Use real number of cores for default -par, ignore virtual coresWladimir J. van der Laan
2015-06-16locking: fix a few small issues uncovered by -Wthread-safetyCory Fields
2015-06-04use const references where appropriatePhilip Kaufmann
2015-05-19Make command line option to show all debugging consistent with similar optionslpescher
2015-05-14fix header include groupsPhilip Kaufmann
2015-05-10[squashme] simplify SetupEnvironment() (by dexX7)Jonas Schnelli
2015-05-01don't imbue boost::filesystem::path with locale "C" on windowsJonas Schnelli
2015-04-30Merge pull request #6022Wladimir J. van der Laan
2015-04-29DragonFlyBSD thread renaming.sinetek
2015-04-21FreeBSD, OpenBSD thread renaming.sinetek
2015-04-16Separate CTranslationInterface from CClientUIInterfaceJorge Timón
2015-03-27Initialization: set fallback locale as environment variabledexX7
2015-03-11Initialization: set Boost path locale in main threaddexX7
2015-03-10Help messages correctly formatted (79 chars)Luca Venturini
2015-02-18Merge #5366: No longer check osx compatibility in RenameThreadWladimir J. van der Laan
2014-12-19Added "Core" to copyright headerssandakersmann
2014-12-17make all catch() arguments constPhilip Kaufmann
2014-11-25No longer check osx compatibility in RenameThreadMichael Ford
2014-11-17Update comments in util to be doxygen compatibleMichael Ford
2014-11-01util.cpp comment correction21E14
2014-10-17Merge pull request #4804 from jtimon/chainparams3Wladimir J. van der Laan
2014-10-11SQUASHME: fix "Reserve only one network specific cached path per session"jtimon
2014-09-25Fixing C4146 warningENikS
2014-09-21Reserve only one network specific cached path per sessionjtimon
2014-09-20Also create pid file in non-daemon modeWladimir J. van der Laan
2014-09-16Merge pull request #4825Pieter Wuille
2014-09-10Use explicit fflush() instead of setvbuf()Adam Weiss
2014-09-06Fixing compiler warning C4800: 'type' forcing value to bool 'true' or 'false'ENikS
2014-08-26Split up util.cpp/hWladimir J. van der Laan
2014-08-26Move `*Version()` functions to version.h/cppWladimir J. van der Laan
2014-08-26Move SetThreadPriority implementation to util.cpp instead of the headerWladimir J. van der Laan
2014-08-12build: check for sys/prctl.h in the proper wayWladimir J. van der Laan
2014-08-12Fix thread name settingWladimir J. van der Laan
2014-07-15Can't log to debug log before chain params initializedWladimir J. van der Laan
2014-07-09move rand functions from util to new random.h/.cppPhilip Kaufmann
2014-07-09add GetRandBytes() as wrapper for RAND_bytes()Philip Kaufmann
2014-07-07Merge pull request #4401Wladimir J. van der Laan
2014-07-07Move ui_interface to bitcoin_server.aWladimir J. van der Laan