summaryrefslogtreecommitdiffstats
path: root/Hashtable.h
AgeCommit message (Expand)Author
2021-09-22Update license headers to explicitly say GPLv2+Daniel Lange
2021-01-06Hashtable: widen size from int to size_tChristian Göttsche
2021-01-06Hashtable: hide implementation of Hashtable and HashtableItemChristian Göttsche
2021-01-06Hashtable: use more distinct typename for key typeChristian Göttsche
2020-11-29Implement Hashtable_clear to empty an existing HashtableBenny Baumann
2020-11-17Hashtable: use dynamic growth and use primes as sizeChristian Göttsche
2020-11-17Hashtable updateChristian Göttsche
2020-10-18Make all required includes explicitBenny Baumann
2020-10-05Update License consistently to GPLv2 as per COPYING fileDaniel Lange
2020-10-03Resolve DEBUG compilation issuesChristian Göttsche
2020-09-03Remove superfluous 'extern's from function declarations.Zev Weiss
2020-09-03Axe automated header generation.Zev Weiss
2020-08-18Re-generate all headers with latest scripts/MakeHeader.pyNathan Scott
2011-12-26major header cleanupHisham Muhammad
2011-05-26Tempus fugit.Hisham Muhammad
2010-02-25Tempus fugit.Hisham Muhammad
2008-03-09Clean up headers by using 'static' whenever possible.Hisham Muhammad
2007-08-10Fix GCC 4.3 issues: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=416852Hisham Muhammad
2007-04-05Switch to unsigned keys in hash, according to issue #1688290 Hisham Muhammad
2006-11-12Add debugging sanity checks.Hisham Muhammad
2006-07-12Perform RichString operations by hand.Hisham Muhammad
2006-07-11Performance improvement hackathon: improve process comparison routines,Hisham Muhammad
2006-06-06Regenerated all headers.Hisham Muhammad
2006-03-04Initial import.Hisham Muhammad