145 Commits (159bc4819304c4394a92230c9e7b9f3416abe877)

Author SHA1 Message Date
Gavin Andresen 050d2e953f Remove #define loop from util.h 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
Giel van Schijndel 96931d6f78 Give threads a recognisable name to aid in debugging 12 years ago
Pieter Wuille 6ece1d747e CHashWriter that does SHA256 in-place during serialization 12 years ago
Jeff Garzik d07eaba195 Introduce -debugnet option, thereby quieting some redundant debug messages 12 years ago
Pieter Wuille c4c99ade65 Base32 encoding/decoding 12 years ago
Ricardo M. Correia 31ac53fbdc Move NOINLINE definition to test where it's used. 12 years ago
Ricardo M. Correia 43346904e1 Don't overflow integer on 32-bit machines. 12 years ago
Ricardo M. Correia 78e851f94f Fix noinline definition so that it works for more compilers. 12 years ago
Jeff Garzik 429039d45d Refactor: move runCommand() to util.cpp 12 years ago
Michael Hendricks 9af080c351 Reopen debug.log on SIGHUP 13 years ago
Fordy 3a25a2b9b0 Update License in File Headers 13 years ago
Gavin Andresen f718aedd9f Refactor: GetRandHash() method for util 13 years ago
Jeff Garzik 768e5d52fb Add new utility functions FileCommit(), RenameOver() 13 years ago
Wladimir J. van der Laan 29b79e4c0e Get rid of snprintf (except one) with fixed buffers, shorten code 13 years ago