]> Sergey Matveev's repositories - btrtrc.git/history - global.go
Drop support for go 1.20
[btrtrc.git] / global.go
2023-05-09 Matt JoinerAdd many more extension bit definitions
2023-05-01 Matt JoinerWIP support for ut_holepunch
2022-11-23 Matt JoinerMetadata size handling and DHT logging noise
2021-10-05 Matt Joinergo fmt ./...
2021-09-14 YenForYangClarify maximum value of "metadata_size" (#609)
2021-06-21 Matt JoinerMerge branch 'request-strategy-rewrite'
2021-06-07 Matt JoinerMerge maxRequests into localClientReqq
2021-05-14 Matt JoinerTrack chunks received in nexted expvar.Map
2021-05-14 Matt JoinerTrack peers supporting extension in a nested expvar.Map
2021-05-14 Matt JoinerRemove separate postedKeepalives expvar
2020-04-16 Matt JoinerUpdate the peersAddedBySource expvar
2019-06-13 Matt JoinerTrack concurrent chunk writes v1.2.0
2018-11-27 Matt JoinerRemove unused code
2018-07-10 Matt JoinerMake extended handshake a struct, and move a bunch...
2018-07-07 Matt Joinersortimports
2018-07-07 Matt JoinerExpose handshake stuff in peer_protocol
2018-06-29 Matt JoinerMerge messageTypes{Sent,Posted} into torrent expvar
2018-06-26 Matt JoinerDo requests synchronously, and don't request from hashi...
2018-06-22 Matt JoinerMerge branch 'dev'
2018-06-17 Matt JoinerMove chunk expvars into torrent prefix
2018-06-15 Matt JoinerUpdate dial expvars
2018-06-12 Matt JoinerRemove duplicateClientConns expvar
2018-02-12 Matt JoinerTry to count IPv6 connections
2018-02-07 Matt JoinerRemove uploadChunksPosted expvar
2018-02-04 Matt JoinerSupport AllowedFast and enable fast extension
2018-02-03 Matt JoinerGenerate default peerExtensionBytes using helpers
2018-02-02 Matt JoinerCount requested chunk lengths
2017-11-08 Matt JoinerMerge commit '6ab65a49a8a72dea1a28968b2ab42a85fd4566ec'
2017-11-07 themihaifeat(config): Allows the torrent client to customise...
2017-11-05 Matt JoinerAdd some TODOs
2017-09-12 Matt JoinerMerge branch 'master' into pull-writer
2017-09-01 Matt JoinerTrack buffered but not posted messages, and unify the...
2017-09-01 Matt JoinerRemove unused code
2017-09-01 Matt JoinerAdd some variables to track fillBuffer effectiveness
2016-07-05 Matt JoinerPrepare to allow max conns per torrent to be configured
2016-05-24 lovedboyMerge branch 'master' of https://github.com/lovedboy...
2016-05-23 Matt JoinerBan IPs that contribute to failed piece checks
2016-04-14 Matt JoinerMerge all our global consts and vars into global.go