summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-04-09history.txtXavier Roche
2014-04-09Version "3.48.1"Xavier Roche
2014-04-09Fixed %h custom build structure parameter not taken in account (William Clark)Xavier Roche
2014-03-23Do not choke on Windows 2000 because of missing SetDllDirectory() (Andy Hewitt)Xavier Roche
2014-03-04Renamed strndup by hts_stringMemCopy (possible macports collision)Xavier Roche
2014-02-23Attempt to understand the infamous htslib.c:4590 crash (?)Xavier Roche
2014-02-23308 will be a redirect, too.Xavier Roche
2014-02-09Updated .inXavier Roche
2014-02-09Renamed example file.Xavier Roche
2014-02-09Updated libtoolXavier Roche
2014-02-09Fixed emailXavier Roche
2014-02-09Removed background DNS resolution, prone to bugs (racy when interrupting a ↵Xavier Roche
mirror), and not providing any additional performance boost. Keeping cached DNS resolution, though.
2014-02-08Flushing old filesXavier Roche
2014-02-08Fixed infinite loop when attempting to download a file:/// directory on Unix ↵Xavier Roche
(gp)
2013-10-26Fixed type mishandling when processing a redirect (such as a .PDF ↵Xavier Roche
redirecting to another .PDF, with a text/html type tagged in the redirect message) by ignoring MIME and content-disposition for redirect responses.
2013-10-09Fixed warningsXavier Roche
2013-10-09Updated changelogXavier Roche
2013-09-24Do not depend anymore on automake1.9, but automake (see ↵Xavier Roche
http://lists.debian.org/debian-devel/2013/05/msg01459.html)
2013-09-16SetDllDirectory: do no choke on NT or 98SE with KernelEx NT API (James Blough)Xavier Roche
2013-09-15Backported branch revision changesXavier Roche
2013-09-15Remove scope id (% character) in dotted address resolution (especially for ↵Xavier Roche
catchurl proxy)
2013-09-15Fixed LOG_TRACEXavier Roche
2013-09-15Fixed man (manual backport of r868)Xavier Roche
2013-09-15Fixed logging level (especially for robots.txt rules)Xavier Roche
(manual backport of r867)
2013-09-14Also remove these commands in the helpXavier Roche
2013-09-14Removed dead code (_WIN32_WCE)Xavier Roche
2013-09-13Fixed manXavier Roche
2013-09-13Fixed license and copyrightXavier Roche
2013-09-13Reverted -AM_PROG_LIBTOOL +LT_INIT spiriously commited previouslyXavier Roche
2013-09-13Removed MMS (Microsoft Media Server) ripping code (mmsrip)Xavier Roche
* protocol was finally dropped in Windows Media Services 2008 * mmsrip is not supported anymore * some licensing issues regarding the protocol (ha-ha)
2013-09-13Updated manXavier Roche
2013-09-13Replaced AM_PROG_LIBTOOL by LT_INITXavier Roche
2013-09-13AUTHORS should be 644Xavier Roche
2013-09-13Removed chroot and setuid features (this is definitely not our business)Xavier Roche
2013-09-13Fixed FSF GPL reference (postal address removed, added website)Xavier Roche
Fixed year notice
2013-09-09Fixed Keywords field in desktop files (Sebastian Pipping)Xavier Roche
2013-09-08Misleading translationXavier Roche
2013-09-06backported historyXavier Roche
2013-09-06Fixed DNS stuck with unresolvable hosts.Xavier Roche
2013-09-06CleanupXavier Roche
2013-09-06Fixed CroatianXavier Roche
2013-09-06Finished to cleanup the DNS cache.Xavier Roche
2013-09-06Fixed dangling pointer which probably explain the crash at libhttrack.so:0x639d0Xavier Roche
2013-09-06Fixed a little bit the infamous DNS cacheXavier Roche
2013-09-03Added option '-%t', preserving the original file type (which may produce ↵Xavier Roche
non-browseable file locally)
2013-09-01Updated historyXavier Roche
2013-09-01Fixed content-disposition NOT taken in account (Stephan Matthiesen) except ↵Xavier Roche
when updating/continuing.
2013-08-31Fixed WIN32 FTBFSXavier Roche
2013-08-25The crash test has two stack levels (for etsting purpose)Xavier Roche
2013-08-22Fixed regression introduced in recent code cleanupXavier Roche
The relative "luck" was that the {{{i < s[i] != '\0'}}} expression is actually working for small strings with standard ascii characters (...)