]> Sergey Matveev's repositories - btrtrc.git/history - tracker_scraper.go
Drop support for go 1.20
[btrtrc.git] / tracker_scraper.go
2022-11-28 Matt JoinerRename some HTTP identifiers to Http
2022-11-28 Marco VidonisModify HTTP request before sending (#787)
2022-07-07 Craig CampbellAdd ability to set DialContext/ListenPacket for tracker...
2021-12-28 Matt Joinertracker/udp.ConnClient: Make logging configurable
2021-12-12 Matt JoinerFix races using resources on Close
2021-11-08 Matt Joinergofumpt
2021-11-01 afjosephfixup! [trackerscraper] Add custom DNS lookup function
2021-11-01 afjoseph[trackerscraper] Add custom DNS lookup function
2021-09-04 Matt JoinerRework Reader waiting
2020-12-21 Matt JoinerMerge branch 'v1.19'
2020-12-20 Matt JoinerPass trackerScraper context to announces
2020-12-17 Matt JoinerFactor out internal/string_limiter v1.19.0
2020-12-15 Matt JoinerRework active announce limiter to reduce contention
2020-12-09 Matt JoinerStrictly adher to tracker announce response intervals...
2020-12-09 Matt JoinerLog announce return
2020-10-01 Matt JoinerSet tracker announce timeout back to default
2020-10-01 Matt JoinerRework HTTP announce timeouts
2020-10-01 Matt JoinerLimit simultaneous announces to the same URL
2020-06-03 Matt JoinerMerge pull request #410 from anacrolix/webseeds
2020-05-29 Matt JoinerRename Peer to PeerInfo, and unexport PeerInfos
2020-04-27 Matt JoinerRework tracker status lines
2020-04-16 Matt JoinerUpdate anacrolix/log
2020-04-16 Matt JoinerAdjust recently added logging
2020-04-16 Matt JoinerSet tracker announce numWant to 0 if we're unable to...
2020-04-15 Matt JoinerMerge branch 'webtorrent'
2020-04-15 Matt JoinerComments and reduced locking in trackerScraper.Run
2020-04-13 Matt JoinerFix locks around Torrent.announceRequest
2020-04-11 Matt JoinerMerge branch 'torrent-cli' into webtorrent
2020-04-06 Matt JoinerCreate stub for websocket trackers
2019-08-22 Matt JoinerReduce tracker retry for failed announces to 1 minute v1.7.0
2019-08-21 Matt Joinergoimports -local
2019-08-10 Matt JoinerUpdate all imports of dht to v2
2019-07-17 Matt JoinerSend tracker stopped event from the tracker scraper... v1.3.1
2019-06-02 Leandro MartelliAdding Started and Stopped events
2018-11-02 Matt JoinerSwitch to goimports import sorting
2018-10-30 Denis Kuzmenokreverting usage of proxy for http requests
2018-10-21 Matt JoinerFix timer leak in tracker announces when peers are...
2018-10-18 Matt JoinerFix TLS handshake failures with https trackers
2018-10-17 Matt JoinerAlways announce to trackers every interval, and announc...
2018-07-25 Matt JoinerLaw of Demeter Client.mu
2018-07-11 Matt JoinerDecide where to set proxy for HTTP trackers
2018-07-10 Matt JoinerMove PEX stuff into peer_protocol
2018-03-29 Matt JoinerExpose public IPv4 and IPv6 config options and use...
2018-02-19 Matt JoinerIPv6 tracker support
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-11-07 Matt JoinerApply megacheck to torrent package
2017-08-16 Matt JoinerTidy the next announce tracker status field
2016-07-14 Matt JoinerImprove readability of tracker status line
2016-07-12 Matt JoinerRework tracker scraper code to allow tracker stats
2016-06-18 Matt JoinerSuppress tracker scraping errors until I decide what...
2016-05-24 lovedboyMerge branch 'master' of https://github.com/lovedboy...
2016-05-23 Matt JoinerHandle tracker announce prepare errors
2016-05-22 Matt JoinerRework torrent tracker scraping