summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2014-05-04Use GCC's __builtin_types_compatible_p()Xavier Roche
2014-05-04Added htssafe.hXavier Roche
2014-05-04Newlines.Xavier Roche
2014-05-04Big cleanup in string primitives and abort functionsXavier Roche
2014-05-02Fixed issue #42 (long query strings with accents)Xavier Roche
2014-05-02HTTRACK_DEFLIB cleanup.Xavier Roche
2014-05-02Fixed WIN32.Xavier Roche
2014-05-02Fixes.Xavier Roche
2014-05-02Add htsconcat.cXavier Roche
2014-05-02Big cleanup in functions writing to a char buffer without proper size boundary.Xavier Roche
2014-05-023.48.5Xavier Roche
2014-04-27Better be unsigned int.Xavier Roche
2014-04-27Removed duplicate is_realspace definitionXavier Roche
2014-04-273.48.4Xavier Roche
2014-04-27Removed buggy definitions (Michael Tautschnig)Xavier Roche
2014-04-24More 2014.Xavier Roche
2014-04-242013 is so last year.Xavier Roche
2014-04-24Removed __DATE__ for reproducible builds.Xavier Roche
2014-04-13const char* fixes.Xavier Roche
2014-04-13Do not try to serialize a fiel in cache when not using it ("Could not create ↵Xavier Roche
temporary reference file for xxx") * closes:#37
2014-04-13Include jpegXavier Roche
2014-04-113.48.3Xavier Roche
2014-04-10Nope, Debian did not change the version number when fixing the bug :(Xavier Roche
2014-04-10Groumph, version is not a reliable way to detect heartbleed.Xavier Roche
2014-04-10Fixed FTBFS.Xavier Roche
2014-04-10Enforce check against CVE-2014-0160Xavier Roche
2014-04-10Cleanup.Xavier Roche
2014-04-09We need hts_stringMemCopy()Xavier Roche
2014-04-09Missing files.Xavier 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-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-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-09-16SetDllDirectory: do no choke on NT or 98SE with KernelEx NT API (James Blough)Xavier 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 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-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-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-06Fixed DNS stuck with unresolvable hosts.Xavier Roche
2013-09-06CleanupXavier Roche