summaryrefslogtreecommitdiffhomepage
path: root/derp/derphttp
AgeCommit message (Expand)AuthorFilesLines
2022-01-29derp/derphttp, wgengine/magicsock: prefer IPv6 to DERPs when IPv6 worksBrad Fitzpatrick1-0/+45
2022-01-27cmd/derpprobe: check derper TLS certs tooBrad Fitzpatrick1-3/+18
2022-01-24envknob: add new package for all the strconv.ParseBool(os.Getenv(..))Brad Fitzpatrick1-4/+2
2021-12-29wgengine/magicsock: don't unconditionally close DERP connections on rebindBrad Fitzpatrick1-0/+15
2021-12-28derp/derphttp: add Client.Ping, SendPing methodsBrad Fitzpatrick2-7/+129
2021-12-27derp: support client->server ping (and server->client pong)Brad Fitzpatrick1-0/+14
2021-11-18net/netns: thread logf into control functionsJosh Bleecher Snyder1-2/+2
2021-10-28derp: use new node key type.David Anderson4-26/+26
2021-10-27derp/derphttp: only log about a weird upgrade if any was specifiedBrad Fitzpatrick1-1/+3
2021-10-22cmd/derper, derp/derphttp: add websocket supportBrad Fitzpatrick3-3/+91
2021-10-01net/tlsdial: bake in LetsEncrypt's ISRG Root X1 rootBrad Fitzpatrick1-11/+4
2021-07-29cmd/derper: mesh over VPC networkBrad Fitzpatrick1-1/+14
2021-07-26net/dnscache: cache all IPs per hostnameBrad Fitzpatrick1-1/+1
2021-07-13cmd/derper/derpprobe: add derp proberBrad Fitzpatrick1-0/+7
2021-07-09tailcfg: break DERPNode.DERPTestPort into DERPPort & InsecureForTestsBrad Fitzpatrick1-5/+3
2021-03-12derp{,/derphttp},magicsock: tell DERP server when ping acks can be expectedBrad Fitzpatrick1-1/+15
2021-03-09wgengine/magicsock, derp, derp/derphttp: respond to DERP server->client pingsBrad Fitzpatrick1-0/+23
2021-02-12derp/derphttp: return nicer errors from Recv on CloseBrad Fitzpatrick1-0/+9
2021-02-12derp/derphttp: add a context and infoLogger option to RunWatchConnectionLoopBrad Fitzpatrick1-8/+28
2021-01-06net/dnscache: work on IPv6-only hosts (again)Brad Fitzpatrick1-1/+1
2020-08-28tshttp, derphttp: send Proxy-Authorization, not Authorization, to proxiesBrad Fitzpatrick1-1/+1
2020-08-26tshttpproxy, controlclient, derphttp, logpolicy: send Negotiate auth to proxiesBrad Fitzpatrick1-1/+9
2020-08-20derp, derp/derphttp: remove one RTT from DERP setupBrad Fitzpatrick2-21/+97
2020-08-18derp/derphttp: support standard-ish SSLKEYLOGFILE environment variableBrad Fitzpatrick1-0/+10
2020-08-18net/tshttpproxy: new package, support WPAD/PAC proxies on WindowsBrad Fitzpatrick1-0/+77
2020-08-17derp: remove a client round-trip waiting on serverInfoBrad Fitzpatrick1-15/+21
2020-07-27derp/derphttp: don't return all nil from dialRegion when STUNOnly nodesBrad Fitzpatrick1-0/+3
2020-06-25derp: add frameClosePeer to move around clients within a regionBrad Fitzpatrick1-0/+19
2020-06-15cmd/derper, derp/derphttp: move bulk of derp mesh code into derphttpBrad Fitzpatrick1-0/+122
2020-06-15derp: reduce DERP memory use; don't require callers to pass in memory to useBrad Fitzpatrick2-9/+8
2020-06-05cmd/derper: support forwarding packets amongst set of peer DERP serversBrad Fitzpatrick1-0/+15
2020-06-04derp: change NewClient constructor to an option patternBrad Fitzpatrick1-1/+1
2020-06-04derp, derp/derphttp: add key accessors, add Client.RecvDetailBrad Fitzpatrick1-25/+44
2020-06-03derp, cmd/derper: add frameWatchConns, framePeerPresent for inter-DERP routingBrad Fitzpatrick1-1/+14
2020-06-01net/netns: move SOCKS dialing to netns for nowBrad Fitzpatrick2-41/+3
2020-06-01net/tlsdial, derp/derphttp: finish DERPNode.CertName validationBrad Fitzpatrick1-6/+8
2020-05-31net/netns, misc tests: remove TestOnlySkipPrivilegedOps, argv checksBrad Fitzpatrick1-5/+0
2020-05-29net/netcheck: fix HTTPS fallback bug from earlier todayBrad Fitzpatrick1-10/+42
2020-05-29net/netns: set the bypass socket mark on linux.David Anderson1-0/+5
2020-05-29netcheck: address some HTTP fallback measurement TODOsBrad Fitzpatrick1-5/+12
2020-05-28derp/derphttp: make DERP client use netns for dial-outs.David Anderson1-2/+3
2020-05-23all: make client use server-provided DERP map, add DERP region supportBrad Fitzpatrick1-31/+222
2020-05-13derp/derphttp: don't use x/net/proxy for SOCKS on iOSBrad Fitzpatrick2-8/+32
2020-05-12derp/derphttp: use SOCKS/etc proxies for derphttp dialsBrad Fitzpatrick1-3/+16
2020-04-25net/tlsdial: add package for TLS dials, and make DERP & controlclient use itBrad Fitzpatrick1-8/+4
2020-04-11derp/derphttp: avoid endless reconnect race on failureBrad Fitzpatrick1-4/+14
2020-03-23derp/derphttp: remove a redundant log messageBrad Fitzpatrick1-2/+0
2020-03-23derp/derphttp: ignore PeerGoneMessage in testBrad Fitzpatrick1-0/+2
2020-03-12derp: introduce Conn interfaceDavid Crawshaw1-1/+1
2020-03-05derp, magicsock: track home (preferred) vs visiting connections for statsBrad Fitzpatrick1-4/+30