summaryrefslogtreecommitdiff
path: root/linkhash.c
Commit message (Expand)AuthorAgeFilesLines
* Patch to address the following issues:Michael Clark2014-04-091-5/+374
* Enable -Werror and fix a number of minor warnings that existed.Eric Haszlakiewicz2013-02-091-2/+2
* add json_object_object_lengthGreg Hazel2013-01-111-0/+4
* Add NULL-safe lookup functionKeith Derrick2012-04-121-3/+14
* Define a LH_LOAD_FACTOR constant and note the range that it can be set to.Eric Haszlakiewicz2012-03-311-1/+1
* * Fix subtle bug in linkhash where lookup could hang after all slotsMichael Clark2009-08-271-1/+3
* * Don't use this as a variable, so we can compile with a C++ compilerMichael Clark2009-02-251-3/+3
* * Null pointer dereference fix. Fix json_object_get_boolean strlen testMichael Clark2009-02-251-2/+0
* Add const correctness to public interfacesMichael Clark2009-01-061-12/+12
* Add va_end for every va_start.Michael Clark2009-01-051-0/+1
* * Make headers C++ compatible by change *this to *objMichael Clark2007-03-131-11/+4
* * printbuf.c - C. Watford (christopher dot watford at gmail dot com)Michael Clark2007-03-131-13/+12
* import of version 0.1Michael Clark2007-03-131-0/+225