1
0
mirror of https://github.com/mirror/wget.git synced 2025-04-07 01:51:00 +08:00

Commit Graph

  • a722c6d844
    Merge c6466919ac into 8775506f63 gobenson 2024-11-11 20:09:05 +0100
  • 1c84ad37b8
    Merge 8890e46636 into 8775506f63 woshimayi 2024-10-02 15:35:48 +0100
  • 8775506f63 * src/http.c (http_loop): Fix memory leak master Tim Rühsen 2024-06-09 20:00:45 +0200
  • 567e67afd2 * src/retr.c (retrieve_from_url_list): Fix memory leak Tim Rühsen 2024-06-09 19:35:30 +0200
  • afa979b43f * src/retr.c (retrieve_from_file): Fix memleak Tim Rühsen 2024-06-02 14:26:01 +0200
  • cd643458b4 * src/warc.c (warc_close): Fix memleak Tim Rühsen 2024-05-05 19:17:24 +0200
  • b88ad88253 * src/warc.c (warc_start_new_file): Simplify code Tim Rühsen 2024-05-05 19:12:49 +0200
  • 62fffab577 * src/httpc.c (http_loop): Fix memleak Tim Rühsen 2024-05-05 19:06:38 +0200
  • ecb59f2e02 * src/init.c (cleanup): Do not close stdout on exit Tim Rühsen 2024-05-05 19:05:48 +0200
  • 42c83d8972 * src/iri.c (do_conversion): Initialize memory from realloc() Tim Rühsen 2024-05-05 18:10:10 +0200
  • bb0aa299e9 * src/warc.c (warc_write_end_record): Check warc_write_ok (fix use-after-free)" Tim Rühsen 2024-05-05 17:59:20 +0200
  • 0490e301d4 * src/wget.h (DO_REALLOC): Initialize realloc'ed memory to help valgrind Tim Rühsen 2024-05-05 17:20:03 +0200
  • a582633c97 * src/utils.c (run_with_timeout): Set SIGALRM handler before setjmp() (reported by valgrind) Tim Rühsen 2024-05-05 16:42:49 +0200
  • 5fe01167d1 * fuzz/wget_options_fuzzer.c: Fix indentation Tim Rühsen 2024-05-05 16:40:20 +0200
  • ed0c7c7e0e Properly re-implement userinfo parsing (rfc2396) Tim Rühsen 2024-06-02 12:40:16 +0200
  • bb59ef7fd4 * fuzz/Makefile.am (oss-fuzz): Add -lgmp Tim Rühsen 2024-05-24 19:20:32 +0200
  • 196ce0abd6 Support continious reading from stdin pipes Darshit Shah 2024-05-12 17:48:21 +0200
  • ca10f20aaf * gnulib: Update Tim Rühsen 2024-04-27 19:25:00 +0200
  • f6291c33cd Update gnulib link libraries Tim Rühsen 2024-03-24 14:52:23 +0100
  • 5f0aa59239 Fix libproxy build with --disable-debug Sam James 2024-04-16 03:18:40 +0100
  • 1c934e67de Add a new testcase for pathconf truncation Darshit Shah 2024-03-16 19:12:31 +0100
  • 903373a83c * contrib/make-release: Automatically build and update online documentation Darshit Shah 2024-03-11 23:46:36 +0100
  • 480e9d6efd * contrib/make-release: More minor fixes Darshit Shah 2024-03-10 15:21:08 +0100
  • 637e58ad50 maint: post-release administrivia Darshit Shah 2024-03-10 15:10:58 +0100
  • dad28423c6 version 1.24.5 v1.24.5 Darshit Shah 2024-03-10 15:08:04 +0100
  • fdb4ae8ffe * contrib/make-release: Some more release management Darshit Shah 2024-03-10 15:01:33 +0100
  • 999700ac5f * NEWS: Update the noteworthy NEWS Darshit Shah 2024-03-10 11:25:53 +0100
  • c9cc2e1d24 * bootstrap.conf: Organize alphabetically Darshit Shah 2024-03-10 11:10:06 +0100
  • a3158065a3 * gnulib: Update to the latest version Darshit Shah 2024-03-10 11:03:33 +0100
  • e54a1f910e Remove obsolete Travis CI files Tim Rühsen 2024-03-03 17:46:36 +0100
  • b32cc7afe0 Fix HSTS matching Tim Rühsen 2024-02-18 13:22:12 +0100
  • 3aa53a6220 Delete some redundant tests Darshit Shah 2024-02-19 19:23:25 +0530
  • 0e0cdc2409 * Makefile.am: Ignore some lcov errors, allowing the tests to run through Darshit Shah 2024-02-19 19:21:03 +0530
  • 84a75ace88 * README: Add a link to the COPYING file to meet the GNU Coding Standards Darshit Shah 2024-02-19 18:43:12 +0530
  • 35204ab5d7 * bootstrap: Update script from gnulib Darshit Shah 2024-02-19 18:37:51 +0530
  • e377b80863 * gnulib: Update gnulib Darshit Shah 2024-02-19 18:35:26 +0530
  • f973f4857a * Update copyright year to 2024 Darshit Shah 2024-02-19 18:33:43 +0530
  • f4da5456c2 Add tests for --convert-links option Darshit Shah 2024-02-19 18:22:57 +0530
  • dfb9f65fc3 * testenv/conf/expected_files.py: Aesthetic changes only. Format file with black Darshit Shah 2024-02-19 17:49:14 +0530
  • 642e740182 * testenv/conf/expected_files.py: Nicer diff printing on error Darshit Shah 2024-02-19 17:48:42 +0530
  • 28009a048f * SECURITY.md: Add a file stating how to report security issues Darshit Shah 2024-02-18 17:06:58 +0530
  • 4100339a2b Parse 'srcset' HTML attr for 'source' HTML tag. Tim Rühsen 2024-01-27 19:50:13 +0100
  • bedeb7dc27 * src/netrc.c (parse_netrc_fp): Add fetchmail compatibility (user and passwd) Tim Rühsen 2023-11-26 19:06:05 +0100
  • 25525f8037 Fix confusing 'Cannot write to ... (Success)' message Tim Rühsen 2023-10-22 14:00:57 +0200
  • 8e8900613c Add libproxy support Jan-Michael Brummer 2023-06-27 20:47:35 +0200
  • 73d24b2779 * src/retr.c: Fix sc_prohibit_empty_lines_at_EOF Tim Rühsen 2023-08-03 11:32:09 +0200
  • 04ab356669 Fix crash when printing download rate Tim Rühsen 2023-08-03 11:19:35 +0200
  • 4d99bb1ff1 * tests/Makefile.am: Remove './' from for portability (OpenBSD) Christian Weisgerber 2023-08-03 10:39:36 +0200
  • 9c8668048d testenv: fix for Python 3.12 Yaakov Selkowitz 2023-07-12 18:04:37 -0400
  • 3583fa0c61 * src/url.c (test_uri_merge): Fix check Tim Rühsen 2023-07-01 18:20:32 +0200
  • 834d090bf6 Add new unit test test_uri_merge() Tim Rühsen 2023-07-01 18:13:54 +0200
  • fbbdf9ea01 Ensure that spaces are quoted when converting links Darshit Shah 2023-05-16 18:33:40 +0200
  • 5409cbcee2 Add new test to ensure CSS url() encoding Darshit Shah 2023-05-16 00:11:25 +0200
  • 0fea7bc076 Automatically verify if commit author has assigned copyrights in the past Darshit Shah 2023-05-14 21:38:18 +0200
  • 6ca59f4d60 * testenv/conf/expected_files.py: Ignore common.conf Jan Palus 2023-05-12 01:44:13 +0200
  • 27a832aee9 * AUTHORS: Rework file to prepare for autmated testing Darshit Shah 2023-05-14 21:34:58 +0200
  • 719ab50a18 maint: post-release administrivia Darshit Shah 2023-05-11 03:02:48 +0200
  • 76ab37bff9 contrib/make-release: Update regexes to match the NEWS file v1.21.4 Darshit Shah 2023-05-11 02:22:45 +0200
  • 774705838f cfg.mk: Replace uses of filesystem with file system Darshit Shah 2023-05-11 01:03:23 +0200
  • e234354080 Update NEWS Darshit Shah 2023-05-11 00:48:44 +0200
  • 3a5ca80a1a bootstrap.sh: Update script from gnulib Darshit Shah 2023-05-10 23:59:55 +0200
  • c3fadea0a8 gnulib: Pull forward Darshit Shah 2023-05-10 23:57:52 +0200
  • 2b723806a5 Update deprecated option '--html-extension' to '--adjust-extension' jinfuchiang 2023-04-09 15:13:54 +0800
  • 9a35fe609c Don't write core dump if --secure-option value isn't suppported. Tim Rühsen 2023-03-19 17:39:45 +0000
  • d96d20630b * src/retr.c (fd_read_body): Increase bufsize from 8k to 64k Tim Rühsen 2023-02-12 14:08:47 +0100
  • c77c95033a * src/retr.c (fd_read_body): Simplify gzip initialization Tim Rühsen 2023-02-12 13:56:46 +0100
  • af1100f299 * src/retr.c (fd_read_body): Use MAX instead of max Tim Rühsen 2023-02-12 13:37:18 +0100
  • 77929eda1b Simplify url_error function. Tim Rühsen 2023-02-17 19:26:03 +0100
  • 218f6fee30 * src/url.c: Refactored url_error() Tim Rühsen 2023-02-17 19:00:18 +0100
  • 2339d79b05 * tests/valgrind-suppressions: Add rule for 'strcmp-sse2.S in libdl.so' Tim Rühsen 2023-02-17 17:44:21 +0100
  • dcd2ed739e * configure.ac: Remove CC flags -Wc90-c99-compat and -Wlong-long Tim Rühsen 2023-02-17 14:00:02 +0100
  • 24e876357a * fuzz/*: Use grep >/dev/null instead of grep -q Tim Rühsen 2023-02-12 18:58:15 +0100
  • 8247a34521 * src/retr.c: Don't include hash.h Tim Rühsen 2023-02-12 18:55:38 +0100
  • 4223996930 Update copyright years Tim Rühsen 2023-02-12 18:54:52 +0100
  • 27d3fcba33 * gnulib: Update Tim Rühsen 2023-02-12 18:50:54 +0100
  • c69030a904 * configure.ac: Disable nettle if NTLM is explicitly disabled Tim Rühsen 2022-12-11 13:31:38 +0100
  • 485217d0ff * configure.ac: Allow disabling NTLM if nettle present (Savannah ) Tim Rühsen 2022-12-10 16:43:38 +0100
  • 9835085544 * fuzz/Makefile.am: Add -lz to fuzzer libs Tim Rühsen 2022-09-24 18:41:31 +0200
  • aab539bb44 * src/main.c (print_help): Add --retry-on-host-error to help text Tim Rühsen 2022-03-20 21:07:54 +0100
  • cb114fbbf7 Fix HSTS portability by using int64_t instead of time_t. Tim Rühsen 2022-03-20 12:18:20 +0100
  • 1cda2bb5d5 src/http.c (time_to_rfc1123): Fix -Wformat-nonliteral Tim Rühsen 2022-03-20 20:53:10 +0100
  • 565f566fab * src/warc.c (warc_process_cdx_line): Fix variable type to idx_t Tim Rühsen 2022-03-20 20:49:07 +0100
  • c7e6e378e5 * src/main.c (secs_to_human_time): Use snprintf instead of sprintf Tim Rühsen 2022-03-20 20:45:59 +0100
  • 59d08d3290 * src/main.c (main): Remove unused variable Tim Rühsen 2022-03-20 20:44:32 +0100
  • 8d5cdef9a9 * src/netrc.c (test_parse_netrc): Check if HAVE_FMEMOPEN is defined Tim Rühsen 2022-03-20 15:57:21 +0100
  • 9f93ffb44b maint: post-release administrivia Darshit Shah 2022-02-26 17:27:55 +0100
  • 40747a11e4 * NEWS: Update NEWS items for release v1.21.3 Darshit Shah 2022-02-26 17:20:26 +0100
  • b6f3c6153e * .gitignore: Remove empty line at EOF Darshit Shah 2022-02-26 17:02:26 +0100
  • e1fa51206c * .gitignore: Update file Darshit Shah 2022-02-26 16:54:51 +0100
  • 6d4a4e56c8 * src.hsts.c(hsts_read_database): Use SCNd64 for portable format flags Darshit Shah 2022-02-26 16:51:21 +0100
  • 14a7f68f46 * configure.ac: Add some warning flags to ignore Darshit Shah 2022-02-26 16:50:48 +0100
  • ccc7866fea * cfg.mk: Remove passing syntax-checks from skip list Darshit Shah 2022-02-26 16:24:57 +0100
  • 2730a00c0d Fix issues from syntax-check Darshit Shah 2022-02-26 16:20:30 +0100
  • be936bda56 * Update Copyright years Darshit Shah 2022-02-26 15:49:52 +0100
  • 7ba0a44939 * bootstrap: Update script Darshit Shah 2022-02-26 15:36:31 +0100
  • 98c23153a2 * gnulib: Pull forward Darshit Shah 2022-02-26 15:35:43 +0100
  • 3a470a90f2 Cleanup some incorrect uses of AM Conditionals Darshit Shah 2022-02-26 15:32:12 +0100
  • f5263969fa Replace incorrect usage of AC_LIBOBJ in configure.ac Darshit Shah 2022-02-25 21:02:01 +0100
  • cc5ec2a158 Fix case where installed gettext is newer than minimum version Darshit Shah 2022-02-25 17:25:30 +0100
  • f7ce79fd85 * src/netrc.c (test_parse_netrc): Free netrc structure Tim Rühsen 2022-02-13 18:00:07 +0100