aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-01-26Add name to the fuzz tests workflowPetri Lehtinen1-0/+2
2021-01-26Fix GitHub actions workflow syntaxPetri Lehtinen1-3/+3
2021-01-25Use cifuzz actionsPetri Lehtinen2-17/+29
2021-01-14README: Update build badgePetri Lehtinen1-3/+3
2021-01-14Delete Travis CI configPetri Lehtinen1-34/+0
2021-01-14Also build on Visual Studio 2019 on AppVeyorPetri Lehtinen1-0/+2
2021-01-14GitHub ActionsPetri Lehtinen2-38/+92
2020-11-19doc: Hoist a sectionPetri Lehtinen1-1/+1
2020-11-19doc: Rename "Portability" to "Thread-safety"Petri Lehtinen3-10/+6
2020-11-19Merge pull request #520 from Mephistophiles/getnPetri Lehtinen14-90/+594
2020-11-15Merge pull request #555 from kiyolee/size_t-warningsPetri Lehtinen3-6/+6
2020-11-06C11 %zd is bit overkill here. Especially requiring conditional compile.Kelvin Lee1-8/+0
2020-11-06Fix hashsize() should return size_t.Kelvin Lee1-1/+1
2020-11-05Use size_t to receive result from fread()/ftell().Kelvin Lee1-1/+1
2020-11-05Print size_t properly with C11 %zd support.Kelvin Lee1-4/+12
2020-09-01reuse key len from loop check for better performanceMaxim Zhukov4-33/+62
2020-09-01conformance: remove U+0000 restriction for object keysMaxim Zhukov1-2/+1
2020-09-01introduce new fixed-size key APIMaxim Zhukov9-8/+459
2020-08-12pass length of the key to internal APIMaxim Zhukov5-54/+79
2020-08-12sort tests by alpha orderMaxim Zhukov2-3/+3
2020-08-09Merge pull request #546 from i-ky/patch-1Petri Lehtinen1-2/+2
2020-08-09Fix couple of typosi-ky1-2/+2
2020-08-08Merge pull request #544 from i-ky/patch-1Petri Lehtinen1-1/+1
2020-08-08Lift "Depth of nested values" to a higher leveli-ky1-1/+1
2020-08-08Merge pull request #543 from ploxiln/sphinx3Petri Lehtinen4-44/+53
2020-08-07doc: add return types for function-like macrosPierce Lopez1-13/+13
2020-08-07doc: do not use references for standard C types or file namesPierce Lopez3-20/+20
2020-08-07doc: convert refcounting directive to a classPierce Lopez1-11/+20
2020-07-20Merge pull request #540 from smcv/default-symverPetri Lehtinen3-0/+12
2020-07-02build: Add a symbol version to all exported symbols for glibcSimon McVittie3-0/+12
2020-05-23Merge pull request #537 from stoeckmann/vsnprintfPetri Lehtinen1-2/+4
2020-05-23Handle vsnprintf corner cases.Tobias Stoeckmann1-2/+4
2020-05-07jansson 2.13.1v2.13.12.13Petri Lehtinen6-7/+20
2020-05-07Merge pull request #535 from xry111/clang-format-check-dist-fixPetri Lehtinen1-1/+1
2020-05-07Merge pull request #534 from xry111/shared_lib_interface_fixPetri Lehtinen2-2/+2
2020-05-06add `scripts` directory to EXTRA_DISTXℹ Ruoyao1-1/+1
2020-05-06add jansson_* to shared library exportsXℹ Ruoyao2-2/+2
2020-05-05jansson 2.13v2.13Petri Lehtinen7-10/+10
2020-01-21Merge pull request #521 from NanXiao/patch-1Petri Lehtinen1-1/+1
2020-01-21Update apiref.rstNan Xiao1-1/+1
2019-10-24Merge pull request #510 from AllenX2018/improve-build-docPetri Lehtinen1-0/+21
2019-10-24Fix the length of a section headingPetri Lehtinen1-1/+1
2019-10-24Merge pull request #509 from AllenX2018/update-CHANGESPetri Lehtinen1-0/+45
2019-10-24Small modifications to CHANGESPetri Lehtinen1-14/+4
2019-10-22add changes since v2.12allen1-0/+55
2019-10-21Merge pull request #508 from akheron/clang-formatPetri Lehtinen47-2832/+2441
2019-10-21add MinGW build guideline, add new version of Visual StudioAllenX20181-0/+21
2019-10-21Set autoconf bug-report param to point to github issuesPetri Lehtinen1-1/+1
2019-10-21Fix clang-format version checkingPetri Lehtinen2-12/+12
2019-10-21Run clang-format with make checkPetri Lehtinen5-5/+11