aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2024-03-25Fix compiler warningsPetri Lehtinen1-8/+9
2024-03-25Rename a symbol to avoid collision on WindowsPetri Lehtinen1-1/+1
2024-03-25Use dtoa for double to string conversionPetri Lehtinen4-18/+6394
2024-03-08Use sprintf() to determine locale's decimal pointPetri Lehtinen2-23/+17
2022-08-22hashtable: change to ifdefRosen Penev1-2/+2
2021-11-20value, pack: use key length from json_object iternalsMaxim Zhukov2-12/+19
2021-09-09jansson 2.14v2.14Petri Lehtinen2-4/+4
2020-11-19Merge pull request #520 from Mephistophiles/getnPetri Lehtinen9-82/+225
2020-11-06Fix hashsize() should return size_t.Kelvin Lee1-1/+1
2020-09-01reuse key len from loop check for better performanceMaxim Zhukov4-33/+62
2020-09-01introduce new fixed-size key APIMaxim Zhukov5-5/+94
2020-08-12pass length of the key to internal APIMaxim Zhukov5-54/+79
2020-07-02build: Add a symbol version to all exported symbols for glibcSimon McVittie1-0/+1
2020-05-23Handle vsnprintf corner cases.Tobias Stoeckmann1-2/+4
2020-05-07jansson 2.13.1v2.13.12.13Petri Lehtinen2-3/+3
2020-05-06add jansson_* to shared library exportsXℹ Ruoyao1-1/+1
2020-05-05jansson 2.13v2.13Petri Lehtinen2-3/+3
2019-10-21Tweak clang-format configuration a bitPetri Lehtinen13-281/+294
2019-10-21Run clang-format on *.c, *.hPetri Lehtinen18-1494/+1165
2019-10-21Merge pull request #498 from AllenX2018/fix-issue441Petri Lehtinen1-7/+0
2019-10-21remove undef __NO_ISOCEXT for strtod compatiblitywillson-chen1-3/+0
2019-10-17Merge branch 'master' into fix-issue281Petri Lehtinen7-28/+86
2019-10-17Merge pull request #505 from AllenX2018/recursive_object_updatePetri Lehtinen3-3/+61
2019-10-17Merge pull request #501 from AllenX2018/fix-issue481Petri Lehtinen4-24/+24
2019-10-12add loop check for json_object_update_recursive functionallen1-7/+43
2019-10-11Add json_object_update_recursive()Henrique Cabral3-0/+22
2019-10-09fix issue #481allen4-24/+24
2019-10-08fix issue #281allen1-0/+24
2019-10-08fix issue #441AllenX20181-4/+0
2019-09-23Merge pull request #494 from luzpaz/typosPetri Lehtinen1-1/+1
2019-09-20Fix various typosluz.paz1-1/+1
2019-09-16add the loop key length macro for circular reference detectallen3-5/+6
2019-08-12add loop check in json deep copy #457allen3-17/+56
2019-03-12Add runtime version checking functionsSean Bright4-1/+41
2018-11-25jansson 2.12Corey Farrell2-3/+3
2018-11-05Remove inappropriate jsonp_free which caused segmentation fault.Corey Farrell1-7/+2
2018-10-17Merge pull request #436 from edgale/warningsCorey Farrell3-6/+2
2018-10-15fixed extra bracketMaximilian Röhrle1-1/+1
2018-10-15removed explicit castsMaximilian Röhrle2-6/+6
2018-09-25More work on json_pack error reporting.Corey Farrell1-5/+41
2018-09-25json_pack: Improve handling of formats with '?' and '*'.Corey Farrell1-27/+47
2018-08-31removed various warningsMaximilian Röhrle4-12/+8
2018-08-30This fixes https://github.com/akheron/jansson/issues/434Maximilian Röhrle2-2/+2
2018-08-12Rename a varialble that shadows another onePetri Lehtinen1-4/+4
2018-08-09Enable -Bsymbolic-functions linker flag whenever possibleMichal Privoznik1-1/+2
2018-08-02Merge pull request #423 from coreyfarrell/gcc-8Petri Lehtinen1-1/+1
2018-07-25Call va_end after va_copy in json_vsprintfXin Long1-5/+12
2018-07-14Deal with warnings under gcc 8.Corey Farrell1-1/+1
2018-07-09Avoid invalid memory read in json_pack()Petri Lehtinen1-1/+4
2018-03-22Fix error handling in json_packMaxim Zhukov1-32/+32