]> Sergey Matveev's repositories - btrtrc.git/history - tracker
Drop support for go 1.20
[btrtrc.git] / tracker /
2023-09-26 Matt JoinerSupport scraping from HTTP trackers
2023-07-09 liweifix: udp tracker panic
2023-07-09 guoguangwuchore: remove refs to deprecated io/ioutil
2023-05-27 Matt JoinerMore Windows test fixes
2023-05-12 Matt Joinergorond test files
2023-03-01 Matt Joinergorond
2023-02-24 Matt JoinerExpose UDP tracker error response type
2023-02-20 Matt JoinerDon't reconnect before sending requests with current...
2023-02-19 Matt JoinerAdd http and udp tracker server implementations
2023-02-18 Matt Joinergofumpt
2023-01-08 Matt JoinerAdd span for udp packet handling
2023-01-04 Matt JoinerForward leechers and seeders announce handler results
2023-01-04 Matt JoinerHandle left param for http tracker server announces
2023-01-02 Matt JoinerLimit udp tracker server request concurrency
2022-12-29 Matt JoinerAssume upstream peers are leechers
2022-12-29 Matt JoinerResize packet buffer to avoid wasting memory
2022-12-29 Matt JoinerAvoid panic in AnnounceEvent.String
2022-12-29 Matt JoinerFix race when final peers are available early
2022-12-28 Matt JoinerAdd Context parameter to SendResponse
2022-12-28 Matt JoinerTrack request payload len
2022-12-17 Matt JoinerMake trackerServer package
2022-12-17 Matt JoinerPass seeders and leechers back in UDP announce
2022-12-16 Matt JoinerUse port from announce request, not packet source
2022-12-16 Matt JoinerSet span errors
2022-12-15 Matt JoinerPropagate announce interval, particularly for UDP
2022-12-13 Matt JoinerAdd upstream announce gating
2022-12-13 Matt JoinerAdd some tracing
2022-12-12 Matt JoinerDon't use AnnounceHandler by value
2022-12-08 Matt JoinerFix error message for connection ID mismatch
2022-12-08 Matt JoinerMake UDP tracker connection ID unsigned
2022-12-08 Matt JoinerUse ConnectionId type alias
2022-12-08 Matt JoinerAdd get peers limits
2022-12-08 Matt JoinerUse smaller parameter type
2022-12-08 Matt JoinerFix goroutine leak when augmenting peers from upstream
2022-12-06 Matt JoinerFix missing log argument
2022-12-06 Matt JoinerRework logging
2022-12-06 Matt JoinerSupport upstream trackers
2022-12-06 Matt JoinerSupport alternate remote host resolution
2022-12-06 Matt JoinerSupport HTTP tracker server
2022-12-06 Matt JoinerStart a UDP server implementation
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
next