summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-06-08Removed 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-08Applying ↵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-08Merged ↵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-08Replacing remaining sprintf() by snprintf()Xavier Roche
2013-06-08Replaced dangerous sprintf() by snprintf() in ftp backend.Xavier Roche
2013-06-08Use $(PATH_SEPARATOR) and not :Xavier Roche
2013-06-07Cleaned up a little bit ut environment ; fixes FTBFS when using ↵Xavier Roche
--disable-shared --enable-static
2013-06-07spelling-error-in-changelogXavier Roche
2013-06-06Fixed clang warningsXavier Roche
2013-06-06Fixed bad memset() spotted by clangXavier Roche
2013-06-06Fixed warningXavier Roche
2013-06-06debhelper >= 8.0.0Xavier Roche
2013-06-05Added a basic https unit test.Xavier Roche
2013-06-05Fixed warning.Xavier Roche
2013-06-05CosmeticXavier Roche
2013-06-05historyXavier Roche
2013-06-053.47.18Xavier Roche
2013-06-05--enable-online-unit-tests=autoXavier 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-05Timeout=30Xavier Roche
2013-06-05LoggingXavier Roche
2013-06-05CosmeticXavier Roche
2013-06-05CosmeticXavier Roche
2013-06-05Fixed broken build without OpenSSLXavier Roche
Fixed fale off-by-one for read timeout
2013-06-04check-network.sh in EXTRA_DISTXavier Roche
2013-06-04Added switchs to enable or disable online tests (currently enabled by default):Xavier Roche
--enable-online-unit-tests --disable-online-unit-tests
2013-06-04Removed verbose (--summary)Xavier Roche
2013-06-04Fixed 'TESTS = *.test' breaking automake 1.13 for an unknown reason. Let's ↵Xavier Roche
enumerate all files explicitely then ...
2013-06-04Fixed Build-depend: debhelper >= 8 (and not >> 8) Xavier Roche
2013-06-04Do not execute tests unless external network is available.Xavier Roche
2013-06-04Minor off-by-one for timeout handline.Xavier Roche
2013-06-04Fixed buggy --timeout alias.Xavier Roche
2013-06-03Propagate $lt_cv_objdir not to use directly .libs (would break on WIN32)Xavier Roche
2013-06-03Propagate $shlibpath_var not to use LD_LIBRARY_PATH (OSX and friends)Xavier Roche
(based on a llvm commit by Jeffrey Yasskin :p)
2013-06-03CosmeticXavier Roche
2013-06-03CommentXavier Roche
2013-06-03Fixed 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-02Report getaddrinfo() errors using gai_strerror()Xavier Roche
2013-06-02Added minimalistic js unit testXavier Roche
2013-06-02More checks in testsXavier Roche
2013-06-02Added commentXavier Roche
2013-06-02run-all-tests.sh in EXTRA_DISTXavier Roche
2013-06-02More tests!Xavier Roche
2013-06-02Cosmetic.Xavier Roche
2013-06-02dh_clean -k => dh_prepXavier Roche
2013-06-02Regenerated libtool (Debian-style)Xavier Roche
2013-06-02Updated libtoolXavier Roche
2013-06-023.47-17Xavier Roche
2013-06-02Added international and IDNA tests.Xavier Roche
2013-06-02Fixed buggy hts_unescapeUrl()Xavier Roche
2013-06-02Added hts_getUTF8SequenceLength()Xavier Roche