aboutsummaryrefslogtreecommitdiff
path: root/src/util.cpp
AgeCommit message (Expand)Author
2012-05-01fix compiler warning "suggest parentheses around assignment used as truthPhilip Kaufmann
2012-04-23Merge pull request #1140 from jgarzik/sign-compareJeff Garzik
2012-04-23Add casts for unavoidable signed/unsigned comparisonsJeff Garzik
2012-04-22Make GetDataDir return absolute pathsPieter Wuille
2012-04-18Fix bugs on 'unsigned char' platforms.Dwayne C. Litzenberger
2012-04-18Fix phexdigits[255] is undefined.Dwayne C. Litzenberger
2012-04-17Further reduce header dependenciesPieter Wuille
2012-04-17Remove headers.hPieter Wuille
2012-04-17Remove unused and unreachable codeWladimir J. van der Laan
2012-04-15fix warnings: array subscript is of type 'char' [-Wchar-subscripts]Wladimir J. van der Laan
2012-04-15work around issue in boost::program_options that prevents from compiling in c...Wladimir J. van der Laan
2012-04-12Merge pull request #1087 from sipa/fix_1086Gavin Andresen
2012-04-13Fix #1086: add /testnet to passed datadirPieter Wuille
2012-04-12Fix OSX build errors.Gavin Andresen
2012-04-11Use filesystem::path instead of manual string tinkeringPieter Wuille
2012-04-11Remove path.make_preferred() calls, and fix compiler error in bitcoinrpc RE: ...Gavin Andresen
2012-04-10Merge pull request #1054 from sipa/buildinfoPieter Wuille
2012-04-10Build identification stringsPieter Wuille
2012-04-09Merge pull request #1052 from sipa/scopedlocksPieter Wuille
2012-04-09Do not report spurious deadlocks caused by TRY_LOCKPieter Wuille
2012-04-09Support for parametrized locks in deadlock detectorPieter Wuille
2012-04-09Use scoped locks instead of CRITICAL_BLOCKPieter Wuille
2012-04-06updated util.cpp to use make_preferred()Philip Kaufmann
2012-04-06Merge pull request #1033 from sipa/waitPieter Wuille
2012-04-05removed obsolete boost workaround (boost ticket #4258)Philip Kaufmann
2012-04-04Locking system overhaul, add condition variablesPieter Wuille
2012-04-04qtui.h/noui.h interface cleanupWladimir J. van der Laan
2012-04-03VC2010 compile fixesWladimir J. van der Laan
2012-03-25remove unused functions from util.h/util.cppWladimir J. van der Laan
2012-02-28Merge branch '2012_02_getspecialfolderpath_overflow' of https://github.com/la...Gavin Andresen
2012-02-26Reworked QT settingsGavin Andresen
2012-02-26Simplify MyGetSpecialFolderPath and fix possible buffer overflow (#901)Wladimir J. van der Laan
2012-02-16Fix #846. Allow negative options such as "nolisten=1" in bitcoin.conf as wel...Chris Moore
2012-02-07Update all copyrights to 2012Gavin Andresen
2012-02-07New GetArg features: allow --, and booleans can be -foo or -nofooGavin Andresen
2012-02-07Unit tests for the GetArg() methodsGavin Andresen
2012-02-06-bip16 option (default: 1) to support / not support BIP 16. And bumped defaul...Gavin Andresen
2012-01-21Add DEBUG_LOCKCONTENTION, to warn each time a thread waits to lock.Matt Corallo
2012-01-13Replace OP_EVAL (BIP 12) with Pay-to-script-hash (BIP 16).Gavin Andresen
2012-01-06Network stack refactorPieter Wuille
2012-01-03Fix issue #659, and cleanup wallet/command-line argument handling a bitGavin Andresen
2011-12-21Revert "Use standard C99 (and Qt) types for 64-bit integers"Wladimir J. van der Laan
2011-12-20Use standard C99 (and Qt) types for 64-bit integersLuke Dashjr
2011-12-20Merge pull request #673 from mndrix/less-time-dataGavin Andresen
2011-12-19Use std::numeric_limits<> for typesafe INT_MAX/etcGavin Andresen
2011-12-19Implement BIP 14 : separate protocol version from client versionGavin Andresen
2011-12-01Retain only the most recent time samplesMichael Hendricks
2011-12-01Only log time samples in debug modeMichael Hendricks
2011-10-07Fix build on windows and macGavin Andresen
2011-10-01remove possibility of 63 bit overflow in ParseMoneyWladimir J. van der Laan