]> Sergey Matveev's repositories - btrtrc.git/history - cmd/torrent/main.go
cmd/torrent: Add -publicIp flag
[btrtrc.git] / cmd / torrent / main.go
2019-01-08 Matt Joinercmd/torrent: Add -publicIp flag v1.0.0
2018-11-02 Matt JoinerSwitch to goimports import sorting
2018-07-24 Matt JoinerMerge pull request #269 from JyBP/master
2018-07-24 jbattempt to close the client on signal
2018-07-07 Matt JoinerMore sortimports
2018-06-22 Matt JoinerMerge branch 'dev'
2018-06-16 Matt JoinerUpdate external use of ClientConfig
2018-06-05 Matt Joinercmd/torrent: Add -stats flag
2018-04-12 Matt JoinerMerge branch 'circleci'
2018-04-12 Matt JoinerSupport different hosts for each network
2018-04-12 Matt JoinerRework conns to/and allow multiple DHT servers
2018-02-19 Matt Joinercmd/torrent: Add packed-blocklist flag
2018-01-25 Matt Joinercmd/torrent: Fix logging when progress bar and stderr...
2018-01-25 Matt JoinerFix cmd/torrent -debug
2017-09-16 Matt JoinerMerge pull request #188 from boramalper/KnownSwarm
2017-09-13 Matt JoinerSupport plaintext crypto method for protocol header...
2017-09-12 Matt JoinerMerge branch 'master' into pull-writer
2017-09-01 Matt Joinercmd/torrent: Enhance debugging
2017-08-28 Matt Joinercmd/torrent: Include global dht starting nodes
2016-12-06 Matt JoinerMerge commit 'c8dffdb'
2016-11-30 Matt Joinercmd/torrent: Accept infohash: scheme torrents
2016-10-25 Igor ShishkinTrivial HTTP support for adding torrent files by (...
2016-10-10 Matt JoinerAdd download rate limiting
2016-09-12 Matt Joinercmd/torrent: Fix progress bar for zero-length torrents
2016-08-31 Matt JoinerPass seed option to Config for cmd/torrent (#108)
2016-08-31 Ye YinPass seed option to Config for cmd/torrent
2016-06-18 Matt Joinercmd/torrent: Remove unused "short" tag
2016-05-12 Matt JoinerTorrent.AddPeers can't fail, so don't return an error
2016-04-19 Matt Joinercmd/torrent: Add -addr flag back in
2016-04-18 Matt Joinercmd/torrent: Forget trying to expose the entire Client...
2016-04-18 Matt Joinercmd/torrent: Remove redundant _ "net/http/pprof" import
2016-04-04 Matt JoinerMerge pull request #72 from shoenig/magnetize
2016-04-03 Matt JoinerMerge Torrent and torrent types
2016-03-28 Matt JoinerGet mmap storage working
2016-03-28 Matt JoinerNew storage interface
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