Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2013-06-09 | automake 1.11.6 (wheezy) | Xavier Roche | |
2013-06-09 | Missing Makefile.in needed by configure | Xavier Roche | |
2013-06-08 | Removed intermediate automake files (Sebastian Pipping) | Xavier Roche | |
# To regenerate these files, do something like: libtoolize --copy --force \ && aclocal \ && automake --add-missing --copy --force-missing \ && autoheader \ && autoconf | |||
2013-06-08 | Merged ↵ | Xavier Roche | |
<http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/www-client/httrack/files/httrack-3.44.1%2Bzlib-1.2.5.1.patch?view=log> Add patch to fix building with recent zlib, thanks to Lars Wendler in bug #383805. Bump to EAPI=4. (Portage version: 2.2.0_alpha79/cvs/Linux x86_64) | |||
2013-06-08 | Replacing remaining sprintf() by snprintf() | Xavier Roche | |
2013-06-08 | Replaced dangerous sprintf() by snprintf() in ftp backend. | Xavier Roche | |
2013-06-06 | Fixed clang warnings | Xavier Roche | |
2013-06-06 | Fixed bad memset() spotted by clang | Xavier Roche | |
2013-06-05 | Added a basic https unit test. | Xavier Roche | |
2013-06-05 | Fixed warning. | Xavier Roche | |
2013-06-05 | 3.47.18 | Xavier Roche | |
2013-06-05 | Fixed broken build without OpenSSL | Xavier Roche | |
Fixed fale off-by-one for read timeout | |||
2013-06-04 | Added switchs to enable or disable online tests (currently enabled by default): | Xavier Roche | |
--enable-online-unit-tests --disable-online-unit-tests | |||
2013-06-04 | Minor off-by-one for timeout handline. | Xavier Roche | |
2013-06-04 | Fixed buggy --timeout alias. | Xavier Roche | |
2013-06-03 | Propagate $lt_cv_objdir not to use directly .libs (would break on WIN32) | Xavier Roche | |
2013-06-03 | Propagate $shlibpath_var not to use LD_LIBRARY_PATH (OSX and friends) | Xavier Roche | |
(based on a llvm commit by Jeffrey Yasskin :p) | |||
2013-06-02 | Report getaddrinfo() errors using gai_strerror() | Xavier Roche | |
2013-06-02 | Added comment | Xavier Roche | |
2013-06-02 | More tests! | Xavier Roche | |
2013-06-02 | Regenerated libtool (Debian-style) | Xavier Roche | |
2013-06-02 | Updated libtool | Xavier Roche | |
2013-06-02 | 3.47-17 | Xavier Roche | |
2013-06-02 | Fixed buggy hts_unescapeUrl() | Xavier Roche | |
2013-06-02 | Added hts_getUTF8SequenceLength() | Xavier Roche | |
2013-06-01 | Cleaned up a bunck of warnings. | Xavier Roche | |
2013-06-01 | 3.47-16 | Xavier Roche | |