summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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
2016-04-263.48.22 (libtool)Xavier Roche
2016-04-263.48-22Xavier Roche
2015-10-30Add midoriChristopher Meng
2015-10-28Fix typo of cound -> couldChristopher Meng
And capitalized all logs to be more formal-like.
2015-05-01Typo fix: separed -> separatedJack Danger Canty
2015-03-31Merge branch 'master' of github.com:xroche/httrackXavier Roche
2015-03-31Fixed build in debugXavier Roche
2015-03-20Fixed duplicate declaration of MD5CTX (rahrah) (closes #63)Xavier Roche
2015-03-17Fixed timezone for ANDROIDXavier Roche
2015-03-16Updated modulesXavier Roche
2015-03-16Added --recurseXavier Roche
2015-03-15Fixed build (coucal submodule)Xavier Roche
2015-03-15Updated submoduleXavier Roche
2015-03-15Fixed build after coucal has been moved to a submoduleXavier Roche
2015-03-15Import coucal as a regular submoduleXavier Roche
2015-03-14Fixed WIN32 build for x86-64Xavier Roche
2015-03-143.48-21Xavier Roche
2015-03-142014 is so last year!Xavier Roche
2015-03-14Cleanup (first git build)Xavier Roche
2015-03-14Removed htmXavier Roche
2015-03-14Fixed permissionsXavier Roche
2015-03-14Removed *.user filesXavier Roche
2015-03-14Moved to git, cleanupXavier Roche