summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-03-22Fixed broken symlink with changed --docdir (rahrah) (closes #65)Xavier Roche
2015-03-20Fixed duplicate declaration of MD5CTX (rahrah) (closes #63)Xavier Roche
2015-03-20Merge branch 'master' of github.com:xroche/httrackXavier Roche
2015-03-20Changed .gitmodules submodule pull URL to https, but keeping the push URL ↵Xavier Roche
(.git/modules/src/coucal/config) to ssh (closes #64)
2015-03-17Fixed timezone for ANDROIDXavier Roche
2015-03-16Updated modulesXavier Roche
2015-03-16Added --recurseXavier Roche
2015-03-15Fixed build (coucal submodule)Xavier Roche
2015-03-15Updated submoduleXavier Roche
2015-03-15Fixed build after coucal has been moved to a submoduleXavier Roche
2015-03-15Import coucal as a regular submoduleXavier Roche
2015-03-15We comply to Standards-Version: 3.9.6Xavier Roche
2015-03-15Vcs-Browser: https://github.com/xroche/httrack/tree/master/srcXavier Roche
2015-03-143.48.21Xavier Roche
2015-03-14Fixed WIN32 build for x86-64Xavier Roche
2015-03-143.48-21Xavier Roche
2015-03-14Merge branch 'master' of https://github.com/xroche/httrackXavier Roche
2015-03-142014 is so last year!Xavier Roche
2015-03-14Cleanup (first git build)Xavier Roche
2015-03-14Merge branch 'master' of https://github.com/xroche/httrackXavier Roche
2015-03-14Removed htmXavier Roche
2015-03-14TypoXavier Roche
2015-03-14Fixed permissionsXavier Roche
2015-03-14Removed *.user filesXavier Roche
2015-03-14Removed user filesXavier Roche
2015-03-14Moved to git, cleanupXavier Roche
2015-03-14Vcs-Git: https://github.com/xroche/httrack.gitXavier Roche
2015-03-14Updated README.mdXavier Roche
2015-03-14Added README.mdXavier Roche
2015-03-03Google RPMs use /usr/bin/google-chrome as program location (Cickumqt)Xavier Roche
* closes:#62
2014-11-25Updated WIN32 OpenSSL to 1.0.1j (Evgeniy)Xavier Roche
2014-10-16Updated.Xavier Roche
2014-10-16Removed sfx.Xavier Roche
2014-10-16Fixed warnings.Xavier Roche
2014-10-16Fixed htsserver not dying (immediately) on quit.Xavier Roche
2014-10-153.48.20Xavier 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-10-15Typo :)Xavier Roche
2014-10-04Fixed typoXavier Roche
2014-08-27Fixed HAVE_STRNLEN (sheesh, we don't have strnlen.o)Xavier Roche
2014-08-27Off-by-one.Xavier Roche
2014-08-27Do not include execinfo.h if missing (Android)Xavier Roche
Do not use strnlen if missing (Mac OS X 10.6.8) ( nthpowers)
2014-08-16Fixed "configure script cannot detect libressl" (junk4me46806)Xavier Roche
2014-07-28Updated dateXavier Roche
2014-07-28Reverted useless check.Xavier Roche
2014-07-283.48.19Xavier Roche
2014-07-28Added testcase for 'strlen(copyBuff) == qLen failed at htslib.c:3458'Xavier Roche
2014-07-28Fixed 'strlen(copyBuff) == qLen failed at htslib.c:3458' assertion failure.Xavier Roche
Rationale: strncat(..., ..., (size_t) -1) does not behave gently on Linux, and is not equivalent to strcat(..., ...) when using optimizations (could it be a corner-case bug ?)
2014-07-20Additional message when crashing to report the issue.Xavier Roche
2014-07-17closes:#755107Xavier Roche