summaryrefslogtreecommitdiffhomepage
path: root/cmd/derper
AgeCommit message (Expand)AuthorFilesLines
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
2023-03-03util/slicesx: add package for generic slice functions, useAndrew Dunham2-2/+3
2023-03-03net/sockstats: remove explicit dependency on wgengine/monitorMihai Parparita1-3/+2
2023-03-02cmd/derper: randomize IPs on refreshBootstrapDNS (#7440)shayne1-0/+8
2023-03-01sockstats: instrument networking code pathsMihai Parparita1-2/+4
2023-02-11version: make all exported funcs compile-time constant or lazyDavid Anderson1-0/+1
2023-02-10net/interfaces: redo how we get the default interface on macOS and iOSMihai Parparita1-1/+1
2023-02-02net/{netns,netstat}: use new x/sys/cpu.IsBigEndianBrad Fitzpatrick1-1/+1
2023-02-01health, net/tlsdial: add healthcheck for self-signed certAndrew Dunham1-0/+3
2023-02-01all: update to Go 1.20, use strings.CutPrefix/Suffix instead of our forkBrad Fitzpatrick2-4/+3
2023-02-01fixup! util/vizerror: add new package for visible errorsWill Norris1-0/+1
2023-01-27all: update copyright and license headersWill Norris7-21/+14
2023-01-26util/httpm: add new package for prettier HTTP method constantsBrad Fitzpatrick1-0/+1
2023-01-23ipn/ipnstate: add PeerStatus.KeyExpiry for tailscale status --jsonBrad Fitzpatrick1-1/+1
2022-12-12util/endian: delete package; use updated josharian/native insteadBrad Fitzpatrick1-2/+1
2022-12-05net/tsaddr: remove ContainsFunc helpers (they're now in x/exp/slices)Brad Fitzpatrick1-1/+1
2022-11-30types/ptr: move all the ptrTo funcs to one new package's ptr.ToBrad Fitzpatrick1-0/+1