aboutsummaryrefslogtreecommitdiff
path: root/src/value.c
AgeCommit message (Expand)AuthorFilesLines
2011-04-21Fix a leak when memory allocation fails in json_object_set() & friends2.0Petri Lehtinen1-0/+3
2011-03-30Fix invalid object key hashing in json_unpack() strict checking modePetri Lehtinen1-12/+23
2011-03-21Fix json_object_size() return valuePetri Lehtinen1-1/+1
2011-02-17Add custom memory allocationPetri Lehtinen1-25/+26
2011-01-25Add validation features to json_unpack()Petri Lehtinen1-3/+4
2011-01-22Update copyright notices for 2011Petri Lehtinen1-1/+1
2010-09-05Move max() to jansson_private.h, define only if not already definedPetri Lehtinen1-1/+0
2010-09-05Don't use designated struct initializersPetri Lehtinen1-12/+3
2010-09-05Replace all occurences of inline with JSON_INLINEPetri Lehtinen1-3/+1
2010-08-14Merge branch '1.3'Petri Lehtinen1-3/+6
2010-08-13Change the underlying type of JSON integer from long to json_int_tPetri Lehtinen1-3/+3
2010-08-12Make object_key_t portablePetri Lehtinen1-3/+6
2010-08-10Change JSON integer's underlying type from int to longPetri Lehtinen1-3/+3
2010-06-15Unify unsigned integer usage in the APIPetri Lehtinen1-26/+26
2010-03-28Merge branch '1.2'Petri Lehtinen1-0/+3
2010-03-28Support compilers that don't have the "inline" keywordPetri Lehtinen1-0/+3
2010-03-23Merge branch '1.2'Petri Lehtinen1-3/+3
2010-03-23Fix reference counting on true, false and nullPetri Lehtinen1-3/+3
2010-02-11Implement JSON_PRESERVE_ORDER encoding flagPetri Lehtinen1-10/+35
2010-02-04Merge branch '1.2'Petri Lehtinen1-1/+1
2010-02-02Add year 2010 to copyright noticesPetri Lehtinen1-1/+1
2010-02-01Add functions json_object_iter_{at,set,set_new}Petri Lehtinen1-0/+24
2010-01-10Fix memory leaks in json_*_deep_copy()Petri Lehtinen1-2/+2
2010-01-10Use _nocheck functions internally for speedPetri Lehtinen1-4/+4
2009-12-31Add functions for shallow and deep copying JSON valuesPetri Lehtinen1-0/+155
2009-12-31Add equality test for JSON valuesPetri Lehtinen1-0/+93
2009-12-23Add _nocheck functionsPetri Lehtinen1-9/+9
2009-12-21Remove const qualifier from the json_t parameter in json_*_set() functions.Petri Lehtinen1-3/+3
2009-10-16Fix indentationPetri Lehtinen1-4/+4
2009-10-15Enhance handling of circular referencesPetri Lehtinen1-39/+9
2009-10-14Make integer, real and string mutablePetri Lehtinen1-1/+40
2009-10-11Extend object APIPetri Lehtinen1-0/+48
2009-10-10Check json_object_set_new argumentsPetri Lehtinen1-1/+1
2009-09-29Extend array APIPetri Lehtinen1-10/+149
2009-09-07Don't perform reference counting on true, false and nullPetri Lehtinen1-6/+6
2009-09-06Better argument validationPetri Lehtinen1-2/+23
2009-09-04Add reference stealing functions for inserting values to objects and arraysPetri Lehtinen1-9/+38
2009-08-23array: Fix a few checks and a leakPetri Lehtinen1-2/+4
2009-07-30Add LICENSE and a copyright note to all sourcesPetri Lehtinen1-0/+7
2009-07-13Decode and check for correct UTF-8Petri Lehtinen1-2/+20
2009-07-04Separate integers and real numbersPetri Lehtinen1-17/+66
2009-06-11Move max() to util.hPetri Lehtinen1-2/+1
2009-05-12Fix json_object_getPetri Lehtinen1-0/+1
2009-05-12Bump hashtable, allocate object->hashtable staticallyPetri Lehtinen1-10/+9
2009-05-12Add support for iterating over objectsPetri Lehtinen1-3/+41
2009-05-12Initial importPetri Lehtinen1-0/+317