frostwire / frostwire-jlibtorrent

A swig Java interface for libtorrent by the makers of FrostWire. Develop libtorrent based apps with the joy of coding in Java.
http://www.frostwire.com
MIT License
451 stars 138 forks source link

Upgrading to libtorrent 2.0, it's time. #281

Closed gubatron closed 5 days ago

gubatron commented 1 year ago

Will start a development branch libtorrent-2.0 to attempt to upgrade to libtorrent 2.0.

With libtorrent 2 we'll be supporting BitTorrent v2 and this gives us:

gubatron commented 1 year ago

Development branch libtorrent-2.0 started. ./build-macos.sh works, ./gradlew test is passing all existing tests.

Have yet to test the library on FrostWire and see if FrostWire compiles and then will start making a battery of tests, fixing and adding new tests on this project.