aboutsummaryrefslogtreecommitdiff
path: root/src/hashtable.c
AgeCommit message (Expand)AuthorFilesLines
2016-09-18Update copyrights for 2016Petri Lehtinen1-1/+1
2016-08-25Merge pull request #293 from akheron/object-insertion-orderPetri Lehtinen1-16/+13
2016-08-11Conform to c89Andreas Pasiopoulos1-1/+2
2016-08-11Check the allocation was successful before freeing existing hashtable bucketsAndreas Pasiopoulos1-7/+9
2016-06-20Always preserve insertion order of object itemsPetri Lehtinen1-16/+13
2015-04-30use snprintf and strncpy in place of sprintf and strcpyHaldean1-1/+1
2014-12-18Make it possible to set initial hashtable sizePetri Lehtinen1-1/+5
2014-02-11Merge branch '2.6'Petri Lehtinen1-41/+26
2014-02-11CVE-2013-6401: Change hash function, randomize hashesPetri Lehtinen1-41/+26
2014-01-28Update copyrights for 2014Petri Lehtinen1-1/+1
2013-10-15Fix an off-by-one errorPetri Lehtinen1-1/+1
2013-10-15Don't call strlen twicePetri Lehtinen1-1/+1
2013-10-15Avoid integer overflows with very long stringsPetri Lehtinen1-0/+7
2013-07-23Update copyrights for 2013Petri Lehtinen1-1/+1
2012-12-10Mark some constant data as const.Jacob Potter1-1/+1
2012-04-30Add vs2010 solution and projectRogerz Zhang1-1/+1
2012-04-29Support building on WindowsPetri Lehtinen1-1/+1
2012-03-20Update copyright notices for 2012Petri Lehtinen1-1/+1
2012-01-24Make hashtable less genericPetri Lehtinen1-61/+50
2011-09-20unsed static variable removedAndrea Marchesini1-1/+0
2011-03-31Fix a few malloc() and free() callsPetri Lehtinen1-1/+1
2011-02-17Add custom memory allocationPetri Lehtinen1-9/+9
2011-01-22Update copyright notices for 2011Petri Lehtinen1-1/+1
2010-09-05Replace all occurences of inline with JSON_INLINEPetri Lehtinen1-10/+7
2010-06-15Unify unsigned integer usage in the APIPetri Lehtinen1-13/+13
2010-03-28Merge branch '1.2'Petri Lehtinen1-0/+2
2010-03-28Support compilers that don't have the "inline" keywordPetri Lehtinen1-0/+2
2010-02-09Optimize hashtable_set()Petri Lehtinen1-16/+24
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/+26
2009-10-11Extend object APIPetri Lehtinen1-13/+34
2009-05-12Bump hashtable, allocate object->hashtable staticallyPetri Lehtinen1-40/+32
2009-05-12Initial importPetri Lehtinen1-0/+326