116 Commits (5c37be2db6177b8e6a4990b2efddcbac46b14a3f)

Author SHA1 Message Date
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 13 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 12 years ago
Fordy 3a25a2b9b0 Update License in File Headers 12 years ago
Gavin Andresen f718aedd9f Refactor: GetRandHash() method for util 12 years ago
Jeff Garzik 768e5d52fb Add new utility functions FileCommit(), RenameOver() 12 years ago
Wladimir J. van der Laan 29b79e4c0e Get rid of snprintf (except one) with fixed buffers, shorten code 12 years ago
Wladimir J. van der Laan 67d4cbab46 Move GetStartOnSystemStartup and SetStartOnSystemStartup to GUI code 12 years ago
Pieter Wuille 7f3ccb59da Split synchronization mechanisms from util.{h,cpp} 12 years ago
Pieter Wuille 5456ef3092 Use polling instead of boost's broken semaphore on OSX 12 years ago
Pieter Wuille c59abe2589 Use semaphores instead of condition variables 12 years ago
Philip Kaufmann 3e468840bd util.h/.ccp: modifiy some comments / rename MyGetSpecialFolderPath() -> GetSpecialFolderPath(), set fCreate default to true and remove the fallback (not Win >= Vista compatible anyway) / remove namespace fs stuff where only used once / misc small changes' 12 years ago
Matt Corallo 2ea78ec7fd Fix DEBUG_LOCKCONTENTION 12 years ago
Wladimir J. van der Laan 3ee5f8aac3 remove duplicate definition of SecureString in util.h 12 years ago
Jeff Garzik 735a60698c Change signed->unsigned at 3 code sites 12 years ago
Pieter Wuille f4203de302 Make GetDataDir return absolute paths 12 years ago
Wladimir J. van der Laan 88dc2d6c6a Integrate @JoelKatz's optimized ToHex (#562) into current HexStr function 12 years ago
Pieter Wuille 6b6aaa1698 Further reduce header dependencies 12 years ago
Pieter Wuille ed6d0b5f85 Remove headers.h 12 years ago
Jeff Garzik 460b66b14b Remove obsolete Win32 AffinityBugWorkaround() 12 years ago
Pieter Wuille ee12c3d60c Use filesystem::path instead of manual string tinkering 12 years ago
Pieter Wuille f342dac1cb Do not report spurious deadlocks caused by TRY_LOCK 12 years ago
Pieter Wuille f8dcd5ca6f Use scoped locks instead of CRITICAL_BLOCK 12 years ago
Pieter Wuille 712fd182b7 Locking system overhaul, add condition variables 12 years ago
Wladimir J. van der Laan 5d7cebdadc move translation function _ to qtui.h/noui.h instead of util.h 12 years ago
Wladimir J. van der Laan 6cb6d62347 remove dependency on serialize.h and util.h for SecureString 12 years ago
Wladimir J. van der Laan 52d3a48128 VC2010 compile fixes 12 years ago
Pieter Wuille 6b8de05d0a Begin doxygen-compatible comments 12 years ago
Wladimir J. van der Laan a6aee96c7e remove unused functions from util.h/util.cpp 12 years ago
Gregory Maxwell 82a10c8170 Resolves issue #922 - "wallet passphrase timeout of several years doesn't work" 12 years ago
Gavin Andresen 3f8cb2c565 Reworked QT settings 13 years ago