summaryrefslogtreecommitdiffstats
path: root/runtime/hashtable.c
Commit message (Collapse)AuthorAgeFilesLines
* dnscache: switch to use hashtable instead of linked listRainer Gerhards2013-01-181-1/+1
|
* removed need for math libraryRainer Gerhards2010-10-111-3/+13
| | | | | | by doing math a little bit more optimal in hash table code. Also reduced memory requirement for imuxsock hash tables (expected number of connections was set too high -- table can be extended dynamically).
* omhdfs: support for HUP addedRainer Gerhards2010-10-041-0/+313