]> Sergey Matveev's repositories - btrtrc.git/history - tracker/tracker.go
Drop support for go 1.20
[btrtrc.git] / tracker / tracker.go
2022-11-28 Matt JoinerRename some HTTP identifiers to Http
2022-11-28 Marco VidonisModify HTTP request before sending (#787)
2022-11-15 Matt Joinergorond ./...
2022-07-07 Craig CampbellAdd ability to set DialContext/ListenPacket for tracker...
2021-12-28 Matt Joinertracker/udp.ConnClient: Make logging configurable
2021-11-08 Matt Joinergofumpt
2021-06-24 Matt JoinerExtract protocol agnostic tracker Client
2021-06-22 Matt JoinerExtract HTTP tracker client into separate package
2021-06-22 Matt JoinerRewrite UDP tracker client
2020-12-30 Matt JoinerFix "none" event for WebTorrent announces
2020-12-21 Matt JoinerMerge branch 'v1.19'
2020-12-20 Matt JoinerPass trackerScraper context to announces
2020-10-01 Matt JoinerSet tracker announce timeout back to default
2020-10-01 Matt JoinerRework HTTP announce timeouts
2019-08-10 Matt JoinerUpdate all imports of dht to v2
2019-07-17 Matt JoinerFix announcing to S3 HTTP trackers
2018-11-28 Matt Joinertracker: Fix some comments
2018-11-28 Matt Joinertracker: Add Announce.Context
2018-10-30 Denis Kuzmenokreverting usage of proxy for http requests
2018-10-18 Matt JoinerFix TLS handshake failures with https trackers
2018-03-29 Matt JoinerExpose public IPv4 and IPv6 config options and use...
2018-02-21 Matt Joinertracker: Set UDP IPAddress field in announces
2018-02-19 Matt JoinerIPv6 tracker support
2018-02-13 Matt JoinerAdd a bunch of TODOs
2018-02-12 Matt Joinertracker: Move Peer into the correct file
2017-12-28 Matt JoinerMerge pull request #219 from elgatito/http_user_agent
2017-12-28 Denis Kuzmenokadding http user-agent setters and usage
2017-11-08 Matt JoinerMerge commit '6ab65a49a8a72dea1a28968b2ab42a85fd4566ec'
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