summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-06-24Hashtable fixesXavier Roche
MD5 is temporarily back until some better hash function is found (current LCG is too lame and prone to collisions)
2013-06-24Keep 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-24Added inline tokenXavier Roche
2013-06-24Removed unused fieldXavier Roche
2013-06-24Fixed warningXavier Roche
2013-06-23CleanupXavier Roche
2013-06-23Fixed headersXavier Roche
2013-06-23Trashed 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-23Fixed hashtable grow bug (do not relocate null entries)Xavier Roche
2013-06-23Rewritten hashtablesXavier 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-23Removed useless assert()Xavier Roche
2013-06-18Groumph.Xavier Roche
2013-06-18transfered => transferredXavier Roche
2013-06-17Re-fixed typosXavier Roche
2013-06-17TyposXavier Roche
2013-06-17Exact version of libsXavier Roche
2013-06-16Fixed div-by-zero when speficying more than 1000 connections per seconds ↵Xavier Roche
(probably not very common)
2013-06-16spelling: allows to => allows you toXavier Roche
2013-06-16spelling: s/bandwith/bandwidth/gXavier Roche
2013-06-16spelling: s/bandwith/bandwidth/gXavier Roche
2013-06-16spelling: allows to => allows youXavier Roche
2013-06-16Fixed lintian warning (desktop files do not need Encoding)Xavier Roche
2013-06-16Minor fixesXavier Roche
2013-06-16Try again (3.47.19-2)Xavier Roche
2013-06-163.47.19Xavier Roche
2013-06-14Escaping fixes when the final disk filename contains a %Xavier Roche
2013-06-14Malformed escaping.Xavier Roche
2013-06-14CleanupXavier Roche
2013-06-12Removed unused codeXavier Roche
2013-06-12Should partially fix again issue #5 "No such file or directory" errorsXavier Roche
2013-06-09Added GB18030 unit testXavier Roche
2013-06-09TypoXavier Roche
2013-06-09Basic cookies unit tests.Xavier Roche
2013-06-09added --print-filesXavier Roche
2013-06-09INSTALL is backXavier Roche
2013-06-09Fixed history.txt locationXavier Roche
2013-06-09FlushXavier Roche
2013-06-09automake 1.11.6 (wheezy)Xavier Roche
2013-06-09Refreshed INSTALL filesXavier Roche
2013-06-09Missing files for configureXavier Roche
2013-06-09Missing Makefile.in needed by configureXavier Roche
2013-06-09We need config.guessXavier Roche
2013-06-09We need config.subXavier Roche
2013-06-09We need install-shXavier Roche
2013-06-09Merged ↵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-09Fixed html-related changes introduced in r344Xavier Roche
2013-06-08Exclude test-driverXavier Roche
2013-06-08We do not need libtoolXavier Roche
2013-06-08We need configure :)Xavier Roche
2013-06-08Removed libtool specific filesXavier Roche