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 40 million developers.
Sign up-
Blockstream
- Stockholm, Sweden
- Sign in to view email
- http://libtorrent.org
Popular repositories
927 contributions in the last year
Activity overview
Contribution activity
March 2020
Created a pull request in google/oss-fuzz that received 7 comments
disable logging support in libtorrent, to avoid clang 10 ICE
This disables code in libtorrent that causes clang 10 to ICE, specifically this issue. Hopefully restoring fuzzing.
+10
−8
•
7
comments
- make all names of settings be links in the documentation
- fix documentation for SSL torrents
- simplify queue_tracker_request
- fix typo in building documentation
- change default lease duration for UPnP port maps from indefinite to 1…
- Test merge
- bump version to 1.2.5
- announce port=1 instead of port=0, when there is no listen port
- fix typo in lsd::start
- run move_storage disk jobs in the hasher threads
- fix typo in recent deprecation cleanup patch
- fix TORRENT_USE_IFCONF
- fix various warnings in windows specific code
- fix Windows.h case and other windows headers
- silent CRT warnings on clang-windows as well
- improve disabling deprecation warnings internally
- replace mingw with clang on appveyor
- minor tweak to set_queue_position
- enable all disabled trackers when listen sockets are re-opened
- Test merge
- add control of queue position in client_test
- fix issue where want_tick could get out of sync
- make connection_type_t a strong type
- turn file_progress_flags_t into a strong type
- fix correct interface binding of local service discovery multicast
- Some pull requests not shown.
Created an issue in arvidn/libtorrent that received 12 comments
reduce memory usage of bittorrent v2 merkle trees
libtorrent version (or branch): master
Currently, m_merkle_trees use more than 85% of total memory usage of client_test, when loading many torrents…
12
comments