]> Sergey Matveev's repositories - btrtrc.git/history - client.go
Drop support for go 1.20
[btrtrc.git] / client.go
2023-09-05 Matt JoinerMerge branch 'fuse-t'
2023-08-22 Matt JoinerAdd ClientConfig.WebTransport
2023-05-28 Matt JoinerAttribute accepted connection to holepunching when...
2023-05-27 Matt Joinergo1.19 compat
2023-05-27 Matt JoinerFixes for storage tests on Windows
2023-05-27 Marco VidonisAdd WebRTC ICE servers config (#824)
2023-05-19 Matt JoinerFix TestSeedAfterDownloading when cgo is disabled
2023-05-18 Matt JoinerTweak logging
2023-05-18 Matt JoinerIgnore dial rate limits for holepunch connects
2023-05-18 Matt JoinerAdd ClientConfig.DialRateLimiter, handle dial rate...
2023-05-18 Matt JoinerDon't start another holepunch rendezvous if we're handl...
2023-05-16 Matt JoinerInclude PeerConn prefix for log messages
2023-05-12 Matt JoinerAdd holepunching stats and tests
2023-05-11 Matt JoinerAttempt holepunch after initial dial fails
2023-05-09 Matt JoinerRestore using just hex in peer extension expvar
2023-05-09 Matt JoinerAdd stats for connections that only occur due to holepu...
2023-05-09 Matt JoinerRemove bad half open count assertion
2023-05-09 Matt JoinerAdd Client.Stats with ActiveHalfOpenAttempts
2023-05-09 Matt JoinerSupport multiple ongoing half-open attempts
2023-05-09 Matt JoinerAdd internal panicif, check and nestedmaps packages
2023-05-09 Matt JoinerDial TCP with the listener's local addr
2023-05-09 Matt JoinerSet torrent logger default level to debug
2023-05-09 Matt JoinerSynchronize holepunch connect messages with existing...
2023-05-01 Matt JoinerWIP support for ut_holepunch
2023-05-01 Matt JoinerOrder peer conn status by peer priority and show websee...
2023-05-01 Matt JoinerMisc debug status, pex conn tracking improvements
2023-04-29 Matt JoinerTry to balance incoming and outgoing conns per torrent
2023-04-04 Matt JoinerImport generics as g
2023-04-04 Matt JoinerAdd AddTorrentOpts.InfoBytes
2023-04-03 Matt JoinerExpose StringAddr
2023-03-01 Matt Joinergorond
2023-02-19 Matt JoinerAdd http and udp tracker server implementations
2023-02-14 Matt JoinerLimit peer request data allocation
2022-12-07 Marco VidonisAdd customer headers when dialling WS connection to...
2022-11-23 Matt JoinerMetadata size handling and DHT logging noise
2022-11-15 Matt Joinergorond ./...
2022-11-14 Raphaël Thériaultpass TrackerDialContext to webtorrent trackers (#785)
2022-11-14 Raphaël Thériaultsupport providing a DialContext for the http client...
2022-09-23 Matt JoinerRun default DHT with table maintainer
2022-08-31 Matt JoinerMerge branch 'webrtc-conn-leak'
2022-08-31 Matt JoinerMerge branch 'bargle'
2022-07-13 Alex Sharovuse RLock where can (#766)
2022-07-12 Matt JoinerUse webrtc local addr for webrtc conn peer priority
2022-06-25 Matt JoinerCheck that incoming peer request chunk lengths don... v1.46.0
2022-06-22 Matt JoinerAdd Client.PublicIPs
2022-06-15 Matt JoinerBump up the local client reqq
2022-05-12 Matt JoinerUse Option for cached Torrent length v1.43.1
2022-05-12 Matt JoinerSet debug log level for outgoing connection error
2022-05-12 Matt JoinerUse reusable roaring iterators v1.43.0
2022-05-12 Matt JoinerDisable update requests timer
2022-05-09 Matt JoinerAdd and use typed roaring bitmap
2022-04-26 afjoseph[client] Handle nil IP in badPeerAddr()
2022-04-26 Matt JoinerWebSeed PathEscaper API tweaks
2022-04-22 afjosephfixup! [webseed] Add a custom URL encoder for webseeds
2022-04-21 afjoseph[webseed] Add a custom URL encoder for webseeds
2022-04-11 Matt JoinerFix races around Reader and Torrent.Drop when Torrent... v1.42.0
2022-03-17 Matt JoinerMerge branch 'master' into crawshaw-386-wasm
2022-03-17 Matt JoinerMerge branch 'go1.18'
2022-03-17 Matt JoinerUpdate dht logging
2022-03-17 Matt JoinerUse generic pubsub
2022-03-15 Matt JoinerMerge branch 'crawshaw'
2022-03-15 Matt JoinerExport Torrent.UseSources
2022-03-15 Matt JoinerMerge branch 'http-proxying'
2022-03-11 Matt JoinerMerge branch 'master' into crawshaw
2022-03-11 Matt JoinerSupport banning webseeds
2022-03-11 Matt JoinerWhen banning an IP drop peers that match
2022-03-11 Matt JoinerSupport banning webseeds
2022-03-09 Matt JoinerMerge branch 'master' into crawshaw
2022-03-01 Matt JoinerMerge branch 'master' into crawshaw
2022-02-25 Matt JoinerMerge branch 'http-proxying' into crawshaw
2022-02-25 Matt JoinerSeparate torrent sources source file
2022-02-25 Matt JoinerUse HTTP proxy config for torrent sources
2022-02-25 Matt JoinerFix race in MergeSpec using DisableInitialPieceCheck
2022-02-15 FIGBERTPass client logger to anacrolix/go-libutp sockets ...
2022-02-10 Matt JoinerMerge branch 'master' into go1.18
2022-02-10 Matt JoinerMerge branch 'master' into go1.18
2022-02-07 Matt JoinerMerge branch 'master' into go1.18
2022-01-31 Matt JoinerMake use of the lazylog branch of anacrolix/log
2022-01-27 Matt JoinerWhen banning an IP drop peers that match
2022-01-27 Matt JoinerFix v4 in v6 IPs from being banned as IPv4
2022-01-27 Matt JoinerMerge branch 'lazylog' into smartban
2022-01-27 Matt JoinerMerge branch 'master' into lazylog
2022-01-22 Matt JoinerLazy logging
2022-01-22 Matt JoinerSwitch to external anacrolix/generics
2022-01-22 Matt JoinerDo smart banning on existing badPeerIPs
2022-01-22 Matt JoinerImplement smart ban using generics
2021-12-27 Matt JoinerReduce some logging
2021-12-23 Matt JoinerDynamic outbound max requests
2021-12-23 Matt Joinergofumpt -extra
2021-12-16 martin* set proxy of websocket tracker to the proxy used...
2021-12-12 Matt JoinerMerge branch 'request-strategy-experiments' v1.39.0
2021-12-12 Matt JoinerDon't group Torrent piece request orders without a...
2021-12-12 Matt JoinerImplement piece request ordering with retained state
2021-12-12 Matt JoinerFix races using resources on Close
2021-12-12 Matt JoinerDon't use the Client's IP blocklist after the Client...
2021-12-03 Matt JoinerFix minimum peer extensions error message
2021-11-17 Matt JoinerAvoid calling net.Conn methods with the Client mutex...
2021-11-12 Matt JoinerPass HTTP Proxy config into webseeding HTTP client
2021-11-12 Matt JoinerRemove unused Client.updateRequests
2021-11-08 Matt Joinergofumpt
next