summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-06-05--enable-online-unit-tests=autoXavier 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-05Timeout=30Xavier Roche
2013-06-05LoggingXavier Roche
2013-06-05CosmeticXavier Roche
2013-06-05CosmeticXavier Roche
2013-06-05Fixed broken build without OpenSSLXavier Roche
Fixed fale off-by-one for read timeout
2013-06-04check-network.sh in EXTRA_DISTXavier Roche
2013-06-04Added switchs to enable or disable online tests (currently enabled by default):Xavier Roche
--enable-online-unit-tests --disable-online-unit-tests
2013-06-04Removed verbose (--summary)Xavier Roche
2013-06-04Fixed 'TESTS = *.test' breaking automake 1.13 for an unknown reason. Let's ↵Xavier Roche
enumerate all files explicitely then ...
2013-06-04Fixed Build-depend: debhelper >= 8 (and not >> 8) Xavier Roche
2013-06-04Do not execute tests unless external network is available.Xavier Roche
2013-06-04Minor off-by-one for timeout handline.Xavier Roche
2013-06-04Fixed buggy --timeout alias.Xavier Roche
2013-06-03Propagate $lt_cv_objdir not to use directly .libs (would break on WIN32)Xavier Roche
2013-06-03Propagate $shlibpath_var not to use LD_LIBRARY_PATH (OSX and friends)Xavier Roche
(based on a llvm commit by Jeffrey Yasskin :p)
2013-06-03CosmeticXavier Roche
2013-06-03CommentXavier Roche
2013-06-03Fixed 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-02Report getaddrinfo() errors using gai_strerror()Xavier Roche
2013-06-02Added minimalistic js unit testXavier Roche
2013-06-02More checks in testsXavier Roche
2013-06-02Added commentXavier Roche
2013-06-02run-all-tests.sh in EXTRA_DISTXavier Roche
2013-06-02More tests!Xavier Roche
2013-06-02Cosmetic.Xavier Roche
2013-06-02dh_clean -k => dh_prepXavier Roche
2013-06-02Regenerated libtool (Debian-style)Xavier Roche
2013-06-02Updated libtoolXavier Roche
2013-06-023.47-17Xavier Roche
2013-06-02Added international and IDNA tests.Xavier Roche
2013-06-02Fixed buggy hts_unescapeUrl()Xavier Roche
2013-06-02Added hts_getUTF8SequenceLength()Xavier Roche
2013-06-02Cleanup in debian/rulesXavier Roche
2013-06-02Cleanup in configure scriptsXavier Roche
2013-06-02Added crawl-test.sh to extra distsXavier Roche
2013-06-02Added minimalistic unit tests for HTTrack (about time :p)Xavier Roche
2013-06-01Cleaned up a bunck of warnings.Xavier Roche
2013-06-013.47-16Xavier Roche
2013-06-01Fixed 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-01Do not magically detect UTF-8 pages as "utf-8" charset, because is changes ↵Xavier Roche
the way links are decoded.
2013-06-01CosmeticXavier Roche
2013-06-01Added hts_readUTF8()Xavier Roche
2013-06-01Added hts_unescapeUrl()Xavier Roche
2013-05-31Fixed warnings.Xavier Roche
2013-05-31Updated vcprojXavier Roche
2013-05-313.47.15Xavier Roche
2013-05-31Fixed charset for top index titles.Xavier Roche
2013-05-31Fixed hts_unescapeEntities()Xavier Roche
2013-05-31Removed buggy code.Xavier Roche