summaryrefslogtreecommitdiffstats
path: root/lib/connections/quic_listen.go
AgeCommit message (Expand)Author
2024-05-16lib/connections: Use proper errors.Is check (#9538)WangXi
2024-02-09build: Use Go 1.22, minimum is Go 1.21 (#9408)Jakob Borg
2023-09-25Update dependencies (#9129)Jakob Borg
2023-09-06all: Support multiple device connections (fixes #141) (#8918)Jakob Borg
2023-08-21all: Use Go 1.21, new QUIC API (#9040)Jakob Borg
2023-04-16lib/config, lib/connections: Configurable protocol priority (ref #8626) (#8868)Jakob Borg
2023-02-07all: Use new Go 1.19 atomic types (#8772)greatroar
2023-02-02build: Update quic-go and pfilter for Go 1.20 (fixes #8768) (#8769)Jakob Borg
2022-07-28all: Fix unused method receiver (further) (#8466)deepsource-autofix[bot]
2022-07-28all: Unused parameter should be replaced by underscore (#8464)deepsource-autofix[bot]
2022-04-09lib: Removal global connection registry (#8254)Simon Frei
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-05-11lib/connections: Update pfilter to pick up bugfix/oob stuff, support OOB conn...Audrius Butkevicius
2021-05-10lib/connections: Correct service termination order (#7657)Audrius Butkevicius
2021-05-10lib/connections: Add connection benchmarks, allow binding to port zero addres...Audrius Butkevicius
2021-05-09lib/connections: Correct comments on quic wrapper type (#7652)Simon Frei
2021-05-09lib/connections: Revert add more methods to the quic conn wrapper (#7651)Audrius Butkevicius
2021-05-09lib/connections: Add more methods to the quic conn wrapper (#7643)Simon Frei
2021-04-13lib/connections: Add SyscallConn() to quic conn (fixes #7551) (#7570)Simon Frei
2021-03-17all: Simplify some method calls (#7499)Jakob Borg
2021-03-05lib/connections: Expose SetReadBuffer on conn passed to quic (ref #7417) (#7432)Simon Frei
2021-02-17lib/connections: Allow QUIC with Go 1.16 (#7372)Jakob Borg
2021-01-05lib/connections, lib/model: Track last connection duration (ref #7223) (#7242)Jakob Borg
2020-12-22lib/ur: Send unreported failures on shutdown (#7164)Simon Frei
2020-12-09lib/connections: Handle QUIC not being available (#7186)Jakob Borg
2020-11-17all: Implement suture v4-api (#6947)Simon Frei
2020-10-21lib/connections: Fix LAN addresses begin advertised even when disabled (fixes...Audrius Butkevicius
2020-08-25lib/connections: Announce LAN addresses by default (fixes #6928) (#6896)Audrius Butkevicius
2020-07-30lib/connections: Add noquic tagJakob Borg
2020-05-11lib/connections: React to listeners going up and down faster (#6590)Audrius Butkevicius
2020-05-01lib/connections: Update quic (#6591)Audrius Butkevicius
2019-11-21lib: Replace done channel with contexts in and add names to util services (#6...Simon Frei
2019-10-18lib/connections: Rate limit quic accept loop (fixes #6081) (#6082)Audrius Butkevicius
2019-08-23lib/connections: Upgrade QUIC package, use contexts for timeout (#5972)Jakob Borg
2019-07-09lib: Add util.Service as suture.Service template (fixes #5801) (#5806)Simon Frei
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