Arvid Norberg
Arvid Norberg
but bencoding *does* support strings, and they are supposed to be encoded as utf-8 (by the spec). In a way, one could argue that leaving the string encoding to the...
when libtorrent loads a torrent, it sanitizes file paths/names as well as comment and creator strings. They *should* be valid UTF-8 strings (possibly with replacement characters for invalid sequences). Is...
It seems right to return bytes there. The tests should also make sure bytes could be used to set the peer id
I think this ought to cover some of it at least. I haven't come up with a good way of reporting this for properties yet. would anyone mind giving it...
There used to be an issue in boost.asio breaking things after going to sleep and waking up again. > after reconnecting to wifi or deactivating-activating Ethernet - dht drops to...
as far as I can tell, what's happening is that when MacOS notifies applications that its network has changed, it's not done setting up the *routes* yet. So when libtorrent...
could someone give this a try? https://github.com/arvidn/libtorrent/pull/6338
@an0n666 I think the problem on linux and windows is a different problem. Is there a ticket describing steps to reproduce?
> Is this desirable, or should I remove one of them? I think it's good to build both. (unless it takes too long) > The current workflow uploads the whole...
In a way I would be a bit cautious to upload artifacts without a good use case. "Nightly" builds may be a good one, with debug symbols. enum_if and client_test...