aboutsummaryrefslogtreecommitdiffstats
path: root/libhashtable.c
Commit message (Collapse)AuthorAgeFilesLines
* made ll_freevalues recurse instead of using the ll_destroy if had for some ↵epoch2020-05-151-2/+6
| | | | reason I do not remember
* added a few more functions and fixed a BIG bug in ht_deleteepoch2020-05-151-17/+98
|
* made some debugging statements moved to inside #ifdefsepochqwert2015-06-211-2/+8
|
* added an include for the uint32 that the hash function usesepochqwert2015-05-181-0/+1
|
* fixed some really stupid stuff.epochqwert2015-05-131-33/+97
| | | | | | | ll_getentry wasn't comparing key and stored key right. ht_delete wasn't deleting stuff if it was the last in the bucket. the hash got upgraded to one I took from wikipedia. the hash is now 32 bit unsigned and is modulo table-size.
* made genheader.sh not use static sizes for grepping out the structs.epochqwert2015-04-301-2/+2
|
* fixed up pedantic stuff.epochqwert2015-03-311-1/+1
|
* init commit after splitting from segfaultepochqwert2015-03-311-0/+165