summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2024-01-27Updated libtoolXavier Roche
2023-01-15Fixed gl_VISIBILITY hidden dependencyXavier Roche
Copied from https://raw.githubusercontent.com/coreutils/gnulib/master/m4/visibility.m4 Closes #245
2023-01-13Add support for pieXavier Roche
2023-01-12Updated to 3.49.3Xavier Roche
2023-01-10Updated autotoolsXavier Roche
2022-11-20Updated libtoolXavier Roche
2016-04-263.48.22 (libtool)Xavier Roche
2014-05-28Added AM_PROG_CC_C_O and AM_PROG_LIBTOOLXavier 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-23Added symbol visibility features to the build to hide internal symbols (GCC)Xavier Roche
2014-05-19Added unit test for issue #44Xavier Roche
2014-05-02Added "long query string" ut/Xavier Roche
See <https://code.google.com/p/httrack/issues/detail?id=42>
2013-08-17Fixed issue 25 regarding un-encoding of characters such as # in the filename.Xavier Roche
2013-07-15CLEANFILES = check-network_sh.cacheXavier Roche
2013-07-05Fixed utXavier Roche
2013-07-05Fixed escapingXavier Roche
2013-07-05Do not unescape '+' before the query stringXavier Roche
Fixed issue 18
2013-06-27Plugged hashtable unit testXavier 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-09automake 1.11.6 (wheezy)Xavier Roche
2013-06-09Missing Makefile.in needed by configureXavier Roche
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-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-05Added a basic https unit test.Xavier Roche
2013-06-05Timeout=30Xavier Roche
2013-06-05LoggingXavier Roche
2013-06-05CosmeticXavier Roche
2013-06-05CosmeticXavier Roche
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-04Do not execute tests unless external network is available.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-02Added minimalistic js unit testXavier Roche
2013-06-02More checks in testsXavier Roche
2013-06-02run-all-tests.sh in EXTRA_DISTXavier Roche
2013-06-02More tests!Xavier Roche
2013-06-02Cosmetic.Xavier Roche
2013-06-02Regenerated libtool (Debian-style)Xavier Roche
2013-06-02Updated libtoolXavier Roche
2013-06-02Added international and IDNA tests.Xavier Roche
2013-06-02Added crawl-test.sh to extra distsXavier Roche
2013-06-02Added minimalistic unit tests for HTTrack (about time :p)Xavier Roche