]> Sergey Matveev's repositories - btrtrc.git/history - tracker/udp
Drop support for go 1.20
[btrtrc.git] / tracker / udp /
2023-09-26 Matt JoinerSupport scraping from HTTP trackers
2023-07-09 liweifix: udp tracker panic
2023-05-27 Matt JoinerMore Windows test fixes
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-01-08 Matt JoinerAdd span for udp packet handling
2023-01-02 Matt JoinerLimit udp tracker server request concurrency
2022-12-29 Matt JoinerResize packet buffer to avoid wasting memory
2022-12-29 Matt JoinerAvoid panic in AnnounceEvent.String
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 JoinerSet span errors
2022-12-15 Matt JoinerPropagate announce interval, particularly for UDP
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 JoinerAdd get peers limits
2022-12-06 Matt JoinerSupport upstream trackers
2022-12-06 Matt JoinerSupport HTTP tracker server
2022-12-06 Matt JoinerStart a UDP server implementation
2022-12-05 Matt JoinerSome tidying in tracker/udp
2022-12-05 Matt JoinerAdd announce --event flag
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-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-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-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-24 Matt JoinerAdd udp tracker scrape support
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-22 Matt JoinerRearrange some tracker tests and files
2021-06-22 Matt JoinerRewrite UDP tracker client
2015-03-27 Matt JoinerMerge all the tracker packages, why would anyone want...
2015-03-20 Matt JoinerRewrite import paths for migration from Bitbucket
2015-03-12 Matt JoinerAdd BEP 41 support
2014-12-03 Matt Joinertracker/udp: Tidy up tests
2014-12-02 Matt JoinerSpeed up tests, allow -short for some UDP tracker stuff
2014-12-01 Matt JoinerSkip on errors testing UDP tracker, need to implement...
2014-11-21 Matt Joinertracker: Add an explicit URL() method
2014-11-20 Matt Joinertracker/udp: Triage errors in tests to real hosts
2014-07-09 Matt JoinerRun go vet on everything
2014-06-23 Matt Joinerudp_tracker: If a read deadline occurs, writes were...
2014-05-20 Matt JoinerAdd some String methods and contextual information...
2014-04-08 Matt Joinergoimports decided to reorganise imports
2014-03-20 Matt JoinerTidy up
2014-03-16 Matt JoinerMake use of trackers
2013-12-16 Matt JoinerSimplify the tracker.New interface, just take a string
2013-12-14 Matt JoinerFixes and tests for UDP tracker protocol
2013-12-14 Matt JoinerFix parsing of UDP announce response peers
2013-11-06 Matt JoinerImplementing UDP tracker in its own module