Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | Applying ↵ | Xavier Roche | |
<http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/www-client/httrack/files/httrack-3.45.4-htmldir.patch?view=log> (Sebastian Pipping) | |||
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-08 | Use $(PATH_SEPARATOR) and not : | Xavier Roche | |
2013-06-07 | Cleaned up a little bit ut environment ; fixes FTBFS when using ↵ | Xavier Roche | |
--disable-shared --enable-static | |||
2013-06-07 | spelling-error-in-changelog | Xavier Roche | |
2013-06-06 | Fixed clang warnings | Xavier Roche | |
2013-06-06 | Fixed bad memset() spotted by clang | Xavier Roche | |
2013-06-06 | Fixed warning | Xavier Roche | |
2013-06-06 | debhelper >= 8.0.0 | Xavier Roche | |
2013-06-05 | Added a basic https unit test. | Xavier Roche | |
2013-06-05 | Fixed warning. | Xavier Roche | |
2013-06-05 | Cosmetic | Xavier Roche | |
2013-06-05 | history | Xavier Roche | |
2013-06-05 | 3.47.18 | Xavier Roche | |
2013-06-05 | --enable-online-unit-tests=auto | Xavier Roche | |
detect whether or not online unit tests can be executed --enable-online-unit-tests=no is now the default added --disable-https | |||
2013-06-05 | Timeout=30 | Xavier Roche | |
2013-06-05 | Logging | Xavier Roche | |
2013-06-05 | Cosmetic | Xavier Roche | |
2013-06-05 | Cosmetic | Xavier Roche | |
2013-06-05 | Fixed broken build without OpenSSL | Xavier Roche | |
Fixed fale off-by-one for read timeout | |||
2013-06-04 | check-network.sh in EXTRA_DIST | Xavier Roche | |
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 | Removed verbose (--summary) | Xavier Roche | |
2013-06-04 | Fixed 'TESTS = *.test' breaking automake 1.13 for an unknown reason. Let's ↵ | Xavier Roche | |
enumerate all files explicitely then ... | |||
2013-06-04 | Fixed Build-depend: debhelper >= 8 (and not >> 8) | Xavier Roche | |
2013-06-04 | Do not execute tests unless external network is available. | Xavier Roche | |
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-03 | Cosmetic | Xavier Roche | |
2013-06-03 | Comment | Xavier Roche | |
2013-06-03 | Fixed broken hardened build (broken in 3.47.17-1) | Xavier Roche | |
Replaced dh_clean -k by dh_prep as advised Moved from compat=5 to to compat=8 | |||
2013-06-02 | Report getaddrinfo() errors using gai_strerror() | Xavier Roche | |
2013-06-02 | Added minimalistic js unit test | Xavier Roche | |
2013-06-02 | More checks in tests | Xavier Roche | |
2013-06-02 | Added comment | Xavier Roche | |
2013-06-02 | run-all-tests.sh in EXTRA_DIST | Xavier Roche | |
2013-06-02 | More tests! | Xavier Roche | |
2013-06-02 | Cosmetic. | Xavier Roche | |
2013-06-02 | dh_clean -k => dh_prep | 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 | Added international and IDNA tests. | Xavier Roche | |
2013-06-02 | Fixed buggy hts_unescapeUrl() | Xavier Roche | |
2013-06-02 | Added hts_getUTF8SequenceLength() | Xavier Roche | |