aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-02-08Clarify thread safety docs, rename JANSSON_THREAD_SAFEthreadsafetyPetri Lehtinen3-15/+27
2018-02-01Docs: Update information on thread safety.Corey Farrell2-17/+12
2018-02-01json_dump: Fix thread safety issue.Corey Farrell3-48/+48
2018-01-29Use thread-safe reference counting if supported by the compiler.Corey Farrell4-7/+40
2017-12-16Merge pull request #374 from coreyfarrell/always-stealPetri Lehtinen4-25/+60
2017-12-13apiref: Clarify documentation for unpack `O` format.Corey Farrell1-1/+4
2017-12-13json_object_iter_set_new: Fix error branch leak.Corey Farrell1-0/+3
2017-12-13json_pack: Enable more complete stealing of references.Corey Farrell2-24/+53
2017-12-13Merge pull request #375 from phniix/373_upstream_typo_in_cmakelistsPetri Lehtinen1-1/+1
2017-12-13Merge pull request #377 from coreyfarrell/extra-refsPetri Lehtinen1-6/+2
2017-12-13Merge pull request #378 from phst/docPetri Lehtinen1-0/+10
2017-12-10Document that length-aware string functions have been added in 2.7Philipp Stephani1-0/+10
2017-11-14Remove extra reference actions in parsers.Corey Farrell1-6/+2
2017-11-07Fixes akheron/jansson#373Joe Hura1-1/+1
2017-11-07Fix a compile error on macOS clangPetri Lehtinen1-1/+1
2017-10-09Merge pull request #365 from phst/bug352Petri Lehtinen10-136/+283
2017-10-03Use last byte of error text as numeric error codePhilipp Stephani10-136/+283
2017-08-19Make json_equal() const-correctPetri Lehtinen2-9/+9
2017-08-19Work around gcc's -Wimplicit-fallthroughPetri Lehtinen1-11/+11
2017-08-06Merge pull request #359 from sanjay24/masterPetri Lehtinen1-1/+3
2017-08-05json_dump_file API returns success even when fclose fails (consider disk full...Sanjay Kumar1-1/+3
2017-07-20Merge pull request #356 from hellojaewon/masterPetri Lehtinen1-2/+2
2017-07-16Fix typo최재원1-2/+2
2017-04-19Merge pull request #339 from npmccallum/optpackPetri Lehtinen3-2/+64
2017-04-19Enable optional object/array members in json_pack()Nathaniel McCallum3-2/+64
2017-04-13Merge commit '1b8bebf0bf8f1c0c3d92faf67a830bf8448897ed'2.10Petri Lehtinen1-1/+1
2017-04-13Allow forward declaring json_error_t valuesPetri Lehtinen1-1/+1
2017-04-12build: Use Autoconf macro @includedir@ for jansson.pc.Mathieu Lirzin1-1/+1
2017-03-29Merge pull request #336 from akheron/issue-333Petri Lehtinen1-1/+1
2017-03-29CMakeLists.txt: Remove extra parenthesisPetri Lehtinen1-1/+1
2017-03-02jansson 2.10v2.10Nathaniel McCallum6-7/+32
2017-03-02Merge pull request #329 from npmccallum/embedPetri Lehtinen4-6/+52
2017-02-27Add JSON_EMBED encoding flagNathaniel McCallum4-6/+52
2017-01-31Merge pull request #328 from npmccallum/masterPetri Lehtinen8-7/+243
2017-01-27Implement json_dumpfd() and json_loadfd()Nathaniel McCallum8-7/+166
2017-01-26Implement json_dumpb()Nathaniel McCallum5-0/+77
2016-11-16Merge pull request #321 from quiet/masterPetri Lehtinen1-1/+1
2016-11-12parens for LONG_LONG_INT in cmakeBrian Armstrong1-1/+1
2016-10-24Merge pull request #314 from martinlindhe/condition-always-truePetri Lehtinen1-2/+2
2016-10-24Merge pull request #311 from robertmu/masterPetri Lehtinen1-1/+1
2016-10-24Merge pull request #309 from halfaleague/larger-json-buffersPetri Lehtinen1-1/+1
2016-10-19part of conditional expression is always true (!done), found with pvs-studioMartin Lindhe1-2/+2
2016-10-07Fix passing redundant argument to error_set()Robert Mu1-1/+1
2016-10-01Allow parsing of buffers larger than 2GB on most 64 bit arch.Luke Carmichael1-1/+1
2016-09-18doc: Change version to 2.10-devPetri Lehtinen1-1/+1
2016-09-18doc: Change version to 2.92.9Petri Lehtinen1-1/+1
2016-09-18jansson 2.9v2.9Petri Lehtinen6-6/+30
2016-09-18Update copyrights for 2016Petri Lehtinen41-41/+41
2016-09-16Merge branch '2.8'Petri Lehtinen1-1/+2
2016-09-16Add install targets to be optional2.8Matthew Johnston1-0/+3