112 Commits (36fe96581f343aaae91e34b59c223c8e156f14e3)

Author SHA1 Message Date
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 13 years ago
Pieter Wuille 70f7f00385 Node support for Tor hidden services 13 years ago
Jeff Garzik d07eaba195 Introduce -debugnet option, thereby quieting some redundant debug messages 13 years ago
Pieter Wuille c4c99ade65 Base32 encoding/decoding 13 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
Gavin Andresen 2232717cba Remove path.make_preferred() calls, and fix compiler error in bitcoinrpc RE: boost::system 13 years ago
Pieter Wuille a20c0d0f67 Build identification strings 13 years ago
Pieter Wuille f342dac1cb Do not report spurious deadlocks caused by TRY_LOCK 13 years ago
Pieter Wuille 908037fe16 Support for parametrized locks in deadlock detector 13 years ago
Pieter Wuille f8dcd5ca6f Use scoped locks instead of CRITICAL_BLOCK 13 years ago
Philip Kaufmann 36949554ab updated util.cpp to use make_preferred() 13 years ago
Philip Kaufmann 7f10522c43 removed obsolete boost workaround (boost ticket #4258) 13 years ago
Pieter Wuille 712fd182b7 Locking system overhaul, add condition variables 13 years ago
Wladimir J. van der Laan 7cfbe1fee4 qtui.h/noui.h interface cleanup 13 years ago
Wladimir J. van der Laan 52d3a48128 VC2010 compile fixes 13 years ago
Wladimir J. van der Laan a6aee96c7e remove unused functions from util.h/util.cpp 13 years ago
Gavin Andresen 3f8cb2c565 Reworked QT settings 13 years ago