Highlights
- Arctic Code Vault Contributor
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,700 contributions in the last year
Activity overview
Contributed to
arvidn/libtorrent,
arvidn/libsimulator,
qbittorrent/qBittorrent
and 5 other
repositories
Contribution activity
September 2020
Created a pull request in arvidn/libtorrent that received 4 comments
disable use of SetFileValidData() by default (windows).
A new setting allows enabling it.
+24
−1
•
4
comments
- split test_hash_picker to have merkle_tree tests in its own file
- Test merge
- update tuning documentation
- Test merge 2
- remove redundant condition, to silence warning
- catch specific exception in setup.py, to silence warning
- fix warning in bt_peer_connection.cpp, by removing a redundant condition
- add option to example make_torrent to include file timestamps
- std::string is not nothrow-move-assignable until C++17
- use a different error code than host-unreachable
- fix msvc 64 bit build
- fix issue where pad blocks would skip the zero-hash check
- Test merge
- fix fuzzers
- fix fuzzers
- Test merge
- fix -export-dynamic linker flag in Jamfile
- don't run tests twice on cirrus CI
- Test merge 2
- fix regression in python binding for move_storage()
- Aligned union
- modernize entry type to use std::variant
- Cleanup license header
- Test merge
- Test merge 2
Created an issue in github/codeql that received 3 comments
LGTM.com - false positive (integer negative 0)
Description of the false positive
negating integer 0 results in integer 0.
The analyzer seems to consider the integer val in expression val = -val …
3
comments

