]> Sergey Matveev's repositories - btrtrc.git/history - tracker/http.go
Rewrite UDP tracker client
[btrtrc.git] / tracker / http.go
2020-10-01 Matt JoinerFix unused import
2020-10-01 Matt JoinerInclude ip param in http announces
2020-10-01 Matt JoinerPass key param in http announces
2020-10-01 Matt JoinerRework HTTP announce timeouts
2020-04-27 Matt JoinerDisable keepalives for http trackers
2019-11-20 Anthony RaymondAnthonyraymond export well known (#346)
2019-11-14 Anthony RaymondExport Peer function (#343)
2019-08-21 Matt Joinergoimports -local
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: Add Announce.Context
2018-11-02 Matt JoinerSwitch to goimports import sorting
2018-10-30 Denis Kuzmenokreverting usage of proxy for http requests
2018-10-18 Matt JoinerFix TLS handshake failures with https trackers
2018-08-13 Matt JoinerImprove tracker failure reason error
2018-08-13 Matt Joinercmd/tracker-announce: Add a port flag
2018-08-13 Matt JoinerIgnore unused trailing bytes in HTTP tracker responses
2018-02-19 Matt JoinerIPv6 tracker support
2018-02-13 Matt JoinerAdd a bunch of TODOs
2018-02-12 Matt Joinertracker: Support peers6 key in http responses
2018-02-11 Matt JoinerStandardize on krpc types, and extend PEX message type...
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...
2017-10-29 Matt JoinerFix copypasta PR ಠ_ಠ
2017-10-29 Matt JoinerMerge pull request #201 from dz0ny/fix/http_client
2017-10-28 dz0nyProvide trackers specific http client
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-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-14 Matt JoinerMerge pull request #64 from robaman/master
2016-02-14 Robert KästelRetain query parameters from announce URL.
2016-02-07 Matt Joinertracker: Shoehorn old client implementations into new...
2016-02-07 Matt Joinertracker: Rename response->httpResponse
2016-02-05 Matt Joinertracker: Rename the http client type to httpClient
2015-08-17 Matt JoinerRedo the compact peer types
2015-07-02 Matt JoinerMerge pull request #9 from gitter-badger/gitter-badge
2015-04-29 Matt JoinerApply sortimports
2015-04-27 Matt JoinerRewrite imports to local bencode and metainfo
2015-04-27 Matt JoinerMerge remote-tracking branch 'libtorgo/master' into...
2015-03-27 Matt JoinerSend supportcrypto=1 to HTTP trackers
2015-03-27 Matt JoinerThe signedness on several tracker.AnnounceRequest field...
2015-03-27 Matt JoinerTidy up error handling on HTTP tracker client
2015-03-27 Matt JoinerMerge all the tracker packages, why would anyone want...