summaryrefslogtreecommitdiffstats
path: root/dhash/dhash.c
Commit message (Expand)AuthorAgeFilesLines
* DHASH: minor fixesOndrej Kos2013-04-101-1/+3
* DHASH: Don't use backward jumpsOndrej Kos2013-04-051-23/+56
* DHASH: Check before dereferencingOndrej Kos2013-04-041-3/+6
* Fixing headersDmitri Pal2013-01-241-0/+1
* Make CLANG happyDmitri Pal2013-01-041-2/+7
* * Resolves: bug #735464 Fix the loop limit used to initialize the table direc...John Dennis2012-04-251-46/+87
* dhash: Allow hash_enter() to update entriesSumit Bose2010-10-121-27/+34
* Properly license libdhashStephen Gallagher2010-02-181-0/+24
* dhash: Add private pointer for delete callbackSimo Sorce2009-12-081-6/+17
* Change dhash API to be talloc-friendlySimo Sorce2009-12-081-31/+66
* add dynamic hash table data structure implementationJohn Dennis2009-04-221-0/+923