summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2022-12-30Merge pull request #197 from PabloCastellano/mimetypes-updateXavier Roche
Add mimetypes for documents
2022-12-30Merge pull request #221 from smokris/55-file-extensionXavier Roche
When using the '%N' structure naming key, separate the filename and extension with a dot.
2022-11-20Updated libtoolXavier Roche
2021-12-08When using the '%N' structure naming key, separate the filename and ↵Steve Mokris
extension with a dot.
2020-05-01Add mimetypes for documentsPablo Castellano
2017-05-20Updated to 3.49.2Xavier Roche
2017-05-13Fixed buffer overflow in output option commandline argument (VL-ID 2068) ↵Xavier Roche
(Hosein Askari)
2017-04-01Updated version to 3.49.1Xavier Roche
2017-04-01Fixed ftime for WindowsXavier Roche
2017-04-01Updated year to 2017Xavier Roche
2017-04-01Use gettimeofday() instead of ftime()Xavier Roche
2016-09-26Fixed weird condition which anyway does what we wanted (spotted by dcb314)Xavier Roche
2016-08-24Updated version to 3.48-24Xavier Roche
2016-07-29Support servers with SNI extensionMike7R
2016-06-26Updated scripts to 3.48.23Xavier Roche
2016-04-26Updated year 2016Xavier Roche
2016-04-263.48.22 (libtool)Xavier Roche
2016-04-263.48-22Xavier Roche
2015-10-30Add midoriChristopher Meng
2015-10-28Fix typo of cound -> couldChristopher Meng
And capitalized all logs to be more formal-like.
2015-05-01Typo fix: separed -> separatedJack Danger Canty
2015-03-31Merge branch 'master' of github.com:xroche/httrackXavier Roche
2015-03-31Fixed build in debugXavier Roche
2015-03-20Fixed duplicate declaration of MD5CTX (rahrah) (closes #63)Xavier Roche
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-14Fixed WIN32 build for x86-64Xavier Roche
2015-03-143.48-21Xavier Roche
2015-03-142014 is so last year!Xavier Roche
2015-03-14Cleanup (first git build)Xavier Roche
2015-03-14Removed htmXavier Roche
2015-03-14Fixed permissionsXavier Roche
2015-03-14Removed *.user filesXavier Roche
2015-03-14Moved to git, cleanupXavier 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-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)