- 24 Jan, 2021 6 commits
-
-
Tim Rühsen authored
-
Michael Roosz authored
-
Michael Roosz authored
-
Tim Rühsen authored
-
Tim Rühsen authored
-
Michael Roosz authored
* libwget/decompressor.c (gzip_decompress): Return 0 for Z_BUF_ERROR.
-
- 23 Jan, 2021 3 commits
-
-
Tim Rühsen authored
-
Tim Rühsen authored
-
Tim Rühsen authored
-
- 22 Jan, 2021 1 commit
-
-
Darshit Shah authored
-
- 10 Jan, 2021 1 commit
-
-
Darshit Shah authored
-
- 09 Jan, 2021 1 commit
-
-
Tim Rühsen authored
-
- 06 Jan, 2021 1 commit
-
-
Tim Rühsen authored
-
- 02 Jan, 2021 1 commit
-
-
Tim Rühsen authored
-
- 01 Jan, 2021 2 commits
-
-
Tim Rühsen authored
-
Tim Rühsen authored
-
- 27 Dec, 2020 6 commits
-
-
Tim Rühsen authored
* src/wget.c: Move some code logic around. * tests/test-interrupt-response.c: Correct expected wget2 exit status. * tests/test-redirection.c: Add tests for --retry-on-http-error. Reported-by: Sergei Litvin
-
Tim Rühsen authored
-
Tim Rühsen authored
* src/wget.c (check_status_code_list): Call check_statuscode_list().
-
Tim Rühsen authored
-
Tim Rühsen authored
* src/options.c (options,deinit): Rename. * src/wget.c (downloader_thread): Rename. * src/wget_options.h (struct config): Rename.
-
Tim Rühsen authored
-
- 25 Dec, 2020 4 commits
-
-
Tim Rühsen authored
-
Tim Rühsen authored
-
Tim Rühsen authored
-
Tim Rühsen authored
This fixes #547 (autotools 2.70 is more restrictive). Reported by: Gabriele Balducci
-
- 20 Dec, 2020 5 commits
-
-
Tim Rühsen authored
* libwget/hashfile.c (wget_hash_fast): Cast size_t to unsigned int. (wget_hash): Likewise. * libwget/ssl_wolfssl.c (ShowX509): Use XFREE without trailing semicolon. (wget_ssl_open): Use 64bit to 32bit casts to pacify clang 11.
-
Tim Rühsen authored
* libwget/dns.c (wget_dns_resolve): 'rc' was set but not used. * libwget/http.c (wget_http_get_response_cb): 'rc' was set but not used. * libwget/net.c (wget_tcp_connect): 'rc' was set but not used. * libwget/ssl_gnutls.c (send_ocsp_request): 'rc' was set but not used.
-
Tim Rühsen authored
* examples/batch_loader.c (_normalize_location): 'rc' was set but not used. * examples/check_url_types.c (_normalize_location): 'rc' was set but not used.
-
Tim Rühsen authored
* src/job.c (job_validate_file): 'rc' was set but not used. * src/options.c (parse_proxy): Fix return value. * src/wget.c (input_thread): 'rc' was set but not used.
-
Tim Rühsen authored
* tests/libtest.c (_parse_hostname): Fix += into +. (_answer_to_connection): Limit scope of body_len.
-
- 13 Dec, 2020 2 commits
-
-
Tim Rühsen authored
-
Tim Rühsen authored
-
- 06 Dec, 2020 1 commit
-
-
Tim Rühsen authored
* libwget/http.c (wget_http_get_response_cb): Fix printf format from %lX to %zX. * libwget/ssl_openssl.c (wget_ssl_deinit): Fix sesslen to size_t. * src/stats_site.c (print_csv_entry): Use %lld and cast to long long.
-
- 31 Oct, 2020 2 commits
-
-
Tim Rühsen authored
-
Tim Rühsen authored
Reported-by: Brian Inglis
-
- 26 Oct, 2020 2 commits
-
-
Tim Rühsen authored
/usr/bin/python don't exist here any more. 'python2' and 'python3' do exist.
-
Tim Rühsen authored
-
- 25 Oct, 2020 2 commits
-
-
Tim Rühsen authored
Tmp fix mingw
-
Tim Rühsen authored
-