summaryrefslogtreecommitdiffstats
path: root/Hashtable.c
AgeCommit message (Expand)Author
2024-04-05Use designated initializer moreChristian Göttsche
2022-05-06Hashtable: fix handling of NULL pointer in Hashtable_dumpCharlie Vieth
2021-12-13Hashtable: use a minimum size of 7Christian Göttsche
2021-12-13Hashtable: adjust shrink-on-remove factorDenis Lisov
2021-12-13Hashtable: skip rehashing if the size is the sameDenis Lisov
2021-09-22Update license headers to explicitly say GPLv2+Daniel Lange
2021-08-25IWYU updateChristian Göttsche
2021-05-10cleaned up includes with iwyumayurdahibhate
2021-01-12Hashtable: use appropriate return type for nextPrimeChristian Göttsche
2021-01-06Hashtable: fail hard on too big size requestChristian Göttsche
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-12-06IWYU updateChristian Göttsche
2020-11-29Implement Hashtable_clear to empty an existing HashtableBenny Baumann
2020-11-19IWYU update (Linux)Christian Göttsche
2020-11-17Hashtable: use dynamic growth and use primes as sizeChristian Göttsche
2020-11-17Hashtable updateChristian Göttsche
2020-11-02Embracing branchesBenny Baumann
2020-10-17Combine XAlloc.[ch] into XUtils.[ch]Benny Baumann
2020-10-09Fix Hashtable_put to allow storing the same pointerFynn Wulf
2020-10-05Update License consistently to GPLv2 as per COPYING fileDaniel Lange
2020-10-03Resolve DEBUG compilation issuesChristian Göttsche
2020-09-03Axe automated header generation.Zev Weiss
2019-10-31Clean up existing whitespaceDaniel Flanagan
2016-02-02Check for failure in allocations.Hisham
2015-09-16Clean up some needless malloc casts, convert some mallocs to callocs, and fix...Michael McConville
2014-01-16Fix order of calloc arguments.Hisham Muhammad
2011-12-26Remove old memory debugging routines. We have Valgrind nowadays.Hisham Muhammad
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-04-05Switch to unsigned keys in hash, according to issue #1688290 Hisham Muhammad
2006-11-12Add debugging sanity checks.Hisham Muhammad
2006-11-08Add missing header.Hisham Muhammad
2006-11-08Add consistency checks.Hisham Muhammad
2006-07-12Perform RichString operations by hand.Hisham Muhammad
2006-07-11Performance improvement hackathon: improve process comparison routines,Hisham Muhammad
2006-03-04Initial import.Hisham Muhammad