aboutsummaryrefslogtreecommitdiff
path: root/src/value.c
AgeCommit message (Expand)AuthorFilesLines
2016-09-18Update copyrights for 2016Petri Lehtinen1-1/+1
2016-06-20Always preserve insertion order of object itemsPetri Lehtinen1-4/+1
2016-02-03[Optimized functions]Maxim Zhukov1-67/+74
2014-04-08use __sun instead of sunKarl Lew1-1/+1
2014-04-06SmartOS build fixKarl Lew1-0/+2
2014-02-11Merge branch '2.6'Petri Lehtinen1-0/+16
2014-02-11CVE-2013-6401: Change hash function, randomize hashesPetri Lehtinen1-0/+16
2014-01-28Update copyrights for 2014Petri Lehtinen1-1/+1
2013-12-28Check for key == NULL in json_object_get and json_object_delnmlgc1-2/+2
2013-10-03paper bag bug: json_string_set* functions should set the length tooChip Salzenberg1-0/+1
2013-09-27Support \u0000 - add size_t string lengths to API, load and dump \u000, etc.Chip Salzenberg1-15/+87
2013-07-23Update copyrights for 2013Petri Lehtinen1-1/+1
2013-07-08Make the argument of json_deep_copy() constPetri Lehtinen1-11/+19
2013-04-02Merge pull request #108 from Zillode/1edff47af38a2335f88300ee6dc437118f5a20ffPetri Lehtinen1-0/+2
2013-03-14Do not define _GNU_SOURCE is already definedLode Hoste1-0/+2
2012-12-04Really fix the off-by-one error in json_array_remove()Petri Lehtinen1-1/+1
2012-12-04Fix an off-by-one error in json_array_remove()Petri Lehtinen1-1/+4
2012-09-13Disallow NaN or Inf real valuesPetri Lehtinen1-2/+15
2012-09-13Fix json_real_set() to return -1 on errorPetri Lehtinen1-1/+1
2012-04-29Support building on WindowsPetri Lehtinen1-2/+2
2012-03-20Update copyright notices for 2012Petri Lehtinen1-1/+1
2012-01-24Add json_object_update_{existing,missing}Petri Lehtinen1-0/+32
2012-01-24Implement json_object_foreach()Petri Lehtinen1-46/+22
2012-01-24Make hashtable less genericPetri Lehtinen1-79/+7
2012-01-24Fix a potential memory leakPetri Lehtinen1-2/+2
2011-11-14Avoid problems with object's serial number growing too bigPetri Lehtinen1-0/+2
2011-06-17Check that target is string and value is not NULL in json_string_set()Petri Lehtinen1-0/+3
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