Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | Merged ↵ | Xavier Roche | |
<http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/www-client/httrack/files/httrack-3.44.1%2Bzlib-1.2.5.1.patch?view=log> Add patch to fix building with recent zlib, thanks to Lars Wendler in bug #383805. Bump to EAPI=4. (Portage version: 2.2.0_alpha79/cvs/Linux x86_64) | |||
2013-06-08 | Replacing remaining sprintf() by snprintf() | Xavier Roche | |
2013-06-08 | Replaced dangerous sprintf() by snprintf() in ftp backend. | Xavier Roche | |
2013-06-06 | Fixed clang warnings | Xavier Roche | |
2013-06-06 | Fixed bad memset() spotted by clang | Xavier Roche | |
2013-06-05 | Added a basic https unit test. | Xavier Roche | |
2013-06-05 | Fixed warning. | Xavier Roche | |
2013-06-05 | 3.47.18 | Xavier Roche | |
2013-06-05 | Fixed broken build without OpenSSL | Xavier Roche | |
Fixed fale off-by-one for read timeout | |||
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-04 | Minor off-by-one for timeout handline. | Xavier Roche | |
2013-06-04 | Fixed buggy --timeout alias. | Xavier Roche | |
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 | Report getaddrinfo() errors using gai_strerror() | Xavier Roche | |
2013-06-02 | Added comment | Xavier Roche | |
2013-06-02 | More tests! | Xavier Roche | |
2013-06-02 | Regenerated libtool (Debian-style) | Xavier Roche | |
2013-06-02 | Updated libtool | Xavier Roche | |
2013-06-02 | 3.47-17 | Xavier Roche | |
2013-06-02 | Fixed buggy hts_unescapeUrl() | Xavier Roche | |
2013-06-02 | Added hts_getUTF8SequenceLength() | Xavier Roche | |
2013-06-01 | Cleaned up a bunck of warnings. | Xavier Roche | |
2013-06-01 | 3.47-16 | Xavier Roche | |
2013-06-01 | Fixed issue 14 (http://code.google.com/p/httrack/issues/detail?id=14) ↵ | Xavier Roche | |
related to the way non-ascii characters are being decoded Rationale: * inside URI * non-ascii characters are read with the page encoding, and transformed into UTF-8 * url-escaped %xx are considered utf-8 sequences to be decoded, unless they form invalis sequences (in such case we left them as-is) * html entities (names, or decimal/hex) are decoded as utf-8 characters * inside query string * non-ascii characters are read as binary, and escaped using %xx * url-escaped %xx are left unless not harmful (alphanum, for example) * html entities (names, or decimal/hex) are decoded as utf-8 characters and encoded back to the page encoding (possibly using %xx) * inside hostnames * non-ascii characters are encoded using IDNA Example: * are equivalent in a iso-8859-1 page: http://foo/café.html http://foo/caf%c3%a9.html http://caf&#a9;.html | |||
2013-06-01 | Do not magically detect UTF-8 pages as "utf-8" charset, because is changes ↵ | Xavier Roche | |
the way links are decoded. | |||
2013-06-01 | Cosmetic | Xavier Roche | |
2013-06-01 | Added hts_readUTF8() | Xavier Roche | |
2013-06-01 | Added hts_unescapeUrl() | Xavier Roche | |
2013-05-31 | Fixed warnings. | Xavier Roche | |
2013-05-31 | Updated vcproj | Xavier Roche | |
2013-05-31 | 3.47.15 | Xavier Roche | |
2013-05-31 | Fixed charset for top index titles. | Xavier Roche | |
2013-05-31 | Fixed hts_unescapeEntities() | Xavier Roche | |
2013-05-31 | Removed buggy code. | Xavier Roche | |
2013-05-31 | Fixed typo. | Xavier Roche | |
2013-05-31 | Misplaced continue | Xavier Roche | |
2013-05-31 | Fixed issue 14 (http://code.google.com/p/httrack/issues/detail?id=14) | Xavier Roche | |
Rationale: * hostname is ASCII, non-ascii characters shall be encoded with IDNA * URI filenames may embed non-ascii characters, which MUST be UTF-8 encoded * query string may embed non-ascii characters, which are encoded with the pahe charset into %xx codes | |||
2013-05-30 | Added missing htsentities.h htsentities.sh entries. | Xavier Roche | |
2013-05-30 | Added hts_unescape_entities(), a rewrite of the HTML entities decoder. | Xavier Roche | |
Fixed HTML entities decoding which was done before charset decoding. | |||
2013-05-30 | Added hts_writeUTF8() | Xavier Roche | |
2013-05-26 | 3.47.14 | Xavier Roche | |
2013-05-26 | webhttrack/htsserver: ensure the local hostname is resolvable, and fallback ↵ | Xavier Roche | |
to localhost if necessary. | |||
2013-05-25 | Fixed 260-characters limiter | Xavier Roche | |
Fixes issue 9 (http://code.google.com/p/httrack/issues/detail?id=9) Rationale: according to MSDN, we must limit the directory path to 248 characters, actually ("When using an API to create a directory, the specified path cannot be so long that you cannot append an 8.3 file name (that is, the directory name cannot exceed MAX_PATH minus 12).") | |||
2013-05-25 | Added hts_convertUCS4StringToUTF8() and hts_convertUTF8StringToUCS4() | Xavier Roche | |
2013-05-21 | DOS 8+3 fixes. | Xavier Roche | |
2013-05-21 | Save IDNA-enabled hostnames as UTF-8 on disk (ie. www.héhé.fr/foo). | Xavier Roche | |