summaryrefslogtreecommitdiff
path: root/html
AgeCommit message (Collapse)Author
2024-01-27Updated to 3.49.5Xavier Roche
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-14Fixed typosXavier Roche
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
2017-04-01Updated year to 2017Xavier Roche
2017-02-23Merge pull request #122 from glogiotatidis/patch-1Xavier Roche
Typo pagees -> pages
2017-02-24Various typo and language fixesJevon Wright
2017-02-15Typo pagees -> pagesGiorgos Logiotatidis
2016-04-26Updated manXavier Roche
2016-04-26Updated year 2016Xavier Roche
2016-04-263.48.22 (libtool)Xavier Roche
2015-05-01Typo fix: separed -> separatedJack Danger Canty
2015-03-22Fixed broken symlink with changed --docdir (rahrah) (closes #65)Xavier Roche
2015-03-14Cleanup (first git build)Xavier Roche
2015-03-14Fixed permissionsXavier Roche
2014-10-16Removed sfx.Xavier Roche
2014-10-15Fixed webhttrack incompatibility with ChromeXavier Roche
* closes:#53 Also fixed HTML-escaping issues inside webhttrack Rationale: The webhttrack script made the wrong assumption that once the "browse" command returned, it meant the user killed the navigation window, and it had to kill the server itself. However, modern browsers tend to "attach" to an existing session (creating a new tab, for example, within an existing window), causing the browsing command to return immediately, thus causing the server to be killed immediately by the webhttrack script. I have rewritten the logic behind, and now the server is able to kill himself if the parent script dies, AND if the browsing client did not make any activity for two minutes. The "activity" can be any browser/refreshed page, or the internal "ping" iframe (which pings the server every 30 seconds). With this model, we *should* be compatible with old browsers, and modern ones.
2014-06-06Updated manXavier 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-12Fixed buggy , in manXavier Roche
2014-05-023.48.5Xavier Roche
2014-04-29Fixed manual (lintian)Xavier Roche
2014-04-27Updated doc.Xavier Roche
2013-09-15Fixed man (manual backport of r868)Xavier Roche
2013-09-13Fixed manXavier Roche
2013-09-13Fixed license and copyrightXavier Roche
2013-09-09Fixed Keywords field in desktop files (Sebastian Pipping)Xavier Roche
2013-09-06CleanupXavier Roche
2013-06-30Added Keywords entries for desktop files.Xavier Roche
2013-06-18Groumph.Xavier Roche
2013-06-18transfered => transferredXavier Roche
2013-06-17Re-fixed typosXavier Roche
2013-06-16spelling: allows to => allows you toXavier Roche
2013-06-16Fixed lintian warning (desktop files do not need Encoding)Xavier 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-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-05Added a basic https unit test.Xavier 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-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-02Regenerated libtool (Debian-style)Xavier Roche
2013-06-02Updated libtoolXavier Roche
2013-05-19openssl is no longer dynamically probed at stratup, but dynamically linkedXavier Roche