aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* added another example of something actually useful to meHEADmasterepoch2021-08-113-0/+54
|
* made ll_freevalues recurse instead of using the ll_destroy if had for some ↵epoch2020-05-151-2/+6
| | | | reason I do not remember
* Merge branch 'master' of ssh://21.41.41.1/~/libhashtableepoch2020-05-152-2/+5
|\
| * added the .o to the .gitignoreepoch2020-03-211-0/+1
| |
| * cleaned this Makefile up a bot, PHONYs, simpler install -tepoch2020-03-211-3/+5
| |
* | moved some CFLAGS to target-specificepoch2020-05-151-2/+3
| |
* | added a few more functions and fixed a BIG bug in ht_deleteepoch2020-05-152-20/+104
|/
* changed cp to install, optional override of PREFIX, use LD insted of ↵epochqwert2019-03-121-5/+9
| | | | expecting make to know how to build a shared lib.
* made the Makefile a bit more sane.epochqwert2016-11-142-5/+11
|
* made the Makefile not rebuild every time.epochqwert2016-07-251-1/+1
|
* 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
|
* changed the use of wc -l to grep -c '^.*$' because for some reasons Linux ↵epochqwert2015-05-181-1/+1
| | | | and BSD can't agree on how to space the output.
* fixed some really stupid stuff.epochqwert2015-05-134-46/+119
| | | | | | | 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-302-3/+3
|
* fixed up pedantic stuff.epochqwert2015-03-313-4/+6
|
* init commit after splitting from segfaultepochqwert2015-03-317-0/+238