Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | Groumph. | Xavier Roche | |
2013-06-18 | transfered => transferred | Xavier Roche | |
2013-06-17 | Re-fixed typos | Xavier Roche | |
2013-06-17 | Typos | Xavier Roche | |
2013-06-17 | Exact version of libs | 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 | spelling: s/bandwith/bandwidth/g | Xavier Roche | |
2013-06-16 | spelling: allows to => allows you | Xavier Roche | |
2013-06-16 | Fixed lintian warning (desktop files do not need Encoding) | Xavier Roche | |
2013-06-16 | Minor fixes | Xavier Roche | |
2013-06-16 | Try again (3.47.19-2) | 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 | |
2013-06-09 | Added GB18030 unit test | Xavier Roche | |
2013-06-09 | Typo | Xavier Roche | |
2013-06-09 | Basic cookies unit tests. | Xavier Roche | |
2013-06-09 | added --print-files | Xavier Roche | |
2013-06-09 | INSTALL is back | Xavier Roche | |
2013-06-09 | Fixed history.txt location | Xavier Roche | |
2013-06-09 | Flush | Xavier Roche | |
2013-06-09 | automake 1.11.6 (wheezy) | Xavier Roche | |
2013-06-09 | Refreshed INSTALL files | Xavier Roche | |
2013-06-09 | Missing files for configure | Xavier Roche | |
2013-06-09 | Missing Makefile.in needed by configure | Xavier Roche | |
2013-06-09 | We need config.guess | Xavier Roche | |
2013-06-09 | We need config.sub | Xavier Roche | |
2013-06-09 | We need install-sh | Xavier Roche | |
2013-06-09 | Merged ↵ | Xavier Roche | |
<http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/www-client/httrack/files/httrack-3.47.7-cflags.patch?revision=1.1&view=markup> (Sebastian Pipping) | |||
2013-06-09 | Fixed html-related changes introduced in r344 | Xavier Roche | |
2013-06-08 | Exclude test-driver | Xavier Roche | |
2013-06-08 | We do not need libtool | Xavier Roche | |
2013-06-08 | We need configure :) | Xavier Roche | |
2013-06-08 | Removed libtool specific files | Xavier Roche | |