-- Leo's gemini proxy

-- Connecting to git.thebackupbox.net:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini

git.thebackupbox.net commit log for libhashtable

2023-10-16 - copyright information added

2021-08-11 - added another example of something actually useful to me

2020-05-15 - made ll_freevalues recurse instead of using the ll_destroy if had for some reason I do not remember

2020-05-15 - Merge branch 'master' of ssh://21.41.41.1/~/libhashtable

2020-05-15 - moved some CFLAGS to target-specific

2020-05-15 - added a few more functions and fixed a BIG bug in ht_delete

2020-03-21 - added the .o to the .gitignore

2020-03-21 - cleaned this Makefile up a bot, PHONYs, simpler install -t

2019-03-12 - changed cp to install, optional override of PREFIX, use LD insted of expecting make to know how to build a shared lib.

2016-11-14 - made the Makefile a bit more sane.

2016-07-25 - made the Makefile not rebuild every time.

2015-06-21 - made some debugging statements moved to inside #ifdefs

2015-05-18 - added an include for the uint32 that the hash function uses

2015-05-18 - changed the use of wc -l to grep -c '^.*$' because for some reasons Linux and BSD can't agree on how to space the output.

2015-05-13 - fixed some really stupid stuff. 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.

2015-04-30 - made genheader.sh not use static sizes for grepping out the structs.

2015-03-31 - fixed up pedantic stuff.

2015-03-31 - init commit after splitting from segfault

-- Response ended

-- Page fetched on Sun Jun 2 11:27:18 2024