| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| libtorrent-rasterbar-2.0.13.tar.gz | 2026-06-09 | 4.7 MB | |
| README.md | 2026-06-08 | 9.5 kB | |
| v2.0.13 source code.tar.gz | 2026-06-08 | 4.4 MB | |
| v2.0.13 source code.zip | 2026-06-08 | 5.2 MB | |
| Totals: 4 Items | 14.3 MB | 1 | |
2.0.13 released
- stricter basic auth handling for web seed
- fix bug in tracker announcements involving i2p trackers
- improve performance of disk job pool
- fix race when removing an auto managed torrent
- fix bug in post_download_queue() when a torrent complete
- in create_torrent, store symbolic links according to BEP 47
- strengthen peer encryption (obfuscation)
- improve HTTP response parsing
- optimize sanitization of symlinks when loading torrents
- stricter checking of tracker URLs
- fixed piece-picker accounting issue for filtered pieces
- add setting for NAT-PMP lease duration
- optimize v2 request sizes
- fix socks5 issues
- fix issue in loading v2 resume data merkle trees
What's Changed
- fix issue in loading v2 resume data merkle trees by @arvidn in https://github.com/arvidn/libtorrent/pull/8213
- Update
nick-fields/retryaction fornode 24compatibility by @xavier2k6 in https://github.com/arvidn/libtorrent/pull/8219 - cmake - fix python install path being treated as absolute by @Andrej730 in https://github.com/arvidn/libtorrent/pull/8221
- Reserve vector space before use by @Chocobo1 in https://github.com/arvidn/libtorrent/pull/8232
- fix socks5 issues by @arvidn in https://github.com/arvidn/libtorrent/pull/8229
- fix to_req() to not request pad-space for v2-only torrents by @arvidn in https://github.com/arvidn/libtorrent/pull/8231
- fixup recent change to piece_size_for_req() by @arvidn in https://github.com/arvidn/libtorrent/pull/8236
- Allow multiple connections from the same Peer ID by @lzhzh1 in https://github.com/arvidn/libtorrent/pull/8215
- add setting for NAT-PMP lease duration by @arvidn in https://github.com/arvidn/libtorrent/pull/8239
- fix flaky test in test_flags by @arvidn in https://github.com/arvidn/libtorrent/pull/8254
- backport fixes detected by cppcheck in master by @arvidn in https://github.com/arvidn/libtorrent/pull/8261
- Static OpenSSL Windows Action by @qstokkink in https://github.com/arvidn/libtorrent/pull/8240
- Add support for OpenSSL 4.0 by @Chocobo1 in https://github.com/arvidn/libtorrent/pull/8270
- add warning to get_download_queue() documentation by @arvidn in https://github.com/arvidn/libtorrent/pull/8272
- V2 piece check fix by @arvidn in https://github.com/arvidn/libtorrent/pull/8274
- add ubuntu-arm to Python binding CI by @arvidn in https://github.com/arvidn/libtorrent/pull/8275
- Use Boost 1.91.0 in Windows CI by @xavier2k6 in https://github.com/arvidn/libtorrent/pull/8281
- fix CIFuzz issue by @arvidn in https://github.com/arvidn/libtorrent/pull/8290
- Update cibuildwheel workflow by @xavier2k6 in https://github.com/arvidn/libtorrent/pull/8287
- NATPMP fixes by @arvidn in https://github.com/arvidn/libtorrent/pull/8297
- Add Python MacOS x86_64 builds to cibuildwheel by @qstokkink in https://github.com/arvidn/libtorrent/pull/8285
- fix flaky test involving web_server.py in windows by @arvidn in https://github.com/arvidn/libtorrent/pull/8300
- Bump some pre-commit hook revs by @xavier2k6 in https://github.com/arvidn/libtorrent/pull/8288
- fixed piece-picker accounting issue for filtered pieces by @arvidn in https://github.com/arvidn/libtorrent/pull/8305
- backport the wait_for_alert() fix from RC_2_1 by @arvidn in https://github.com/arvidn/libtorrent/pull/8313
- clean up some strncmp() by using string_view by @arvidn in https://github.com/arvidn/libtorrent/pull/8320
- fix socks5 parsing edge case by @arvidn in https://github.com/arvidn/libtorrent/pull/8321
- stricter checking of tracker URLs by @arvidn in https://github.com/arvidn/libtorrent/pull/8318
- tighten validation of v2 hash requests by @arvidn in https://github.com/arvidn/libtorrent/pull/8322
- fix off-by-one in loading banned peers from resume data by @arvidn in https://github.com/arvidn/libtorrent/pull/8323
- fix edge case in socks5 UDP unwrap() by @arvidn in https://github.com/arvidn/libtorrent/pull/8324
- make parse_magnet_uri() stricter by @arvidn in https://github.com/arvidn/libtorrent/pull/8325
- remove cirrus CI by @arvidn in https://github.com/arvidn/libtorrent/pull/8326
- add warning message to read_resume_data() by @arvidn in https://github.com/arvidn/libtorrent/pull/8328
- fix incorrect invariant check in torrent.cpp by @arvidn in https://github.com/arvidn/libtorrent/pull/8331
- GHA CI: Replace
third partyaction withnode24 compatiblevariant by @xavier2k6 in https://github.com/arvidn/libtorrent/pull/8327 - Fix resume file save trigger on PEX/LSD change by @Bonstra in https://github.com/arvidn/libtorrent/pull/8333
- optimize sanitization of symlinks when loading torrents by @arvidn in https://github.com/arvidn/libtorrent/pull/8334
- Fixup web seed by @arvidn in https://github.com/arvidn/libtorrent/pull/8336
- sanitize add_torrent_params by @arvidn in https://github.com/arvidn/libtorrent/pull/8341
- strengthen peer encryption (obfuscation) by @arvidn in https://github.com/arvidn/libtorrent/pull/8350
- in create_torrent, store symbolic links according to BEP 47 by @arvidn in https://github.com/arvidn/libtorrent/pull/8349
- fix bug in combine_path by @arvidn in https://github.com/arvidn/libtorrent/pull/8352
- address potential dangling pointers in smart_ban by @arvidn in https://github.com/arvidn/libtorrent/pull/8357
- sanitize time counters in add_torrent_params by @arvidn in https://github.com/arvidn/libtorrent/pull/8358
- fix bug in post_download_queue() when a torrent complete by @arvidn in https://github.com/arvidn/libtorrent/pull/8376
- add two documentation comments for portmaps by @arvidn in https://github.com/arvidn/libtorrent/pull/8371
- Fix quoted I2P SAM values by @M-Hassan-Raza in https://github.com/arvidn/libtorrent/pull/8369
- Fix bandwidth channel iteration by @M-Hassan-Raza in https://github.com/arvidn/libtorrent/pull/8374
- Return partial byte count from pwrite_all on error by @M-Hassan-Raza in https://github.com/arvidn/libtorrent/pull/8380
- fix race when removing an auto managed torrent by @arvidn in https://github.com/arvidn/libtorrent/pull/8383
- Fix UPnP content-type checks by @M-Hassan-Raza in https://github.com/arvidn/libtorrent/pull/8370
- don't print warning for some undocumented functions by @arvidn in https://github.com/arvidn/libtorrent/pull/8385
- use v2 hashes for hybrid torrents, instead of smart_ban by @arvidn in https://github.com/arvidn/libtorrent/pull/8386
- Handle short reads from part files by @M-Hassan-Raza in https://github.com/arvidn/libtorrent/pull/8381
- improve performance of disk job pool by @arvidn in https://github.com/arvidn/libtorrent/pull/8391
- fix bug in tracker announcements involving i2p trackers by @arvidn in https://github.com/arvidn/libtorrent/pull/8398
- Fix peer class bandwidth channel capacity by @M-Hassan-Raza in https://github.com/arvidn/libtorrent/pull/8388
- Fix mmap disk jobs stranded behind fences by @M-Hassan-Raza in https://github.com/arvidn/libtorrent/pull/8389
- avoid busy looping in tests by @arvidn in https://github.com/arvidn/libtorrent/pull/8413
- Match DHT RPC replies by full endpoint by @M-Hassan-Raza in https://github.com/arvidn/libtorrent/pull/8410
- Fix deprecated pair piece priorities by @M-Hassan-Raza in https://github.com/arvidn/libtorrent/pull/8430
- Fix reject piece request iteration by @M-Hassan-Raza in https://github.com/arvidn/libtorrent/pull/8432
- fix issue with graceful pause during shutdown by @arvidn in https://github.com/arvidn/libtorrent/pull/8435
- Fix DH xor mask secret padding by @M-Hassan-Raza in https://github.com/arvidn/libtorrent/pull/8434
- Fix whole-piece prefetch overflow by @M-Hassan-Raza in https://github.com/arvidn/libtorrent/pull/8436
- mark hashes as have=true to avoid double-requests by @arvidn in https://github.com/arvidn/libtorrent/pull/8442
- Fix SOCKS5 auth request bounds by @M-Hassan-Raza in https://github.com/arvidn/libtorrent/pull/8441
- stricter checks in hash-picker by @arvidn in https://github.com/arvidn/libtorrent/pull/8446
- fix typo in get_drive_info() by @arvidn in https://github.com/arvidn/libtorrent/pull/8448
- fix issue in uTP shutdown by @arvidn in https://github.com/arvidn/libtorrent/pull/8450
- extend get_drive_info by @arvidn in https://github.com/arvidn/libtorrent/pull/8452
- Stop tracker timeout web server by @hussainarslan in https://github.com/arvidn/libtorrent/pull/8454
- Validate resume files touched by completed pieces by @hussainarslan in https://github.com/arvidn/libtorrent/pull/8451
- stricter basic auth handling for web seed by @arvidn in https://github.com/arvidn/libtorrent/pull/8319
- Fix DHT upload quota zero limit by @M-Hassan-Raza in https://github.com/arvidn/libtorrent/pull/8456
- clear HTTP credentials on redirected web seeds by @arvidn in https://github.com/arvidn/libtorrent/pull/8455
- fix merkle proof cleanup by @arvidn in https://github.com/arvidn/libtorrent/pull/8461
- bump version to 2.0.13 by @arvidn in https://github.com/arvidn/libtorrent/pull/8462
New Contributors
- @Andrej730 made their first contribution in https://github.com/arvidn/libtorrent/pull/8221
- @lzhzh1 made their first contribution in https://github.com/arvidn/libtorrent/pull/8215
- @Bonstra made their first contribution in https://github.com/arvidn/libtorrent/pull/8333
- @hussainarslan made their first contribution in https://github.com/arvidn/libtorrent/pull/8454
Full Changelog: https://github.com/arvidn/libtorrent/compare/v2.0.12...v2.0.13