0
I Use This!
Inactive

Commits : Listings

Analyzed about 7 hours ago. based on code collected about 7 hours ago.
May 27, 2023 — May 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fixes bug where priorities where lost when force-rechecking.
arvid
as arvidn
More... almost 16 years ago
fixed http_connection test
arvid
as arvidn
More... almost 16 years ago
enables alerts earlier in test_swarm
arvid
as arvidn
More... almost 16 years ago
changed alert messages to use asio to string conversion for endpoint (fixes missing [] on IPv6 addresses)
arvid
as arvidn
More... almost 16 years ago
filter loopback and local network IPs as external addresses. Re-open main_session.log when changing port (to create it in the right folder). Use a listen socket queue length of 5 instead of 0. It seemed like 0 meant 0 instead of OS chooses
arvid
as arvidn
More... almost 16 years ago
fixed typo
arvid
as arvidn
More... almost 16 years ago
fixed bug in piece time-out code. Fixes #388
arvid
as arvidn
More... almost 16 years ago
Remove 'connecting_to_tracker' state from bindings More... almost 16 years ago
fix isprint() build issue with msvc
arvid
as arvidn
More... almost 16 years ago
added test that exposes bug where priorities are cleared when a torrent is force-rechecked
arvid
as arvidn
More... almost 16 years ago
fixed type cast for std::isprint, to avoid assert
arvid
as arvidn
More... almost 16 years ago
replaced std::isprint with one that is not dependent on locale. Fixes #384
arvid
as arvidn
More... almost 16 years ago
removed incorrect assert. Fixes #309
arvid
as arvidn
More... almost 16 years ago
fixed warnings in bencode
arvid
as arvidn
More... almost 16 years ago
fixed typo
arvid
as arvidn
More... almost 16 years ago
fixed the definition of torrent_handle::is_paused() to be consistent with torrent_status::paused and made it clear in the documentation
arvid
as arvidn
More... almost 16 years ago
optimized encryption
arvid
as arvidn
More... almost 16 years ago
attempt to fix NAT-PMP hang on shutdown
arvid
as arvidn
More... almost 16 years ago
added test for checking files when some files are missing
arvid
as arvidn
More... almost 16 years ago
fixed bug where is_sequential_download would return false when it should be true
arvid
as arvidn
More... almost 16 years ago
added test to measure peak download rate and introduced performance warning alert when disk buffer limit and request limit are reached
arvid
as arvidn
More... almost 16 years ago
fixed warnings and uninitialized variable
arvid
as arvidn
More... almost 16 years ago
fix build failure with TORRENT_DHT_VERBOSE_LOGGING
arvid
as arvidn
More... almost 16 years ago
fix bug in piece picker where set_piece_priority would return false even though the piece filter changed and updated test_transfer to catch it
arvid
as arvidn
More... almost 16 years ago
fixed bug where a torrent would not get into the 'finished' state right after file checking. It would either go to downloading or seeding. Also added test_transfer
arvid
as arvidn
More... almost 16 years ago
fixed state changed alert since 'connecting' was removed
arvid
as arvidn
More... almost 16 years ago
python bindings and examples fixes
arvid
as arvidn
More... almost 16 years ago
extended the test_torrent to torrents with 0 bytes
arvid
as arvidn
More... almost 16 years ago
added documentation on how to build openssl for windows
arvid
as arvidn
More... almost 16 years ago
fix to previous check-in
arvid
as arvidn
More... almost 16 years ago