Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Popular repositories
1,109 contributions in the last year
Activity overview
Contribution activity
June 2020
Created a pull request in arvidn/libtorrent that received 7 comments
- fix race when two threads are opening the same file
- clean up seed-mode with resume data
- Test merge 2.0
- extend documentation for upgrading to info_hash_t
- fix some c++17 that made it in
- detect posix_fallocate
- don't leave lingering part files handles open
- expose load_torrent_limits in python binding, as a dict
- use weak pointers to hold http_tracker_connection
- add readability-redundant-member-init clang_tidy checker
- back port updated SSL test certificates
- WIP: enable readability-qualified-auto in clang_tidy
- Compress resume trees
- document load_torrent_limits
- transition last remaining boost::bind to std::bind
- WIP: debug travis environment variable
- fix typo in fuzzer Jamfile
- add support for clang iterator debugging
- Test merge
- validate input to read_session_params() when loading ip_filter
- fix check-headers target to build with openssl enabled
- disallow calling add_piece() during checking
- Test script
- ensure we don't keep redundant copies of merkle trees around
- fix documentation generation script
- Some pull requests not shown.
- clean up seed-mode with resume data
- Raise default piece limit to meet the needs of larger torrents
- Compress resume trees
- WIP: enable redundant preprocessor directive check in travis
- change compiler warning flags to reflect minimum requirement of C++14
- WebTorrent support
- Remove Boost.system dependency and up minimum boost to 1.69
- Clarify docs wrt upload_mode and downloading metadata
- fix peer counters documentation
- ensure we don't keep redundant copies of merkle trees around
- [clang-tidy] use emplace_back
- [clang-tidy] use for range loops
- [clang-tidy] remove bad const
- [clang-tidy] use bool literals
- [clang-tidy] use using instead of typedef
- [clang-tidy] use auto
- [clang-tidy] use make-unique
- [RC_2_0]clang-tidy fixes
- make create_torrent fail rather than produce invalid torrents
- additional asserts and comments in torrent::on_blocks_hashed
- fix checking files of v2-only torrent
- Use time_duration instead of int for predictive pieces
Created an issue in arvidn/libtorrent that received 4 comments
create_torrent creates invalid hybrid torrents by "default"
libtorrent version (or branch): 2.0 the 2.0 create_torrent class is API compatible with the 1.2 version. If it's used the same but compiled against…
4
comments