Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-07-15 | Added .torrent => application/x-bittorrent built-in MIME type (alexei dot co ↵ | Xavier Roche | |
at gmail dot com) | |||
2013-07-15 | Fixed buggy referer while parsing: the referer of all links in the page is ↵ | Xavier Roche | |
the current page being parsed, NOT the parent page. (alexei dot co at gmail dot com) * closes: issue #20 | |||
2013-07-15 | Fixed "Wildcard domains in cookies do not match" (alexei dot co at gmail dot ↵ | Xavier Roche | |
com ) * closes issue #19 | |||
2013-07-14 | handle empty strings as a specific case in the strings pool, so that we can ↵ | Xavier Roche | |
consider them as sign of duplicate release | |||
2013-07-14 | Fixed stupid typo. | Xavier Roche | |
2013-07-14 | Unused variable | 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-07-12 | Added hts_isStringUTF8() function. | Xavier Roche | |
2013-07-11 | Plugged iconv-like charsets when iconv is missing. | Xavier Roche | |
2013-07-11 | Added basic iconv-like primitives (for 8-bit non-MBCS charsets) for ↵ | Xavier Roche | |
operating systems like Android, where iconv is very unfortunately missing. | |||
2013-07-10 | Fixed uncompressing | Xavier Roche | |
2013-07-09 | Attempt to replace tmpnam() | Xavier Roche | |
2013-07-09 | -Zz (trace logs) | Xavier Roche | |
2013-07-09 | LOG_TRACE | Xavier Roche | |
2013-07-08 | Spurious test leading to have a broken non-SSL version of httrack | Xavier Roche | |
2013-07-08 | Cosmetic | Xavier Roche | |
2013-07-08 | Removed dead flag | Xavier Roche | |
2013-07-08 | Removed dead code | Xavier Roche | |
2013-07-08 | Huge regression: LLint is signed! (regression introduced in r429 and r432) | Xavier Roche | |
2013-07-07 | Added hts_version() | Xavier Roche | |
2013-07-07 | android doesn't like versioned .so | Xavier Roche | |
2013-07-07 | Temporary hack for android timezone (bis) | Xavier Roche | |
2013-07-07 | timezone for android | Xavier Roche | |
2013-07-07 | Added DISABLE_ICONV | Xavier Roche | |
2013-07-07 | timezone for android | Xavier Roche | |
2013-07-07 | Fixed warning | Xavier Roche | |
2013-07-07 | Better 64-bit detection | Xavier Roche | |
2013-07-05 | Do not unescape '+' before the query string | Xavier Roche | |
Fixed issue 18 | |||
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 ↵ | Xavier Roche | |
hashtable Moved to MD5 after all Cleaned up logging | |||
2013-06-27 | Minor fixes | Xavier Roche | |
2013-06-27 | Hash value can be signed or unsigned | Xavier Roche | |
2013-06-27 | Unit test | Xavier Roche | |
2013-06-27 | Do not loop if cuckoo is looping | Xavier Roche | |
2013-06-26 | Fixed old 3-hashtable missing free on exit | Xavier Roche | |
Always use default starting hash size | |||
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 | |
MD5 is temporarily back until some better hash function is found (current LCG is too lame and prone to collisions) | |||
2013-06-24 | Keep hashes in hashtable items so that we do jot have to recompute them in ↵ | Xavier Roche | |
case of rehash Attempt to push back items from the stash when deleting an entry Added some logging | |||
2013-06-24 | Added inline token | Xavier Roche | |
2013-06-24 | Removed unused field | Xavier Roche | |
2013-06-24 | Fixed warning | Xavier Roche | |
2013-06-23 | Cleanup | Xavier Roche | |
2013-06-23 | Fixed headers | Xavier Roche | |
2013-06-23 | Trashed historical link heap hashtable, and replaced it by cleaner code ↵ | Xavier Roche | |
using new cuckoo hashtables I can not believe I kept such a terible and frightening code for such a long time, geez. |