aboutsummaryrefslogtreecommitdiff
path: root/src/test/util_tests.cpp
AgeCommit message (Expand)Author
2017-09-05Allow setting nMinimumChainWork on command lineSuhas Daftuar
2017-08-07scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...practicalswift
2017-06-07scripted-diff: Use new naming style for insecure_rand* functionsPieter Wuille
2017-06-05Merge test_random.h into test_bitcoin.hPieter Wuille
2017-05-09Util: Create ArgsManager class...Jorge Timón
2017-03-21[trivial] Fix typos in commentspracticalswift
2017-03-08Fix msvc compiler error C4146 (unary minus operator applied to unsigned type)kobake
2017-01-05Merge #9281: Refactor: Remove using namespace <xxx> from bench/ & test/ sourcesMarcoFalke
2017-01-02Refactoring: Removed using namespace <xxx> from bench/ and test/ source files.Karl-Johan Alm
2016-12-31Increment MIT Licence copyright header year on files modified in 2016isle2983
2016-12-24Un-expose mapArgs from utils.hMatt Corallo
2016-12-23Introduce (and use) an IsArgSet accessor methodMatt Corallo
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