Arvid Norberg
Arvid Norberg
libtorrent no longer supports building without exceptions. The support there was (many years ago by now) was still somewhat broken, where errors were simply not reported when exceptions were disabled....
there are a lot of good fixes here. if only it could be made to ignore string literals. ignoring the `.torrent` files is easy enough
the most obvious false positives were in string literals in the c++ code, in the utf-8 test file and in .torrent files. Maybe also in some `.xml` files.
it does seem like a stretch to do this. Even reporting `&port=` at all seems wrong. I think it would be more palatable if there would at least be a...
@Masong19hippows that link appears to be broken. Is that text posted anywhere else?
it's not surprising the HTTP proxy specification from 1997 defines proxy as an intermediary for making requests. That was essentially the only thing you could do with HTTP. The Socks5...
This test is ensuring some aspects of ABI stability and is failing. https://ci.appveyor.com/project/arvidn/libtorrent/builds/50811938/job/l22u63al4sr0ykyn#L1156 the `listen_on_proxy` enum value has to be added at the end of the enums, to ensure that...
thanks everyone!
do you have any specific issues that libtorrent could do better?
I suspect things might start working if we remove the `choco install openssl` step, and rely on the openssl already installed on the runner.