Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-01-27 | Updated to 3.49.5 | Xavier Roche | |
2024-01-27 | Removed iowin32.h.orig | Xavier Roche | |
2024-01-27 | Removed iowin32.h.diff | Xavier Roche | |
2024-01-27 | Updated libtool | Xavier Roche | |
2024-01-27 | Upgraded to minizip 1.1 from zlib 1.3.1 | Xavier Roche | |
closes:#272 | |||
2023-11-18 | Merge pull request #265 from jayaddison/maintenance/update-zlib-1.3 | Xavier Roche | |
Maintenance: update vendored minizip code to the version distributed with zlib v1.3 | |||
2023-11-18 | Reject overflows of zip header fields in minizip. | Hans Wennborg | |
This checks the lengths of the file name, extra field, and comment that would be put in the zip headers, and rejects them if they are too long. They are each limited to 65535 bytes in length by the zip format. This also avoids possible buffer overflows if the provided fields are too long. (cherry picked from commit 73331a6a0481067628f065ffe87bb1d8f787d10c) | |||
2023-11-17 | Manually re-apply diff: zip.h | James Addison | |
2023-11-17 | Manually re-apply diff: zip.c | James Addison | |
2023-11-17 | Manually re-apply diff: mztools.c | James Addison | |
2023-11-17 | Remove redundant diff: iowin32.h | James Addison | |
2023-11-17 | Manually re-apply diff: ioapi.h | James Addison | |
2023-11-17 | Manually re-apply diff: ioapi.c | James Addison | |
2023-11-17 | Update .orig files based on minizip code from zlib v1.3 | James Addison | |
2023-11-17 | Raw copy of minizip source files from zlib v1.3 release | James Addison | |
2023-01-21 | Added missing EXTRA_DIST | Xavier Roche | |
2023-01-15 | Fixed build error due to renamed zlib's OF() macro | Xavier Roche | |
Closes #246 | |||
2023-01-15 | Fixed gl_VISIBILITY hidden dependency | Xavier Roche | |
Copied from https://raw.githubusercontent.com/coreutils/gnulib/master/m4/visibility.m4 Closes #245 | |||
2023-01-14 | Updated submodules | Xavier Roche | |
2023-01-14 | Updated to 3.49.4 | Xavier Roche | |
2023-01-14 | Push default bandwidth to 100kiB/s, max to 10MiB/s | Xavier Roche | |
2023-01-14 | Fixed typos | Xavier Roche | |
2023-01-14 | Fixed LD_FLAGS | Xavier Roche | |
2023-01-14 | Fixed null format | Xavier Roche | |
2023-01-14 | Fixed sprintf | Xavier Roche | |
2023-01-14 | Do not use ftime (deprecated) | Xavier Roche | |
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 | |