libtorrent
libtorrent copied to clipboard
libTorrent BitTorrent library
@rakshasa: Can you look to create a new release? Please look all PRs, all forks, all issues: - https://github.com/rakshasa/libtorrent/network - https://github.com/rakshasa/libtorrent/pulls - https://github.com/rakshasa/libtorrent/issues Thanks in advance.
@rakshasa: I see a lot of branches, have you integrated all in master? - https://github.com/rakshasa/libtorrent/branches/stale
This is #133, but with actual autoconf changes, and a green Travis build (with the two additional configurations you suggested). Right now, the build requires udns by default and fails...
Some trackers send "warning message" instead of a failure when a torrent is not registered on the tracker. Looks like this: > d8:intervali3030e12:min intervali3030e5:peers6:S‹™жЊЄ15:warning message22:Torrent not registerede The change will...
This is called out in a closed issue but documentation has not been updated.
I've been having rtorrent crashes occasionally just after a download completes. It's not consistent, but I have caught one with a backtrace: ``` Caught internal_error: 'DhtServer::event_write called but both write...
Hi, please consider updating the code base to include support for OpenSSL v3 API. Thank you -- Martin
Hi, I was trying to uprev libtorrent on Solaris and found that `gmake check` fails to build unit tests. sig_t is missing on Solaris. Attached patch workarounds that. Consider adopting...
Cygwin 64bit with gcc 9.2 On **test\Makefile.am** there are an excess of libraries causing link to fail as multiple definitions are not permitted ``` LibTorrentTest_LDADD = \ ../src/libtorrent.la \ ../src/torrent/libsub_torrent.la...