125 Commits (bcc292b22d847c15776403197fcacc5ddbb6cd20)

Author SHA1 Message Date
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 12 years ago
Gavin Andresen feeb761ba0 Testnet, Mark III 13 years ago
Jeff Garzik 429039d45d Refactor: move runCommand() to util.cpp 13 years ago
Wladimir J. van der Laan 239c11d0dd Make testcases build, prevent windows symbol collision 13 years ago
Wladimir J. van der Laan ab1b288fa7 Convert UI interface to boost::signals2. 13 years ago
Michael Hendricks 9af080c351 Reopen debug.log on SIGHUP 13 years ago
Michael Hendricks fea25712ca Serialize access to debug.log stream 13 years ago
Pieter Wuille 660ff174f2 Use boost::thread locking instead of interprocess 13 years ago
Fordy 3a25a2b9b0 Update License in File Headers 13 years ago
Gavin Andresen f718aedd9f Refactor: GetRandHash() method for util 13 years ago
Philip Kaufmann 5f9861953e fix RenameOver() and FileCommit() functions, to not generate compilation errors 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
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) 13 years ago
Wladimir J. van der Laan 67d4cbab46 Move GetStartOnSystemStartup and SetStartOnSystemStartup to GUI code 13 years ago
Pieter Wuille 7f3ccb59da Split synchronization mechanisms from util.{h,cpp} 13 years ago
Gavin Andresen e6fd96f054 Fix osx build 13 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' 13 years ago
Matt Corallo 234db30d66 Update to require IE 5.1 as it is required on mingw64. 13 years ago
Philip Kaufmann 1c94f88d5e fix compiler warning "suggest parentheses around assignment used as truth 13 years ago
Jeff Garzik 1d8c7a9557 Add casts for unavoidable signed/unsigned comparisons 13 years ago
Pieter Wuille f4203de302 Make GetDataDir return absolute paths 13 years ago
Dwayne C. Litzenberger 8c8e8c2e93 Fix bugs on 'unsigned char' platforms. 13 years ago
Dwayne C. Litzenberger a6fa147c8d Fix phexdigits[255] is undefined. 13 years ago
Pieter Wuille 6b6aaa1698 Further reduce header dependencies 13 years ago
Pieter Wuille ed6d0b5f85 Remove headers.h 13 years ago
Wladimir J. van der Laan 7fa3ad83a9 Remove unused and unreachable code 13 years ago
Wladimir J. van der Laan 8add7822ce fix warnings: array subscript is of type 'char' [-Wchar-subscripts] 13 years ago
Wladimir J. van der Laan 1f29d399f4 work around issue in boost::program_options that prevents from compiling in clang 13 years ago
Pieter Wuille 7a743148c9 Fix #1086: add /testnet to passed datadir 13 years ago
Gavin Andresen 940e22fd81 Fix OSX build errors. 13 years ago
Pieter Wuille ee12c3d60c Use filesystem::path instead of manual string tinkering 13 years ago