]> Sergey Matveev's repositories - btrtrc.git/history - tracker/tracker.go
feat(config): Allows the torrent client to customise the client identity and connecti...
[btrtrc.git] / tracker / tracker.go
2017-11-07 themihaifeat(config): Allows the torrent client to customise...
2016-11-22 Matt Joinertracker: Support the original http response peers format
2016-05-24 lovedboyMerge branch 'master' of https://github.com/lovedboy...
2016-05-22 Matt JoinerComment on tracker.AnnounceRequest.Event
2016-05-19 Matt Joinertracker: Allow resolving announce URL host in advance...
2016-05-09 Matt JoinerRemove the vestiges of the expose tracker Client interface
2016-04-19 Matt JoinerMerge pull request #79 from shoenig/normalize
2016-04-19 Seth Hoenigrefactor struct identifiers to follow conventional...
2016-02-07 Matt Joinertracker: Shoehorn old client implementations into new...
2015-04-27 Matt JoinerMerge remote-tracking branch 'libtorgo/master' into...
2015-03-27 Matt JoinerThe signedness on several tracker.AnnounceRequest field...
2015-03-26 Matt JoinerAlmost completed http tracker support
2015-03-12 Matt JoinerAdd BEP 41 support
2014-11-21 Matt Joinertracker: Add an explicit URL() method
2014-08-21 Matt JoinerMove some tracker.CompactPeer into util
2014-06-29 Matt JoinerAdd peers sent over PEX
2014-05-20 Matt JoinerAdd some String methods and contextual information...
2013-12-16 Matt JoinerSimplify the tracker.New interface, just take a string
2013-12-16 Matt JoinerTracker doc
2013-12-14 Matt JoinerFixes and tests for UDP tracker protocol
2013-11-06 Matt JoinerImplementing UDP tracker in its own module