aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2024-03-25Add more testsPetri Lehtinen6-6/+6
2024-03-25Fix testsPetri Lehtinen6-1/+14
2024-03-25Simplify tests even morePetri Lehtinen13-18/+1
2024-03-21Refactor tests to work better with CMakePetri Lehtinen6-175/+33
2021-11-20tests: add some cases in fixed size testMaxim Zhukov1-0/+23
2021-09-09Fix the check-exports tests for versioned symbolsPetri Lehtinen1-1/+1
2021-01-14GitHub ActionsPetri Lehtinen1-38/+0
2020-11-19Merge pull request #520 from Mephistophiles/getnPetri Lehtinen2-1/+208
2020-11-05Use size_t to receive result from fread()/ftell().Kelvin Lee1-1/+1
2020-09-01introduce new fixed-size key APIMaxim Zhukov2-0/+207
2020-08-12sort tests by alpha orderMaxim Zhukov1-1/+1
2020-05-06add jansson_* to shared library exportsXℹ Ruoyao1-1/+1
2019-10-21Run clang-format with make checkPetri Lehtinen1-4/+0
2019-10-21Tweak clang-format configuration a bitPetri Lehtinen14-300/+249
2019-10-21Run clang-format on *.c, *.hPetri Lehtinen19-1336/+1293
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