mirror of
https://github.com/xroche/httrack.git
synced 2026-05-17 00:16:02 +03:00
3.48
http://proliant/svn/httrack/trunk
........
r1288 | roche | 2014-07-20 11:19:50 +0200 (dim., 20 juil. 2014) | 3 lines
Additional message when crashing to report the issue.
........
r1291 | roche | 2014-07-28 22:56:38 +0200 (lun., 28 juil. 2014) | 4 lines
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 ?)
........
r1292 | roche | 2014-07-28 22:56:57 +0200 (lun., 28 juil. 2014) | 3 lines
Added testcase for 'strlen(copyBuff) == qLen failed at htslib.c:3458'
........
r1293 | roche | 2014-07-28 23:02:00 +0200 (lun., 28 juil. 2014) | 3 lines
3.48.19
........
r1296 | roche | 2014-07-28 23:16:44 +0200 (lun., 28 juil. 2014) | 3 lines
Reverted useless check.
........
r1297 | roche | 2014-07-28 23:19:57 +0200 (lun., 28 juil. 2014) | 3 lines
Updated date
........
r1303 | roche | 2014-08-16 10:16:08 +0200 (sam., 16 août 2014) | 3 lines
Fixed "configure script cannot detect libressl" (junk4me46806)
........
r1305 | roche | 2014-08-27 19:01:26 +0200 (mer., 27 août 2014) | 4 lines
Do not include execinfo.h if missing (Android)
Do not use strnlen if missing (Mac OS X 10.6.8) ( nthpowers)
........
r1306 | roche | 2014-08-27 20:10:28 +0200 (mer., 27 août 2014) | 3 lines
Off-by-one.
........
r1307 | roche | 2014-08-27 20:22:56 +0200 (mer., 27 août 2014) | 3 lines
Fixed HAVE_STRNLEN (sheesh, we don't have strnlen.o)
........
r1311 | roche | 2014-10-04 09:39:18 +0200 (sam., 04 oct. 2014) | 1 line
Fixed typo
........
r1313 | roche | 2014-10-15 19:33:35 +0200 (mer., 15 oct. 2014) | 3 lines
Typo :)
........
r1314 | roche | 2014-10-15 21:17:29 +0200 (mer., 15 oct. 2014) | 8 lines
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.
........
r1315 | roche | 2014-10-15 21:44:22 +0200 (mer., 15 oct. 2014) | 3 lines
3.48.20
........
HTTrack Website Copier, Offline Browser for Windows and Unix Copyright (C) 1998-2014 Xavier Roche and other contributors Welcome to HTTrack Website Copier! Information: The folder html/ contains the documentation You might want to read these files, especially for installing HTTrack: - See INSTALL file for installation information (NO WARRANTY) - See license.txt file for license information Contacting us: If you want to ask any question, feel free to contact us! email: httrack@httrack.com Donations: HTTrack Website Copier is free software, but if you can, please donate to the Free Software Foundation (FSF) to support free software! (Europe) http://www.fsfeurope.org/help/donate.html (World) http://www.fsf.org/help/donate.html Engine limits: These are the principals limits of HTTrack for that moment. Note that we did not heard about any other utility that would have solved them. - Several scripts generating complex filenames may not find them (ex: img.src='image'+a+Mobj.dst+'.gif') - Some java classes may not find some files on them (class included) - Cgi-bin links may not work properly in some cases (parameters needed). To avoid them: use filters like -*cgi-bin* Advanced options: These options may not be necessary for a normal usage. But they can solve several problems. - If you need more than 100,000 links: -#L1000000 (1,000,000 links) - If you need more than 500 filters: -#F1000 (1,000 filters) - If you need transfer rate statictics every minutes: -#Z - If you need transfer operations statistics every minutes: -#T - If you want log files to be refreshed after every line: -#f Thank you! Have fun with HTTrack Website Copier! The authors
Description
Languages
C
62.7%
HTML
16.9%
Shell
11.6%
Makefile
7.9%
M4
0.5%
Other
0.4%