summaryrefslogtreecommitdiffhomepage
path: root/cmd/derper
AgeCommit message (Expand)AuthorFilesLines
2024-02-23cmd/derper: apply TCP keepalive and timeout to TLS as wellJames Tucker1-3/+3
2024-02-22cmd/derper: add user timeout and reduce TCP keepaliveJames Tucker2-2/+28
2024-02-21cmd/derper, derp, tailcfg: add admission controller URL optionBrad Fitzpatrick1-5/+9
2024-02-09tailfs: clean up naming and package structurePercy Wegmann1-12/+1
2024-02-09tailfs: initial implementationPercy Wegmann1-30/+42
2024-02-07util/cmpx: delete now that we're using Go 1.22Brad Fitzpatrick2-3/+2
2024-01-19go.mod: bump most deps for start of cycleJames Tucker1-12/+9
2024-01-16all: make use of ctxkey everywhere (#10846)Joe Tsai1-0/+1
2024-01-08cmd/{derper,stund},net/stunserver: add standalone stun serverJames Tucker3-108/+18
2024-01-05ipn: apply ControlURL policy before loginAdrian Dewhurst1-2/+4
2023-12-19util/cmpx: remove code that's in the stdlib nowAndrew Dunham1-1/+1
2023-11-30tsweb: propagate RequestID via context and entire requestMarwan Sulaiman1-0/+2
2023-10-31derp/derphttp: fix race in mesh watcherBrad Fitzpatrick1-0/+1
2023-10-26ipn, safesocket: use Windows token in LocalAPIAaron Klotz1-6/+6
2023-10-11types/ipproto: import and test string parsing for ipprotoJames Tucker1-1/+2
2023-10-11net/packet: split off checksum munging into different pkgMaisem Ali2-17/+12
2023-10-03tstest/deptest: add check that x/exp/{maps,slices} imported as xfooBrad Fitzpatrick1-1/+0
2023-10-02net/packet: implement methods for rewriting v6 addressesTom DNetto1-0/+17
2023-09-29go.mod: bump all dependencies except go-billyJames Tucker1-2/+2
2023-09-28ipn: use NodeCapMap in CheckFunnelMaisem Ali1-1/+1
2023-09-18tailcfg: add NodeCapMapMaisem Ali1-0/+1
2023-09-02net/netmon, net/tsdial: add some link change metricsBrad Fitzpatrick1-1/+1
2023-08-29net/wsconn: accept a remote addr string and plumb it throughDavid Anderson1-1/+1
2023-08-22util/winutil: add RegisterForRestart, allowing programs to indicate their pre...Aaron Klotz1-0/+1
2023-08-20cmd/cloner: use maps.Clone and ptr.ToMaisem Ali1-1/+1
2023-08-17all: use Go 1.21 slices, maps instead of x/exp/{slices,maps}Brad Fitzpatrick1-3/+3
2023-08-17cmd/derper: count bootstrap dns unique lookups.Denton Gentry3-1/+23
2023-08-16derp: include src IPs in mesh watch messagesBrad Fitzpatrick1-1/+2
2023-08-11tstime/mono: remove unsafeBrad Fitzpatrick1-1/+1
2023-07-28all: update exp/slices and fix call sitesDavid Anderson1-1/+1
2023-07-27derp: use tstime (#8634)Claire Wang1-0/+1
2023-07-20util/linuxfw: remove yet-unused code to fix linux/arm64 crashBrad Fitzpatrick1-15/+1
2023-07-13ipn/ipnlocal: add optional support for ACME Renewal Info (ARI) (#8599)Andrew Lytvynov1-4/+0
2023-07-11cmd/derper,tsweb: consistently add HTTP security headers (#8579)Andrew Lytvynov1-13/+3
2023-06-29types/views: add JSON marshal/unmarshal and AsMap to MapMaisem Ali1-0/+1
2023-06-27derp: use new net/tcpinfo packageAndrew Dunham1-0/+1
2023-06-27util/linuxfw: decoupling IPTables logic from linux routerKevinLiang101-1/+27
2023-06-23go.toolchain: switch to tailscale.go1.21 (#8415)phirework1-0/+1
2023-06-11all: adjust some build tags for wasiBrad Fitzpatrick1-0/+4
2023-06-07all: use cmpx.Or where it made senseBrad Fitzpatrick2-5/+3
2023-05-03go.mod: bump all deps possible that don't break the buildBrad Fitzpatrick1-2/+3
2023-04-26cmd/derper: disable http2Kyle Carberry1-1/+1
2023-04-20all: avoid repeated default interface lookupsMihai Parparita1-1/+1
2023-04-20all: move network monitoring from wgengine/monitor to net/netmonMihai Parparita1-2/+3
2023-04-11tsweb: move varz handler(s) into separate modulesAnton Tolchanov1-2/+4
2023-04-11tsweb: expose native Prometheus metrics in /debug/varzAnton Tolchanov1-0/+45
2023-04-04derp,magicsock: add debug envknobs for HTTP and derp server name (#7744)valscale1-2/+2
2023-03-29net/tshttpproxy: don't proxy through ourselvesAndrew Dunham1-1/+1
2023-03-24derp, derphttp, magicsock: send new unknown peer frame when destination is un...valscale1-1/+1
2023-03-04all: use tstest.Replace moreMaisem Ali1-5/+3