Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-06-06 | Fixed warning | Xavier Roche | |
2013-06-06 | debhelper >= 8.0.0 | Xavier Roche | |
2013-06-05 | Added a basic https unit test. | Xavier Roche | |
2013-06-05 | Fixed warning. | Xavier Roche | |
2013-06-05 | Cosmetic | Xavier Roche | |
2013-06-05 | history | Xavier Roche | |
2013-06-05 | 3.47.18 | Xavier Roche | |
2013-06-05 | --enable-online-unit-tests=auto | Xavier Roche | |
detect whether or not online unit tests can be executed --enable-online-unit-tests=no is now the default added --disable-https | |||
2013-06-05 | Timeout=30 | Xavier Roche | |
2013-06-05 | Logging | Xavier Roche | |
2013-06-05 | Cosmetic | Xavier Roche | |
2013-06-05 | Cosmetic | Xavier Roche | |
2013-06-05 | Fixed broken build without OpenSSL | Xavier Roche | |
Fixed fale off-by-one for read timeout | |||
2013-06-04 | check-network.sh in EXTRA_DIST | Xavier Roche | |
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 | Removed verbose (--summary) | Xavier Roche | |
2013-06-04 | Fixed 'TESTS = *.test' breaking automake 1.13 for an unknown reason. Let's ↵ | Xavier Roche | |
enumerate all files explicitely then ... | |||
2013-06-04 | Fixed Build-depend: debhelper >= 8 (and not >> 8) | Xavier Roche | |
2013-06-04 | Do not execute tests unless external network is available. | Xavier Roche | |
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-03 | Cosmetic | Xavier Roche | |
2013-06-03 | Comment | Xavier Roche | |
2013-06-03 | Fixed broken hardened build (broken in 3.47.17-1) | Xavier Roche | |
Replaced dh_clean -k by dh_prep as advised Moved from compat=5 to to compat=8 | |||
2013-06-02 | Report getaddrinfo() errors using gai_strerror() | Xavier Roche | |
2013-06-02 | Added minimalistic js unit test | Xavier Roche | |
2013-06-02 | More checks in tests | Xavier Roche | |
2013-06-02 | Added comment | Xavier Roche | |
2013-06-02 | run-all-tests.sh in EXTRA_DIST | Xavier Roche | |
2013-06-02 | More tests! | Xavier Roche | |
2013-06-02 | Cosmetic. | Xavier Roche | |
2013-06-02 | dh_clean -k => dh_prep | 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 | Added international and IDNA tests. | Xavier Roche | |
2013-06-02 | Fixed buggy hts_unescapeUrl() | Xavier Roche | |
2013-06-02 | Added hts_getUTF8SequenceLength() | Xavier Roche | |
2013-06-02 | Cleanup in debian/rules | Xavier Roche | |
2013-06-02 | Cleanup in configure scripts | Xavier Roche | |
2013-06-02 | Added crawl-test.sh to extra dists | Xavier Roche | |
2013-06-02 | Added minimalistic unit tests for HTTrack (about time :p) | 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 | |