aboutsummaryrefslogtreecommitdiff
path: root/test/suites
AgeCommit message (Expand)AuthorFilesLines
2019-10-17Merge branch 'master' into fix-issue281Petri Lehtinen4-8/+103
2019-10-17Merge pull request #505 from AllenX2018/recursive_object_updatePetri Lehtinen1-0/+81
2019-10-17Merge pull request #500 from AllenX2018/fix-issue426Petri Lehtinen1-0/+4
2019-10-17Merge pull request #506 from AllenX2018/add-json_equal-test-casePetri Lehtinen1-4/+14
2019-10-15fix typo & add negative test case for test_equal_complexallen1-4/+14
2019-10-14update the test case of json_object_update_recursiveallen1-3/+1
2019-10-12add loop check for json_object_update_recursive functionallen1-1/+32
2019-10-11Add json_object_update_recursive()Henrique Cabral1-0/+52
2019-10-08fix issue #281allen1-0/+63
2019-10-08fix issue #426AllenX20181-0/+4
2019-09-23Merge pull request #494 from luzpaz/typosPetri Lehtinen2-4/+4
2019-09-20Fix various typosluz.paz2-4/+4
2019-08-12add loop check in json deep copy #457allen1-0/+53
2019-07-22correct spelling mistakeallen1-1/+1
2019-03-12Add runtime version checking functionsSean Bright2-1/+61
2018-11-05Remove inappropriate jsonp_free which caused segmentation fault.Corey Farrell1-0/+21
2018-09-25More work on json_pack error reporting.Corey Farrell1-2/+52
2018-09-25json_pack: Improve handling of formats with '?' and '*'.Corey Farrell1-3/+46
2018-03-22Fix error handling in json_packMaxim Zhukov1-0/+8
2018-03-06More test coverage.Corey Farrell1-1/+63
2018-02-15Improve test coverage.Corey Farrell10-1/+435
2018-02-09Merge pull request #381 from phst/end-of-file-error-codePetri Lehtinen1-0/+8
2018-02-09Add json_sprintf and json_vsprintfjson_sprintfPetri Lehtinen2-0/+24
2017-12-20Use a more specific error code for premature end of inputPhilipp Stephani1-0/+8
2017-12-13json_pack: Enable more complete stealing of references.Corey Farrell1-0/+9
2017-10-03Use last byte of error text as numeric error codePhilipp Stephani4-54/+79
2017-04-19Enable optional object/array members in json_pack()Nathaniel McCallum1-0/+24
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 Lehtinen18-18/+18
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-05-03Fix for issue #282Dmitry Janushkevich2-0/+3
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-19Add a test case for \u0000Petri Lehtinen2-0/+3
2014-12-18Honor JSON_DECODE_INT_AS_REAL at lexical stagePetri Lehtinen1-0/+14
2014-12-15wip: add testsPetri Lehtinen2-0/+3