| Age | Commit message (Expand) | Author | Files | Lines |
| 2023-10-03 | tstest/deptest: add check that x/exp/{maps,slices} imported as xfoo | Brad Fitzpatrick | 1 | -1/+0 |
| 2023-10-02 | net/packet: implement methods for rewriting v6 addresses | Tom DNetto | 1 | -0/+17 |
| 2023-09-29 | go.mod: bump all dependencies except go-billy | James Tucker | 1 | -2/+2 |
| 2023-09-28 | ipn: use NodeCapMap in CheckFunnel | Maisem Ali | 1 | -1/+1 |
| 2023-09-18 | tailcfg: add NodeCapMap | Maisem Ali | 1 | -0/+1 |
| 2023-09-02 | net/netmon, net/tsdial: add some link change metrics | Brad Fitzpatrick | 1 | -1/+1 |
| 2023-08-29 | net/wsconn: accept a remote addr string and plumb it through | David Anderson | 1 | -1/+1 |
| 2023-08-22 | util/winutil: add RegisterForRestart, allowing programs to indicate their pre... | Aaron Klotz | 1 | -0/+1 |
| 2023-08-20 | cmd/cloner: use maps.Clone and ptr.To | Maisem Ali | 1 | -1/+1 |
| 2023-08-17 | all: use Go 1.21 slices, maps instead of x/exp/{slices,maps} | Brad Fitzpatrick | 1 | -3/+3 |
| 2023-08-17 | cmd/derper: count bootstrap dns unique lookups. | Denton Gentry | 3 | -1/+23 |
| 2023-08-16 | derp: include src IPs in mesh watch messages | Brad Fitzpatrick | 1 | -1/+2 |
| 2023-08-11 | tstime/mono: remove unsafe | Brad Fitzpatrick | 1 | -1/+1 |
| 2023-07-28 | all: update exp/slices and fix call sites | David Anderson | 1 | -1/+1 |
| 2023-07-27 | derp: use tstime (#8634) | Claire Wang | 1 | -0/+1 |
| 2023-07-20 | util/linuxfw: remove yet-unused code to fix linux/arm64 crash | Brad Fitzpatrick | 1 | -15/+1 |
| 2023-07-13 | ipn/ipnlocal: add optional support for ACME Renewal Info (ARI) (#8599) | Andrew Lytvynov | 1 | -4/+0 |
| 2023-07-11 | cmd/derper,tsweb: consistently add HTTP security headers (#8579) | Andrew Lytvynov | 1 | -13/+3 |
| 2023-06-29 | types/views: add JSON marshal/unmarshal and AsMap to Map | Maisem Ali | 1 | -0/+1 |
| 2023-06-27 | derp: use new net/tcpinfo package | Andrew Dunham | 1 | -0/+1 |
| 2023-06-27 | util/linuxfw: decoupling IPTables logic from linux router | KevinLiang10 | 1 | -1/+27 |
| 2023-06-23 | go.toolchain: switch to tailscale.go1.21 (#8415) | phirework | 1 | -0/+1 |
| 2023-06-11 | all: adjust some build tags for wasi | Brad Fitzpatrick | 1 | -0/+4 |
| 2023-06-07 | all: use cmpx.Or where it made sense | Brad Fitzpatrick | 2 | -5/+3 |
| 2023-05-03 | go.mod: bump all deps possible that don't break the build | Brad Fitzpatrick | 1 | -2/+3 |
| 2023-04-26 | cmd/derper: disable http2 | Kyle Carberry | 1 | -1/+1 |
| 2023-04-20 | all: avoid repeated default interface lookups | Mihai Parparita | 1 | -1/+1 |
| 2023-04-20 | all: move network monitoring from wgengine/monitor to net/netmon | Mihai Parparita | 1 | -2/+3 |
| 2023-04-11 | tsweb: move varz handler(s) into separate modules | Anton Tolchanov | 1 | -2/+4 |
| 2023-04-11 | tsweb: expose native Prometheus metrics in /debug/varz | Anton Tolchanov | 1 | -0/+45 |
| 2023-04-04 | derp,magicsock: add debug envknobs for HTTP and derp server name (#7744) | valscale | 1 | -2/+2 |
| 2023-03-29 | net/tshttpproxy: don't proxy through ourselves | Andrew Dunham | 1 | -1/+1 |
| 2023-03-24 | derp, derphttp, magicsock: send new unknown peer frame when destination is un... | valscale | 1 | -1/+1 |
| 2023-03-04 | all: use tstest.Replace more | Maisem Ali | 1 | -5/+3 |
| 2023-03-03 | util/slicesx: add package for generic slice functions, use | Andrew Dunham | 2 | -2/+3 |
| 2023-03-03 | net/sockstats: remove explicit dependency on wgengine/monitor | Mihai Parparita | 1 | -3/+2 |
| 2023-03-02 | cmd/derper: randomize IPs on refreshBootstrapDNS (#7440) | shayne | 1 | -0/+8 |
| 2023-03-01 | sockstats: instrument networking code paths | Mihai Parparita | 1 | -2/+4 |
| 2023-02-11 | version: make all exported funcs compile-time constant or lazy | David Anderson | 1 | -0/+1 |
| 2023-02-10 | net/interfaces: redo how we get the default interface on macOS and iOS | Mihai Parparita | 1 | -1/+1 |
| 2023-02-02 | net/{netns,netstat}: use new x/sys/cpu.IsBigEndian | Brad Fitzpatrick | 1 | -1/+1 |
| 2023-02-01 | health, net/tlsdial: add healthcheck for self-signed cert | Andrew Dunham | 1 | -0/+3 |
| 2023-02-01 | all: update to Go 1.20, use strings.CutPrefix/Suffix instead of our fork | Brad Fitzpatrick | 2 | -4/+3 |
| 2023-02-01 | fixup! util/vizerror: add new package for visible errors | Will Norris | 1 | -0/+1 |
| 2023-01-27 | all: update copyright and license headers | Will Norris | 7 | -21/+14 |
| 2023-01-26 | util/httpm: add new package for prettier HTTP method constants | Brad Fitzpatrick | 1 | -0/+1 |
| 2023-01-23 | ipn/ipnstate: add PeerStatus.KeyExpiry for tailscale status --json | Brad Fitzpatrick | 1 | -1/+1 |
| 2022-12-12 | util/endian: delete package; use updated josharian/native instead | Brad Fitzpatrick | 1 | -2/+1 |
| 2022-12-05 | net/tsaddr: remove ContainsFunc helpers (they're now in x/exp/slices) | Brad Fitzpatrick | 1 | -1/+1 |
| 2022-11-30 | types/ptr: move all the ptrTo funcs to one new package's ptr.To | Brad Fitzpatrick | 1 | -0/+1 |