Gisle Vanem

Results 66 issues of Gisle Vanem

I had this PR sitting in my fork for some; completely forgot about it. So here goes: Simply let the `_WIN32` code call `Sleep()`. The `delay_socket` is IMHO just an...

It's quite confusing to think of an device-index when it comes to WinPcap devices. This PR allows an argument for option `-d` to be either a number (> 0 as...

The `libwget/ssl_wolfssl.c` file suffers from the same Gnulib idiosyncrasy as `libwget/ssl_openssl.c` once did. A simple `wget2.exe https://www.watt-32.net/watt32s.zip`, gives this: ``` failed to connect TLS (-308): error state on socket ```...

The main-page (in README.rst) gave me the impression Windows is supported. But I'm not sure after these simple steps: ``` git clone https://github.com/xmikos/qspectrumanalyzer.git cd qspectrumanalyzer py -3 setup.py -h Traceback...

There is an issue with access to filenames with >= 260 characters in the Windows version of curl. I used this `\upload-long-file.bat` file to verify: ``` @echo off setlocal ::...

cmdline tool
KNOWN_BUGS material
Windows

Building with most options enabled and doing: ``` set CURL_MEMDEBUG=c:\temp\memdebug.curl curl --http3 https://www.curl.se perl tests\memanalyze.pl c:\temp\memdebug.curl ``` gives: `Open file descriptor created at connect.c:1632`

memory-leak
HTTP/3

I had little problem building Mega.dll using MinGW. But using MSVC-2015 or clang-cl is an endless struggle. One error is from `src/attrmap.cpp`: ``` error C2504: 'Cachable': base class undefined" ```...

I stumbled on an issue while building [libtins](https://github.com/mfontanini/libtins) with support for Boost. When compiling libtin's [`src/tcp_ip/ack_tracker.cpp`](https://github.com/mfontanini/libtins/blob/master/src/tcp_ip/ack_tracker.cpp): ``` In file included from ./include\tins/tcp_ip/ack_tracker.h:38: In file included from f:/MinGW32/src/CPP/Boost_1_74_0\boost/icl/interval_set.hpp:13: In file included...

compiling

#### What version of ripgrep are you using? ripgrep 13.0.0, -SIMD -AVX (compiled) #### How did you install ripgrep? Built it myself by `cargo build --all --release --features pcre2` ####...

### Feature Description I was trying to build a working `rstest.exe` on Win-10 using MSVC-2022 (or clang-cl) with support for `-DALL_VERSIONS`. But have several issues with it. * First there...

Feature Request