| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| libtorrent-rasterbar-2.0.11.tar.gz | 2025-01-28 | 4.6 MB | |
| libtorrent 2.0.11 source code.tar.gz | 2025-01-28 | 4.3 MB | |
| libtorrent 2.0.11 source code.zip | 2025-01-28 | 5.2 MB | |
| README.md | 2025-01-28 | 7.2 kB | |
| Totals: 4 Items | 14.1 MB | 51 | |
What's Changed
- bump version for future release by @arvidn in https://github.com/arvidn/libtorrent/pull/7621
- torrent_status::num_pieces counts pieces passed hash check by @arvidn in https://github.com/arvidn/libtorrent/pull/7631
- Updated numerous action revisions by @xavier2k6 in https://github.com/arvidn/libtorrent/pull/7590
- back-port fixes to brew on CI by @arvidn in https://github.com/arvidn/libtorrent/pull/7648
- fix setup.py to not use distutils by @arvidn in https://github.com/arvidn/libtorrent/pull/7649
- fix integer overflow in piece picker by @arvidn in https://github.com/arvidn/libtorrent/pull/7647
- Send read_piece_alert after piece passes by @YakoYakoYokuYoku in https://github.com/arvidn/libtorrent/pull/7642
- test for
set_piece_deadline()by @arvidn in https://github.com/arvidn/libtorrent/pull/7652 - default target windows 10 by @arvidn in https://github.com/arvidn/libtorrent/pull/7662
- Make anti-leech choker never increase score for dishonesty by @Artoria2e5 in https://github.com/arvidn/libtorrent/pull/7658
- fix the compilation failure caused by the failure to find std::max by @zzlhyly in https://github.com/arvidn/libtorrent/pull/7664
- bump libsimulator submodule by @arvidn in https://github.com/arvidn/libtorrent/pull/7673
- assume copy_file_range() exists on linux (unless old glibc) by @arvidn in https://github.com/arvidn/libtorrent/pull/7670
- bump cibuildwheel action to v2.17.0 by @arvidn in https://github.com/arvidn/libtorrent/pull/7672
- rely on the openssl version already installed on the runner by @arvidn in https://github.com/arvidn/libtorrent/pull/7685
- ask msvc to report the correct C++ version in __cplusplus macro by @arvidn in https://github.com/arvidn/libtorrent/pull/7545
- attempt to make CirrusCI job more efficient by @arvidn in https://github.com/arvidn/libtorrent/pull/7697
- remove aligned storage, as it's deprecated in C++23 by @arvidn in https://github.com/arvidn/libtorrent/pull/7698
- attempt to fix msvc version macro builds by @arvidn in https://github.com/arvidn/libtorrent/pull/7709
- GHA workflow update by @arvidn in https://github.com/arvidn/libtorrent/pull/7699
- apply DSCP setting to peers before connecting by @arvidn in https://github.com/arvidn/libtorrent/pull/7696
- check settings_pack::max_out_request_queue before alert outstanding_r… by @tkittich in https://github.com/arvidn/libtorrent/pull/7714
- improve debug facilities of swarm simulations by @arvidn in https://github.com/arvidn/libtorrent/pull/7719
- Improve simulator determinism by @arvidn in https://github.com/arvidn/libtorrent/pull/7720
- fix issue when closing a uTP connection by @arvidn in https://github.com/arvidn/libtorrent/pull/7717
- fix test_copy_file to recognize overlayfs as supporting sparse files. by @arvidn in https://github.com/arvidn/libtorrent/pull/7715
- Fix some typos by @xavier2k6 in https://github.com/arvidn/libtorrent/pull/7728
- don't discard netlink messages for previously seen addresses by @ssiloti in https://github.com/arvidn/libtorrent/pull/7737
- fix pre-allocation when changing priority by @arvidn in https://github.com/arvidn/libtorrent/pull/7738
- limit the piece size in create_torrent constructor by @arvidn in https://github.com/arvidn/libtorrent/pull/7739
- Updated numerous pre-commit hook revs. by @xavier2k6 in https://github.com/arvidn/libtorrent/pull/7723
- fix BEP-40 peer priority for IPv6 by @arvidn in https://github.com/arvidn/libtorrent/pull/7743
- GHA CI: Migrate to OpenSSL 3.x by @xavier2k6 in https://github.com/arvidn/libtorrent/pull/7746
- minor fix on documentation by @joriscarrier in https://github.com/arvidn/libtorrent/pull/7753
- allow connections while checking resume data if no_verify_files flag is set by @e1y4s in https://github.com/arvidn/libtorrent/pull/7754
- don't hint
POSIX_FADV_RANDOMby @arvidn in https://github.com/arvidn/libtorrent/pull/7758 - fix tests to work on linux ZFS by @arvidn in https://github.com/arvidn/libtorrent/pull/7759
- fix bug where file_progress could sometimes be reported as >100% by @arvidn in https://github.com/arvidn/libtorrent/pull/7765
- cibuildwheel: Add macOS arm64 support by @xavier2k6 in https://github.com/arvidn/libtorrent/pull/7727
- Move construct
std::shared_ptrobjects by @Chocobo1 in https://github.com/arvidn/libtorrent/pull/7768 - Bump libsimulator submodule by @0xThiebaut in https://github.com/arvidn/libtorrent/pull/7773
- fix performance bug in the file pool by @arvidn in https://github.com/arvidn/libtorrent/pull/7779
piece_pickerupdates by @arvidn in https://github.com/arvidn/libtorrent/pull/7781- Add announce_port support by @0xThiebaut in https://github.com/arvidn/libtorrent/pull/7771
- fix race condition when cancelling requests after becoming a seed by @arvidn in https://github.com/arvidn/libtorrent/pull/7787
- abort_download() is OK in any state by @arvidn in https://github.com/arvidn/libtorrent/pull/7788
- Bump some pre-commit-hook revs by @xavier2k6 in https://github.com/arvidn/libtorrent/pull/7804
- Fix mmap error when reading empty file during resume check on Linux by @Doekin in https://github.com/arvidn/libtorrent/pull/7808
- homebrew uses standard name for pre-built boost_system now by @arvidn in https://github.com/arvidn/libtorrent/pull/7816
- bump ubuntu version in workflows by @arvidn in https://github.com/arvidn/libtorrent/pull/7817
- remove use of std::aligned_union by @arvidn in https://github.com/arvidn/libtorrent/pull/7818
- bump version by @arvidn in https://github.com/arvidn/libtorrent/pull/7815
- Fix typos by @xavier2k6 in https://github.com/arvidn/libtorrent/pull/7820
- add some possible values to the documentation for dht_bootstrap_nodes by @arvidn in https://github.com/arvidn/libtorrent/pull/7827
- fix applying IP filter to DHT traffic (HanabishiRecca) by @arvidn in https://github.com/arvidn/libtorrent/pull/7829
- cibuildwheel: update workflow by @xavier2k6 in https://github.com/arvidn/libtorrent/pull/7805
- add invariant check to
socks5_streamby @arvidn in https://github.com/arvidn/libtorrent/pull/7785 - fix fcntl.h warning by @arvidn in https://github.com/arvidn/libtorrent/pull/7830
- use stricter rules for what filenames are valid on Android by @arvidn in https://github.com/arvidn/libtorrent/pull/7828
- validate add_torrent_params::save_path at run-time by @arvidn in https://github.com/arvidn/libtorrent/pull/7826
New Contributors
- @YakoYakoYokuYoku made their first contribution in https://github.com/arvidn/libtorrent/pull/7642
- @Artoria2e5 made their first contribution in https://github.com/arvidn/libtorrent/pull/7658
- @zzlhyly made their first contribution in https://github.com/arvidn/libtorrent/pull/7664
- @tkittich made their first contribution in https://github.com/arvidn/libtorrent/pull/7714
- @e1y4s made their first contribution in https://github.com/arvidn/libtorrent/pull/7754
- @0xThiebaut made their first contribution in https://github.com/arvidn/libtorrent/pull/7773
- @Doekin made their first contribution in https://github.com/arvidn/libtorrent/pull/7808
Full Changelog: https://github.com/arvidn/libtorrent/compare/v2.0.10...v2.0.11