aboutsummaryrefslogtreecommitdiff
path: root/src/test/util_tests.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into single_prodnameLuke Dashjr2016-02-031-1/+1
|\
| * Bump copyright headers to 2015MarcoFalke2015-12-131-1/+1
* | Rewrite FormatParagraph to handle newlines within input strings correctlyLuke Dashjr2016-02-031-3/+18
|/
* SanitizeString: Allow hypen charMarcoFalke2015-09-231-2/+2
* [uacomment] Sanitize per BIP-0014MarcoFalke2015-09-161-2/+2
* rpc: Accept scientific notation for monetary amounts in JSONWladimir J. van der Laan2015-07-101-0/+66
* Merge pull request #6239Wladimir J. van der Laan2015-06-091-23/+21
|\
| * Get rid of fPlus argument to FormatMoneyWladimir J. van der Laan2015-06-061-23/+21
* | fix util_tests.cpp clang warningsJonas Schnelli2015-06-061-2/+2
|/
* util: Add ParseInt64 and ParseDouble functionsWladimir J. van der Laan2015-06-041-0/+65
* tests: add a BasicTestingSetup and apply to all testsWladimir J. van der Laan2015-03-121-1/+2
* c++11: These look like user-defined literals.Cory Fields2015-02-031-9/+9
* Remove references to X11 licenceMichael Ford2014-12-161-1/+1
* Add a new test for FormatParagraph (string longer than the default width).Pavel Janík2014-12-061-0/+1
* MOVEONLY: core/ -> primitives/Luke Dashjr2014-12-031-1/+1
* Separate protocol versioning from clientversionCory Fields2014-10-291-1/+1
* MOVEONLY: Separate CTransaction and dependencies from corejtimon2014-10-271-1/+1
* boost: drop boost dependency in version.cpp.Cory Fields2014-10-151-0/+12
* Use a typedef for monetary valuesMark Friedenbach2014-09-261-1/+1
* Split up util.cpp/hWladimir J. van der Laan2014-08-261-0/+3
* Move CMedianFilter to timedata.cppWladimir J. van der Laan2014-08-261-25/+0
* move rand functions from util to new random.h/.cppPhilip Kaufmann2014-07-091-0/+1
* util: Add function FormatParagraph to format paragraph to fixed-widthWladimir J. van der Laan2014-06-111-0/+11
* Replace non-threadsafe gmtime and setlocaleWladimir J. van der Laan2014-05-231-3/+1
* Merge pull request #4138Wladimir J. van der Laan2014-05-121-6/+6
|\
| * Remove dummy PRIszX macros for formattingWladimir J. van der Laan2014-05-061-6/+6
* | Remove unused function WildcardMatchWladimir J. van der Laan2014-05-091-11/+0
* | util: add parseint32 function with strict error reportingWladimir J. van der Laan2014-05-091-0/+22
|/
* Add licenses for tests and test dataWladimir J. van der Laan2014-03-181-0/+4
* Get rid of C99 PRI?64 usage in source filesWladimir J. van der Laan2014-02-241-3/+3
* Add test for GetTime()Wladimir J. van der Laan2014-01-091-0/+8
* tests: add testcases for strprintfWladimir J. van der Laan2013-11-131-0/+27
* Cleanup code using forward declarations.Brandon Dahler2013-11-101-6/+7
* Make RPC password resistant to timing attacksGavin Andresen2013-08-081-0/+11
* Make the rand tests determinstic. (fixes #2714)Gregory Maxwell2013-07-071-33/+1
* remove GetBoolArg() fDefault parameter defaulting to falsePhilip Kaufmann2013-06-011-12/+12
* Remove flaky util thread unit testsGavin Andresen2013-05-031-58/+0
* LoopForever and ThreadTrace helpersGavin Andresen2013-04-031-0/+58
* Internal RNG for approximateBestSubset to prevent degenerate behavior.Gregory Maxwell2013-02-181-0/+62
* test/util_tests.cpp: one more DateTimeStrFormat 'T' removalJeff Garzik2013-01-011-4/+4
* Change timestamps to use ISO8601 formattingRichard Schwab2012-12-121-4/+4
* Remove useless non-cross-platform tests.Matt Corallo2012-08-171-0/+2
* change strings to Bitcoin (uppercase), where it is used as a noun and update ...Philip Kaufmann2012-05-181-1/+1
* Integrate @JoelKatz's optimized ToHex (#562) into current HexStr functionWladimir J. van der Laan2012-04-211-0/+11
* Use scoped locks instead of CRITICAL_BLOCKPieter Wuille2012-04-091-3/+4
* Replace OP_EVAL (BIP 12) with Pay-to-script-hash (BIP 16).Gavin Andresen2012-01-131-0/+15
* Revert "Use standard C99 (and Qt) types for 64-bit integers"Wladimir J. van der Laan2011-12-211-3/+1
* Use standard C99 (and Qt) types for 64-bit integersLuke Dashjr2011-12-201-1/+3
* Rework unit tests so test_bitcoin.cpp does not #include them allGavin Andresen2011-12-191-1/+3
* Added simple critical section test cases.Clark Gaebel2011-11-021-0/+19