Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-14 | Push default bandwidth to 100kiB/s, max to 10MiB/s | Xavier Roche | |
2023-01-14 | Do not use ftime (deprecated) | Xavier Roche | |
2022-12-30 | Merge pull request #220 from brianredbeard/data-image-fix | Xavier Roche | |
feature: Support data-src and data-srcset | |||
2021-12-07 | feature: Support data-src and data-srcset for img | Brian 'Redbeard' Harrington | |
Increasingly HTML5 sites use a number of mechanisms for responsive image loading. Many of these mechanisms revolve around the use of `data-src` and `data-srcset` attributes within an img tag to provide a list of valid images to display, along with their relevant sizes (e.g. https://github.com/aFarkas/lazysizes, https://github.com/malchata/yall.js ). This change adds the two previously mentioned tags to the list in `hts_detect[]`, resulting in httrack detecting them correctly. Initially an attempt was made at using `hts_detectbeg[]` with the potential of resolving #203. Unfortunately it became apparent that the implementation of `hts_detectbeg[]` only supports a suffix of integers (see `src/htstools.h#rech_tageqbegdigits` for more information). | |||
2020-05-01 | Add mimetypes for documents | Pablo Castellano | |
2017-04-01 | Updated version to 3.49.1 | Xavier Roche | |
2017-04-01 | Fixed ftime for Windows | Xavier Roche | |
2017-04-01 | Updated year to 2017 | Xavier Roche | |
2017-04-01 | Use gettimeofday() instead of ftime() | Xavier Roche | |
2016-04-26 | Updated year 2016 | Xavier Roche | |
2015-03-17 | Fixed timezone for ANDROID | Xavier Roche | |
2015-03-14 | 2014 is so last year! | Xavier Roche | |
2014-10-16 | Fixed warnings. | Xavier Roche | |
2014-07-17 | assert => assertf | Xavier Roche | |
2014-07-17 | Cache cleanup. Added assert() | Xavier Roche | |
2014-07-07 | Another assert | Xavier Roche | |
2014-07-07 | int => size_t cleanup | Xavier Roche | |
2014-07-06 | Added hts_has_stopped() flag, added some asserts | Xavier Roche | |
2014-06-14 | Renamed inthash_* API to coucal_* one. | Xavier Roche | |
2014-06-10 | Added the following compiler flags: | Xavier Roche | |
* -Wcast-qual * -Wmissing-parameter-type * -Wold-style-definition | |||
2014-06-08 | Public definitions cleanup (especially for httraqt) | Xavier Roche | |
htsopt.h now has the following definitions: * struct htsrequest_proxy * struct htsrequest * struct htsblk * struct lien_url * struct lien_back | |||
2014-05-29 | Take in account opt->maxlink is non-zero | Xavier Roche | |
2014-05-29 | Big cleanup: introducing cleaner lien_adrfilsave and lien_adrfil structures ↵ | Xavier Roche | |
holding address/uri or address/uri/filename rather than passing opaque char* of unknown size. | |||
2014-05-29 | Allocation cleanup (why "+2", why ?) | Xavier Roche | |
2014-05-27 | Cleanup, const correctness | Xavier Roche | |
2014-05-23 | "const correctness" cleanup | Xavier Roche | |
added the following default flags: -Wformat -Wformat-security -Wmultichar -Wwrite-strings fixed several other warnings | |||
2014-05-18 | Cleanup in callbacks. | Xavier Roche | |
2014-05-18 | Big cleanup in network address and dns functions: | Xavier Roche | |
* removed t_fullhostent insanity * removed (struct sockaddr*) casts * use SOCaddr everywhere rather than raw struct hostent* | |||
2014-05-18 | libtool: in_port_t and sa_family_t | Xavier Roche | |
2014-05-17 | Anonymous logging. | Xavier Roche | |
2014-05-17 | Added hts_set_log_vprint_callback() | Xavier Roche | |
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) |