summaryrefslogtreecommitdiffhomepage
path: root/derp/derphttp/derphttp_test.go
AgeCommit message (Expand)AuthorFilesLines
2026-03-06all: use Go 1.26 things, run most gofix modernizersBrad Fitzpatrick1-8/+4
2026-01-23all: remove AUTHORS file and references to itWill Norris1-1/+1
2025-10-28derp: fix an unchecked error in a test (#17694)M. J. Fromberger1-0/+3
2025-10-02derp/derphttp: de-flake DERP HTTP clients tests with memnet and synctestAlex Chan1-146/+150
2025-09-24derp/derpserver: clean up extraction of derp.Server (#17264)Simon Law1-3/+3
2025-09-24derp/derpserver: split off derp.Server out of derp into its own packageBrad Fitzpatrick1-52/+42
2025-08-11derp/derphttp: test improvements (#16723)Mike O'Driscoll1-14/+20
2025-07-02derp/derphttp: fix DERP TLS client server name inclusion in URL formJames Tucker1-0/+36
2025-06-18net/tlsdial: fix TLS cert validation of HTTPS proxiesBrad Fitzpatrick1-0/+34
2025-06-17derp/derphttp: add error notify for RunWatchConnectionLoop (#16261)Mike O'Driscoll1-4/+69
2025-05-22cmd/derper: fix mesh auth for DERP servers (#16061)Simon Law1-2/+8
2025-04-16derp/derphttp: remove ban on websockets dependencyDavid Anderson1-22/+0
2024-11-07derp/derphttp: don't link websockets other than on GOOS=jsBrad Fitzpatrick1-0/+22
2024-06-25derp: make RunConnectionLoop funcs take Messages, support PeerPresentFlagsBrad Fitzpatrick1-9/+8
2024-05-03derp/derphttp: fix netcheck HTTPS probesBrad Fitzpatrick1-0/+22
2024-04-27net/netns, net/dns/resolver, etc: make netmon required in most placesBrad Fitzpatrick1-3/+6
2024-04-16all: use Go 1.22 range-over-intBrad Fitzpatrick1-4/+4
2024-04-08derp/derphttp: don't block in LocalAddr methodBrad Fitzpatrick1-0/+14
2023-11-04derp/derphttp: fix derptrack fixBrad Fitzpatrick1-0/+46
2023-11-01derp/derphttp: close DERP client to avoid data race in testAnton Tolchanov1-10/+14
2023-10-31derp/derphttp: add watch reconnection tests from #9719Anton Tolchanov1-0/+191
2023-02-01all: use Go 1.20's bytes.CloneBrad Fitzpatrick1-1/+2
2023-01-27all: update copyright and license headersWill Norris1-3/+2
2021-12-28derp/derphttp: add Client.Ping, SendPing methodsBrad Fitzpatrick1-0/+52
2021-10-28derp: use new node key type.David Anderson1-4/+4
2020-08-17derp: remove a client round-trip waiting on serverInfoBrad Fitzpatrick1-15/+21
2020-06-15derp: reduce DERP memory use; don't require callers to pass in memory to useBrad Fitzpatrick1-3/+2
2020-05-31net/netns, misc tests: remove TestOnlySkipPrivilegedOps, argv checksBrad Fitzpatrick1-5/+0
2020-05-29net/netns: set the bypass socket mark on linux.David Anderson1-0/+5
2020-03-23derp/derphttp: ignore PeerGoneMessage in testBrad Fitzpatrick1-0/+2
2020-03-04derp: protocol negotiation, add v2: send src pub keys to clients in packetsBrad Fitzpatrick1-1/+1
2020-02-20derp, wgengine/magicsock: support more than just packets from Client.RecvBrad Fitzpatrick1-3/+8
2020-02-18derp: more misc cleanupsBrad Fitzpatrick1-0/+4
2020-02-17derp: move away from [32]byte key typesBrad Fitzpatrick1-11/+9
2020-02-09Move Linux client & common packages into a public repo.Earl Lee1-0/+142