aboutsummaryrefslogtreecommitdiff
path: root/src/jansson_private.h
AgeCommit message (Expand)AuthorFilesLines
2018-02-01json_dump: Fix thread safety issue.Corey Farrell1-2/+0
2017-10-03Use last byte of error text as numeric error codePhilipp Stephani1-2/+4
2017-01-27Implement json_dumpfd() and json_loadfd()Nathaniel McCallum1-0/+1
2016-09-18Update copyrights for 2016Petri Lehtinen1-1/+1
2016-06-20Always preserve insertion order of object itemsPetri Lehtinen1-1/+0
2015-08-31Buildable with MS Compiler version >= 1900OlehKulykov1-3/+13
2014-04-30Add JSON_REAL_PRECISIONPetri Lehtinen1-1/+1
2014-01-28Update copyrights for 2014Petri Lehtinen1-1/+1
2013-09-27Support \u0000 - add size_t string lengths to API, load and dump \u000, etc.Chip Salzenberg1-1/+7
2013-08-14pack: Add format specifiers s#, + and +#Petri Lehtinen1-0/+1
2013-07-23Update copyrights for 2013Petri Lehtinen1-1/+1
2012-04-29Support building on WindowsPetri Lehtinen1-0/+6
2012-03-20Update copyright notices for 2012Petri Lehtinen1-1/+1
2012-01-24Make hashtable less genericPetri Lehtinen1-10/+0
2011-10-02Make real number encoding and decoding work under all localesPetri Lehtinen1-0/+5
2011-03-30Fix invalid object key hashing in json_unpack() strict checking modePetri Lehtinen1-2/+2
2011-03-20Enhance portability of va_copy()Petri Lehtinen1-1/+10
2011-02-22Add lots of tests for pack/unpack code, fix bugs foundPetri Lehtinen1-0/+1
2011-02-22Refactor decoder input streamPetri Lehtinen1-2/+2
2011-02-17Add custom memory allocationPetri Lehtinen1-0/+5
2011-01-25Add validation features to json_unpack()Petri Lehtinen1-0/+3
2011-01-24Refactor json_pack()Petri Lehtinen1-0/+3
2011-01-22Update copyright notices for 2011Petri Lehtinen1-1/+1
2010-10-27Enhance error reportingPetri Lehtinen1-0/+4
2010-10-26Make json_error_t transparent againPetri Lehtinen1-7/+0
2010-10-26Adds json_pack / json_unpack variadic functions.Graeme Smecher1-0/+7
2010-09-05Move max() to jansson_private.h, define only if not already definedPetri Lehtinen1-0/+5
2010-08-14Merge branch '1.3'Petri Lehtinen1-2/+3
2010-08-13Change the underlying type of JSON integer from long to json_int_tPetri Lehtinen1-1/+1
2010-08-12Make object_key_t portablePetri Lehtinen1-1/+1
2010-08-12Beautify the container_of macroPetri Lehtinen1-1/+2
2010-08-10Change JSON integer's underlying type from int to longPetri Lehtinen1-1/+1
2010-06-15Unify unsigned integer usage in the APIPetri Lehtinen1-4/+4
2010-02-11Implement JSON_PRESERVE_ORDER encoding flagPetri Lehtinen1-0/+8
2010-02-02Add year 2010 to copyright noticesPetri Lehtinen1-1/+1
2009-12-23Add _nocheck functionsPetri Lehtinen1-3/+0
2009-10-15Enhance handling of circular referencesPetri Lehtinen1-1/+41
2009-07-30Add LICENSE and a copyright note to all sourcesPetri Lehtinen1-0/+7
2009-07-13Decode and check for correct UTF-8Petri Lehtinen1-0/+8