]> Sergey Matveev's repositories - btrtrc.git/history - cmd/torrent/main.go
Add CopyExact util function
[btrtrc.git] / cmd / torrent / main.go
2014-08-21 Matt JoinerAdd CopyExact util function
2014-08-21 Matt JoinerTidy up the torrent and DHT APIs
2014-07-22 Matt JoinerAbstract the status HTTP server into package util
2014-07-13 Matt JoinerAPI changes in github.com/anacrolix/libtorgo
2014-07-11 Matt Joinercmd/torrent: Run the http server by default
2014-07-11 Matt JoinerAdd DHT support to cmd/torrent
2014-06-28 Matt JoinerCan now download from magnet links
2014-06-27 Matt JoinerFixes for cmd/torrent with the new torrent.Info field
2014-06-26 Matt JoinerBegin adding magnet and ut_metadata support
2014-05-21 Matt Joinercmd/torrent: Add flags -disableTrackers and -seed
2014-04-08 Matt JoinerBig visibility/doc clean-up, and extract mmap_span...
2014-03-20 Matt JoinerLots of logging improvements
2014-03-20 Matt JoinerAdd -listenAddr and actually listen in ./cmd/torrent
2014-03-20 Matt JoinerImprovements to pending chunks; extract testutil
2014-03-16 Matt JoinerMake use of trackers
2013-11-04 Matt JoinerBring the 'torrent' command up to speed with the client...
2013-10-01 Matt JoinerFix request/chunk confusion, missing outgoing message...
2013-09-30 Matt JoinerImplementing bitfields and connection message handling
2013-09-28 Matt JoinerBegin implementing the adding of peers, and initiating...
2013-09-26 Matt JoinerStart implementing a basic client