Tim Rühsen

Results 57 issues of Tim Rühsen

Do you have any idea why the gmp build fails on Debian unstable (`config.log` is attached) ? ``` gmp-6.2.1.tar.xz.3 100%[=====================================================>] 1.93M 2.64MB/s in 0.7s 2022-01-30 19:20:32 (2.64 MB/s) - 'gmp-6.2.1.tar.xz.3'...

Thank you from one of the Wget maintainers for putting up this repository ! The build script will definitely help in finding issues on Windows (e.g. https://savannah.gnu.org/bugs/?61038). Did you consider...

Right now the HTTP authentication part of Mget ignores Authentication-Info Headers. This leads to more request/response traffic than needed.

enhancement

When in recursive mode, following/testing directory listings would retrieve even more files than just scanning .html and .css files.

enhancement

A FreeBSD user reports a compile error for GNU Wget2: https://gitlab.com/gnuwget/wget2/-/issues/571 ``` ssl_wolfssl.c:877:49: error: use of undeclared identifier 'WOLFSSL_ALPN_CONTINUE_ON_MISMATCH' ``` as well as warnings about missing ALPN function declarations. The...

Hi, is there a way to escape colons for the -p option ? The version strings here may contain colons and there are reasons not to remove/change them.

`alloca()` needs special treatment for Windows and possibly other systems. The implementation also is compiler-specific. `alloca()` in general is considered "dangerous" (similar to variable-length arrays (VLAs)). This PR drops the...

Can someone please review, especially try compiling on Windows? Fixes #226

This would allow to drop a runtime dependency on Windows. The code is e.g. at https://opensource.apple.com/source/xnu/xnu-4903.221.2/libkern/net/inet_pton.c.auto.html We can simplify or throw out parts of it as we are only interested...