211 Commits (41113e33ad62333d99fd8cc6bf717c0794681d86)

Author SHA1 Message Date
Philip Kaufmann cd696e64df misc small changes to polish after include cleanup 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
super3 db0e8ccd90 Bump Year Number to 2013 11 years ago
Philip Kaufmann 917ac1dcc1 make fCommandLine a local variable in AppInit() 11 years ago
Gavin Andresen 881a85a22d Replace printf with LogPrintf / LogPrint 11 years ago
Gavin Andresen e51321fb75 Refactor: OutputDebugStringF -> LogPrint(category, ...) 11 years ago
Philip Kaufmann d78900cc1b fix some cosmetic glitches in the codebase 11 years ago
Cory Fields 35b8af9226 autotools: switch to autotools buildsystem 11 years ago
Gavin Andresen 42656ea2e5 Make RPC password resistant to timing attacks 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
fcicq 9371403993 Add missing constant for solaris 11 years ago
Pieter Wuille c43da3f183 Dump addresses every 15 minutes instead of 10 seconds 11 years ago
Mike Hearn 0e4b317555 Introduce a CChainParameters singleton class and regtest mode. 11 years ago
theuni e2654c8d28 fixed: don't use thread::sleep_for where it's known to be broken 11 years ago
theuni f2763d6d60 fixed: include boost header as necessary 11 years ago
Philip Kaufmann 53e71135de changes to thread code (directly use boost::thread) 11 years ago
Philip Kaufmann 3260b4c090 remove GetBoolArg() fDefault parameter defaulting to false 11 years ago
Pieter Wuille 5d891489ab Make CPubKey statically allocated 11 years ago
Robert Backhaus 65ec9eab2b Explicitly #include stdarg.h, for access to va_list 11 years ago
Pieter Wuille ba29a5590b Try to increase file descriptor rlimit if necessary 12 years ago
Philip Kaufmann 61032f8942 remove obsolete and unused typedef for Windows 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 72f14d26ec LoopForever and ThreadTrace helpers 12 years ago
Gavin Andresen 1b43bf0d3a Rename util.h Sleep --> MilliSleep 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
Peter Todd 8686f6467c Add timeoffset to getinfo RPC call 12 years ago
Gavin Andresen ee3374234c OutputDebugStringF code cleanup 12 years ago
Pieter Wuille 0fb9073edd Split off hash.h from util.h 12 years ago
Pieter Wuille 3fb9b99cca Allow lengthy block reconnections to be interrupted 12 years ago
Pieter Wuille 0ae0712b1c Add GetTimeMicros() for ore accurate benchmarking 12 years ago
Pieter Wuille 597fa4cd63 Add GetTempPath() to util 12 years ago
Pieter Wuille bba89aa82a Pre-allocate block and undo files in chunks 12 years ago
Wladimir J. van der Laan bcc292b22d Extend printf warnings to error() 12 years ago
Philip Kaufmann 9c8dc7caf1 harmonize printf format characters 12 years ago
Pieter Wuille 2e3ffb2d82 Remove stack randomization 12 years ago
Jeff Garzik ea0796bde3 Trim trailing whitespace for src/*.{h,cpp} 12 years ago
Wladimir J. van der Laan 3b3d999618 Add format characters for (s)size_t and ptrdiff_t 12 years ago
Wladimir J. van der Laan ac4e7f6269 HexStr: don't build a vector<char> first 12 years ago
Wladimir J. van der Laan 963af6449f Cleanup some unused macros from util.h 12 years ago
Wladimir J. van der Laan b0a90fbb0c Add printf-style warnings to strprintf() and OutputDebugStringF() 12 years ago
Wladimir J. van der Laan 4d1d94c56c Rename CreateThread to NewThread 12 years ago
Wladimir J. van der Laan 61d8507140 implement CreateThread with boost::thread 12 years ago
Philip Kaufmann efdcf94174 fix further spelling errors / remove a tab in the source 12 years ago
Luke Dashjr 814efd6f1f Bugfix: Fix a variety of misspellings 12 years ago