Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-14 | Fixed a bunch of warnings | Xavier Roche | |
2023-01-14 | Fixed warnings about missing spaces between literal and string macro ↵ | Xavier Roche | |
(Bernhard Übelacker) | |||
2023-01-13 | Add support for pie | Xavier Roche | |
2023-01-12 | Updated to 3.49.3 | Xavier Roche | |
2023-01-10 | Updated autotools | Xavier Roche | |
2022-12-30 | Merge pull request #195 from fornwall/fix-android-build | Xavier Roche | |
Fix Android build | |||
2022-12-30 | Merge pull request #214 from sickcodes/firefox-developer-edition | Xavier Roche | |
Add firefox-developer-edition. | |||
2022-12-30 | Merge pull request #220 from brianredbeard/data-image-fix | Xavier Roche | |
feature: Support data-src and data-srcset | |||
2022-12-30 | Merge pull request #197 from PabloCastellano/mimetypes-update | Xavier Roche | |
Add mimetypes for documents | |||
2022-12-30 | Merge pull request #221 from smokris/55-file-extension | Xavier Roche | |
When using the '%N' structure naming key, separate the filename and extension with a dot. | |||
2022-11-20 | Updated libtool | Xavier Roche | |
2021-12-08 | When using the '%N' structure naming key, separate the filename and ↵ | Steve Mokris | |
extension with a dot. | |||
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). | |||
2021-09-17 | Add firefox-developer-edition. | sickcodes | |
2020-05-01 | Add mimetypes for documents | Pablo Castellano | |
2019-12-12 | Fix Android build | Fredrik Fornwall | |
The NDK headers nowaday has timezone in time.h, so trying to redefine it causes the build to fail with: proxy/store.c:34:18: error: static declaration of 'timezone' follows non-static declaration static long int timezone = 0; ^ include/time.h:42:17: note: previous declaration is here extern long int timezone; | |||
2017-05-20 | Updated to 3.49.2 | Xavier Roche | |
2017-05-13 | Fixed buffer overflow in output option commandline argument (VL-ID 2068) ↵ | Xavier Roche | |
(Hosein Askari) | |||
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-09-26 | Fixed weird condition which anyway does what we wanted (spotted by dcb314) | Xavier Roche | |
2016-08-24 | Updated version to 3.48-24 | Xavier Roche | |
2016-07-29 | Support servers with SNI extension | Mike7R | |
2016-06-26 | Updated scripts to 3.48.23 | Xavier Roche | |
2016-04-26 | Updated year 2016 | Xavier Roche | |
2016-04-26 | 3.48.22 (libtool) | Xavier Roche | |
2016-04-26 | 3.48-22 | Xavier Roche | |
2015-10-30 | Add midori | Christopher Meng | |
2015-10-28 | Fix typo of cound -> could | Christopher Meng | |
And capitalized all logs to be more formal-like. | |||
2015-05-01 | Typo fix: separed -> separated | Jack Danger Canty | |
2015-03-31 | Merge branch 'master' of github.com:xroche/httrack | Xavier Roche | |
2015-03-31 | Fixed build in debug | Xavier Roche | |
2015-03-20 | Fixed duplicate declaration of MD5CTX (rahrah) (closes #63) | Xavier Roche | |
2015-03-17 | Fixed timezone for ANDROID | Xavier Roche | |
2015-03-16 | Updated modules | Xavier Roche | |
2015-03-16 | Added --recurse | Xavier Roche | |
2015-03-15 | Fixed build (coucal submodule) | Xavier Roche | |
2015-03-15 | Updated submodule | Xavier Roche | |
2015-03-15 | Fixed build after coucal has been moved to a submodule | Xavier Roche | |
2015-03-15 | Import coucal as a regular submodule | Xavier Roche | |
2015-03-14 | Fixed WIN32 build for x86-64 | Xavier Roche | |
2015-03-14 | 3.48-21 | Xavier Roche | |
2015-03-14 | 2014 is so last year! | Xavier Roche | |
2015-03-14 | Cleanup (first git build) | Xavier Roche | |
2015-03-14 | Removed htm | Xavier Roche | |
2015-03-14 | Fixed permissions | Xavier Roche | |
2015-03-14 | Removed *.user files | Xavier Roche | |
2015-03-14 | Moved to git, cleanup | Xavier Roche | |