summaryrefslogtreecommitdiffstats
path: root/lib/connections/quic_misc.go
AgeCommit message (Expand)Author
2024-02-09build: Use Go 1.22, minimum is Go 1.21 (#9408)Jakob Borg
2023-09-25Update dependencies (#9129)Jakob Borg
2023-08-21all: Use Go 1.21, new QUIC API (#9040)Jakob Borg
2023-02-02build: Update quic-go and pfilter for Go 1.20 (fixes #8768) (#8769)Jakob Borg
2022-09-14lib: Factor out getting IP address from net.Addr (#8538)greatroar
2022-08-03build: Update quic-go for Go 1.19 (#8483)Jakob Borg
2022-04-12build: Bump quic-go to 0.26.0 for go1.18 update (#8231)Simon Frei
2021-10-06lib/connections: Fix and optimize registry (#7996)greatroar
2021-08-19lib/connections: Remove future go build constraints on quic (#7898)Simon Frei
2021-08-17all: Update build constraints to Go 1.17 style (#7894)Jakob Borg
2021-08-05Update quic to 0.22.0 to support RFC9000, enable batch reads (#7862)Audrius Butkevicius
2021-07-10lib/connections: switch statement to get the QUIC network (#7816)v1.18.1-rc.1greatroar
2021-02-17lib/connections: Allow QUIC with Go 1.16 (#7372)Jakob Borg
2020-12-09lib/connections: Handle QUIC not being available (#7186)Jakob Borg
2020-07-30lib/connections: Add noquic tagJakob Borg
2020-06-16lib/connections: Try TCP punchthrough (fixes #4259) (#5753)Audrius Butkevicius
2020-05-01lib/connections: Update quic (#6591)Audrius Butkevicius
2019-06-09lib/connections: Do not leak FDs, fix address copy (fixes #5767) (#5768)Audrius Butkevicius
2019-05-29lib/connections: Add QUIC protocol support (fixes #5377) (#5737)Audrius Butkevicius