summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2013-02-25Do not force a file to have an extension unless it has a known type (such as ↵Xavier Roche
html), or a possibly known type (if delayed checks are disabled) Fixes http://code.google.com/p/httrack/issues/detail?id=1
2013-02-25Year update.Xavier Roche
2013-01-03HTML 5 addition (Jason Ronallo) regarding "poster" attribute for the "video" ↵Xavier Roche
tag. See http://forum.httrack.com/readmsg/30148/index.html
2012-11-10Fixed memory leaks in proxytrack.c (patch by Eric Searcy)Xavier Roche
2012-11-01Maximum number of connexions changed from 4 to 8Xavier Roche
Maximum bandwidth usage changed from 100KB/s to 250KB/s
2012-10-03Correctly set the Z flag in hts-cache/new.txt file (Peter)Xavier Roche
2012-06-23Version 3.46Xavier Roche
2012-06-23Fixed from Sebastian Pipping:Xavier Roche
* make sure that example.{c,h} are not installed twice which causes an error for "make install" * make sure that libhttrack.la is a proper dependency so that parallel compilation (e.g. "make -j6" works reliably)
2012-06-17Fixed anonymous FTP without password (Luiz)Xavier Roche
2012-05-22Removed Accept-CharsetXavier Roche
closes:#674053
2012-05-18Beta-3Xavier Roche
2012-05-12Fixed parsing issue with js files due to </script> tags (Vasiliy)Xavier Roche
2012-05-12Fixed buildXavier Roche
2012-05-12beta-2Xavier Roche
2012-05-12Fixed totally broken handling of update/continue with erased files or ↵Xavier Roche
renamed files, leading to "Unexpected 412/416 error (Requested Range Not Satisfiable)" and/or "Previous cache file not found" (-1)" errors
2012-05-08Generate error pages when needed (Brent Palmer)Xavier Roche
2012-05-08Updated interfaceXavier Roche
2012-05-08Really fixed utime()Xavier Roche
2012-05-08utime() fix for UTF-8Xavier Roche
2012-05-08betaXavier Roche
2012-05-08Do not use "delayed" extensions when the mirror is aborting.Xavier Roche
2012-05-07Check for bogus links (Vasiliy)Xavier Roche
2012-05-07Fixed includes.Xavier Roche
2012-05-07Charset fixesXavier Roche
2012-05-06Minor fixes regarding utf-8 filename handlingXavier Roche
2012-05-06cosmeticXavier Roche
2012-05-06commentXavier Roche
2012-05-06iconv fixesXavier Roche
2012-05-06-liconvXavier Roche
2012-05-06Test #3Xavier Roche
2012-05-06htscharset.c in buildXavier Roche
2012-05-06Missing filesXavier Roche
2012-05-06UTF-8 filenames handling (based on HTML page charset)Xavier Roche
2012-05-05Escape characters >= 128 when sending GET/HEAD requests using %XX (standard ↵Xavier Roche
browsers behavior)
2012-05-01Fixed background_on_suspendXavier Roche
2012-05-01TypoXavier Roche
2012-05-01Cleaner background on suspendXavier Roche
2012-05-01Added -y/-y0, to control background on suspend (Julian H. Stacey)Xavier Roche
2012-05-01Updated version to 3.45-4Xavier Roche
2012-05-01Do not interpret ^C before mirror is finished, or after!Xavier Roche
2012-05-01Added a "K5" feature to handle transparent proxies (Brent Palmer)Xavier Roche
2012-05-01OopsXavier Roche
2012-04-20Replace // by / when saving rather than _/Xavier Roche
2012-04-19Document %k for custom structure (full query string)Xavier Roche
2012-04-15Do not use md5sum to produce a temporary filename, but mktempXavier Roche
* patch by Ryan Schmidt <ryandesign@macports.org>
2012-03-24Replaced exit(1) by abort()Xavier Roche
* fixed lintian shlib-calls-exit
2012-03-24GPL v3Xavier Roche
2012-03-21Do not flood logs when stopping mirror after max time has passedXavier Roche
2012-03-21Fixed incredible bug leading to reject html files from cache not present on ↵Xavier Roche
disk (spotted by Alain Desilets)
2012-03-21CosmeticXavier Roche