summaryrefslogtreecommitdiff
path: root/src/coucal.c
AgeCommit message (Expand)Author
2015-03-15Import coucal as a regular submoduleXavier Roche
2014-07-06Fixed HashMD5ContextXavier Roche
2014-07-06Fixed MD5 definitionsXavier Roche
2014-07-06Fixed MD5_Init()Xavier Roche
2014-06-28typo.Xavier Roche
2014-06-28Optimize the case when realloc() returns the same base address while realloca...Xavier Roche
2014-06-24Temporarily switch to MD5 with architectures not supporting unaligned integer...Xavier Roche
2014-06-23Check for aligned access requirements explicitly.Xavier Roche
2014-06-23#ifdef failedXavier Roche
2014-06-23Emergency fixing Invalid address alignment issues on AndroidXavier 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-14Added coucal_hash_data()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-14Remarks over MD5 vs. murmur hashing.Xavier Roche
2014-06-14Renamed inthash_* API to coucal_* one.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