| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-05-15 | Added some asserts for Android. | Xavier Roche | |
| 2014-05-14 | Clean hts_set_error_callback() and hts_get_error_callback() | Xavier Roche | |
| 2014-05-14 | Missing htsCallbackErr definition | Xavier Roche | |
| 2014-05-13 | #include <stdarg.h> | Xavier Roche | |
| 2014-05-10 | Better logging for hashtables | Xavier Roche | |
| 2014-05-10 | Mitigate stash overflow by resizing the hashtable. | Xavier Roche | |
| Added better logging. | |||
| 2014-05-09 | cache->iadr is not supposed to be NULL, but ... (could explain crashes on ↵ | Xavier Roche | |
| Android at data.app_lib.com_httrack_android_1.libhttrack_so.0x62e4c) | |||
| 2014-05-09 | assert cleanup. | Xavier Roche | |
| 2014-05-08 | Assertion handler (2) | Xavier Roche | |
| 2014-05-02 | Big cleanup in functions writing to a char buffer without proper size boundary. | Xavier Roche | |
| 2014-04-24 | 2013 is so last year. | Xavier Roche | |
| 2014-04-13 | const char* fixes. | Xavier Roche | |
| 2014-04-10 | Nope, Debian did not change the version number when fixing the bug :( | Xavier Roche | |
| 2014-04-10 | Groumph, version is not a reliable way to detect heartbleed. | Xavier Roche | |
| 2014-04-10 | Fixed FTBFS. | Xavier Roche | |
| 2014-04-10 | Enforce check against CVE-2014-0160 | Xavier Roche | |
| 2014-02-23 | Attempt to understand the infamous htslib.c:4590 crash (?) | Xavier Roche | |
| 2014-02-09 | Removed 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-08 | Fixed infinite loop when attempting to download a file:/// directory on Unix ↵ | Xavier Roche | |
| (gp) | |||
| 2013-09-15 | Fixed logging level (especially for robots.txt rules) | Xavier Roche | |
| (manual backport of r867) | |||
| 2013-09-14 | Removed dead code (_WIN32_WCE) | 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 | Fixed FSF GPL reference (postal address removed, added website) | Xavier Roche | |
| Fixed year notice | |||
| 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-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 | 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-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). | |||
| 2013-08-12 | Fixed WIN32 FTBFS | Xavier Roche | |
| 2013-07-20 | Fixed warnings | Xavier Roche | |
| 2013-07-20 | Refresh stats | Xavier Roche | |
| 2013-07-18 | Fixed buggy keep-alive handling, leading to waste connections | Xavier Roche | |
| 2013-07-16 | Added hts_get_stats() | Xavier Roche | |
| 2013-07-15 | Added .torrent => application/x-bittorrent built-in MIME type (alexei dot co ↵ | Xavier Roche | |
| at gmail dot com) | |||
| 2013-07-09 | LOG_TRACE | Xavier Roche | |
| 2013-07-08 | Removed dead flag | Xavier Roche | |
| 2013-07-08 | Removed dead code | Xavier Roche | |
| 2013-07-07 | Added hts_version() | Xavier Roche | |
| 2013-07-07 | android doesn't like versioned .so | Xavier Roche | |
| 2013-07-07 | Temporary hack for android timezone (bis) | Xavier Roche | |
| 2013-07-07 | timezone for android | Xavier Roche | |
| 2013-06-18 | transfered => transferred | Xavier Roche | |
| 2013-06-05 | Fixed warning. | Xavier Roche | |
| 2013-06-02 | Report getaddrinfo() errors using gai_strerror() | Xavier Roche | |
| 2013-06-01 | Cosmetic | Xavier Roche | |
| 2013-05-31 | Fixed issue 14 (http://code.google.com/p/httrack/issues/detail?id=14) | Xavier Roche | |
| Rationale: * hostname is ASCII, non-ascii characters shall be encoded with IDNA * URI filenames may embed non-ascii characters, which MUST be UTF-8 encoded * query string may embed non-ascii characters, which are encoded with the pahe charset into %xx codes | |||
| 2013-05-30 | Added hts_unescape_entities(), a rewrite of the HTML entities decoder. | Xavier Roche | |
| Fixed HTML entities decoding which was done before charset decoding. | |||
