Commit Graph

  • 2b723806a5 Update deprecated option '--html-extension' to '--adjust-extension' jinfuchiang 2023-04-09 15:13:54 +08:00
  • 9a35fe609c Don't write core dump if --secure-option value isn't suppported. Tim Rühsen 2023-03-19 17:39:45 +00:00
  • d96d20630b * src/retr.c (fd_read_body): Increase bufsize from 8k to 64k Tim Rühsen 2023-02-12 14:08:47 +01:00
  • c77c95033a * src/retr.c (fd_read_body): Simplify gzip initialization Tim Rühsen 2023-02-12 13:56:46 +01:00
  • af1100f299 * src/retr.c (fd_read_body): Use MAX instead of max Tim Rühsen 2023-02-12 13:37:18 +01:00
  • 77929eda1b Simplify url_error function. Tim Rühsen 2023-02-17 19:26:03 +01:00
  • 218f6fee30 * src/url.c: Refactored url_error() Tim Rühsen 2023-02-17 19:00:18 +01:00
  • 2339d79b05 * tests/valgrind-suppressions: Add rule for 'strcmp-sse2.S in libdl.so' Tim Rühsen 2023-02-17 17:44:21 +01:00
  • dcd2ed739e * configure.ac: Remove CC flags -Wc90-c99-compat and -Wlong-long Tim Rühsen 2023-02-17 14:00:02 +01:00
  • 24e876357a * fuzz/*: Use grep >/dev/null instead of grep -q Tim Rühsen 2023-02-12 18:58:15 +01:00
  • 8247a34521 * src/retr.c: Don't include hash.h Tim Rühsen 2023-02-12 18:55:38 +01:00
  • 4223996930 Update copyright years Tim Rühsen 2023-02-12 18:54:52 +01:00
  • 27d3fcba33 * gnulib: Update Tim Rühsen 2023-02-12 18:50:54 +01:00
  • c69030a904 * configure.ac: Disable nettle if NTLM is explicitly disabled Tim Rühsen 2022-12-11 13:31:38 +01:00
  • 485217d0ff * configure.ac: Allow disabling NTLM if nettle present (Savannah #63431) Tim Rühsen 2022-12-10 16:43:38 +01:00
  • 9835085544 * fuzz/Makefile.am: Add -lz to fuzzer libs Tim Rühsen 2022-09-24 18:41:31 +02:00
  • f74782bba5 TMP: Initial test for dynamic buffer size for downloads dynamic-buf-size Darshit Shah 2022-05-30 20:16:55 +02:00
  • aab539bb44 * src/main.c (print_help): Add --retry-on-host-error to help text Tim Rühsen 2022-03-20 21:07:54 +01:00
  • cb114fbbf7 Fix HSTS portability by using int64_t instead of time_t. Tim Rühsen 2022-03-20 12:18:20 +01:00
  • 1cda2bb5d5 src/http.c (time_to_rfc1123): Fix -Wformat-nonliteral Tim Rühsen 2022-03-20 20:53:10 +01:00
  • 565f566fab * src/warc.c (warc_process_cdx_line): Fix variable type to idx_t Tim Rühsen 2022-03-20 20:49:07 +01:00
  • c7e6e378e5 * src/main.c (secs_to_human_time): Use snprintf instead of sprintf Tim Rühsen 2022-03-20 20:45:59 +01:00
  • 59d08d3290 * src/main.c (main): Remove unused variable Tim Rühsen 2022-03-20 20:44:32 +01:00
  • 8d5cdef9a9 * src/netrc.c (test_parse_netrc): Check if HAVE_FMEMOPEN is defined Tim Rühsen 2022-03-20 15:57:21 +01:00
  • 9f93ffb44b maint: post-release administrivia Darshit Shah 2022-02-26 17:27:55 +01:00
  • 40747a11e4 * NEWS: Update NEWS items for release v1.21.3 Darshit Shah 2022-02-26 17:20:26 +01:00
  • b6f3c6153e * .gitignore: Remove empty line at EOF Darshit Shah 2022-02-26 17:02:26 +01:00
  • e1fa51206c * .gitignore: Update file Darshit Shah 2022-02-26 16:54:51 +01:00
  • 6d4a4e56c8 * src.hsts.c(hsts_read_database): Use SCNd64 for portable format flags Darshit Shah 2022-02-26 16:51:21 +01:00
  • 14a7f68f46 * configure.ac: Add some warning flags to ignore Darshit Shah 2022-02-26 16:50:48 +01:00
  • ccc7866fea * cfg.mk: Remove passing syntax-checks from skip list Darshit Shah 2022-02-26 16:24:57 +01:00
  • 2730a00c0d Fix issues from syntax-check Darshit Shah 2022-02-26 16:20:30 +01:00
  • be936bda56 * Update Copyright years Darshit Shah 2022-02-26 15:49:52 +01:00
  • 7ba0a44939 * bootstrap: Update script Darshit Shah 2022-02-26 15:36:31 +01:00
  • 98c23153a2 * gnulib: Pull forward Darshit Shah 2022-02-26 15:35:43 +01:00
  • 3a470a90f2 Cleanup some incorrect uses of AM Conditionals Darshit Shah 2022-02-26 15:32:12 +01:00
  • f5263969fa Replace incorrect usage of AC_LIBOBJ in configure.ac Darshit Shah 2022-02-25 21:02:01 +01:00
  • cc5ec2a158 Fix case where installed gettext is newer than minimum version Darshit Shah 2022-02-25 17:25:30 +01:00
  • f7ce79fd85 * src/netrc.c (test_parse_netrc): Free netrc structure Tim Rühsen 2022-02-13 18:00:07 +01:00
  • d139fecbe8 * .gitlab-ci.yml: Fix path to llvm-symbolizer Tim Rühsen 2022-02-13 17:57:39 +01:00
  • 74a9d9e7c4 * src/netrc.c (test_parse_netrc): New unit test function Tim Rühsen 2022-02-13 17:28:02 +01:00
  • 446afdca21 * src/http.c (parse_strict_transport_security): Fix typo in string Aarni Koskela 2022-01-31 14:01:25 +02:00
  • e6fa409a4d * .gitlab-ci.yml (Scan-Build): Allow failure due to two false positives Tim Rühsen 2022-01-23 13:54:27 +01:00
  • a24e67e239 * configure.ac: Use pkg-config for gpgme, libidn2 and nettle Tim Rühsen 2022-01-22 19:59:33 +01:00
  • c984cb316a * src/ftp.c: Small cleanups Tim Rühsen 2022-01-22 19:51:02 +01:00
  • 35a6317b99 Print newline after dot progress bar in non-verbose mode Nik Soggia 2022-01-15 23:57:03 +01:00
  • 9474a2c6f4 * .gitlab-ci.yml: Fix artifact path for the Scan-Build runner Tim Rühsen 2022-01-12 22:10:01 +01:00
  • e7a4d818fa * src/main.c (main): Unlink output document when --unlink is given Tim Rühsen 2022-01-09 18:58:41 +01:00
  • f354529708 fuzz/*.in: Update fuzzer corpora Tim Rühsen 2021-12-22 19:49:24 +01:00
  • 67d4cb3ab6 * .gitlab-ci.yml (CoverageReports): Fix artifacts paths Tim Rühsen 2021-12-22 17:00:47 +01:00
  • d2af84fbb3 * tests/valgrind-suppressions: Fix libidn rule Tim Rühsen 2021-12-22 14:32:50 +01:00
  • bfb5bedf7d * .gitlab-ci.yml: Fix artifacts paths Tim Rühsen 2021-12-22 14:29:00 +01:00
  • 8c5a620f0f * tests/valgrind-suppressions: Extend libidn rule Tim Rühsen 2021-12-22 14:01:47 +01:00
  • c34c2529dc * src/log.c (logprintf): Check earlier for verbosity Tim Rühsen 2021-12-22 13:07:23 +01:00
  • c7a37d82ee * src/http.c (http_loop): Fix memleak Tim Rühsen 2021-12-22 13:06:34 +01:00
  • c81042295e Switch fuzzing build from C++ to C Tim Rühsen 2021-12-21 19:16:47 +01:00
  • f75fcf2985 * src/http.c (http_loop): Hide password when printing status with -nv Darshit Shah 2021-12-01 23:38:12 +01:00
  • 22611a77ba * gnulib: Pull forward Darshit Shah 2021-12-01 23:03:56 +01:00
  • e1bacd2fa5 * src/hsts.c (hsts_read_database): Read time_t values as long long Darshit Shah 2021-12-01 22:42:42 +01:00
  • faeb4d90c2 * src/main.c (print_help): Add command line option for TLS 1.3 Thomas Niederberger 2021-11-21 20:04:41 +01:00
  • 65e6d5b3b8 * retr.c (rotate_backups): Non existent files are not errors in this function Darshit Shah 2021-10-11 23:06:38 +02:00
  • aecf5fbf1b * ftp.c (ftp_loop_internal): Fix computation of total_downloaded_bytes Darshit Shah 2021-10-08 20:34:46 +02:00
  • 6401592829 * .gitlab-ci.yml: Skip fuzz testing on MinGW64 tim-fix-mingw64 Tim Rühsen 2021-08-22 15:19:33 +02:00
  • e7e900d58d .gitlab-ci.yml: Fix paths unsupported by Gitlab tim-ci-test Tim Rühsen 2021-08-22 22:55:02 +02:00
  • 35285e25af * gitlab-ci.yml: Use fuzz corpora from Build-Tarball in CoverageReports Tim Rühsen 2021-08-22 22:45:04 +02:00
  • 3ea9658c07 Remove suprious print statements Darshit Shah 2021-09-08 17:52:32 +02:00
  • 31b82825a2 maint: post-release administrivia Darshit Shah 2021-09-07 21:04:48 +02:00
  • d5588ac221 * NEWS: Update NEWS items for release v1.21.2 Darshit Shah 2021-09-07 20:29:16 +02:00
  • 204a4bccf4 * cfg.mk: Disable the indent check Darshit Shah 2021-09-07 20:57:05 +02:00
  • 5a79362a56 * gnulib: Pull forward Darshit Shah 2021-09-07 20:12:55 +02:00
  • ebb96761f5 Fix #60956 (improve --page-requisites) WB 2021-08-04 00:47:12 +00:00
  • 7899e1d17b * src/html-url.c (tag_handle_meta): Fix integer overflow Tim Rühsen 2021-08-07 14:14:12 +02:00
  • 254b2d3c7c * src/recur.c (download_child): Remove temporary robots.txt.tmp Tim Rühsen 2021-07-05 15:43:13 +02:00
  • 718ab3f79b Long pathnames patch Josef Moellers 2021-06-11 16:57:48 +02:00
  • d73e8b42f7 * .gitlab-ci.yml: Remove scan-build deps from pages stage Tim Rühsen 2021-06-07 20:32:41 +02:00
  • 4a5a010eb3 * .gitlab-ci.yml: Move scan-build/ to public/ only if it exists Tim Rühsen 2021-06-07 00:11:11 +02:00
  • 89fc8d84b7 * .gitlab-ci.yml: Move scan-build results to parent directory Tim Rühsen 2021-06-06 23:48:42 +02:00
  • a0e0965d1e * .gitlab-ci.yml: Move coverage results to parent directory Tim Rühsen 2021-06-06 23:34:46 +02:00
  • 96971867ea * .gitlab-ci.yml: Don't allow failure of scan-build Tim Rühsen 2021-06-06 23:26:33 +02:00
  • 5192dddbdd * .gitlab-ci.yml: Pages needs Build-Tarball Tim Rühsen 2021-06-06 15:46:02 +02:00
  • 91c42c799a * src/url.c (append_uri_pathel): Add cheap extra check to help static analyzers Tim Rühsen 2021-06-06 15:11:10 +02:00
  • c778ac20b4 * src/http.c (gethttp): Add cheap extra check to help static analyzers Tim Rühsen 2021-06-06 15:10:28 +02:00
  • 4d3ee1604a * .gitlab-ci.yml: Exclude src/css_.o from scan-build Tim Rühsen 2021-06-06 15:09:50 +02:00
  • a209bb1fac * src/main.c (main): Removed unused variable Tim Rühsen 2021-06-06 14:31:57 +02:00
  • 36e250e09a Revert "Long pathnames patch" Tim Rühsen 2021-06-06 14:10:22 +02:00
  • f3299cc606 * .lgtm.yml: Add autoconf-archive Tim Rühsen 2021-04-18 20:06:06 +02:00
  • de4b94a5ae * .gitlab-ci.yml: Re-arrange stages Tim Rühsen 2021-04-11 18:13:32 +02:00
  • c1599deb1f Remove .git/, .gitmodules and gnulib/ from bootstrap artefacts Tim Rühsen 2021-04-04 17:39:54 +02:00
  • 61df89eb91 Updated Gitlab CI Pipeline Darshit Shah 2021-03-14 00:49:16 +01:00
  • affad27664 Long pathnames patch jmoellers 2021-05-26 14:59:51 +02:00
  • 170896a76a * fuzz/wget_read_hunk_fuzzer.c: Add explicit cast for C++ compilation Tim Rühsen 2021-05-22 16:48:00 +02:00
  • d4431a0b97 * fuzz/wget_ntlm_fuzzer.c: Add explicit cast for C++ compilation Tim Rühsen 2021-05-22 16:47:29 +02:00
  • 620875ed33 * .lgtm.yml: Add autoconf-archive tim-new-ci Tim Rühsen 2021-04-18 20:06:06 +02:00
  • 2376e41017 * .gitlab-ci.yml: Re-arrange stages Tim Rühsen 2021-04-11 18:13:32 +02:00
  • 03d6add4ee Remove .git/, .gitmodules and gnulib/ from bootstrap artefacts Tim Rühsen 2021-04-04 17:39:54 +02:00
  • 2e23cb14c1 Smaller images for bootstrap, tarball and arch Darshit Shah 2021-03-18 00:06:06 +01:00
  • f0a76c9220 Update cache key Darshit Shah 2021-03-17 23:13:21 +01:00
  • 0b61880124 Update image names and for OldStable Darshit Shah 2021-03-16 22:34:56 +01:00
  • 5c904e7478 Update image used for Debian Stable Darshit Shah 2021-03-16 22:17:32 +01:00
  • 850bf84e5f Start using new smaller images for minimal build Darshit Shah 2021-03-16 16:14:59 +01:00