summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2024-01-27Updated libtoolXavier Roche
2024-01-27Upgraded to minizip 1.1 from zlib 1.3.1Xavier Roche
closes:#272
2023-11-18Merge pull request #265 from jayaddison/maintenance/update-zlib-1.3Xavier Roche
Maintenance: update vendored minizip code to the version distributed with zlib v1.3
2023-11-18Reject 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-17Manually re-apply diff: zip.hJames Addison
2023-11-17Manually re-apply diff: zip.cJames Addison
2023-11-17Manually re-apply diff: mztools.cJames Addison
2023-11-17Remove redundant diff: iowin32.hJames Addison
2023-11-17Manually re-apply diff: ioapi.hJames Addison
2023-11-17Manually re-apply diff: ioapi.cJames Addison
2023-11-17Update .orig files based on minizip code from zlib v1.3James Addison
2023-11-17Raw copy of minizip source files from zlib v1.3 releaseJames Addison
2023-01-21Added missing EXTRA_DISTXavier Roche
2023-01-15Fixed build error due to renamed zlib's OF() macroXavier Roche
Closes #246
2023-01-15Fixed gl_VISIBILITY hidden dependencyXavier Roche
Copied from https://raw.githubusercontent.com/coreutils/gnulib/master/m4/visibility.m4 Closes #245
2023-01-14Updated submodulesXavier Roche
2023-01-14Updated to 3.49.4Xavier Roche
2023-01-14Push default bandwidth to 100kiB/s, max to 10MiB/sXavier Roche
2023-01-14Fixed typosXavier Roche
2023-01-14Fixed LD_FLAGSXavier Roche
2023-01-14Fixed null formatXavier Roche
2023-01-14Fixed sprintfXavier Roche
2023-01-14Do not use ftime (deprecated)Xavier Roche
2023-01-14Fixed a bunch of warningsXavier Roche
2023-01-14Fixed warnings about missing spaces between literal and string macro ↵Xavier Roche
(Bernhard Übelacker)
2023-01-13Add support for pieXavier Roche
2023-01-12Updated to 3.49.3Xavier Roche
2023-01-10Updated autotoolsXavier Roche
2022-12-30Merge pull request #195 from fornwall/fix-android-buildXavier Roche
Fix Android build
2022-12-30Merge pull request #214 from sickcodes/firefox-developer-editionXavier Roche
Add firefox-developer-edition.
2022-12-30Merge pull request #220 from brianredbeard/data-image-fixXavier Roche
feature: Support data-src and data-srcset
2022-12-30Merge pull request #197 from PabloCastellano/mimetypes-updateXavier Roche
Add mimetypes for documents
2022-12-30Merge pull request #221 from smokris/55-file-extensionXavier Roche
When using the '%N' structure naming key, separate the filename and extension with a dot.
2022-11-20Updated libtoolXavier Roche
2021-12-08When using the '%N' structure naming key, separate the filename and ↵Steve Mokris
extension with a dot.
2021-12-07feature: Support data-src and data-srcset for imgBrian '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-17Add firefox-developer-edition.sickcodes
2020-05-01Add mimetypes for documentsPablo Castellano
2019-12-12Fix Android buildFredrik 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-20Updated to 3.49.2Xavier Roche
2017-05-13Fixed buffer overflow in output option commandline argument (VL-ID 2068) ↵Xavier Roche
(Hosein Askari)
2017-04-01Updated version to 3.49.1Xavier Roche
2017-04-01Fixed ftime for WindowsXavier Roche
2017-04-01Updated year to 2017Xavier Roche
2017-04-01Use gettimeofday() instead of ftime()Xavier Roche
2016-09-26Fixed weird condition which anyway does what we wanted (spotted by dcb314)Xavier Roche
2016-08-24Updated version to 3.48-24Xavier Roche
2016-07-29Support servers with SNI extensionMike7R
2016-06-26Updated scripts to 3.48.23Xavier Roche
2016-04-26Updated year 2016Xavier Roche