259 Commits (df9c2ee1c9c02b79ccbb6cbae03096c3f9af23c7)

Author SHA1 Message Date
Stuart Cardall 5248ff4099 SetupEnvironment() - clean commit 10 years ago
Kamil Domanski be54b87f22 remove ParseString(...) which is never used 10 years ago
Wladimir J. van der Laan fdbd7075ca Remove unused function WildcardMatch 10 years ago
Wladimir J. van der Laan 0d4ea1cf8a util: add parseint32 function with strict error reporting 10 years ago
Brandon Dahler 2b7709dc84
Wrap create_directory calls in try...catch blocks. 11 years ago
Philip Kaufmann a486abd419 replace custom GetFilesize() with boost::filesystem::file_size() 11 years ago
Wladimir J. van der Laan 44235713ed Replace PrintException with PrintExceptionContinue + throw 11 years ago
Wladimir J. van der Laan f48742c2bf Get rid of C99 PRI?64 usage in source files 11 years ago
gubatron 57702541a2 Copyright header updates s/2013/2014 on files whose last git commit was done in 2014. 11 years ago
Wladimir J. van der Laan 7d9d134bf9 Remove redundant .c_str()s 11 years ago
Wladimir J. van der Laan b77dfdc9e3 Typesafe strprintf/error/LogPrint functions 11 years ago
Philip Kaufmann 4c0b2cde3a Win32: use a more modern API call in FileCommit() 11 years ago
Wladimir J. van der Laan 9e9056cd1a Remove -logtodebugger 11 years ago
Gavin Andresen 0b238b2786 Use thread-local storage for LogPrint(category...) 11 years ago
Gavin Andresen 962b1cf441 Fix infinite loop with LogPrint on Windows 11 years ago
Wladimir J. van der Laan 0b47fe6bdc bitcoin-cli: remove unneeded dependencies (only code movement) 11 years ago
Philip Kaufmann 379778bde6 core: remove includes in .cpp, if header is already in .h 11 years ago
Wladimir J. van der Laan d6f690f7da Use C99 printf statements in mingw 11 years ago
Gavin Andresen 17faf56262 Refactor: pull alert string sanitization into util 11 years ago
Brandon Dahler 51ed9ec971 Cleanup code using forward declarations. 11 years ago
Philip Kaufmann 3b570559f8 re-work -debug switch handling 11 years ago
Olivier Langlois f171ec0c7d Make util phexdigit array reusable 11 years ago
Pieter Wuille a616206865 Give peer time-adjustment data an own lock 11 years ago
super3 db0e8ccd90 Bump Year Number to 2013 11 years ago
Chuck 0b8f47dc53 Changing LockedPageManager to use a managed instance 11 years ago
Philip Kaufmann 917ac1dcc1 make fCommandLine a local variable in AppInit() 11 years ago
Philip Kaufmann faaeae1eb3 fix some printf -> LogPrintf leftovers 11 years ago
Gavin Andresen 881a85a22d Replace printf with LogPrintf / LogPrint 11 years ago
Gavin Andresen e51321fb75 Refactor: OutputDebugStringF -> LogPrint(category, ...) 11 years ago
Gregory Maxwell e7bad10c12 More fixes for blockchain corruption on OSX. 11 years ago
Gavin Andresen b94595bb7f GetDataDir(): cache paths for each network separately 11 years ago
Gavin Andresen 050d2e953f Remove #define loop from util.h 11 years ago
Philip Kaufmann a034c7ebb6 exclude CreatePidFile() function on WIN32 as it is unused 11 years ago
Mike Hearn 0e4b317555 Introduce a CChainParameters singleton class and regtest mode. 11 years ago
Philip Kaufmann 53e71135de changes to thread code (directly use boost::thread) 11 years ago
Wladimir J. van der Laan 3e9c8bab54 Create parent directories if needed in GetDataDir 11 years ago
Philip Kaufmann 3260b4c090 remove GetBoolArg() fDefault parameter defaulting to false 11 years ago
Jonas Schnelli b357a71cfa clear path cache after getting a proper config file (fixes #2605) 12 years ago
Pieter Wuille ba29a5590b Try to increase file descriptor rlimit if necessary 12 years ago
Tariq Bashir 6e34d9b12a Prevent prevent file descriptor leak in ShrinkDebugFile() 12 years ago
Philip Kaufmann b001c87126 small indentation, space, formatting fixes (no code changes) 12 years ago
Gavin Andresen b31499ec72 Clean up shutdown process 12 years ago
Gavin Andresen c8c2fbe07f Shutdown cleanup prep-work 12 years ago
Gregory Maxwell 907a2aa4c7 Internal RNG for approximateBestSubset to prevent degenerate behavior. 12 years ago
Pieter Wuille 1eb578796c Drop padding in blk* when finalizing file 12 years ago
Pieter Wuille 288fdc092a Native versions for AllocateFileRange() 12 years ago
Peter Todd 8686f6467c Add timeoffset to getinfo RPC call 12 years ago
Gavin Andresen ee3374234c OutputDebugStringF code cleanup 12 years ago
Jeff Garzik 393819cde4 Remove 'T' from debug log timestamps 12 years ago
Richard Schwab 303b0009dc Change timestamps to use ISO8601 formatting 12 years ago