libtorrent4j icon indicating copy to clipboard operation
libtorrent4j copied to clipboard

libtorrent for java, a swig Java interface for libtorrent

Results 23 libtorrent4j issues
Sort by recently updated
recently updated
newest added

I have a magnet link, and trying to get the TorrentInfo of it using below code. The code works fine and is able to fetch details but some details like...

When start a task with a Resume file,sometimes it take too much time (Occasionally even more than 20 seconds)。 but i don't know why it happens。 ``session.download(torrentInfo, downloadFile, resumeFile, selection.toTypedArray(),...

@aldenml Hi Alden. I see you raised the minimum version again. What's the reason for that? ![image](https://user-images.githubusercontent.com/5380115/166102651-73d30695-e3f2-47e8-830f-c962d546891e.png) And I would like to try to upgrade to version 2.0 a second...

I received feedback from one user that seeding on a private tracker doesn't work for him. The tracker sees him as a leecher and there is no uploads (there is...

@aldenml Where are the libtorrent and boost installation commands? Docker gives an error when creating it. There are errors everywhere. Maximum of where I've gone: ![image](https://user-images.githubusercontent.com/5380115/166810836-50692019-a2fc-4cb1-9d2e-768ef3eabd5c.png)

**Please provide the following information** libtorrent version (or branch): master platform/architecture: Android I have received information from users that they are using a proxy and seeding is not working (it's...

**Version**: 2.0.5-26-RC1 Pieces checking hangs at some point, if POSIX I/O backend is enabled. I opened the log and found that there is a check running before 100-200 pieces, after...

I got this message from a user who is using 2.0.4-22-RC1 (Android 10). On version 2.0.4-21 with target API 29 this works as expected. Maybe this is due to the...

`libtorrent` by default allows to implement custom storage https://www.libtorrent.org/reference-Custom_Storage.html. One idea is to implement a storage that works with raw file descriptors, not filesystem paths. Is it possible? This could...

When I try to call a method like `bdecode_node::dict_find_list_ex` and if the node is not found, then the method returns a `bdecode_node` object with a null pointer inside. So, if...