Arvid Norberg
Arvid Norberg
trying to reproduce this, the build step fails with: ``` error: [Errno 2] No such file or directory: 'b2': 'b2' ``` I tried `yum install boost-build`, `yum install boost`, `yum...
jfrog doesn't seem to like links like that. They go to some length to require a full browser in order to download. Anyway, I get this error: ``` ImportError: /lt/bindings/python/libtorrent.so:...
I can reproduce the segfault now. But I can't find a way to analyze it. If I run gdb (in docker) I get permission denied to create the proces. And...
thank you for a well made argument. I felt uneasy introducing this memory allocation restriction as well, although, previously alerts were held by `std::auto_ptr` (which doesn't work right all the...
this is still on my todo list, it's not particularly urgent compared to some other things on there though
could anyone give this a try? https://github.com/arvidn/libtorrent/pull/6853
can you translate those error messages to english? github recently updated their msvc version and I made some updates accordingly. Could you try the `RC_2_0` branch?
you need to clone the submodules too. run this: ``` git submodule update init --recursive ```
is there something that still isn't resolved here?
yes, this would be a reasonable feature. Currently the proxy settings only take a hostname and port, so there's no opportunity to specify SSL or plaintext via a URL schema....