summaryrefslogtreecommitdiff
path: root/linkhash.h
Commit message (Expand)AuthorAgeFilesLines
* Fix typos in code comments and ChangeLogEven Rouault2022-02-251-1/+1
* Add linkhash accessor functions (lh_table_head(), lh_entry_next(), etc...) to...Eric Haszlakiewicz2021-11-301-12/+90
* Really use prefix JSON_C_OBJECT_ADD_*José Bollo2021-10-191-1/+1
* Issue #709: adjust some include guards to be a bit more json-c specific.Eric Haszlakiewicz2021-06-021-2/+2
* Apply the fix from @pointbre in issue #626 to skip "inline" on AIX, but inver...Eric Haszlakiewicz2020-05-311-3/+3
* clang-format the filesdota172020-04-031-32/+20
* Remove the previously deprecated lh_table_lookup() function, in favor of lh_t...Eric Haszlakiewicz2017-12-101-10/+0
* Remove the previously deprecated bits.h and the lh_abort() function.Eric Haszlakiewicz2017-12-101-15/+0
* Undeprecate the array_list, lh_table and printbuf typedefs, but move each to ...Eric Haszlakiewicz2017-12-061-0/+1
* Squash doxygen warnings, and make a few slight improvements to the docs.Eric Haszlakiewicz2017-12-061-27/+51
* Add a brief overview of each file to the docs.Eric Haszlakiewicz2017-12-061-0/+6
* Issue#353: mark lh_abort as actually deprecated, not just in the docs.Eric Haszlakiewicz2017-09-071-4/+4
* Issue #359: Don't duplicate lh_get_hash, just omit the "inline" for VS2010.Eric Haszlakiewicz2017-09-061-8/+13
* if compile with vs2015, enable the "static inline" declare.Haffon2017-09-071-0/+7
* 1.make it can been compiled with Visual Studio 2010Haffon2017-08-221-4/+1
* Support for 64 bit pointers on Windowspepevel2016-09-271-2/+2
* linkhash.h: removed redundant params from commentsEswar Yaganti2016-06-251-2/+0
* Issue #236: Add -Wcast-qual and fix casts to retain constness.Eric Haszlakiewicz2016-06-111-5/+31
* Merge commit '2be921d88376e78f84d79aafa6db2714da804e59'Eric Haszlakiewicz2015-12-081-4/+33
|\
| * Fixed json_object_object_add().Alexander Klauer2013-01-081-5/+33
* | Merge pull request #196 from rgerhards/improve-performanceEric Haszlakiewicz2015-09-281-44/+65
|\ \
| * | remove unneeded data items from hashtable codeRainer Gerhards2015-09-231-34/+3
| * | add perllike hash function for stringsRainer Gerhards2015-09-231-10/+17
| * | add json_object_object_add_ex() APIRainer Gerhards2015-09-231-1/+3
| * | reduce duplicate hash computation in json_object_object_add()Rainer Gerhards2015-09-221-0/+43
* | | Remove trailing whitespaceMichael Vetter2014-08-261-2/+2
|/ /
* | Patch to address the following issues:Michael Clark2014-04-091-1/+1
* | add json_object_object_lengthGreg Hazel2013-01-111-0/+1
|/
* Add NULL-safe lookup functionKeith Derrick2012-04-121-0/+12
* Define a LH_LOAD_FACTOR constant and note the range that it can be set to.Eric Haszlakiewicz2012-03-311-0/+7
* * Don't use this as a variable, so we can compile with a C++ compilerMichael Clark2009-02-251-0/+8
* Add const correctness to public interfacesMichael Clark2009-01-061-15/+15
* Patch allows for json-c compile with -Werror and not fail due toMichael Clark2007-12-071-0/+3
* * Fix bug in escaping of control charactersMichael Clark2007-03-131-3/+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-3/+3
* import of version 0.1Michael Clark2007-03-131-0/+270