aboutsummaryrefslogtreecommitdiff
path: root/src/util.cpp
AgeCommit message (Expand)Author
2012-10-09Merge branch '0.5.x' into 0.6.0.xLuke Dashjr
2012-10-09Merge branch '0.4.x' into 0.5.xLuke Dashjr
2012-10-09Avoid crashes at shutdown due to printf() in global destructors.Gavin Andresen
2012-08-12Merge branch '0.5.x' into 0.6.0.xLuke Dashjr
2012-08-12Merge branch '0.4.x' into 0.5.xLuke Dashjr
2012-08-12Bugfix: Correct English grammar regarding "'s"Luke Dashjr
2012-07-22Merge branch '0.5.x' into 0.6.0.xLuke Dashjr
2012-07-22Merge branch '0.4.x' into 0.5.xLuke Dashjr
2012-07-22fix OpenSSL not written as proper noun in some commentsPhilip Kaufmann
2012-07-05Fix a few typosfanquake
2012-07-05Fix a few typosfanquake
2012-07-05Fix a few typosfanquake
2012-06-14Use std::numeric_limits<> for typesafe INT_MAX/etcGavin Andresen
2012-06-14Use std::numeric_limits<> for typesafe INT_MAX/etcGavin Andresen
2012-06-14Merge branch '0.5.x' into 0.6.0.xLuke Dashjr
2012-06-14Merge branch '0.4.x' into 0.5.xLuke Dashjr
2012-06-06Serialize access to debug.log streamMichael Hendricks
2012-05-20Update License in File HeadersFordy
2012-05-20Update License in File HeadersFordy
2012-05-20Update License in File HeadersFordy
2012-05-04Merge branch '0.5.x' into 0.6.0.xLuke Dashjr
2012-05-04Merge branch '0.4.x' into 0.5.xLuke Dashjr
2012-05-01fix compiler warning "suggest parentheses around assignment used as truthPhilip Kaufmann
2012-04-22Merge branch '0.4.x' into 0.5.xLuke Dashjr
2012-04-22Fix bugs on 'unsigned char' platforms.Dwayne C. Litzenberger
2012-04-22Fix bugs on 'unsigned char' platforms.Dwayne C. Litzenberger
2012-04-22Fix phexdigits[255] is undefined.Dwayne C. Litzenberger
2012-04-22Fix phexdigits[255] is undefined.Dwayne C. Litzenberger
2012-04-15Merge branch '0.5.x' into 0.6.0.xLuke Dashjr
2012-04-15Merge branch '0.4.x' into 0.5.0.xLuke Dashjr
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-03-25remove unused functions from util.h/util.cppWladimir J. van der Laan
2012-03-03Merge branch '0.4.x' into 0.5.0.xLuke Dashjr
2012-03-03Bugfix: Fix possible buffer overflow (#901)Luke Dashjr
2012-03-03Bugfix: Check return value of SHGetSpecialFolderPath in MyGetSpecialFolderPathLuke Dashjr
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-07Merge branch '0.4.x' into 0.5.0.xLuke Dashjr
2012-02-07Update copyrights to 2012 for files modified this yearLuke Dashjr
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-03Merge branch '0.4.x' into 0.5.0.xLuke Dashjr