summaryrefslogtreecommitdiff
path: root/linkhash.c
AgeCommit message (Expand)AuthorFilesLines
2015-03-03Merge pull request #163 from sixlettervariables/fix-win32-build-problemsEric Haszlakiewicz1-0/+5
2014-12-05Fixes #160 'missing header file on windows'Christopher Watford1-0/+5
2014-08-26Remove trailing whitespaceMichael Vetter1-11/+11
2014-04-09Patch to address the following issues:Michael Clark1-5/+374
2013-02-09Enable -Werror and fix a number of minor warnings that existed.Eric Haszlakiewicz1-2/+2
2013-01-11add json_object_object_lengthGreg Hazel1-0/+4
2012-04-12Add NULL-safe lookup functionKeith Derrick1-3/+14
2012-03-31Define a LH_LOAD_FACTOR constant and note the range that it can be set to.Eric Haszlakiewicz1-1/+1
2009-08-27 * Fix subtle bug in linkhash where lookup could hang after all slotsMichael Clark1-1/+3
2009-02-25 * Don't use this as a variable, so we can compile with a C++ compilerMichael Clark1-3/+3
2009-02-25 * Null pointer dereference fix. Fix json_object_get_boolean strlen testMichael Clark1-2/+0
2009-01-06Add const correctness to public interfacesMichael Clark1-12/+12
2009-01-05Add va_end for every va_start.Michael Clark1-0/+1
2007-03-13 * Make headers C++ compatible by change *this to *objMichael Clark1-11/+4
2007-03-13 * printbuf.c - C. Watford (christopher dot watford at gmail dot com)Michael Clark1-13/+12
2007-03-13import of version 0.1Michael Clark1-0/+225