aboutsummaryrefslogtreecommitdiff
path: root/src/hashtable.h
AgeCommit message (Expand)AuthorFilesLines
2019-10-21Tweak clang-format configuration a bitPetri Lehtinen1-1/+1
2019-10-21Run clang-format on *.c, *.hPetri Lehtinen1-5/+3
2019-10-09fix issue #481allen1-1/+1
2018-03-06Build: Add JANSSON_ATTRS macro.Corey Farrell1-1/+1
2016-09-18Update copyrights for 2016Petri Lehtinen1-1/+1
2016-06-20Always preserve insertion order of object itemsPetri Lehtinen1-12/+4
2014-12-10Move the list member to the top of hashtable_pair structPetri Lehtinen1-1/+4
2014-02-11Merge branch '2.6'Petri Lehtinen1-1/+2
2014-02-11CVE-2013-6401: Change hash function, randomize hashesPetri Lehtinen1-1/+2
2014-01-28Update copyrights for 2014Petri Lehtinen1-1/+1
2013-07-23Update copyrights for 2013Petri Lehtinen1-1/+1
2012-03-20Update copyright notices for 2012Petri Lehtinen1-1/+1
2012-03-11Remove unused declarationsPetri Lehtinen1-4/+0
2012-01-24Implement json_object_foreach()Petri Lehtinen1-0/+4
2012-01-24Make hashtable less genericPetri Lehtinen1-52/+25
2011-01-22Update copyright notices for 2011Petri Lehtinen1-1/+1
2010-06-15Unify unsigned integer usage in the APIPetri Lehtinen1-4/+4
2010-02-11hashtable: Fix typo in commentPetri Lehtinen1-1/+1
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/+19
2009-10-16Fix indentationPetri Lehtinen1-2/+2
2009-10-11Extend object APIPetri Lehtinen1-0/+9
2009-05-12Bump hashtable, allocate object->hashtable staticallyPetri Lehtinen1-8/+66
2009-05-12Initial importPetri Lehtinen1-0/+121