index
:
modhttrack.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
htsinthash.c
Age
Commit message (
Expand
)
Author
2014-06-14
Preparing to export the cuckoo hashtable library as "coucal" project
Xavier Roche
2014-06-14
Hashtable cleanup
Xavier Roche
2014-06-10
Fixed const
Xavier Roche
2014-06-10
Changed hashtable types to have either opaque void*, or unions.
Xavier Roche
2014-05-15
Fixed uint64_t vs. long long int
Xavier Roche
2014-05-14
Cosmetic
Xavier Roche
2014-05-14
Added debug logging facility.
Xavier Roche
2014-05-10
Hashtable: names for debugging, and better logging
Xavier Roche
2014-05-10
Mitigate stash overflow by resizing the hashtable.
Xavier Roche
2014-05-08
Inline keyword.
Xavier Roche
2014-05-08
Missing NULL.
Xavier Roche
2014-05-08
Added assertion handlers to hashtables.
Xavier Roche
2014-05-04
Fixed build.
Xavier Roche
2014-05-04
Fix 2.
Xavier Roche
2014-05-04
Cleanup.
Xavier Roche
2014-05-04
Hashtable: logging in case of troubles
Xavier Roche
2014-04-24
2013 is so last year.
Xavier Roche
2013-09-13
Fixed FSF GPL reference (postal address removed, added website)
Xavier Roche
2013-07-20
Fixed possible stash merging issue (if a string pool expand was executed duri...
Xavier Roche
2013-07-20
Fixed macro (again)
Xavier Roche
2013-07-20
Fixed string pool insanity when compacting (macros are evil, hell yeah)
Xavier Roche
2013-07-14
handle empty strings as a specific case in the strings pool, so that we can c...
Xavier Roche
2013-07-14
Really compact when needed the string pool
Xavier Roche
2013-07-12
Experiments with MurmurHash3 as hashing function for the hashtable
Xavier Roche
2013-06-30
Allow to manage key allocation and comparison.
Xavier Roche
2013-06-30
Compact while expanding string pool if not compact enough.
Xavier Roche
2013-06-30
Use low-level MD5 functions.
Xavier Roche
2013-06-28
Typo
Xavier Roche
2013-06-28
Fixed spurious stash handling wrt the strings pool leading to corrupt the has...
Xavier Roche
2013-06-27
Minor fixes
Xavier Roche
2013-06-27
Do not loop if cuckoo is looping
Xavier Roche
2013-06-26
Cosmetic and documentation, logging.
Xavier Roche
2013-06-25
Mostly cosmetic
Xavier Roche
2013-06-25
hashtables: use fnv-1 for hashing
Xavier Roche
2013-06-24
Hashtable fixes
Xavier Roche
2013-06-24
Keep hashes in hashtable items so that we do jot have to recompute them in ca...
Xavier Roche
2013-06-23
Cleanup
Xavier Roche
2013-06-23
Fixed hashtable grow bug (do not relocate null entries)
Xavier Roche
2013-06-23
Rewritten hashtables
Xavier Roche
2013-05-14
Indenting cleanup for all *.[ch] files, except htsparse.c (too ugly to be aut...
Xavier Roche
2013-04-21
Fixed memory leak in hashtable.
Xavier Roche
2012-03-24
GPL v3
Xavier Roche
2012-03-19
httrack 3.41.2
Xavier Roche
2012-03-19
httrack 3.40.4
Xavier Roche
2012-03-19
httrack 3.33.16
Xavier Roche
2012-03-19
httrack 3.30.1
Xavier Roche