1
0
mirror of https://github.com/mirror/wget.git synced 2025-04-14 13:30:27 +08:00

Commit Graph

  • 4e519f5a80 * src/warc.c (warc_write_end_record): Check return value of fseeko (Coverity ) Tim Rühsen 2020-02-21 14:37:40 +0100
  • 08aa947c9d Add valgrind suppressions for HTTPS tests (GnuTLS false positive) Tim Rühsen 2020-02-21 13:20:42 +0100
  • 43820b67bf * src/init.c (setoptval): Add missing comma (fix compilation) Tim Rühsen 2020-02-20 17:04:02 +0100
  • b8413cdd3d * .gitlab-ci.yml: Add spell-checking to VPATH/Debian Tim Rühsen 2020-02-20 16:24:43 +0100
  • b53c52c4c1 Fix typos found by codespell Tim Rühsen 2020-02-20 16:21:28 +0100
  • ce745c6a08 * contrib/spell-checker: Add new file Tim Rühsen 2020-02-20 16:20:52 +0100
  • 9df2e0d746 * src/init.c (setoptval): Silence Coverity (Coverity ) Tim Rühsen 2020-02-20 13:46:36 +0100
  • ada3396c72 * src/main.c (init_switches): Remove unneeded code (Coverity ) Tim Rühsen 2020-02-20 13:20:21 +0100
  • 9b1b9961ef * src/ftp-ls.c (ftp_parse_vms_ls): Fix use of uninitialized stack mem (Coverity ) Tim Rühsen 2020-02-20 13:17:31 +0100
  • 79438d4d87 * src/retr.c (retrieve_url): Fix memory leak (Coverity ) Tim Rühsen 2020-02-19 20:36:36 +0100
  • 1c16819558 * src/http.c (set_file_timestamp): Fix stack memory leak (Coverity ) Tim Rühsen 2020-02-19 19:13:48 +0100
  • d3f5311087 * src/main.c (main): Initialize variable (Coverity ) Tim Rühsen 2020-02-19 18:54:06 +0100
  • 4d1f6f5c09 * .gitlab-ci.yml: Fix linebreak Tim Rühsen 2020-02-19 18:44:14 +0100
  • 1dfd1aa1cf * src/http.c (metalink_from_http): Fix memleak (Coverity , ) Tim Rühsen 2020-02-19 17:03:29 +0100
  • 2b48b50aa5 * .gitlab-ci.yml: Add 'coverity' runner Tim Rühsen 2020-02-19 16:13:04 +0100
  • e6c76e84aa * contrib/mk_authors: Create list of authors and translators since last version Tim Rühsen 2020-02-19 15:36:24 +0100
  • 21bb9d54cb * src/progress.c (eta_to_human_short): Silence -Wformat-overflow Tim Rühsen 2020-02-19 14:44:21 +0100
  • 8eda2da138 * .gitlab-ci.yml: Don't copy gnulib manually Tim Rühsen 2020-02-14 23:33:45 +0100
  • fa92fc336b * NEWS: Update Tim Rühsen 2020-02-14 16:31:59 +0100
  • e6b76459db Remove alloca includes and macros Tim Rühsen 2020-02-14 16:13:47 +0100
  • 7aac99d6e5 * src/utils.h: Remove alloca_array Tim Rühsen 2020-02-14 16:09:36 +0100
  • 28beee5e75 * src/convert.c (convert_links_in_hashtable): Remove use of alloca Tim Rühsen 2020-02-14 16:08:09 +0100
  • ca56ca94ee * src/convert.c (local_quote_string): Remove use of alloca Tim Rühsen 2020-02-14 16:00:05 +0100
  • 951bcac6df * src/convert.c (replace_attr_refresh_hack): Remove use of alloca Tim Rühsen 2020-02-14 15:38:53 +0100
  • 43ad3af58d * gnulib: Update Tim Rühsen 2020-02-14 15:31:10 +0100
  • a534d93a5f * bootstrap.conf: Use fnmatch-gnu instead of fnmatch Tim Rühsen 2020-02-14 15:30:14 +0100
  • 6d1fcd1c48 * src/convert.c (write_backup_file): Remove use of alloca Tim Rühsen 2020-02-14 13:15:21 +0100
  • b62956872c * src/utils.c (fnmatch_nocase): Remove FNM_CASEFOLD emulation, gnulib takes care of it Tim Rühsen 2020-02-14 12:59:25 +0100
  • 589b3743fa * src/cookies.c (cookie_header): Remove use of alloca Tim Rühsen 2020-02-14 12:49:46 +0100
  • d61d82c43c * src/cookies.c (cookie_header): Remove use of alloca Tim Rühsen 2020-02-14 12:43:12 +0100
  • f071030659 * src/cookies.c (cookie_handle_set_cookie): Remove use of alloca Tim Rühsen 2020-02-14 12:32:22 +0100
  • 36ccb62e92 * src/cookies.c (parse_set_cookie): Explicitly convert from double to time_t Tim Rühsen 2020-02-14 12:04:41 +0100
  • e5cf56d7fa * src/cookies.c (parse_set_cookie): Remove use of alloca Tim Rühsen 2020-02-14 12:03:50 +0100
  • 92c0d39894 * src/warc.c (warc_uuid_str): Add second param to windows_uuid_str Tim Rühsen 2020-02-14 11:53:10 +0100
  • 78a848c69a * src/cookies.c (parse_set_cookie): Remove use of alloca Tim Rühsen 2020-02-14 11:48:19 +0100
  • 8610b0b355 * src/main.c (main): Code clean, reduce allocations Tim Rühsen 2020-02-14 11:14:02 +0100
  • 6bd21adabc * src/main.c: Modify macro IF_SSL to work with latest struct changes Tim Rühsen 2020-02-14 10:31:12 +0100
  • b92b628fd5 * configure.ac: List 'no' for --with-ssl in help output Tim Rühsen 2020-02-14 10:29:52 +0100
  • a274740598 * src/ftp.c (ftp_retrieve_dirs): Remove use of alloca Tim Rühsen 2020-02-13 20:19:26 +0100
  • 94bae4dd18 * src/ftp.c (ftp_retrieve_list): Remove use of alloca Tim Rühsen 2020-02-13 20:11:45 +0100
  • d0695e269f * src/ftp.c (ftp_loop_internal): Remove use of alloca Tim Rühsen 2020-02-13 20:02:25 +0100
  • 6a3e96275b * src/ftp.c (getftp): Remove use of alloca Tim Rühsen 2020-02-13 20:00:09 +0100
  • 6d181cb8ef * src/http.c: Include xstrndup.h unconditionally Tim Rühsen 2020-02-13 19:34:36 +0100
  • 89e09e59f2 * src/ftp-basic.c (ftp_request): Remove use of alloca Tim Rühsen 2020-02-13 17:10:01 +0100
  • 5505aced03 * src/html-parse.c (name_allowed): Remove use of alloca Tim Rühsen 2020-02-13 17:01:29 +0100
  • 6cc9acfd61 * src/netrc.c (search_netrc): Remove use of alloca Tim Rühsen 2020-02-13 16:55:41 +0100
  • e91e96ccb5 * src/init.c (parse_line): Remove use of alloca Tim Rühsen 2020-02-13 16:50:21 +0100
  • c3c04ffeba Remove use of alloca in setoptval Tim Rühsen 2020-02-13 16:39:31 +0100
  • cbea3d41dd * src/http.c (check_auth): Remove use of alloca Tim Rühsen 2020-02-13 16:27:38 +0100
  • 68868bbb37 * src/http.c (print_response_line): Remove use of alloca Tim Rühsen 2020-02-13 16:11:51 +0100
  • a3f2ba708d * src/http.c (request_set_user_header): Remove use of alloca Tim Rühsen 2020-02-13 16:11:23 +0100
  • f1ce7f5bd6 * src/http.c (metalink_from_http): Remove use of alloca Tim Rühsen 2020-02-13 16:00:19 +0100
  • 704208b766 * src/http.c (basic_authentication_encode): Remove use of alloca Tim Rühsen 2020-02-13 15:54:16 +0100
  • 0bc0729bcc * src/http.c (gethttp): Remove use of alloca Tim Rühsen 2020-02-13 15:40:48 +0100
  • 572f6f9b39 * src/http.c (gethttp): Remove use of alloca Tim Rühsen 2020-02-13 15:34:13 +0100
  • e22dbe5af0 * src/http.c (set_file_timestamp): Remove use of alloca Tim Rühsen 2020-02-13 15:30:50 +0100
  • f460e1d049 * src/main.c (main): Remove use of alloca Tim Rühsen 2020-02-13 15:17:27 +0100
  • c0d8cceb93 * src/url.c (append_uri_pathel): Replace alloca by fixed array / sprintf Tim Rühsen 2020-02-13 15:04:17 +0100
  • c2d03b6293 * src/url.c (append_uri_pathel): Replace alloca by fixed array / xmalloc Tim Rühsen 2020-02-13 13:32:16 +0100
  • 9adde1e441 * src/utils.c (make_directory): Replace alloca by fixed array / xmalloc Tim Rühsen 2020-02-13 12:09:34 +0100
  • 4dd9dee2e7 * src/utils.c (unique_name_1): Replace alloca by xmalloc Tim Rühsen 2020-02-13 11:48:06 +0100
  • 233f982f9d Add buffer size param to warc_uuid_str Tim Rühsen 2020-02-13 11:28:14 +0100
  • e5d0dda561 * src/http-ntlm.c (ntlm_output): Remove alloca Tim Rühsen 2020-02-12 17:05:01 +0100
  • 17fad78290 * src/http-ntlm.c (mkhash): Replace alloca by fixed length array Tim Rühsen 2020-02-12 16:56:57 +0100
  • 1ebd88063d * src/http-ntlm.c (ntlm_input): Replace alloca by fixed length array Tim Rühsen 2020-02-12 16:44:59 +0100
  • c65c23cfc7 * src/gnutls.c (ssl_init): Replace alloca by fixed length arrays Tim Rühsen 2020-02-12 16:24:45 +0100
  • 94b9332f50 * src/retr.c (fd_read_body): Fix signedness warnings Tim Rühsen 2020-02-12 16:14:40 +0100
  • fd75f5d986 * src/retr.c (rotate_backups): Replace alloca by fixed length arrays Tim Rühsen 2020-02-12 16:13:40 +0100
  • 473db08580 * src/wget.h: Add inline to _unhex Tim Rühsen 2020-02-12 16:12:09 +0100
  • 0bb97fecb7 * src/metalink.h: Include dirname.h, remove declaration of last_component Tim Rühsen 2020-02-12 16:10:58 +0100
  • 5debe0a96f * configure.ac: Add -Wno-undef -Wno-float-equal to gcc's WARN_CFLAGS Tim Rühsen 2020-02-12 16:09:57 +0100
  • 8bc1d1447b * src/convert.c (convert_links): Fix previous commit Tim Rühsen 2020-02-12 10:52:06 +0100
  • fe4ade75cf * src/convert.c (convert_links): Add \n (Fixes ) Tim Rühsen 2020-02-12 09:57:27 +0100
  • 928c54d27e Do not overwrite restval if len is smaller Ander Juaristi 2016-06-16 18:08:24 +0200
  • 33bc3aae51 Fix and cleanup progress bar code Вячеслав Петрищев 2020-01-25 00:30:09 +0600
  • d5dc68b1a9 * src/progress.c: Fix MINIMUM_SCREEN_WIDTH Вячеслав Петрищев 2020-01-12 15:07:49 +0600
  • 68548acf0f * src/progress.c (prepare_filename): Replace zero-width mbc (\xe2\x80\x8b, ...) Вячеслав Петрищев 2020-01-04 13:24:43 +0600
  • ec68da677f Reenabling filename scrolling code in progress bar Вячеслав Петрищев 2019-12-19 22:50:38 +0600
  • f7a1e6cd7b Fix multibyte handling in progress bar Вячеслав Петрищев 2019-12-19 21:18:22 +0600
  • e2c0c2fbe5 * src/progress.c (print_row_stats): Fix two integer overflows Tim Rühsen 2019-12-12 16:14:57 +0100
  • bc7e82d3e9 * .gitlab-ci.yml: Fix path for llvm-symbolizer Tim Rühsen 2019-12-12 16:01:46 +0100
  • c1a46e9a3b * fuzz/wget_progress_fuzzer.in/*: Add fuzzer corpora Tim Rühsen 2019-12-12 15:50:45 +0100
  • f27daa1c17 * src/retr.c (calc_rate): Remove unwanted assertions Tim Rühsen 2019-12-12 15:36:29 +0100
  • 07eebd2a20 Fix buffer overflows in progress 'bar' code Tim Rühsen 2019-12-12 13:25:43 +0100
  • 34573bdf46 Add new fuzzer for the progress bar code Tim Rühsen 2019-12-12 13:08:10 +0100
  • 221f1ba3ef Update copyright year to 2020 Darshit Shah 2020-01-10 12:56:08 +0100
  • c7fdfe3d60 * cfg.mk: Set update-copyright to use intervals Darshit Shah 2020-01-10 12:52:36 +0100
  • 6bd74e33d6 Fix segfault in progress bar in certain locales Tim Rühsen 2019-12-18 13:06:46 +0100
  • 042f2727bf * src/progress.c (count_cols): Fix return value if USE_NLS_PROGRESS_BAR is undefined Tim Rühsen 2019-12-16 12:26:24 +0100
  • ce8ce5bfc0 * src/progress.c: Allow const names for set_progress_implementation. Tim Rühsen 2019-12-12 17:27:58 +0100
  • 61b8078672 * src/progress.c (dot_draw): Avoid integer overflow Tim Rühsen 2019-12-12 16:07:08 +0100
  • 03a8e59d85 * fuzz/README.md: Add --enable-assert to fuzzing build Tim Rühsen 2019-12-12 15:39:41 +0100
  • abe1ab1916 * src/progress.c (print_row_stats): Fix UB if eta < 0 Tim Rühsen 2019-12-12 13:53:44 +0100
  • 542524855a * src/progress.c (dot_update, dot_finish): Sanitize input Tim Rühsen 2019-12-12 13:47:30 +0100
  • f5d1dcf718 * src/retr.c (calc_rate): Fix division by 0 Tim Rühsen 2019-12-12 13:46:38 +0100
  • 1c1cba3a43 * src/retr.c (calc_rate): Add TB/s Tim Rühsen 2019-12-12 13:10:57 +0100
  • 0179138fe5 * src/progress.c (create_image): Sanitize input param 'dl_total_time' Tim Rühsen 2019-12-11 12:29:54 +0100
  • ed135257b2 * fuzz/README.md: Update clang instructions Tim Rühsen 2019-12-11 11:54:11 +0100
  • dd710bde96 Mark note to translators properly and elaborate its contents. Lauri Nurmi 2019-12-26 03:06:39 +0200
  • dc8bbdbb05 * src/main.c (print_help): Don't cut translatable string mid-sentence. Lauri Nurmi 2019-12-26 03:34:15 +0200