Arvid Norberg

Results 1037 comments of Arvid Norberg

yeah, the creation of the `libtorrent-rasterar.pc` file is a bit of a hack. I should have realized the ordering isn't guaranteed to work right.

I agree. A related issue is the default plugins in python. `ut_metadata`, `ut_pex` and `smart_ban` are all plugins that are added to the session by default. in C++ these are...

how does this look? https://github.com/arvidn/libtorrent/pull/6164

some of that is a addressed here: https://github.com/arvidn/libtorrent/pull/6204

I wonder if something changed in asio to pick up the custom allocator, but not the custom *deallocator*, which would make it try to free the custom storage for some...

I don't know how to trouble-shoot this. I don't build 1.2.x on BSD, only 2.0.x is built on cirrus. On windows, Linux and Mac, boost-1.77 has not caused any issues....

neither clang-11 nor clang-10 reproduces this on Ubuntu for me. The Ubuntu clang-12 package doesn't seem to work (it produces broken binaries for me)

it looks like this may be related to this issue: https://github.com/arvidn/libtorrent/issues/6567

this is not as simple as it might seem. I can't think of a way to actually resolve a name via SOCKS5, all you can do is to specify a...

yes, if you put IP addresses in that setting, there won't be any hostname lookups.