aboutsummaryrefslogtreecommitdiff
path: root/src/test/util_tests.cpp
AgeCommit message (Expand)Author
2016-12-23Fix non-const mapMultiArgs[] access after init.Matt Corallo
2016-11-07test: Fix test_random includesMarcoFalke
2016-10-17Kill insecure_random and associated global stateWladimir J. van der Laan
2016-08-24[test] Remove unused codeMarcoFalke
2016-06-08util: Add ParseUInt32 and ParseUInt64Wladimir J. van der Laan
2016-03-14[tests] Extend util_ParseMoney test caseMarcoFalke
2016-02-15test: test leading space for ParseHexWladimir J. van der Laan
2016-02-03Merge branch 'master' into single_prodnameLuke Dashjr
2016-02-03Rewrite FormatParagraph to handle newlines within input strings correctlyLuke Dashjr
2015-12-13Bump copyright headers to 2015MarcoFalke
2015-09-23SanitizeString: Allow hypen charMarcoFalke
2015-09-16[uacomment] Sanitize per BIP-0014MarcoFalke
2015-07-10rpc: Accept scientific notation for monetary amounts in JSONWladimir J. van der Laan
2015-06-09Merge pull request #6239Wladimir J. van der Laan
2015-06-06fix util_tests.cpp clang warningsJonas Schnelli
2015-06-06Get rid of fPlus argument to FormatMoneyWladimir J. van der Laan
2015-06-04util: Add ParseInt64 and ParseDouble functionsWladimir J. van der Laan
2015-03-12tests: add a BasicTestingSetup and apply to all testsWladimir J. van der Laan
2015-02-03c++11: These look like user-defined literals.Cory Fields
2014-12-16Remove references to X11 licenceMichael Ford
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