aboutsummaryrefslogtreecommitdiff
path: root/src/util.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | Show nodeid instead of addresses (for anonymity) unless otherwise requested.R E Broadley2014-07-041-0/+1
* | Merge pull request #4437Wladimir J. van der Laan2014-06-301-0/+5
|\ \
| * | Move non-trivial uint256.h methods to uint256.cppPieter Wuille2014-06-281-0/+5
* | | Merge pull request #4398Wladimir J. van der Laan2014-06-281-1/+2
|\ \ \ | |/ / |/| |
| * | ensure clean and consistent "namespace" usagePhilip Kaufmann2014-06-261-1/+2
| |/
* | Merge pull request #4392Wladimir J. van der Laan2014-06-261-11/+26
|\ \ | |/ |/|
| * Allocate more space if necessary in RandSeedAddPerfMonWladimir J. van der Laan2014-06-261-2/+11
| * Issue warning if collecting RandSeed data failedWladimir J. van der Laan2014-06-231-1/+8
| * change "char pch[200000]" to "new char[200000]"daniel2014-06-231-10/+9
* | Remove unnecessary dependencies for bitcoin-cliWladimir J. van der Laan2014-06-251-6/+6
* | Move network-time related functions to timedata.cpp/hWladimir J. van der Laan2014-06-251-77/+0
|/
* Merge pull request #4193Wladimir J. van der Laan2014-06-121-12/+8
|\
| * Remove double-dash parameters from mapArgsKosta Zertsekel2014-06-041-12/+8
* | util: Add function FormatParagraph to format paragraph to fixed-widthWladimir J. van der Laan2014-06-111-0/+35
* | small formatting, indentation and comment fixesPhilip Kaufmann2014-06-101-10/+12
* | rename fNoListen to fListen and move to netPhilip Kaufmann2014-05-291-1/+0
* | Merge pull request #4183Wladimir J. van der Laan2014-05-251-6/+0
|\ \
| * | remove LogException( ) which is never usedKamil Domanski2014-05-201-6/+0
* | | Replace non-threadsafe gmtime and setlocaleWladimir J. van der Laan2014-05-231-0/+12
|/ /
* | Merge pull request #4174Wladimir J. van der Laan2014-05-191-0/+16
|\ \ | |/ |/|
| * SetupEnvironment() - clean commitStuart Cardall2014-05-131-0/+16
* | remove ParseString(...) which is never usedKamil Domanski2014-05-131-20/+0
|/
* Remove unused function WildcardMatchWladimir J. van der Laan2014-05-091-37/+0
* util: add parseint32 function with strict error reportingWladimir J. van der Laan2014-05-091-0/+14
* Wrap create_directory calls in try...catch blocks.Brandon Dahler2014-03-311-1/+18
* replace custom GetFilesize() with boost::filesystem::file_size()Philip Kaufmann2014-03-031-18/+1
* Merge pull request #3749Wladimir J. van der Laan2014-02-261-9/+0
|\