ttorrent icon indicating copy to clipboard operation
ttorrent copied to clipboard

BitTorrent Java library with tracker and download client

Results 71 ttorrent issues
Sort by recently updated
recently updated
newest added

problem in multi announce Not implemented?

I'm getting the following all over the place when I download a torrent using the master branch right now. ``` Exception in thread "bt-peer(..BC5A6F)-recv" java.lang.IllegalStateException: Trying to download a piece...

client

# Security Vulnerability Fix This pull request fixes a partial-path traversal vulnerability due to an insufficient path traversal guard. Even if you deem, as the maintainer of this project, this...

Hi there, in docs you've got 2.0 however when building release it has 1.3 in it (as well as project version in pom.xml). Could you please let me know if...

I want import ttorrent to my project , by I found gradle build error. ```text Could not find net.sf:jargs:1.0. Required by: project : > com.turn:ttorrent:1.4 Possible solution: - Declare repository...

When compiling ttorrent on Mac OS X with Java 11, the build fails at the default-test phase with the following error: setUp(com.turn.ttorrent.network.keyProcessors.CleanupKeyProcessorTest) Time elapsed: 482 sec

Is it possible to add option in SimpleClient to disable hash checks in downloadTorrent, check only file presence/size ? For serving from read-only storage (DVD or protected SD). Also, add...

I'm created software to updating content on some devices that basing on this library. There was no problems at all but when I delivered it to the clinet it turned...

Creating and destroying byte buffers in high load systems where GC pauses are considered very critical is an undesired scenario. I am creating this jira ticket to track an efficient...