summaryrefslogtreecommitdiff
path: root/src/htsinthash.c
AgeCommit message (Expand)Author
2014-06-14Preparing to export the cuckoo hashtable library as "coucal" projectXavier Roche
2014-06-14Hashtable cleanupXavier Roche
2014-06-10Fixed constXavier Roche
2014-06-10Changed hashtable types to have either opaque void*, or unions.Xavier Roche
2014-05-15Fixed uint64_t vs. long long intXavier Roche
2014-05-14CosmeticXavier Roche
2014-05-14Added debug logging facility.Xavier Roche
2014-05-10Hashtable: names for debugging, and better loggingXavier Roche
2014-05-10Mitigate stash overflow by resizing the hashtable.Xavier Roche
2014-05-08Inline keyword.Xavier Roche
2014-05-08Missing NULL.Xavier Roche
2014-05-08Added assertion handlers to hashtables.Xavier Roche
2014-05-04Fixed build.Xavier Roche
2014-05-04Fix 2.Xavier Roche
2014-05-04Cleanup.Xavier Roche
2014-05-04Hashtable: logging in case of troublesXavier Roche
2014-04-242013 is so last year.Xavier Roche
2013-09-13Fixed FSF GPL reference (postal address removed, added website)Xavier Roche
2013-07-20Fixed possible stash merging issue (if a string pool expand was executed duri...Xavier Roche
2013-07-20Fixed macro (again)Xavier Roche
2013-07-20Fixed string pool insanity when compacting (macros are evil, hell yeah)Xavier Roche
2013-07-14handle empty strings as a specific case in the strings pool, so that we can c...Xavier Roche
2013-07-14Really compact when needed the string poolXavier Roche
2013-07-12Experiments with MurmurHash3 as hashing function for the hashtableXavier Roche
2013-06-30Allow to manage key allocation and comparison.Xavier Roche
2013-06-30Compact while expanding string pool if not compact enough.Xavier Roche
2013-06-30Use low-level MD5 functions.Xavier Roche
2013-06-28TypoXavier Roche
2013-06-28Fixed spurious stash handling wrt the strings pool leading to corrupt the has...Xavier Roche
2013-06-27Minor fixesXavier Roche
2013-06-27Do not loop if cuckoo is loopingXavier Roche
2013-06-26Cosmetic and documentation, logging.Xavier Roche
2013-06-25Mostly cosmeticXavier Roche
2013-06-25hashtables: use fnv-1 for hashingXavier Roche
2013-06-24Hashtable fixesXavier Roche
2013-06-24Keep hashes in hashtable items so that we do jot have to recompute them in ca...Xavier Roche
2013-06-23CleanupXavier Roche
2013-06-23Fixed hashtable grow bug (do not relocate null entries)Xavier Roche
2013-06-23Rewritten hashtablesXavier Roche
2013-05-14Indenting cleanup for all *.[ch] files, except htsparse.c (too ugly to be aut...Xavier Roche
2013-04-21Fixed memory leak in hashtable.Xavier Roche
2012-03-24GPL v3Xavier Roche
2012-03-19httrack 3.41.2Xavier Roche
2012-03-19httrack 3.40.4Xavier Roche
2012-03-19httrack 3.33.16Xavier Roche
2012-03-19httrack 3.30.1Xavier Roche