Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-05-12 | first commit | haturatu | |
2024-01-27 | Updated to 3.49.5 | Xavier Roche | |
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-14 | Fixed typos | Xavier Roche | |
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 | |
2017-04-01 | Updated year to 2017 | Xavier Roche | |
2017-02-23 | Merge pull request #122 from glogiotatidis/patch-1 | Xavier Roche | |
Typo pagees -> pages | |||
2017-02-24 | Various typo and language fixes | Jevon Wright | |
2017-02-15 | Typo pagees -> pages | Giorgos Logiotatidis | |
2016-04-26 | Updated man | Xavier Roche | |
2016-04-26 | Updated year 2016 | Xavier Roche | |
2016-04-26 | 3.48.22 (libtool) | Xavier Roche | |
2015-05-01 | Typo fix: separed -> separated | Jack Danger Canty | |
2015-03-22 | Fixed broken symlink with changed --docdir (rahrah) (closes #65) | Xavier Roche | |
2015-03-14 | Cleanup (first git build) | Xavier Roche | |
2015-03-14 | Fixed permissions | Xavier Roche | |
2014-10-16 | Removed sfx. | Xavier Roche | |
2014-10-15 | Fixed webhttrack incompatibility with Chrome | Xavier 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-06 | Updated man | 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-12 | Fixed buggy , in man | Xavier Roche | |
2014-05-02 | 3.48.5 | Xavier Roche | |
2014-04-29 | Fixed manual (lintian) | Xavier Roche | |
2014-04-27 | Updated doc. | Xavier Roche | |
2013-09-15 | Fixed man (manual backport of r868) | Xavier Roche | |
2013-09-13 | Fixed man | Xavier Roche | |
2013-09-13 | Fixed license and copyright | Xavier Roche | |
2013-09-09 | Fixed Keywords field in desktop files (Sebastian Pipping) | Xavier Roche | |
2013-09-06 | Cleanup | Xavier Roche | |
2013-06-30 | Added Keywords entries for desktop files. | Xavier Roche | |
2013-06-18 | Groumph. | Xavier Roche | |
2013-06-18 | transfered => transferred | Xavier Roche | |
2013-06-17 | Re-fixed typos | Xavier Roche | |
2013-06-16 | spelling: allows to => allows you to | Xavier Roche | |
2013-06-16 | Fixed lintian warning (desktop files do not need Encoding) | 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 | 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-05 | Added a basic https unit test. | 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-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 | Regenerated libtool (Debian-style) | Xavier Roche | |
2013-06-02 | Updated libtool | Xavier Roche | |