371 Commits (54a38abafe0c63dcb1bb95addf740539155ae1df)

Author SHA1 Message Date
Pieter Wuille 3fb9b99cca Allow lengthy block reconnections to be interrupted 12 years ago
Pieter Wuille 597fa4cd63 Add GetTempPath() to util 12 years ago
Philip Kaufmann 5350ea4171 update CClientUIInterface and remove orphan Wx stuff 12 years ago
Philip Kaufmann 0f8a647782 don't use memset() in privacy/security relevant code parts 12 years ago
Pieter Wuille bba89aa82a Pre-allocate block and undo files in chunks 12 years ago
Pieter Wuille e996521390 Use fdatasync instead of fsync on supported platforms 12 years ago
Wladimir J. van der Laan 6032e4f4e7 get rid of strlcpy.h 12 years ago
Gavin Andresen cac6b389d1 Avoid crashes at shutdown due to printf() in global destructors. 12 years ago
Philip Kaufmann d210f4f5b8 fix -Wformat warnings all over the source 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
Wladimir J. van der Laan e95568b78d Handle locked pages more robustly (Fixes issue #1462) 12 years ago
Gavin Andresen cd58f05894 Restore OSX 10.5 compatibility (do not use pthread_setname_np) 12 years ago
Gavin Andresen 4d51be1cf3 Suppress output when running unit tests. 12 years ago
Luke Dashjr b49f1398a1 Bugfix: Correct English grammar regarding "'s" 12 years ago
Philip Kaufmann e6bc9c35f3 Update Warning-strings to use a standard-format 12 years ago
Philip Kaufmann a7f82808c4 fix OpenSSL not written as proper noun in some comments 12 years ago
Gavin Andresen 92f6fb4cfa Teach RenameThread to work on OSX 12 years ago
Giel van Schijndel b277b0f100 Don't check for __linux__ specifically, check for PR_SET_NAME feature instead 12 years ago
Giel van Schijndel 304ca95508 Add support for renaming FreeBSD and OpenBSD threads 12 years ago
Giel van Schijndel 96931d6f78 Give threads a recognisable name to aid in debugging 12 years ago
fanquake e749405297 Fix a few typos 12 years ago
Pieter Wuille 70f7f00385 Node support for Tor hidden services 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
Gavin Andresen feeb761ba0 Testnet, Mark III 12 years ago
Jeff Garzik 429039d45d Refactor: move runCommand() to util.cpp 12 years ago
Wladimir J. van der Laan 239c11d0dd Make testcases build, prevent windows symbol collision 12 years ago
Wladimir J. van der Laan ab1b288fa7 Convert UI interface to boost::signals2. 12 years ago
Michael Hendricks 9af080c351 Reopen debug.log on SIGHUP 12 years ago
Michael Hendricks fea25712ca Serialize access to debug.log stream 12 years ago
Pieter Wuille 660ff174f2 Use boost::thread locking instead of interprocess 12 years ago
Fordy 3a25a2b9b0 Update License in File Headers 12 years ago
Gavin Andresen f718aedd9f Refactor: GetRandHash() method for util 12 years ago
Philip Kaufmann 5f9861953e fix RenameOver() and FileCommit() functions, to not generate compilation errors 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
Philip Kaufmann 0985816bf6 ensure that no double timestamps show up in the debug.log, by removing manual timestamps from the source (now only -logtimestamps parameter adds timestamps to debug.log) 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
Gavin Andresen e6fd96f054 Fix osx build 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 234db30d66 Update to require IE 5.1 as it is required on mingw64. 12 years ago
Philip Kaufmann 1c94f88d5e fix compiler warning "suggest parentheses around assignment used as truth 12 years ago
Jeff Garzik 1d8c7a9557 Add casts for unavoidable signed/unsigned comparisons 12 years ago
Pieter Wuille f4203de302 Make GetDataDir return absolute paths 12 years ago
Dwayne C. Litzenberger 8c8e8c2e93 Fix bugs on 'unsigned char' platforms. 12 years ago