aboutsummaryrefslogtreecommitdiff
path: root/test/suites/api
AgeCommit message (Expand)AuthorFilesLines
2017-04-19test_dump: Don't use pipe on MinGWmingwPetri Lehtinen1-1/+1
2017-02-27Add JSON_EMBED encoding flagNathaniel McCallum1-0/+34
2017-01-27Implement json_dumpfd() and json_loadfd()Nathaniel McCallum2-4/+50
2017-01-26Implement json_dumpb()Nathaniel McCallum1-0/+26
2016-09-18Update copyrights for 2016Petri Lehtinen14-14/+14
2016-08-31Add support for the cleanup attribute in GCC/ClangNathaniel McCallum1-0/+13
2016-08-25Merge pull request #293 from akheron/object-insertion-orderPetri Lehtinen2-37/+29
2016-08-11Conform to c89Andreas Pasiopoulos1-2/+3
2016-08-11Add a test case for OOM while allocating memoryAndreas Pasiopoulos1-1/+43
2016-06-20Always preserve insertion order of object itemsPetri Lehtinen2-37/+29
2016-02-23Implemented json_pack() format specifiers 's?', 'o?', and 'O?'.David Harvey-Macaulay1-0/+48
2015-12-23Merge pull request #263 from wking/display-first-unrecognized-keyPetri Lehtinen2-7/+29
2015-12-22pack_unpack: List unrecognized keys in strict unpackingW. Trevor King2-7/+29
2015-12-21Add json_get_alloc_funcs() to allow alloc function fetchingNathaniel McCallum1-1/+6
2015-09-08Merge pull request #248 from phoenix0428/patch-1Petri Lehtinen1-1/+1
2015-08-26Add json_object_foreach_safePetri Lehtinen1-0/+19
2015-08-13Update test_memory_funcs.cKinam Kim1-1/+1
2015-02-05test_object: Fix a duplicate conditional check in test_iteratorsLioncash1-1/+1
2015-01-13Disable warning for deliberate use on MSVS.Joakim Soderberg1-12/+29
2014-12-19Increase test coveragePetri Lehtinen3-0/+67
2014-12-18Honor JSON_DECODE_INT_AS_REAL at lexical stagePetri Lehtinen1-0/+14
2014-10-03Don't use the nonstandard __FUNCTION__ macroPetri Lehtinen1-1/+1
2014-02-15Allow to mix JSON_STRICT with optional keysVincent Bernat1-0/+19
2014-02-11Merge branch '2.6'Petri Lehtinen2-27/+43
2014-02-11CVE-2013-6401: Change hash function, randomize hashesPetri Lehtinen2-27/+43
2014-01-28Update copyrights for 2014Petri Lehtinen14-14/+14
2014-01-27Renamed config.h -> jansson_private_config.hJoakim Soderberg2-2/+2
2013-12-04Add json_boolean_value as alias for json_is_truePetri Lehtinen1-0/+2
2013-11-14Merge branch '2.5'Petri Lehtinen1-1/+1
2013-11-14doc: Set all memory to zero in secure_freePetri Lehtinen1-1/+1
2013-10-03in simple string tests, always check lengths tooChip Salzenberg1-4/+30
2013-09-30Add JSON_ALLOW_NUL decoding flag for enabling NUL byte supportPetri Lehtinen2-0/+36
2013-09-27Support \u0000 - add size_t string lengths to API, load and dump \u000, etc.Chip Salzenberg2-6/+38
2013-08-14pack: Add format specifiers s#, + and +#Petri Lehtinen1-2/+50
2013-07-23Update copyrights for 2013Petri Lehtinen14-14/+14
2013-06-13Prevent unused-variable warningJason Choy1-0/+2
2013-06-12Tweak the JSON_DECODE_INT_AS_REAL test introduced in #123Petri Lehtinen1-6/+10
2013-06-11Using jsonp_strtod instead of casting to double to catch double overflowJason Choy1-3/+14
2013-06-11Renamed flag to JSON_DECODE_INT_AS_REAL and added documentationJason Choy1-1/+1
2013-06-09Added a simple test for the JSON_DECODE_NO_INT optionJason Choy1-0/+12
2013-06-07Added missing rv check - caught by clangJason Choy1-2/+2
2013-05-12Fixed "comparison between signed and unsigned" warningDaniel Griscom1-1/+1
2013-05-12Removed (non-functioning) printfs from test codeDaniel Griscom1-6/+0
2013-05-12Added test cases and documentation for json_array_foreach()Daniel Griscom2-2/+28
2013-04-29test:suites:api: modified error messageAndrei Epure1-1/+1
2013-04-15Merge branch '2.4'Petri Lehtinen1-1/+4
2013-04-15Fix the signature again, and also rest of the errorsPetri Lehtinen1-1/+4
2013-04-15Merge branch '2.4'Petri Lehtinen1-1/+1
2013-04-15Fix the signature of a test functionPetri Lehtinen1-1/+1
2013-04-15Merge branch '2.4'Petri Lehtinen1-0/+21