aboutsummaryrefslogtreecommitdiff
path: root/test
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-26Merge pull request #487 from cmeister2/cmeister2/ossfuzzcorpusCorey Farrell1-0/+3
2019-07-26Merge pull request #485 from cmeister2/cmeister2/fuzzerdiagsCorey Farrell1-8/+93
2019-07-24ossfuzz: Zip up all "input" files to use as a seed corpusMax Dymond1-0/+3
2019-07-24Depending on the dump_mode byte, dump out as a string or as a callback.Max Dymond1-7/+34
2019-07-24Use the correct branch for OSS Fuzz as well.Max Dymond1-1/+3
2019-07-24Ensure OSS fuzz travis builds work for PRsMax Dymond1-1/+11
2019-07-24ossfuzz: Improvements to json_load_dump_fuzzerMax Dymond1-6/+64
2019-07-22Merge pull request #480 from cmeister2/cmeister2/ossfuzzCorey Farrell8-1/+211
2019-07-22correct spelling mistakeallen1-1/+1
2019-07-19Move ossfuzz directory and use Makefile.amMax Dymond8-1/+211
2019-03-12Add runtime version checking functionsSean Bright3-1/+62
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 Farrell11-1/+436
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 Lehtinen3-1/+26
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 Lehtinen21-21/+21
2016-09-07Added test files to .gitignoreYuriy Romanenko1-0/+4
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