aboutsummaryrefslogtreecommitdiff
path: root/src/test/univalue_tests.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Univalue] add univalue over subtreeJonas Schnelli2015-10-011-1/+1
* Stop parsing JSON after first finished construct.Daniel Kraft2015-08-201-0/+15
* univalue: Avoid unnecessary roundtrip through double for numbersWladimir J. van der Laan2015-07-181-3/+3
* UniValue: don't escape solidus, keep espacing of reverse solidusJonas Schnelli2015-06-251-1/+1
* Fix univalue handling of \u0000 characters.Daniel Kraft2015-06-111-2/+4
* univalue: add type check unit testsJonas Schnelli2015-06-041-0/+42
* univalue: add support for real, fix percision and make it json_spirit compatibleJonas Schnelli2015-06-041-5/+5
* UniValue: prefer .size() to .count(), to harmonize w/ existing treeJeff Garzik2015-06-041-8/+8
* tests: add a BasicTestingSetup and apply to all testsWladimir J. van der Laan2015-03-121-1/+2
* Remove references to X11 licenceMichael Ford2014-12-161-1/+1
* UniValue tests: use more BOOST_CHECK()Jeff Garzik2014-08-201-20/+20
* UniValue: add unit testsJeff Garzik2014-08-201-0/+275