Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
jlibtorrent-linux-1.2.2.0.jar | 2019-08-30 | 5.9 MB | |
jlibtorrent-macosx-1.2.2.0.jar | 2019-08-30 | 2.4 MB | |
jlibtorrent-windows-1.2.2.0.jar | 2019-08-30 | 4.9 MB | |
jlibtorrent-1.2.2.0-sources.jar | 2019-08-30 | 407.3 kB | |
jlibtorrent-1.2.2.0.jar | 2019-08-30 | 684.1 kB | |
jlibtorrent-android-arm64-1.2.2.0.jar | 2019-08-30 | 2.5 MB | |
jlibtorrent-android-arm-1.2.2.0.jar | 2019-08-30 | 2.5 MB | |
jlibtorrent-android-x86-1.2.2.0.jar | 2019-08-30 | 2.8 MB | |
jlibtorrent-android-x86_64-1.2.2.0.jar | 2019-08-30 | 2.8 MB | |
jlibtorrent-1.2.2.0-javadoc.jar | 2019-08-30 | 2.5 MB | |
README.md | 2019-08-30 | 1.8 kB | |
release_1.2.2.0.tar.gz | 2019-08-30 | 1.4 MB | |
release_1.2.2.0.zip | 2019-08-30 | 1.7 MB | |
Totals: 13 Items | 30.5 MB | 0 |
1.2.2.0
* libtorrent 1.2.2 update (d5b56ca1876dc7b96ef9aac7c7584e1f61d25774)
* using android NDK r20 (released June 2019)
* new local build script for android x86_64 (api level 20)
* updated to boost 1.71.0
* upgraded openssl to 1.1.1c
* compiled with std=c++14 (up from c++11)
* lt:pick contiguous pieces from peers with high download rate
* lt:fix error handling of moving storage to a drive letter that isn't mounted
* lt:fix integer overflow in http parser
* lt:fix integer overflow in chunked http parser
* lt:factor out and unit test parts of the DHT routing table logic
* lt:improve sanitation of symlinks, to support more complex link targets (file_storage::sanitize_symlinks)
* lt:avoid empty dht routing table buckets
* lt:fix dht_stats_alert routing table stats for multi-homed clients
* lt:fix entry assignment from bdecode_node and lazy_entry
* lt:fix use-after-free issue in socket_type
* lt:fix error code messages when building without deprecated functions
* lt:feature to disable DHT, PEX and LSD per torrent
* lt:fix seeding of random number generator on mingw
* lt:fix issue where trackers from magnet links were not included in create_torrent()
* lt:extend the whole_pieces_threshold setting to also request contiguous pieces from fast peers
* lt:fix error handling of moving storage to a drive letter that isn't mounted
* lt:don't leak exceptions out of handler callbacks in resolver
* lt:ensure headers build independently
* lt:fix unit template's mutating operators to give them proper ref qualifiers