Commit Graph

853 Commits

Author SHA1 Message Date
Xavier Roche
3d4ecc3134 Added --recurse 2015-03-16 17:51:17 +01:00
Xavier Roche
0686f359dc Fixed build (coucal submodule) 2015-03-15 18:00:42 +01:00
Xavier Roche
6f8fe288e1 Updated submodule 2015-03-15 17:49:53 +01:00
Xavier Roche
55a69d5467 Fixed build after coucal has been moved to a submodule 2015-03-15 17:25:40 +01:00
Xavier Roche
cc494ce3aa Import coucal as a regular submodule 2015-03-15 16:38:31 +01:00
Xavier Roche
51662ccc56 We comply to Standards-Version: 3.9.6 2015-03-15 14:41:34 +01:00
Xavier Roche
fece139ea8 Vcs-Browser: https://github.com/xroche/httrack/tree/master/src 2015-03-15 14:36:05 +01:00
Xavier Roche
95c6be6b64 3.48.21 3.48.21 2015-03-14 15:36:12 +01:00
Xavier Roche
b7e95f7cab Fixed WIN32 build for x86-64 2015-03-14 15:20:10 +01:00
Xavier Roche
43f4581617 3.48-21 2015-03-14 15:10:56 +01:00
Xavier Roche
420b0812d6 Merge branch 'master' of https://github.com/xroche/httrack 2015-03-14 15:03:37 +01:00
Xavier Roche
e81acec4fc 2014 is so last year! 2015-03-14 15:01:53 +01:00
Xavier Roche
efa5392fc3 Cleanup (first git build) 2015-03-14 14:53:02 +01:00
Xavier Roche
fae2edc532 Merge branch 'master' of https://github.com/xroche/httrack 2015-03-14 14:31:22 +01:00
Xavier Roche
31fc044aac Removed htm 2015-03-14 14:30:52 +01:00
Xavier Roche
692f2bb29d Typo 2015-03-14 14:18:42 +01:00
Xavier Roche
d50b6ec569 Fixed permissions 2015-03-14 14:04:17 +01:00
Xavier Roche
f832a12346 Removed *.user files 2015-03-14 14:03:57 +01:00
Xavier Roche
b66479aa7e Removed user files 2015-03-14 13:50:05 +01:00
Xavier Roche
c983a56bdd Moved to git, cleanup 2015-03-14 13:41:18 +01:00
Xavier Roche
6b17f1209b Vcs-Git: https://github.com/xroche/httrack.git 2015-03-14 11:15:39 +01:00
Xavier Roche
3b7242c8ee Updated README.md 2015-03-14 11:09:58 +01:00
Xavier Roche
a004ccb628 Added README.md 2015-03-14 11:06:54 +01:00
Xavier Roche
9928bff7ea Google RPMs use /usr/bin/google-chrome as program location (Cickumqt)
* closes:#62
2015-03-03 16:38:50 +00:00
Xavier Roche
d149cdc4d6 Updated WIN32 OpenSSL to 1.0.1j (Evgeniy) 2014-11-25 16:45:06 +00:00
Xavier Roche
abaf88d0f4 Updated. 2014-10-16 18:35:43 +00:00
Xavier Roche
57911d705a Removed sfx. 2014-10-16 18:35:33 +00:00
Xavier Roche
79c85c15dc Fixed warnings. 2014-10-16 18:35:16 +00:00
Xavier Roche
3eef270c96 Fixed htsserver not dying (immediately) on quit. 2014-10-16 18:35:05 +00:00
Xavier Roche
8af06144a7 3.48.20 2014-10-15 19:44:22 +00:00
Xavier Roche
9b5c6cf86e Fixed webhttrack incompatibility with Chrome
* 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-15 19:17:29 +00:00
Xavier Roche
cce112d40a Typo :) 2014-10-15 17:33:35 +00:00
Xavier Roche
8dec08f3f3 Fixed typo 2014-10-04 07:39:18 +00:00
Xavier Roche
d5d752a1db Fixed HAVE_STRNLEN (sheesh, we don't have strnlen.o) 2014-08-27 18:22:56 +00:00
Xavier Roche
f25d6c1f24 Off-by-one. 2014-08-27 18:10:28 +00:00
Xavier Roche
75814fb605 Do not include execinfo.h if missing (Android)
Do not use strnlen if missing (Mac OS X 10.6.8) ( nthpowers)
2014-08-27 17:01:26 +00:00
Xavier Roche
a23976f732 Fixed "configure script cannot detect libressl" (junk4me46806) 2014-08-16 08:16:08 +00:00
Xavier Roche
b4f6cbe5fb Updated date 2014-07-28 21:19:57 +00:00
Xavier Roche
7559f26bfb Reverted useless check. 2014-07-28 21:16:44 +00:00
Xavier Roche
9285cfa1bb 3.48.19 2014-07-28 21:02:00 +00:00
Xavier Roche
02eb2862d2 Added testcase for 'strlen(copyBuff) == qLen failed at htslib.c:3458' 2014-07-28 20:56:57 +00:00
Xavier Roche
0ac9c0df32 Fixed 'strlen(copyBuff) == qLen failed at htslib.c:3458' assertion failure.
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-28 20:56:38 +00:00
Xavier Roche
da41e9a7a1 Additional message when crashing to report the issue. 2014-07-20 09:19:50 +00:00
Xavier Roche
b9a35a5d9c closes:#755107 2014-07-17 20:01:10 +00:00
Xavier Roche
f2ac631565 3.48.18 2014-07-17 19:52:35 +00:00
Xavier Roche
b5e08a8300 Fixed infamous crashes inside the DNS cache due to a corruption within the option structure (E.Kalinowski)
This long-lasting bug was a real pain to hunt! :)
2014-07-17 19:30:53 +00:00
Xavier Roche
1d2d42eb4e assert => assertf 2014-07-17 18:41:29 +00:00
Xavier Roche
d71237d177 Cache cleanup. Added assert() 2014-07-17 18:39:16 +00:00
Xavier Roche
7f8eb5f60f Warning fix. 2014-07-17 18:38:59 +00:00
Xavier Roche
e1149999ce Fixed WIN32 2014-07-14 11:55:28 +00:00