]> Sergey Matveev's repositories - btrtrc.git/history - tracker
Fix write error handling
[btrtrc.git] / tracker /
2022-12-06 Matt JoinerSupport marshalling http tracker response peers
2022-12-06 Matt JoinerRename tracker/http package
2022-12-05 Matt JoinerSome tidying in tracker/udp
2022-12-05 Matt JoinerAdd announce --event flag
2022-11-28 Matt JoinerWrap error returned from tracker HTTP request director
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...
2022-03-17 Matt JoinerMerge branch 'go1.18'
2022-03-15 Matt JoinerMerge branch 'http-proxying'
2022-03-01 Matt JoinerMerge branch 'master' into crawshaw
2022-03-01 Matt JoinerQuote http tracker error response body
2022-02-25 Matt JoinerMerge branch 'http-proxying' into crawshaw
2022-02-20 Matt JoinerQuote UDP tracker response error bodies with %#q v1.41.0
2022-01-31 Matt JoinerMake use of the lazylog branch of anacrolix/log
2022-01-27 Matt JoinerMerge branch 'lazylog' into smartban
2022-01-27 Matt JoinerMerge branch 'master' into lazylog
2022-01-22 Matt JoinerLazy logging
2021-12-28 Matt Joinertracker/udp.ConnClient: Make logging configurable
2021-12-23 Prestonfix http tracker arg position (#700)
2021-12-12 Matt Joinerbencode: Enforce dict key ordering
2021-11-29 Matt JoinerMerge branch 'udp-tracker-no-dial' into te
2021-11-22 Matt Joinertracker/udp: Panic on read errors if ConnClient not...
2021-11-22 Matt JoinerImprove logging of UDP tracker packet dispatch error
2021-11-22 Matt JoinerWrap UDP tracker response error
2021-11-22 Matt JoinerDon't dial in UDP tracking
2021-11-22 Matt JoinerDoc comments
2021-11-08 Matt Joinergofumpt
2021-09-12 Matt JoinerFix http announce of infohash containing ' ' bytes...
2021-08-16 Bora M. AlperAdd linter CI (#542)
2021-07-26 Matt JoinerTrim UDP tracker client read allocations v1.29.2
2021-06-27 Matt JoinerFix race in concurrent connects in UDP tracker v1.29.0
2021-06-25 Matt JoinerCheck that udp conn ID age is non-zero
2021-06-25 Matt JoinerAdd http tracker AllowKeepAlive
2021-06-25 Matt JoinerUpdate and expose default client identifiers
2021-06-24 Matt JoinerAdd udp tracker scrape support
2021-06-24 Matt JoinerPull AnnounceOpt into tracker package
2021-06-24 Matt JoinerCancel writer after request
2021-06-24 Matt JoinerDon't log dispatch errors
2021-06-24 Matt JoinerExtract protocol agnostic tracker Client
2021-06-24 Matt JoinerRewrite udp announce to use udp client
2021-06-23 Matt JoinerFixes for wasm
2021-06-22 Matt JoinerRearrange some tracker tests and files
2021-06-22 Matt JoinerExtract HTTP tracker client into separate package
2021-06-22 Matt JoinerMove tracker test server code to test file
2021-06-22 Matt JoinerUpdate test tracker urls
2021-06-22 Matt JoinerFix tracker test timeouts
2021-06-22 Matt JoinerRewrite UDP tracker client
2021-06-22 Matt JoinerAdd UDP tracker announce and connect expvars
2021-02-03 Matt JoinerFix some go vet warnings
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 JoinerFix unused import
2020-10-01 Matt JoinerSet tracker announce timeout back to default
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-05-20 Matt JoinerImprove cmd/tracker-announce output
2020-04-27 Matt JoinerDisable keepalives for http trackers
2020-02-20 Matt JoinerApply staticcheck
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
2019-04-15 davtorocheck if peer id exists
2019-01-08 Matt Joinertracker: Fix network error handling in unit test
2019-01-08 Matt Joinertracker: Fix network error handling in unit test
2018-11-28 Matt Joinertracker: Fix some comments
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 JoinerRemove unused tracker.defaultClient
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-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: Support peers6 key in http responses
2018-02-12 Matt Joinertracker: Export vars
2018-02-12 Matt Joinertracker: Move Peer into the correct file
2018-02-12 Matt JoinerUpdate test trackers
2018-02-11 Matt JoinerStandardize on krpc types, and extend PEX message type...
2018-01-06 Matt Joinermegacheck and staticcheck fixes
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
2017-08-26 Matt JoinerAdd CircleCI 2.0 turd
2016-11-22 Matt Joinertracker: Support the original http response peers format
2016-11-22 Matt Joinergofmt simplify
2016-05-24 lovedboyMerge branch 'master' of https://github.com/lovedboy...
next