Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-05-12 | first commit | haturatu | |
2024-01-27 | Updated libtool | Xavier Roche | |
2023-01-15 | Fixed gl_VISIBILITY hidden dependency | Xavier Roche | |
Copied from https://raw.githubusercontent.com/coreutils/gnulib/master/m4/visibility.m4 Closes #245 | |||
2023-01-13 | Add support for pie | Xavier Roche | |
2023-01-12 | Updated to 3.49.3 | Xavier Roche | |
2023-01-10 | Updated autotools | Xavier Roche | |
2022-11-20 | Updated libtool | Xavier Roche | |
2016-04-26 | 3.48.22 (libtool) | Xavier Roche | |
2014-05-28 | Added AM_PROG_CC_C_O and AM_PROG_LIBTOOL | Xavier Roche | |
Removed unused CXX added the following default compiler flags: -Wdeclaration-after-statement -Wsequence-point -Wparentheses -Winit-self -Wuninitialized -Wformat -fstrict-aliasing -Wstrict-aliasing=2 added the following default linker flags: -Wl,--discard-all -Wl,--no-undefined Depending on autoconf-archive because using AX_CHECK_COMPILE_FLAG and AX_CHECK_LINK_FLAG | |||
2014-05-23 | Added symbol visibility features to the build to hide internal symbols (GCC) | Xavier Roche | |
2014-05-19 | Added unit test for issue #44 | Xavier Roche | |
2014-05-02 | Added "long query string" ut/ | Xavier Roche | |
See <https://code.google.com/p/httrack/issues/detail?id=42> | |||
2013-08-17 | Fixed issue 25 regarding un-encoding of characters such as # in the filename. | Xavier Roche | |
2013-07-15 | CLEANFILES = check-network_sh.cache | Xavier Roche | |
2013-07-05 | Fixed ut | Xavier Roche | |
2013-07-05 | Fixed escaping | Xavier Roche | |
2013-07-05 | Do not unescape '+' before the query string | Xavier Roche | |
Fixed issue 18 | |||
2013-06-27 | Plugged hashtable unit test | 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 | 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 | 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-05 | Added a basic https unit test. | Xavier Roche | |
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-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 | Do not execute tests unless external network is available. | 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 | Added minimalistic js unit test | Xavier Roche | |
2013-06-02 | More checks in tests | 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 | Regenerated libtool (Debian-style) | Xavier Roche | |
2013-06-02 | Updated libtool | Xavier Roche | |
2013-06-02 | Added international and IDNA tests. | Xavier Roche | |
2013-06-02 | Added crawl-test.sh to extra dists | Xavier Roche | |
2013-06-02 | Added minimalistic unit tests for HTTrack (about time :p) | Xavier Roche | |