]> Sergey Matveev's repositories - btrtrc.git/history - cmd/torrent/main.go
Revert "Merge pull request #54 from zhulik/master"
[btrtrc.git] / cmd / torrent / main.go
2016-01-06 Matt JoinerRevert "Merge pull request #54 from zhulik/master"
2016-01-05 Matt JoinerMerge pull request #54 from zhulik/master
2016-01-05 Gleb SinyavskyRefactorings
2016-01-04 Gleb SinyavskyMerge branch 'master' of https://github.com/anacrolix...
2015-12-27 Gleb Sinyavskycmd utils fixed
2015-11-22 Matt JoinerUse uiprogress to display a progress bar per torrent
2015-11-05 Matt JoinerDitch go-flags for tagflag
2015-10-23 Matt Joinercmd/torrent: Expose --mmap
2015-07-21 Matt Joinercmd/torrent: Remove some dead code
2015-07-02 Matt JoinerMerge pull request #9 from gitter-badger/gitter-badge
2015-06-01 Matt JoinerMerge pull request #16 from scr4t/master
2015-05-20 Matt Joinergo vet
2015-05-20 Matt Joinergo vet
2015-05-14 Matt JoinerSupport seeding
2015-04-29 Matt JoinerMade Torrent.GotInfo a function, to avoid use of zero...
2015-04-28 Matt JoinerPublicly expose Torrent.GotInfo
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