aboutsummaryrefslogtreecommitdiff
path: root/src/test/util_tests.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Merge #12543: Fix typosMarcoFalke2018-03-051-2/+2
|\
| * Fix typospracticalswift2018-02-261-2/+2
* | Merge #12570: Add test cases for HexStr (std::reverse_iterator and corner cases)Wladimir J. van der Laan2018-03-011-0/+66
|\ \ | |/ |/|
| * Add tests for HexStr std::reverse_iterator casesKosta Zertsekel2018-03-011-0/+52
| * Add tests for HexStr corner casesKosta Zertsekel2018-03-011-0/+14
* | test: Add missing signal.h headerWladimir J. van der Laan2018-02-161-0/+1
* | test: Add unit test for LockDirectoryWladimir J. van der Laan2018-02-151-0/+130
* | Merge #11997: [tests] util_tests.cpp: actually check ignored argsMarcoFalke2018-01-041-1/+1
|\ \
| * | [tests] util_tests.cpp: actually check ignored argsAnthony Towns2018-01-041-1/+1
* | | Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa2018-01-031-1/+1
|/ /
* | scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider2017-11-161-8/+8
* | Allow setting nMinimumChainWork on command lineSuhas Daftuar2017-09-051-0/+25
* | scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...practicalswift2017-08-071-20/+20
* | scripted-diff: Use new naming style for insecure_rand* functionsPieter Wuille2017-06-071-2/+2
* | Merge test_random.h into test_bitcoin.hPieter Wuille2017-06-051-1/+0
* | Util: Create ArgsManager class...Jorge Timón2017-05-091-32/+45
* | [trivial] Fix typos in commentspracticalswift2017-03-211-1/+1
* | Fix msvc compiler error C4146 (unary minus operator applied to unsigned type)kobake2017-03-081-1/+1
* | Merge #9281: Refactor: Remove using namespace <xxx> from bench/ & test/ sourcesMarcoFalke2017-01-051-3/+1
|\ \
| * | Refactoring: Removed using namespace <xxx> from bench/ and test/ source files.Karl-Johan Alm2017-01-021-3/+1
* | | Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
|/ /
* | Un-expose mapArgs from utils.hMatt Corallo2016-12-241-0/+2
* | Introduce (and use) an IsArgSet accessor methodMatt Corallo2016-12-231-2/+2
* | Fix non-const mapMultiArgs[] access after init.Matt Corallo2016-12-231-1/+1
* | test: Fix test_random includesMarcoFalke2016-11-071-1/+1
* | Kill insecure_random and associated global stateWladimir J. van der Laan2016-10-171-1/+1
* | [test] Remove unused codeMarcoFalke2016-08-241-7/+2
* | util: Add ParseUInt32 and ParseUInt64Wladimir J. van der Laan2016-06-081-0/+63
* | [tests] Extend util_ParseMoney test caseMarcoFalke2016-03-141-0/+5
* | test: test leading space for ParseHexWladimir J. van der Laan2016-02-151-0/+4
* | 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