0
I Use This!
Inactive

Commits : Listings

Analyzed about 12 hours ago. based on code collected 2 days ago.
Sep 18, 2025 — Sep 18, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added more tests and a Makefile option to run the tests in all folders. More... over 15 years ago
Bitfield test added More... over 15 years ago
Added support for release weekly.2011-03-15 More... over 15 years ago
Fixed bencode library to be compatible with release.2010-12-22, and added better error messages. More... over 15 years ago
Added support for release.2010-02-12 More... almost 16 years ago
Modified time for a piece request to expire, to prevent downloading duplicated blocks. More... almost 16 years ago
Split mutex limiter into two separate mutexes, one for upload and one for download More... almost 16 years ago
Added automatic port choosing when no port provided More... almost 16 years ago
Added missing README More... almost 16 years ago
Added missing bencode files from Taipei-Torrent More... almost 16 years ago
New bencode module from Taipei-Torrent, better support for multifile torrents More... almost 16 years ago
Implemented a better bandwidth limiter that doesn't depend so much on channels, should reduce CPU and memory usage More... almost 16 years ago
Fixed a small bug added with pprof support More... almost 16 years ago
Added pprof support More... almost 16 years ago
Replaced all custom append functions with the new native function. More... almost 16 years ago
Fixed Makefile deps build order More... almost 16 years ago
Added a simple peer banning system, for those sending corrupt piece data. More... almost 16 years ago
Fixed a problem that caused incorrect download of last piece More... almost 16 years ago
Fixed an issue with the number of peers to be requested to the tracker More... almost 16 years ago
Added a missing lock More... almost 16 years ago
Moved everything into packages, created various interfaces and changed the program structure to avoid using so many channels and goroutines. More... almost 16 years ago
* Changed a remaining log.Stderr to log.Println More... almost 16 years ago
* Fixed the backoff time More... almost 16 years ago
* Added exponential backoff in case of tracker error More... almost 16 years ago
* Describe new install method in README More... almost 16 years ago
* Modified install system, just run gomake to build More... almost 16 years ago
* Changed Makefiles to use gomake instead of make More... almost 16 years ago
* Added support for multitracker torrents More... almost 16 years ago
* Added bitfield to Tracker, so that the exact number of pieces left is send to the Tracker. More... almost 16 years ago
* Simplified communication between PeerMgr and Peer More... almost 16 years ago