Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
frostwire-android-basic-release.aab | 2023-05-30 | 65.3 MB | |
frostwire-android-release-2.7.0-b719-plus.apk | 2023-05-30 | 92.1 MB | |
frostwire-android-release-2.7.0-b719-basic.apk | 2023-05-30 | 92.1 MB | |
frostwire-android-2.7.0-build-719.tar.gz | 2023-05-30 | 55.1 MB | |
frostwire-android-2.7.0-build-719.zip | 2023-05-30 | 57.0 MB | |
README.md | 2023-05-30 | 1.3 kB | |
Totals: 6 Items | 361.6 MB | 0 |
FrostWire 2.7.0 build 719 - MAY/30/2023
- jlibtorrent 1.2.19.0 upgrade
- boost 1.82 upgrade
- openssl 1.1.1t upgrade
- gradle 8.1.1 upgrade
- jar built with jdk20
- libtorrent update to RC_1_2 [adac0d]
- android NDK r25c (LTS) (from r25b)
- more robust initialization of Python runtime
- fixed race condition issues starting the Python runtime
- fixed SC search
- lt:back-port load_torrent_*() functions
- lt:fix issue with odd piece sizes
- lt:fix issue where stop-when-ready would not close files
- lt:uTP performance, fix packet loss when sending is stalled
- lt:uTP performance, prevent premature timeouts/resends
- lt:uTP performance, more lenient nagle's algorithm to always allow one outstanding undersized packet
- lt:uTP performance, piggy-back held back undersized packet with ACKs
- lt:uTP performance, don't send redundant deferred ACKs
- lt:fix wanted_done/done accounting when force-rechecking
- lt:expose userdata via torrent_handle (back-port from 2.0)
- lt:fix renaming of filenames that are too long for the filesystem
- lt:made UPnP and LSD code avoid using select_reactor (to work around an issue on windows in boost.asio < 1.80)