]> Sergey Matveev's repositories - btrtrc.git/history - cmd/torrent/main.go
Rewrite imports to local bencode and metainfo
[btrtrc.git] / cmd / torrent / main.go
2015-04-27 Matt JoinerRewrite imports to local bencode and metainfo
2015-04-27 Matt JoinerMerge remote-tracking branch 'libtorgo/master' into...
2015-04-06 Matt Joinercmd/...: Some package synopses
2015-03-26 Matt JoinerUse rogpeppe's sortimports to fix this goimports orderi...
2015-03-25 Matt Joinercmd/torrent: Report progress
2015-03-25 Matt Joinercmd/torrent: Replace flag with go-flags, rejig options
2015-03-23 Matt JoinerMerge pull request #4 from dborzov/master
2015-03-23 Matt JoinerMerge pull request #5 from jzelinskie/master
2015-03-22 Jimmy Zelinskieadd cli flag to disable DHT
2015-03-20 Matt Joinercmd/torrent: Nicer usage
2015-03-20 Matt JoinerRewrite import paths for migration from Bitbucket
2015-03-08 Matt JoinerMore cleaning of public interface
2015-01-29 Matt JoinerProvide HTTP pprof via envpprof package
2014-12-01 Matt JoinerImprove the interface with client and download strategies
2014-12-01 Matt Joinercmd/torrent: Add -upload flag
2014-11-17 Matt JoinerChange cmd/torrent default ports
2014-09-25 Matt JoinerAdd magnet-metainfo, tool to download magnet to torrent...
2014-08-28 Matt JoinerMisc tweaks
2014-08-25 Matt JoinerMisc trivial improvements
2014-08-21 Matt JoinerClean up imports
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