aboutsummaryrefslogtreecommitdiff
path: root/src/util.cpp
Commit message (Expand)AuthorAgeFilesLines
* Replaced remaining references to "Bitcoin" in translations.Ross Nicoll2014-03-301-1/+1
* Replaced occurrences of "bitcoin" with "dogecoin" or "Dogecoin" as appropriateRoss Nicoll2014-03-281-5/+5
* Replaced references to Bitcoin with Dogecoin/Dogecoin Core as appropriate.Ross Nicoll2014-03-281-8/+8
* Merge branch 'node-bloom-service-bit' of github.com:petertodd/bitcoin into bl...Jannis Froese2014-03-231-0/+1
|\
| * Add NODE_BLOOM service bit and bump protocol versionPeter Todd2013-10-261-0/+1
* | credit where credit is dueJannis Froese2014-03-221-0/+2
* | Protocol changes for Dogecoin 1.5Jannis Froese2014-03-221-5/+47
* | Merge pull request #3749Wladimir J. van der Laan2014-02-261-9/+0
|\ \
| * | Replace PrintException with PrintExceptionContinue + throwWladimir J. van der Laan2014-02-261-9/+0
* | | Get rid of C99 PRI?64 usage in source filesWladimir J. van der Laan2014-02-241-4/+4
|/ /
* | Copyright header updates s/2013/2014 on files whose last git commit was done ...gubatron2014-02-091-1/+1
* | Merge pull request #3450Wladimir J. van der Laan2014-01-291-2/+3
|\ \
| * | Win32: use a more modern API call in FileCommit()Philip Kaufmann2013-12-201-2/+3
* | | Remove redundant .c_str()sWladimir J. van der Laan2014-01-231-5/+5
* | | Typesafe strprintf/error/LogPrint functionsWladimir J. van der Laan2014-01-231-68/+10
|/ /
* | Remove -logtodebuggerWladimir J. van der Laan2013-12-151-25/+2
* | Use thread-local storage for LogPrint(category...)Gavin Andresen2013-12-101-9/+15
* | Fix infinite loop with LogPrint on WindowsGavin Andresen2013-12-101-17/+14
* | bitcoin-cli: remove unneeded dependencies (only code movement)Wladimir J. van der Laan2013-12-031-0/+2
* | core: remove includes in .cpp, if header is already in .hPhilip Kaufmann2013-11-151-2/+0
* | Use C99 printf statements in mingwWladimir J. van der Laan2013-11-131-4/+0
* | Refactor: pull alert string sanitization into utilGavin Andresen2013-11-111-0/+13
* | Cleanup code using forward declarations.Brandon Dahler2013-11-101-69/+85
* | Merge pull request #3076 from lano1106/uint256_utilWladimir J. van der Laan2013-11-041-5/+5
|\ \
| * | Make util phexdigit array reusableOlivier Langlois2013-10-271-5/+5
* | | Merge pull request #3114Pieter Wuille2013-11-011-1/+4
|\ \ \
| * | | Give peer time-adjustment data an own lockPieter Wuille2013-10-261-1/+4
| | |/ | |/|
* / | re-work -debug switch handlingPhilip Kaufmann2013-10-301-4/+13
|/ /
* | Merge pull request #3046 from sarchar/lockedpage-changeGavin Andresen2013-10-201-2/+0
|\ \
| * | Changing LockedPageManager to use a managed instanceChuck2013-10-201-2/+0
* | | Bump Year Number to 2013super32013-10-201-1/+1
|/ /
* / make fCommandLine a local variable in AppInit()Philip Kaufmann2013-10-081-1/+0
|/
* fix some printf -> LogPrintf leftoversPhilip Kaufmann2013-09-201-10/+2
* Replace printf with LogPrintf / LogPrintGavin Andresen2013-09-181-13/+13
* Refactor: OutputDebugStringF -> LogPrint(category, ...)Gavin Andresen2013-09-181-1/+9
* More fixes for blockchain corruption on OSX.Gregory Maxwell2013-09-151-0/+2
* GetDataDir(): cache paths for each network separatelyGavin Andresen2013-08-221-11/+18
* Merge pull request #2855 from Diapolo/guard_CreatePidFileGavin Andresen2013-08-051-0/+2
|\
| * exclude CreatePidFile() function on WIN32 as it is unusedPhilip Kaufmann2013-07-241-0/+2
* | Remove #define loop from util.hGavin Andresen2013-07-311-4/+4
|/
* Introduce a CChainParameters singleton class and regtest mode.Mike Hearn2013-06-191-3/+3
* changes to thread code (directly use boost::thread)Philip Kaufmann2013-06-101-12/+0
* Create parent directories if needed in GetDataDirWladimir J. van der Laan2013-06-081-1/+1
* remove GetBoolArg() fDefault parameter defaulting to falsePhilip Kaufmann2013-06-011-4/+3
* clear path cache after getting a proper config file (fixes #2605)Jonas Schnelli2013-05-021-3/+6
* Try to increase file descriptor rlimit if necessaryPieter Wuille2013-04-291-0/+23
* Prevent prevent file descriptor leak in ShrinkDebugFile()Tariq Bashir2013-04-271-0/+2
* small indentation, space, formatting fixes (no code changes)Philip Kaufmann2013-04-061-9/+9
* Clean up shutdown processGavin Andresen2013-04-031-2/+0
* Shutdown cleanup prep-workGavin Andresen2013-04-031-3/+6