Develop libtorrent based apps with the joy of coding in Java. GitHub Repository here
- jlibtorrent-1.2.0.20-javadoc.jar 2.42 MB
- jlibtorrent-1.2.0.20-sources.jar 398 KB
- jlibtorrent-1.2.0.20.jar 668 KB
- jlibtorrent-android-arm-1.2.0.20.jar 2.29 MB
- jlibtorrent-android-x86-1.2.0.20.jar 2.59 MB
- jlibtorrent-linux-1.2.0.20.jar 5.13 MB
- jlibtorrent-macosx-1.2.0.20.jar 2.16 MB
- jlibtorrent-windows-1.2.0.20.jar 4.55 MB
jlibtorrent is a high level java API that wraps libtorrent, the most efficient, most powerful and battle tested C++ opensource bittorrent library in the world.
FrostWire BitTorrent clients for Android, Windows, Mac and Linux are developed using jlibtorrent
Free Photo by Larisa-K
changelog
1.2.0.20
- updated to libtorrent RC_1_2 HEAD
- updated to OpenSSL 1.1.1b
- lt:add support for creating symlinks, for torrents with symlinks in them
- lt:allow padfiles of equal size to share the same filename
- lt:fix seed_mode flag
- lt:support numeric suffixes to magnet link parameter names
- lt:added FrostWire’s client ID
- lt:don’t try to hash empty read in do_uncached_hash
- lt:don’t copy a vector into the async_write operation for iovec
- lt:on linux, link against lbdl when using openssl
- lt:use UNC paths pervasively on windows
- lt:source code cleanup, performance and stability