aboutsummaryrefslogtreecommitdiff
path: root/src/util.cpp
AgeCommit message (Expand)Author
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
2014-07-04Show nodeid instead of addresses (for anonymity) unless otherwise requested.R E Broadley
2014-06-30Merge pull request #4437Wladimir J. van der Laan
2014-06-28Move non-trivial uint256.h methods to uint256.cppPieter Wuille
2014-06-28Merge pull request #4398Wladimir J. van der Laan
2014-06-26Merge pull request #4392Wladimir J. van der Laan
2014-06-26Allocate more space if necessary in RandSeedAddPerfMonWladimir J. van der Laan
2014-06-26add OpenSSL RAND_cleanup() on OpenSSL shutdownPhilip Kaufmann
2014-06-26ensure clean and consistent "namespace" usagePhilip Kaufmann
2014-06-25Remove unnecessary dependencies for bitcoin-cliWladimir J. van der Laan
2014-06-25Move network-time related functions to timedata.cpp/hWladimir J. van der Laan
2014-06-23Issue warning if collecting RandSeed data failedWladimir J. van der Laan
2014-06-23change "char pch[200000]" to "new char[200000]"daniel
2014-06-12Merge pull request #4193Wladimir J. van der Laan
2014-06-11util: Add function FormatParagraph to format paragraph to fixed-widthWladimir J. van der Laan