summaryrefslogtreecommitdiffhomepage
path: root/cmd/derper
AgeCommit message (Expand)AuthorFilesLines
2024-05-03derp/derphttp: fix netcheck HTTPS probesBrad Fitzpatrick1-12/+6
2024-05-03cmd/derper,tstest/nettest: skip network-needing test in airplane modeBrad Fitzpatrick1-0/+3
2024-04-28net/{interfaces,netmon}, all: merge net/interfaces package into net/netmonBrad Fitzpatrick1-7/+6
2024-04-27net/netns, net/dns/resolver, etc: make netmon required in most placesBrad Fitzpatrick1-1/+3
2024-04-26ipn/{ipnlocal,localapi},wgengine{,/magicsock}: plumb health.TrackerBrad Fitzpatrick1-0/+1
2024-04-25tsd, ipnlocal, etc: add tsd.System.HealthTracker, start some plumbingBrad Fitzpatrick1-1/+1
2024-04-18hostinfo: use Distro field for distinguishing Windows Server buildsAaron Klotz1-0/+1
2024-04-17build(deps): bump google.golang.org/protobuf from 1.32.0 to 1.33.0 (#11410)dependabot[bot]1-0/+1
2024-04-09tsweb: switch to fastuuid for request ID generationJames Tucker1-1/+3
2024-04-02tailscale: update tailfs file and package names (#11590)Charlotte Brandhorst-Satzkorn1-1/+1
2024-04-02cmd/{derper,derpprobe}: add --version flagBrad Fitzpatrick1-10/+16
2024-03-07cmd/derper, types/logger: move log filter to shared packageAndrew Dunham1-21/+2
2024-02-29ipn: include full tailfs shares in ipn notificationsPercy Wegmann1-1/+1
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