461
I Use This!
Inactive

Commits : Listings

Analyzed about 1 hour ago. based on code collected about 1 hour ago.
Dec 11, 2024 — Dec 11, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
got rid of redundant error handling More... over 22 years ago
bug fix More... over 22 years ago
removed no longer necessary heuristic More... over 22 years ago
made partials take priority over rarest first if the rarest piece is already on a reasonable number of peers More... over 22 years ago
bug fix More... over 22 years ago
don't do a nat check on "local" peers that use the --ip override More... over 22 years ago
made close connections to other seeds when local becomes a seed More... over 22 years ago
added in heuristic to only do rarest first over partials for very rare pieces More... over 22 years ago
made being a partial be a tiebreak for rarest first More... over 22 years ago
tore out heuristic for completing partials started from this particular peer More... over 22 years ago
fix is_local_ip so it matches on 192.168 and 169.254 addresses More... over 22 years ago
made more conservative about when to skip updates More... over 22 years ago
made maximum update rate of UI be a reasonable amount (patch from the shadow) More... over 22 years ago
made partials which have already been requested from this particular peer take precedence over rarest first More... over 22 years ago
made piece querying be more even More... over 22 years ago
rewrote PiecePicker to be faster both in terms of constant factor and asymptotic More... over 22 years ago
bug fix - now informs PiecePicker of which pieces were complete at start-up More... over 22 years ago
rewrote Downloader to fix some bugs and reduce the number of times picker.next() gets called More... over 22 years ago
bug fix More... over 22 years ago
whoops, that wasn't a bug fix after all More... over 22 years ago
bug fix More... over 22 years ago
launchmany needs to make sure the file has a non-zero size before acquiring the filecheck lock More... over 22 years ago
bug fix More... over 22 years ago
finished testing new resume behavior (notably, no bugs were found writing these new tests) More... over 22 years ago
cleanup More... over 22 years ago
bug fixes More... over 22 years ago
Storage.py: minor code cleanup More... over 22 years ago
wrote code to make resuming work again More... over 22 years ago
made GUI display errors better (patch from the shadow) More... over 22 years ago
improved allocation code to always only allocate a single piece at a time, and debugged it More... over 22 years ago