summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2014-06-22Fixed "comparison between signed and unsigned integer expressions"Xavier Roche
2014-06-22No fopen64() on Android.Xavier Roche
2014-06-17Possible cause of crash at htstools.c:425 inside long_to_83()Xavier Roche
2014-06-17Fixed "old-style function definition" warning.Xavier Roche
2014-06-15Faster coucal_del_value_Xavier Roche
2014-06-15Better coucal_is_acceptable_pow2() logicXavier Roche
2014-06-15Fixed log size limit check.Xavier Roche
2014-06-15Cleanup in coucal_new()Xavier Roche
2014-06-15Optional 64-bit hash for really big hashtables. (disabled by default)Xavier Roche
2014-06-15Added coucal_calc_hashes()Xavier Roche
2014-06-15Added coucal_fetch_value()Xavier Roche
2014-06-15Added coucal_fetch_value_hashes()Xavier Roche
2014-06-15Credits.Xavier Roche
2014-06-15Intro line.Xavier Roche
2014-06-15Original cuckoo hashing paperXavier Roche
2014-06-14Added coucal_hash_data()Xavier Roche
2014-06-14CosmeticXavier Roche
2014-06-14Added comments.Xavier Roche
2014-06-14Added coucal_get_pvoid() and coucal_get_intptr()Xavier Roche
2014-06-14Wrapped lines.Xavier Roche
2014-06-14BSD 3-Clause LicenseXavier Roche
2014-06-14Added diff murmurhash3.hXavier Roche
2014-06-14Fixed exports.Xavier Roche
Fixed WIN32.
2014-06-14Remarks over MD5 vs. murmur hashing.Xavier Roche
2014-06-14Renamed inthash_* API to coucal_* one.Xavier Roche
2014-06-14Fixed includes.Xavier Roche
2014-06-14Re-license coucal to BSD-style license.Xavier Roche
2014-06-14Fixed includeXavier Roche
2014-06-14Preparing to export the cuckoo hashtable library as "coucal" projectXavier Roche
2014-06-14Hashtable cleanupXavier Roche
2014-06-11Fixed WIN32 build (stdint.h)Xavier Roche
2014-06-11Fixed zlib warning (build zlib with -DZLIB_CONST)Xavier Roche
2014-06-10Added the following compiler flags:Xavier Roche
* -Wcast-qual * -Wmissing-parameter-type * -Wold-style-definition
2014-06-10Added missing minizip/mztools.c.diff referenceXavier Roche
2014-06-10Fixed constXavier Roche
2014-06-10Changed hashtable types to have either opaque void*, or unions.Xavier Roche
2014-06-09Updated MakefileXavier Roche
2014-06-08Added diffXavier Roche
2014-06-08Reverted diff, groumph.Xavier Roche
2014-06-08Added minizip orig files.Xavier Roche
2014-06-08Fixed FTBFS when compiling with zlib versions < 1.2.70 (sammyx)Xavier Roche
2014-06-083.48.13Xavier Roche
2014-06-08__cplusplusXavier Roche
2014-06-08Public 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-083.48.12Xavier Roche
2014-06-08Using subdir-objects for automakeXavier Roche
Replaced legacy INCLUDES by AM_CPPFLAGS
2014-06-08Fixed __cplusplus issuesXavier Roche
2014-06-08TyposXavier Roche
2014-06-07Better.Xavier Roche
2014-06-07Fixed --advanced-maxlinks broken (Localhost)Xavier Roche