Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-06-15 | Better coucal_is_acceptable_pow2() logic | Xavier Roche | |
2014-06-15 | Fixed log size limit check. | Xavier Roche | |
2014-06-15 | Cleanup in coucal_new() | Xavier Roche | |
2014-06-15 | Optional 64-bit hash for really big hashtables. (disabled by default) | Xavier Roche | |
2014-06-15 | Added coucal_calc_hashes() | Xavier Roche | |
2014-06-15 | Added coucal_fetch_value() | Xavier Roche | |
2014-06-15 | Added coucal_fetch_value_hashes() | Xavier Roche | |
2014-06-15 | Credits. | Xavier Roche | |
2014-06-15 | Intro line. | Xavier Roche | |
2014-06-15 | Original cuckoo hashing paper | Xavier Roche | |
2014-06-14 | Added coucal_hash_data() | Xavier Roche | |
2014-06-14 | Cosmetic | Xavier Roche | |
2014-06-14 | Added comments. | Xavier Roche | |
2014-06-14 | Added coucal_get_pvoid() and coucal_get_intptr() | Xavier Roche | |
2014-06-14 | Wrapped lines. | Xavier Roche | |
2014-06-14 | BSD 3-Clause License | Xavier Roche | |
2014-06-14 | Added diff murmurhash3.h | Xavier Roche | |
2014-06-14 | Fixed exports. | Xavier Roche | |
Fixed WIN32. | |||
2014-06-14 | Remarks over MD5 vs. murmur hashing. | Xavier Roche | |
2014-06-14 | Renamed inthash_* API to coucal_* one. | Xavier Roche | |
2014-06-14 | Fixed includes. | Xavier Roche | |
2014-06-14 | Re-license coucal to BSD-style license. | Xavier Roche | |
2014-06-14 | Fixed include | Xavier Roche | |
2014-06-14 | Preparing to export the cuckoo hashtable library as "coucal" project | Xavier Roche | |
2014-06-14 | Hashtable cleanup | Xavier Roche | |
2014-06-11 | Fixed WIN32 build (stdint.h) | Xavier Roche | |
2014-06-11 | Fixed zlib warning (build zlib with -DZLIB_CONST) | Xavier Roche | |
2014-06-11 | Added the following compiler flags: | Xavier Roche | |
* -Wunused-but-set-parameter * -Wignored-qualifiers | |||
2014-06-10 | -Wstrict-aliasing=2 => -Wstrict-aliasing | Xavier Roche | |
2014-06-10 | Added the following compiler flags: | Xavier Roche | |
* -Wcast-qual * -Wmissing-parameter-type * -Wold-style-definition | |||
2014-06-10 | Added missing minizip/mztools.c.diff reference | 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-06-09 | Updated Makefile | Xavier Roche | |
2014-06-08 | Added diff | Xavier Roche | |
2014-06-08 | Reverted diff, groumph. | Xavier Roche | |
2014-06-08 | Added minizip orig files. | Xavier Roche | |
2014-06-08 | Fixed FTBFS when compiling with zlib versions < 1.2.70 (sammyx) | Xavier Roche | |
2014-06-08 | 3.48.13 | Xavier Roche | |
2014-06-08 | __cplusplus | Xavier Roche | |
2014-06-08 | Public definitions cleanup (especially for httraqt) | Xavier Roche | |
htsopt.h now has the following definitions: * struct htsrequest_proxy * struct htsrequest * struct htsblk * struct lien_url * struct lien_back | |||
2014-06-08 | 3.48.12 | Xavier Roche | |
2014-06-08 | Using subdir-objects for automake | Xavier Roche | |
Replaced legacy INCLUDES by AM_CPPFLAGS | |||
2014-06-08 | Fixed __cplusplus issues | Xavier Roche | |
2014-06-08 | Typos | Xavier Roche | |
2014-06-07 | Better. | Xavier Roche | |
2014-06-07 | Fixed --advanced-maxlinks broken (Localhost) | Xavier Roche | |
2014-06-06 | Fixed initializer. | Xavier Roche | |
2014-06-06 | Cleanup. | Xavier Roche | |
2014-06-06 | Progressive power-of-two allocator for linked blocks. | Xavier Roche | |