summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2014-07-14Fixed typo.Xavier Roche
2014-07-14Added stack trace on Linux when crashing for httrackXavier Roche
2014-07-123.48.17Xavier Roche
2014-07-12Fixed URL list not working anymore (tom swift)Xavier Roche
2014-07-093.48.16Xavier Roche
2014-07-09Fixed FTBFS on ARM/MIPS again.Xavier Roche
2014-07-083.48.15Xavier Roche
2014-07-08proxytrack: fixed FTBFS on ARM/MIPSXavier Roche
2014-07-083.48-14Xavier Roche
2014-07-08Fixed buggy FFFD (replacement character) in place of leading non-ascii characterXavier Roche
* closes:#48
2014-07-08Fixed htssafe.hXavier Roche
2014-07-07Another assertXavier Roche
2014-07-07int => size_t cleanupXavier Roche
2014-07-06Fixed MD5_CTX => struct MD5ContextXavier Roche
2014-07-06Fixed HashMD5ContextXavier Roche
2014-07-06Fixed MD5 definitionsXavier Roche
2014-07-06Fixed MD5_Init()Xavier Roche
2014-07-06Added hts_has_stopped() flag, added some assertsXavier Roche
2014-06-28typo.Xavier Roche
2014-06-28Optimize the case when realloc() returns the same base address while ↵Xavier Roche
reallocating the string pool.
2014-06-27Fixed NULL pointer dereferencing in back_unserialize (htsback.c:976) spotted ↵Xavier Roche
on Android platforms
2014-06-24Temporarily switch to MD5 with architectures not supporting unaligned ↵Xavier Roche
integer accesses.
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-22Do not uncompress .tgz advertised as "streamed" (Smiling Spectre)Xavier Roche
2014-06-22Handle buggy SVG (Smiling Spectre)Xavier Roche
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.