aboutsummaryrefslogtreecommitdiff
path: root/src/test/util_tests.cpp
AgeCommit message (Expand)Author
2014-12-06Add a new test for FormatParagraph (string longer than the default width).Pavel Janík
2014-12-03MOVEONLY: core/ -> primitives/Luke Dashjr
2014-10-29Separate protocol versioning from clientversionCory Fields
2014-10-27MOVEONLY: Separate CTransaction and dependencies from corejtimon
2014-10-15boost: drop boost dependency in version.cpp.Cory Fields
2014-09-26Use a typedef for monetary valuesMark Friedenbach
2014-08-26Split up util.cpp/hWladimir J. van der Laan
2014-08-26Move CMedianFilter to timedata.cppWladimir J. van der Laan
2014-07-09move rand functions from util to new random.h/.cppPhilip Kaufmann
2014-06-11util: Add function FormatParagraph to format paragraph to fixed-widthWladimir J. van der Laan
2014-05-23Replace non-threadsafe gmtime and setlocaleWladimir J. van der Laan
2014-05-12Merge pull request #4138Wladimir J. van der Laan
2014-05-09Remove unused function WildcardMatchWladimir J. van der Laan
2014-05-09util: add parseint32 function with strict error reportingWladimir J. van der Laan
2014-05-06Remove dummy PRIszX macros for formattingWladimir J. van der Laan
2014-03-18Add licenses for tests and test dataWladimir J. van der Laan
2014-02-24Get rid of C99 PRI?64 usage in source filesWladimir J. van der Laan
2014-01-09Add test for GetTime()Wladimir J. van der Laan
2013-11-13tests: add testcases for strprintfWladimir J. van der Laan
2013-11-10Cleanup code using forward declarations.Brandon Dahler
2013-08-08Make RPC password resistant to timing attacksGavin Andresen
2013-07-07Make the rand tests determinstic. (fixes #2714)Gregory Maxwell
2013-06-01remove GetBoolArg() fDefault parameter defaulting to falsePhilip Kaufmann
2013-05-03Remove flaky util thread unit testsGavin Andresen
2013-04-03LoopForever and ThreadTrace helpersGavin Andresen
2013-02-18Internal RNG for approximateBestSubset to prevent degenerate behavior.Gregory Maxwell
2013-01-01test/util_tests.cpp: one more DateTimeStrFormat 'T' removalJeff Garzik
2012-12-12Change timestamps to use ISO8601 formattingRichard Schwab
2012-08-17Remove useless non-cross-platform tests.Matt Corallo
2012-05-18change strings to Bitcoin (uppercase), where it is used as a noun and update ...Philip Kaufmann
2012-04-21Integrate @JoelKatz's optimized ToHex (#562) into current HexStr functionWladimir J. van der Laan
2012-04-09Use scoped locks instead of CRITICAL_BLOCKPieter Wuille
2012-01-13Replace OP_EVAL (BIP 12) with Pay-to-script-hash (BIP 16).Gavin 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-19Rework unit tests so test_bitcoin.cpp does not #include them allGavin Andresen
2011-11-02Added simple critical section test cases.Clark Gaebel
2011-10-03Declare integer constant LLGavin Andresen
2011-10-01remove possibility of 63 bit overflow in ParseMoneyWladimir J. van der Laan
2011-09-28use median filter for peer-reported reported number of blocksWladimir J. van der Laan