summaryrefslogtreecommitdiffstats
path: root/lib/connections/quic_dial.go
AgeCommit message (Expand)Author
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-02build: Update quic-go and pfilter for Go 1.20 (fixes #8768) (#8769)Jakob Borg
2022-08-16all: Modernize error wrapping (#8491)v1.21.0-rc.2v1.21.0Jakob Borg
2022-04-09lib: Removal global connection registry (#8254)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-07-10lib/connections: switch statement to get the QUIC network (#7816)v1.18.1-rc.1greatroar
2021-07-05lib/connections: Resolve IPv6 for quic6:// peers (fixes #7809) (#7810)Chih-Hsuan Yen
2021-05-14lib/connections: Reduce default quic redial interval (fixes #7471) (#7672)Audrius Butkevicius
2021-03-17all: Remove miscellaneous vestigial code (#7495)Jakob Borg
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-09lib/connections: Handle QUIC not being available (#7186)Jakob Borg
2020-07-30lib/connections: Add noquic tagJakob Borg
2020-05-01lib/connections: Update quic (#6591)Audrius Butkevicius
2019-11-26all: Use context in lib/dialer (#6177)Simon Frei
2019-11-26lib/connections: Dialer code deduplication (#6187)Simon Frei
2019-11-23lib: Wrap errors with errors.Wrap instead of fmt.Errorf (#6181)Simon Frei
2019-08-23lib/connections: Upgrade QUIC package, use contexts for timeout (#5972)Jakob Borg
2019-08-09lib/connections: Validate device id before assuming success (fixes #5934) (#5...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