Highlights
- Arctic Code Vault Contributor
Popular repositories
1,909 contributions in the last year
Activity overview
Contributed to
arvidn/libtorrent,
Chia-Network/chiapos,
Chia-Network/chiavdf
and 5 other
repositories
Contribution activity
December 2020
Created 83 commits in 5 repositories
Created a pull request in arvidn/libtorrent that received 10 comments
Opened 72 other pull requests in 6 repositories
arvidn/libtorrent
3
open
32
merged
- shortcuts to ask a torrent_info for v1 and v2 metadata
- use freebsd 13 image on cirrus CI
- widen contract for file_storage::symlink
- use getrandom(), when available, and fall back to /dev/urandom
- Test merge
- Test merge 2
- fix loading of DHT node ID from previous session on startup
- session constructor flags in python binding
- fix python binding for value in dht put alerts
- Test merge 2
- back-port change of library target name (in Jamfile) to match makefiles
- fix warning in generate_initial_corpus.py
- set_version.py, optimize CI
- back-port fixes to setup.py
- run tests under thread-sanitizer on CI
- Data race
- time_now_string()
- Test merge 2
- fix python binding build with deprecated functions
- fix warning in python bindings
- move session flags into the session_params object
- Test merge
- improve website preview for links
- Magnets
- tracker ssrf
- Some pull requests not shown.
Chia-Network/clvm
3
open
6
merged
5
closed
- remove deprecated BaseSExp
- add unit test for unknown handler
- add tests for limiting max cost
- fix typo in unit test for any-operator
- remove unused unknown-op-handler
- full test coverage of SExp
- 100% coverage of serialize.py
- redundant SExp.to() call
- remove unused validate() function on SExp class
- enable test coverage in CI
- add tests for edge cases for all operators
- New costs
- make tests use the new --numerical option, to improve readability
- remove sha256tree operator
Chia-Network/chiavdf
11
merged
2
closed
- fix compiler flag to disable PIE on clang
- Leak hunt
- enable sanitizers on CI
- enable optimizations on MacOS (now that the code is fixed). Enable LTO
- fix use of custom allocator for GMP
- fix out-of-bound accesses
- just tests, baseline
- Test
- fix undefined behavior in left-shifting negative numbers
- fix data races
- Fix CI
- fix data races
- Memory management
Chia-Network/clvm_tools
1
open
2
merged
2
closed
Chia-Network/chiapos
4
merged
FranciscoPombal/libtorrent
1
open
Reviewed 23 pull requests in 5 repositories
arvidn/libtorrent 9 pull requests
- shortcuts to ask a torrent_info for v1 and v2 metadata
- using std::clamp from standard
- Clean up setup.py's fixups
- CMake: check if linking with libatomic is needed on non MSVC for atomβ¦
- Better integration of setup.py to invoke b2
- CMake: Fix static_runtime compile option on MSVC
- Bump minimum required boost version in master to 1.75.0
- CMake: fix MSVC warning flag overrides warnings
- Build Python bindings and provide them as PyPI package