Tim Rühsen
|
21bb9d54cb
|
* src/progress.c (eta_to_human_short): Silence -Wformat-overflow
|
2020-02-19 14:44:21 +01:00 |
|
Tim Rühsen
|
8eda2da138
|
* .gitlab-ci.yml: Don't copy gnulib manually
|
2020-02-14 23:33:45 +01:00 |
|
Tim Rühsen
|
fa92fc336b
|
* NEWS: Update
|
2020-02-14 16:31:59 +01:00 |
|
Tim Rühsen
|
e6b76459db
|
Remove alloca includes and macros
* bootstrap.conf: Remove gnulib module 'alloca'.
* src/sysdep.h: Remove include of alloca.h.
* src/wget.h: Likewise,
remove macros BOUNDED_TO_ALLOCA and STRDUP_ALLOCA.
|
2020-02-14 16:13:50 +01:00 |
|
Tim Rühsen
|
7aac99d6e5
|
* src/utils.h: Remove alloca_array
|
2020-02-14 16:09:36 +01:00 |
|
Tim Rühsen
|
28beee5e75
|
* src/convert.c (convert_links_in_hashtable): Remove use of alloca
|
2020-02-14 16:08:09 +01:00 |
|
Tim Rühsen
|
ca56ca94ee
|
* src/convert.c (local_quote_string): Remove use of alloca
|
2020-02-14 16:00:05 +01:00 |
|
Tim Rühsen
|
951bcac6df
|
* src/convert.c (replace_attr_refresh_hack): Remove use of alloca
|
2020-02-14 15:38:53 +01:00 |
|
Tim Rühsen
|
43ad3af58d
|
* gnulib: Update
|
2020-02-14 15:31:10 +01:00 |
|
Tim Rühsen
|
a534d93a5f
|
* bootstrap.conf: Use fnmatch-gnu instead of fnmatch
|
2020-02-14 15:30:14 +01:00 |
|
Tim Rühsen
|
6d1fcd1c48
|
* src/convert.c (write_backup_file): Remove use of alloca
|
2020-02-14 13:15:21 +01:00 |
|
Tim Rühsen
|
b62956872c
|
* src/utils.c (fnmatch_nocase): Remove FNM_CASEFOLD emulation, gnulib takes care of it
|
2020-02-14 12:59:25 +01:00 |
|
Tim Rühsen
|
589b3743fa
|
* src/cookies.c (cookie_header): Remove use of alloca
|
2020-02-14 12:50:32 +01:00 |
|
Tim Rühsen
|
d61d82c43c
|
* src/cookies.c (cookie_header): Remove use of alloca
|
2020-02-14 12:43:12 +01:00 |
|
Tim Rühsen
|
f071030659
|
* src/cookies.c (cookie_handle_set_cookie): Remove use of alloca
|
2020-02-14 12:32:22 +01:00 |
|
Tim Rühsen
|
36ccb62e92
|
* src/cookies.c (parse_set_cookie): Explicitly convert from double to time_t
|
2020-02-14 12:04:41 +01:00 |
|
Tim Rühsen
|
e5cf56d7fa
|
* src/cookies.c (parse_set_cookie): Remove use of alloca
|
2020-02-14 12:03:50 +01:00 |
|
Tim Rühsen
|
92c0d39894
|
* src/warc.c (warc_uuid_str): Add second param to windows_uuid_str
|
2020-02-14 11:53:10 +01:00 |
|
Tim Rühsen
|
78a848c69a
|
* src/cookies.c (parse_set_cookie): Remove use of alloca
|
2020-02-14 11:48:19 +01:00 |
|
Tim Rühsen
|
8610b0b355
|
* src/main.c (main): Code clean, reduce allocations
|
2020-02-14 11:14:02 +01:00 |
|
Tim Rühsen
|
6bd21adabc
|
* src/main.c: Modify macro IF_SSL to work with latest struct changes
|
2020-02-14 10:31:12 +01:00 |
|
Tim Rühsen
|
b92b628fd5
|
* configure.ac: List 'no' for --with-ssl in help output
|
2020-02-14 10:29:52 +01:00 |
|
Tim Rühsen
|
a274740598
|
* src/ftp.c (ftp_retrieve_dirs): Remove use of alloca
|
2020-02-13 20:19:26 +01:00 |
|
Tim Rühsen
|
94bae4dd18
|
* src/ftp.c (ftp_retrieve_list): Remove use of alloca
|
2020-02-13 20:11:45 +01:00 |
|
Tim Rühsen
|
d0695e269f
|
* src/ftp.c (ftp_loop_internal): Remove use of alloca
|
2020-02-13 20:02:25 +01:00 |
|
Tim Rühsen
|
6a3e96275b
|
* src/ftp.c (getftp): Remove use of alloca
|
2020-02-13 20:00:09 +01:00 |
|
Tim Rühsen
|
6d181cb8ef
|
* src/http.c: Include xstrndup.h unconditionally
|
2020-02-13 19:34:36 +01:00 |
|
Tim Rühsen
|
89e09e59f2
|
* src/ftp-basic.c (ftp_request): Remove use of alloca
|
2020-02-13 17:10:01 +01:00 |
|
Tim Rühsen
|
5505aced03
|
* src/html-parse.c (name_allowed): Remove use of alloca
|
2020-02-13 17:01:29 +01:00 |
|
Tim Rühsen
|
6cc9acfd61
|
* src/netrc.c (search_netrc): Remove use of alloca
|
2020-02-13 16:55:41 +01:00 |
|
Tim Rühsen
|
e91e96ccb5
|
* src/init.c (parse_line): Remove use of alloca
|
2020-02-13 16:50:21 +01:00 |
|
Tim Rühsen
|
c3c04ffeba
|
Remove use of alloca in setoptval
* src/init.c (setoptval): Remove use of alloca
* src/init.h: Add define MAX_LONGOPTION
* src/main.c (struct cmdline_option): Make 'long_name' a char array
|
2020-02-13 16:39:36 +01:00 |
|
Tim Rühsen
|
cbea3d41dd
|
* src/http.c (check_auth): Remove use of alloca
|
2020-02-13 16:27:38 +01:00 |
|
Tim Rühsen
|
68868bbb37
|
* src/http.c (print_response_line): Remove use of alloca
|
2020-02-13 16:11:51 +01:00 |
|
Tim Rühsen
|
a3f2ba708d
|
* src/http.c (request_set_user_header): Remove use of alloca
|
2020-02-13 16:11:23 +01:00 |
|
Tim Rühsen
|
f1ce7f5bd6
|
* src/http.c (metalink_from_http): Remove use of alloca
|
2020-02-13 16:00:19 +01:00 |
|
Tim Rühsen
|
704208b766
|
* src/http.c (basic_authentication_encode): Remove use of alloca
|
2020-02-13 15:54:16 +01:00 |
|
Tim Rühsen
|
0bc0729bcc
|
* src/http.c (gethttp): Remove use of alloca
|
2020-02-13 15:40:48 +01:00 |
|
Tim Rühsen
|
572f6f9b39
|
* src/http.c (gethttp): Remove use of alloca
|
2020-02-13 15:34:13 +01:00 |
|
Tim Rühsen
|
e22dbe5af0
|
* src/http.c (set_file_timestamp): Remove use of alloca
|
2020-02-13 15:30:50 +01:00 |
|
Tim Rühsen
|
f460e1d049
|
* src/main.c (main): Remove use of alloca
|
2020-02-13 15:17:27 +01:00 |
|
Tim Rühsen
|
c0d8cceb93
|
* src/url.c (append_uri_pathel): Replace alloca by fixed array / sprintf
|
2020-02-13 15:04:17 +01:00 |
|
Tim Rühsen
|
c2d03b6293
|
* src/url.c (append_uri_pathel): Replace alloca by fixed array / xmalloc
|
2020-02-13 13:32:16 +01:00 |
|
Tim Rühsen
|
9adde1e441
|
* src/utils.c (make_directory): Replace alloca by fixed array / xmalloc
|
2020-02-13 12:09:34 +01:00 |
|
Tim Rühsen
|
4dd9dee2e7
|
* src/utils.c (unique_name_1): Replace alloca by xmalloc
|
2020-02-13 11:48:06 +01:00 |
|
Tim Rühsen
|
233f982f9d
|
Add buffer size param to warc_uuid_str
* src/http.c (gethttp): Add buffer size param to warc_uuid_str.
* src/warc.c: Likewise
* src/warc.h: Likewise
|
2020-02-13 11:28:18 +01:00 |
|
Tim Rühsen
|
e5d0dda561
|
* src/http-ntlm.c (ntlm_output): Remove alloca
|
2020-02-12 17:05:01 +01:00 |
|
Tim Rühsen
|
17fad78290
|
* src/http-ntlm.c (mkhash): Replace alloca by fixed length array
|
2020-02-12 16:56:57 +01:00 |
|
Tim Rühsen
|
1ebd88063d
|
* src/http-ntlm.c (ntlm_input): Replace alloca by fixed length array
|
2020-02-12 16:44:59 +01:00 |
|
Tim Rühsen
|
c65c23cfc7
|
* src/gnutls.c (ssl_init): Replace alloca by fixed length arrays
|
2020-02-12 16:24:45 +01:00 |
|