278 Commits (9e851450abc5495db2938eadbcde869f1d981689)

Author SHA1 Message Date
Michael Hendricks fea25712ca Serialize access to debug.log stream 13 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
Dwayne C. Litzenberger a6fa147c8d Fix phexdigits[255] is undefined. 12 years ago
Pieter Wuille 6b6aaa1698 Further reduce header dependencies 12 years ago
Pieter Wuille ed6d0b5f85 Remove headers.h 12 years ago
Wladimir J. van der Laan 7fa3ad83a9 Remove unused and unreachable code 12 years ago
Wladimir J. van der Laan 8add7822ce fix warnings: array subscript is of type 'char' [-Wchar-subscripts] 12 years ago
Wladimir J. van der Laan 1f29d399f4 work around issue in boost::program_options that prevents from compiling in clang 12 years ago
Pieter Wuille 7a743148c9 Fix #1086: add /testnet to passed datadir 12 years ago
Gavin Andresen 940e22fd81 Fix OSX build errors. 12 years ago
Pieter Wuille ee12c3d60c Use filesystem::path instead of manual string tinkering 12 years ago
Gavin Andresen 2232717cba Remove path.make_preferred() calls, and fix compiler error in bitcoinrpc RE: boost::system 12 years ago
Pieter Wuille a20c0d0f67 Build identification strings 12 years ago
Pieter Wuille f342dac1cb Do not report spurious deadlocks caused by TRY_LOCK 12 years ago
Pieter Wuille 908037fe16 Support for parametrized locks in deadlock detector 12 years ago
Pieter Wuille f8dcd5ca6f Use scoped locks instead of CRITICAL_BLOCK 12 years ago
Philip Kaufmann 36949554ab updated util.cpp to use make_preferred() 12 years ago
Philip Kaufmann 7f10522c43 removed obsolete boost workaround (boost ticket #4258) 12 years ago
Pieter Wuille 712fd182b7 Locking system overhaul, add condition variables 12 years ago
Wladimir J. van der Laan 7cfbe1fee4 qtui.h/noui.h interface cleanup 12 years ago
Wladimir J. van der Laan 52d3a48128 VC2010 compile fixes 12 years ago
Wladimir J. van der Laan a6aee96c7e remove unused functions from util.h/util.cpp 12 years ago
Gavin Andresen 3f8cb2c565 Reworked QT settings 13 years ago
Wladimir J. van der Laan 21ae37d215 Simplify MyGetSpecialFolderPath and fix possible buffer overflow (#901) 13 years ago
Chris Moore d64e124cf4 Fix #846. Allow negative options such as "nolisten=1" in bitcoin.conf as well as on the command line. 13 years ago
Gavin Andresen 882164196e Update all copyrights to 2012 13 years ago
Gavin Andresen 3ad9f8a70f New GetArg features: allow --, and booleans can be -foo or -nofoo 13 years ago
Gavin Andresen 3ae0735553 Unit tests for the GetArg() methods 13 years ago
Gavin Andresen 7bf8b7c25c -bip16 option (default: 1) to support / not support BIP 16. And bumped default BIP16 switchover date from Feb 15 to Mar 1 13 years ago
Matt Corallo 198fb229a4 Add DEBUG_LOCKCONTENTION, to warn each time a thread waits to lock. 13 years ago
Gavin Andresen 922e8e2929 Replace OP_EVAL (BIP 12) with Pay-to-script-hash (BIP 16). 13 years ago
Pieter Wuille 67a42f929b Network stack refactor 13 years ago
Gavin Andresen 0fcf91ea1e Fix issue #659, and cleanup wallet/command-line argument handling a bit 13 years ago
Wladimir J. van der Laan bde280b9a4 Revert "Use standard C99 (and Qt) types for 64-bit integers" 13 years ago
Luke Dashjr 21d9f36781 Use standard C99 (and Qt) types for 64-bit integers 13 years ago