Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-10-26 | Fixed 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-09 | Fixed warnings | Xavier Roche | |
2013-10-09 | Updated changelog | Xavier Roche | |
2013-09-24 | Do not depend anymore on automake1.9, but automake (see ↵ | Xavier Roche | |
http://lists.debian.org/debian-devel/2013/05/msg01459.html) | |||
2013-09-16 | SetDllDirectory: do no choke on NT or 98SE with KernelEx NT API (James Blough) | Xavier Roche | |
2013-09-15 | Backported branch revision changes | Xavier Roche | |
2013-09-15 | Remove scope id (% character) in dotted address resolution (especially for ↵ | Xavier Roche | |
catchurl proxy) | |||
2013-09-15 | Fixed LOG_TRACE | Xavier Roche | |
2013-09-15 | Fixed man (manual backport of r868) | Xavier Roche | |
2013-09-15 | Fixed logging level (especially for robots.txt rules) | Xavier Roche | |
(manual backport of r867) | |||
2013-09-14 | Also remove these commands in the help | Xavier Roche | |
2013-09-14 | Removed dead code (_WIN32_WCE) | Xavier Roche | |
2013-09-13 | Fixed man | Xavier Roche | |
2013-09-13 | Fixed license and copyright | Xavier Roche | |
2013-09-13 | Reverted -AM_PROG_LIBTOOL +LT_INIT spiriously commited previously | Xavier Roche | |
2013-09-13 | Removed 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-13 | Updated man | Xavier Roche | |
2013-09-13 | Replaced AM_PROG_LIBTOOL by LT_INIT | Xavier Roche | |
2013-09-13 | AUTHORS should be 644 | Xavier Roche | |
2013-09-13 | Removed chroot and setuid features (this is definitely not our business) | Xavier Roche | |
2013-09-13 | Fixed FSF GPL reference (postal address removed, added website) | Xavier Roche | |
Fixed year notice | |||
2013-09-09 | Fixed Keywords field in desktop files (Sebastian Pipping) | Xavier Roche | |
2013-09-08 | Misleading translation | Xavier Roche | |
2013-09-06 | backported history | Xavier Roche | |
2013-09-06 | Fixed DNS stuck with unresolvable hosts. | Xavier Roche | |
2013-09-06 | Cleanup | Xavier Roche | |
2013-09-06 | Fixed Croatian | Xavier Roche | |
2013-09-06 | Finished to cleanup the DNS cache. | Xavier Roche | |
2013-09-06 | Fixed dangling pointer which probably explain the crash at libhttrack.so:0x639d0 | Xavier Roche | |
2013-09-06 | Fixed a little bit the infamous DNS cache | Xavier Roche | |
2013-09-03 | Added option '-%t', preserving the original file type (which may produce ↵ | Xavier Roche | |
non-browseable file locally) | |||
2013-09-01 | Updated history | Xavier Roche | |
2013-09-01 | Fixed content-disposition NOT taken in account (Stephan Matthiesen) except ↵ | Xavier Roche | |
when updating/continuing. | |||
2013-08-31 | Fixed WIN32 FTBFS | Xavier Roche | |
2013-08-25 | The crash test has two stack levels (for etsting purpose) | Xavier Roche | |
2013-08-22 | Fixed regression introduced in recent code cleanup | Xavier Roche | |
The relative "luck" was that the {{{i < s[i] != '\0'}}} expression is actually working for small strings with standard ascii characters (...) | |||
2013-08-20 | Optional crash for testing purpose. | Xavier Roche | |
2013-08-19 | Fixed misused size | Xavier Roche | |
2013-08-18 | "index.eml" => "index.mht" | Xavier Roche | |
2013-08-18 | Additional strings for new options "MailIndex" and "DefaultReferer" | Xavier Roche | |
2013-08-17 | Fixed issue 25 regarding un-encoding of characters such as # in the filename. | Xavier Roche | |
2013-08-17 | Fixed definition. | Xavier Roche | |
2013-08-17 | Some cleanup in obviously wrong 15-year-old code. | Xavier Roche | |
2013-08-17 | A bit of cleanup in really old code (strlen() in loops, shame on me, but ↵ | Xavier Roche | |
hey, this code is 15 years old) | |||
2013-08-16 | Make "Unexpected 412/416 error" non-fatal until I find out why in hell this ↵ | Xavier Roche | |
bug is still out there. | |||
2013-08-15 | Updated language definitions for Android | Xavier Roche | |
2013-08-15 | We want a copy here | Xavier Roche | |
2013-08-15 | Added two new strings: | Xavier Roche | |
Languages accepted by the browser Additional HTTP headers to be sent in each requests | |||
2013-08-15 | Added two new strings: | Xavier Roche | |
Language Additional HTTP Headers | |||
2013-08-15 | Added %a option, allowing to define the "Accept:" header line. | Xavier Roche | |
Added %X option, to define additional request header lines. Cleaned up a bit the messy strcat everywhere in the request section (yuk). |