Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2013-06-23 | Fixed hashtable grow bug (do not relocate null entries) | Xavier Roche | |
2013-06-23 | Rewritten hashtables | Xavier Roche | |
* cuckoo hashing with stash, auto-resize * pool of strings for keys (auto-resize, auto-compact) - no auto-shrink for hashtable currently Still experimental, expect bugs! | |||
2013-06-23 | Removed useless assert() | Xavier Roche | |
2013-06-18 | transfered => transferred | Xavier Roche | |
2013-06-16 | Fixed div-by-zero when speficying more than 1000 connections per seconds ↵ | Xavier Roche | |
(probably not very common) | |||
2013-06-16 | spelling: allows to => allows you to | Xavier Roche | |
2013-06-16 | spelling: s/bandwith/bandwidth/g | Xavier Roche | |
2013-06-16 | 3.47.19 | Xavier Roche | |
2013-06-14 | Escaping fixes when the final disk filename contains a % | Xavier Roche | |
2013-06-14 | Malformed escaping. | Xavier Roche | |
2013-06-14 | Cleanup | Xavier Roche | |
2013-06-12 | Removed unused code | Xavier Roche | |
2013-06-12 | Should partially fix again issue #5 "No such file or directory" errors | Xavier Roche | |