Commit Graph

  • a11bfc2d4e Use a separate domain for translating gnulib Darshit Shah 2020-12-27 21:15:45 +01:00
  • 8d68a6307b po/POTFILES.in: Update the list of files that need translation Darshit Shah 2020-12-27 20:53:18 +01:00
  • fd0f21b04c m4/getpagesize.m4: Update from gnulib Darshit Shah 2020-12-27 20:47:12 +01:00
  • 7e1bc0de8a configure.ac: Increase minimum required version to 2.64 Darshit Shah 2020-12-27 18:49:03 +01:00
  • 3396b943e0 gnulib: Pull forward Darshit Shah 2020-12-27 17:49:50 +01:00
  • 3636b2a5af main.c (main): Warn when trying to use password without username Darshit Shah 2020-12-22 22:25:26 +01:00
  • 015afd7cc7 * src/http.c (http_cleanup): Reset wget_cookie_jar after freeing Tim Rühsen 2020-12-13 18:23:33 +01:00
  • 794b7b1dbe * src/main.c: Add description to --help output of wait options Tim Rühsen 2020-11-08 18:46:11 +01:00
  • 314a4f42be testenv: Add test for handling of no_proxy environment variable Tomas Hozza 2020-07-10 15:21:33 +02:00
  • 8ffebe2160 testenv: Allow definition of environment variables for wget execuion Tomas Hozza 2019-11-07 13:01:44 +01:00
  • 28196b6807 testenv: HTTPTest.begin() should return exit value Tomas Hozza 2019-11-07 12:46:15 +01:00
  • 1fe9d4cf09 Minor documentation clarification Darshit Shah 2020-07-07 21:46:33 +02:00
  • 1656a1628c * src/ftp.c (ftp_loop_internal): Check for VERIFCERTERR to avoid SIGABRT Tim Rühsen 2020-06-29 18:04:48 +02:00
  • e830f5f42b * src/host.c (lookup_host): Fix uninitialized pointer access in c-ares code Tim Rühsen 2020-06-21 11:37:25 +02:00
  • 470a7dfc84 * src/gnutls.c (ssl_init): Small cleanup fixing output of ncerts Tim Rühsen 2020-05-22 15:49:12 +02:00
  • c23eaff56f * src/convert.c (downloaded_files_free): Only compile if DEBUG_MALLOC or TESTING is defined Tim Rühsen 2020-05-01 17:42:00 +02:00
  • 5a141065c4 * src/netrc.c (free_netrc): Only compile if DEBUG_MALLOC or TESTING is defined Tim Rühsen 2020-05-01 17:41:35 +02:00
  • 7a3a82faf8 Fix SSL/TLS timeout issues. Вячеслав Петрищев 2020-03-21 14:24:29 +06:00
  • c12a295496 Set interactive to true for bar progress. Вячеслав Петрищев 2020-03-17 15:20:28 +06:00
  • fb5e2e628d New implementation for openssl_read, openssl_peek ssl_connect_with_timeout (openssl) Вячеслав Петрищев 2020-03-17 13:56:52 +06:00
  • 9dacc2836a Add missing linefeed in output strings Tim Rühsen 2020-04-18 18:39:50 +02:00
  • 6e5cf727c5 * src/metalink.c: Include filename.h instead of dosname.h Tim Rühsen 2020-03-28 19:26:12 +01:00
  • 78ef6fab13 * gnulib: Update Tim Rühsen 2020-03-28 19:23:35 +01:00
  • 706e71564c Don't print message about loading crl or ca-cert files with --no-verbose Tomas Hozza 2020-03-24 13:18:40 +01:00
  • 103aaf7740 Add NTLM fuzzer Tim Rühsen 2020-03-06 11:49:42 +01:00
  • 4221b5656a * src/http.c (check_auth): Fix memory leak Tim Rühsen 2020-03-06 11:45:41 +01:00
  • fe5fbdd947 * src/http-ntlm.c (mkhash): Fix read buffer overflow Tim Rühsen 2020-03-06 11:37:57 +01:00
  • 7c017e604c * README.checkout: Fix gperf typo and tab indentation Tim Rühsen 2020-03-05 21:06:42 +01:00
  • 0a0177c694 * .gitlab-ci.yml: Generate online docs and coverage reports for Gitlab Tim Rühsen 2020-03-05 20:30:22 +01:00
  • 238074e2b8 Add code coverage reporting Tim Rühsen 2020-03-05 20:23:21 +01:00
  • 6377ae1647 * src/http.c: Don't cast 3rd param to request_set_header. Tim Rühsen 2020-03-05 19:19:42 +01:00
  • 4e5a75566a * README: Fix typo 'can retrieves' -> 'can retrieve' Tim Rühsen 2020-03-05 19:10:55 +01:00
  • 2db7fe688d * doc/wget.texi: Add maintainers and mention wget2 Darshit Shah 2020-03-03 20:50:05 +01:00
  • 87815e223d doc/wget.texi: Clarify usage of --level Darshit Shah 2020-03-03 20:10:51 +01:00
  • eb02512a40 * src/http.c (gethttp): Remove unneeded free of hstat.(message|error) Tim Rühsen 2020-03-03 19:33:53 +01:00
  • 1ac3812e8a * src/http.c (gethttp): Fix memleaks Tim Rühsen 2020-03-03 18:38:32 +01:00
  • 910c0abe7a * src/http.c (read_response_body): Fix memleak Tim Rühsen 2020-03-03 10:25:16 +01:00
  • be51eeceab * contrib/spell-checker: Add lightening to exceptions Tim Rühsen 2020-02-29 18:23:45 +01:00
  • f4a57afd42 Always build ssl_cleanup Tim Rühsen 2020-02-29 17:25:37 +01:00
  • 3e2f450c6a * doc/wget.texi: Fix spelling error Tim Rühsen 2020-02-28 22:03:32 +01:00
  • fded294d7a * src/convert.c (convert_cleanup): Free downloaded_css_set Tim Rühsen 2020-02-27 20:04:24 +01:00
  • c0d76ec935 * src/openssl.c (ssl_cleanup): Only compile for DEBUG_MALLOC or TESTING Tim Rühsen 2020-02-27 19:58:11 +01:00
  • 472823283c * src/gnutls.c (ssl_cleanup): Only compile for DEBUG_MALLOC or TESTING Tim Rühsen 2020-02-27 19:57:22 +01:00
  • b0e94e582b * src/netrc.c (netrc_cleanup): Only compile for DEBUG_MALLOC or TESTING Tim Rühsen 2020-02-27 19:56:40 +01:00
  • 8215479ffb * src/log.c (log_cleanup): Only compile for DEBUG_MALLOC or TESTING Tim Rühsen 2020-02-27 19:56:05 +01:00
  • 30139c6745 * src/host.c (host_cleanup): Only compile for DEBUG_MALLOC or TESTING Tim Rühsen 2020-02-27 19:55:31 +01:00
  • 4588045b28 * src/spider.c (spider_cleanup): Only compile for DEBUG_MALLOC or TESTING Tim Rühsen 2020-02-27 19:54:48 +01:00
  • 765271fdf5 * src/res.c (res_cleanup): Only compile for DEBUG_MALLOC or TESTING Tim Rühsen 2020-02-27 19:53:57 +01:00
  • e52e418bdd * src/convert.c (convert_cleanup): Only compile for DEBUG_MALLOC or TESTING Tim Rühsen 2020-02-27 19:53:15 +01:00
  • a3d3322a48 * src/html-url.c (cleanup_html_url): Only compile for DEBUG_MALLOC or TESTING Tim Rühsen 2020-02-27 19:51:55 +01:00
  • ee187476de * src/http.c (http_cleanup): Free hashtable basic_authed_hosts Tim Rühsen 2020-02-27 19:33:47 +01:00
  • 8cd4dcc278 * src/cookies.c (cookie_jar_delete): Set psl to NULL after calling psl_free Tim Rühsen 2020-02-27 14:38:01 +01:00
  • 4d8bf37870 * src/init.c (cleanup): Call ssl_cleanup and connect_cleanup Tim Rühsen 2020-02-27 14:30:53 +01:00
  • b209ca91fb Add ssl_cleanup to free memory Tim Rühsen 2020-02-27 14:29:22 +01:00
  • 7146b9dc77 * src/http.c (http_cleanup): Call invalidate_persistent to free resources Tim Rühsen 2020-02-27 14:28:10 +01:00
  • b3dc802efb * src/cookies.c: Free PSL in cookie_jar_delete Tim Rühsen 2020-02-27 14:27:05 +01:00
  • 6938c84aa4 * src/connect.c (connect_cleanup): Only needed with DEBUG_MALLOC or TESTING Tim Rühsen 2020-02-27 14:26:31 +01:00
  • 8010507d73 * src/http.c (http_loop): Avoid unneeded strdup Tim Rühsen 2020-02-27 11:35:50 +01:00
  • f747eea059 * src/http.c (gethttp): Fix memleak Вячеслав Петрищев 2020-02-27 11:11:03 +01:00
  • 46a6e2957e * src/http.c: Do not reveal OS type to server via User-Agent: header Tim Rühsen 2020-02-23 18:51:06 +01:00
  • 04b7369490 * tests/unit-tests.c: Fix 'multiple definition of...' with gcc 10 Tim Rühsen 2020-02-22 13:40:50 +01:00
  • 8e130c32ba Split unique_name into two functions with just one arg coverity-scan Tim Rühsen 2020-02-22 12:57:20 +01:00
  • 88d841c651 * .gitlab-ci.yml: Set tag 'linux' explicitly for each runner Tim Rühsen 2020-02-22 08:53:56 +01:00
  • d08bdbc878 * src/http.c (print_response_line): Fixed comparison Tim Rühsen 2020-02-22 08:46:02 +01:00
  • aba6e67eb7 Add valgrind suppressions Tim Rühsen 2020-02-21 22:41:36 +01:00
  • e1c4a2705f Add --gen-suppressions=all to valgrind options Tim Rühsen 2020-02-21 22:40:59 +01:00
  • f4dfddfaf3 * cfg.mk: Exclude sc_prohibit_gnu_make_extensions Tim Rühsen 2020-02-21 21:56:55 +01:00
  • 9934e228ac * src/retr.c (fd_read_body): Check timer before accessing (Coverity #600494) Tim Rühsen 2020-02-21 17:46:41 +01:00
  • c65bddc086 * src/warc.c (warc_write_start_record): Check return values of fseek, fflush (Coverity #1419650) Tim Rühsen 2020-02-21 17:38:41 +01:00
  • c5d0e58d0d * src/ftp-ls.c (eat_carets): Fix caret decoding issue (Coverity #1419653) Tim Rühsen 2020-02-21 14:55:03 +01:00
  • 365c00a4a2 * src/warc.c (warc_write_block_from_file): Check for write error (Coverity #1419654) Tim Rühsen 2020-02-21 14:41:40 +01:00
  • 4e519f5a80 * src/warc.c (warc_write_end_record): Check return value of fseeko (Coverity #1419657) Tim Rühsen 2020-02-21 14:37:40 +01:00
  • 08aa947c9d Add valgrind suppressions for HTTPS tests (GnuTLS false positive) Tim Rühsen 2020-02-21 13:20:42 +01:00
  • 43820b67bf * src/init.c (setoptval): Add missing comma (fix compilation) Tim Rühsen 2020-02-20 17:04:02 +01:00
  • b8413cdd3d * .gitlab-ci.yml: Add spell-checking to VPATH/Debian Tim Rühsen 2020-02-20 16:24:43 +01:00
  • b53c52c4c1 Fix typos found by codespell Tim Rühsen 2020-02-20 16:21:28 +01:00
  • ce745c6a08 * contrib/spell-checker: Add new file Tim Rühsen 2020-02-20 16:20:52 +01:00
  • 9df2e0d746 * src/init.c (setoptval): Silence Coverity (Coverity #1419648) Tim Rühsen 2020-02-20 13:46:36 +01:00
  • ada3396c72 * src/main.c (init_switches): Remove unneeded code (Coverity #1419658) Tim Rühsen 2020-02-20 13:20:21 +01:00
  • 9b1b9961ef * src/ftp-ls.c (ftp_parse_vms_ls): Fix use of uninitialized stack mem (Coverity #609373) Tim Rühsen 2020-02-20 13:17:31 +01:00
  • 79438d4d87 * src/retr.c (retrieve_url): Fix memory leak (Coverity #1316408) Tim Rühsen 2020-02-19 20:36:36 +01:00
  • 1c16819558 * src/http.c (set_file_timestamp): Fix stack memory leak (Coverity #1419655) Tim Rühsen 2020-02-19 19:13:48 +01:00
  • d3f5311087 * src/main.c (main): Initialize variable (Coverity #1419660) Tim Rühsen 2020-02-19 18:54:06 +01:00
  • 4d1f6f5c09 * .gitlab-ci.yml: Fix linebreak Tim Rühsen 2020-02-19 18:44:14 +01:00
  • 1dfd1aa1cf * src/http.c (metalink_from_http): Fix memleak (Coverity #1419661, #1419656) Tim Rühsen 2020-02-19 17:03:29 +01:00
  • 2b48b50aa5 * .gitlab-ci.yml: Add 'coverity' runner Tim Rühsen 2020-02-19 16:13:04 +01:00
  • e6c76e84aa * contrib/mk_authors: Create list of authors and translators since last version Tim Rühsen 2020-02-19 15:36:24 +01:00
  • 21bb9d54cb * src/progress.c (eta_to_human_short): Silence -Wformat-overflow Tim Rühsen 2020-02-19 14:44:21 +01:00
  • 8eda2da138 * .gitlab-ci.yml: Don't copy gnulib manually Tim Rühsen 2020-02-14 23:33:45 +01:00
  • fa92fc336b * NEWS: Update Tim Rühsen 2020-02-14 16:31:59 +01:00
  • e6b76459db Remove alloca includes and macros Tim Rühsen 2020-02-14 16:13:47 +01:00
  • 7aac99d6e5 * src/utils.h: Remove alloca_array Tim Rühsen 2020-02-14 16:09:36 +01:00
  • 28beee5e75 * src/convert.c (convert_links_in_hashtable): Remove use of alloca Tim Rühsen 2020-02-14 16:08:09 +01:00
  • ca56ca94ee * src/convert.c (local_quote_string): Remove use of alloca Tim Rühsen 2020-02-14 16:00:05 +01:00
  • 951bcac6df * src/convert.c (replace_attr_refresh_hack): Remove use of alloca Tim Rühsen 2020-02-14 15:38:53 +01:00
  • 43ad3af58d * gnulib: Update Tim Rühsen 2020-02-14 15:31:10 +01:00
  • a534d93a5f * bootstrap.conf: Use fnmatch-gnu instead of fnmatch Tim Rühsen 2020-02-14 15:30:14 +01:00
  • 6d1fcd1c48 * src/convert.c (write_backup_file): Remove use of alloca Tim Rühsen 2020-02-14 13:15:21 +01:00
  • b62956872c * src/utils.c (fnmatch_nocase): Remove FNM_CASEFOLD emulation, gnulib takes care of it Tim Rühsen 2020-02-14 12:59:25 +01:00
  • 589b3743fa * src/cookies.c (cookie_header): Remove use of alloca Tim Rühsen 2020-02-14 12:49:46 +01:00