| Age | Commit message (Expand) | Author | Files | Lines |
| 2024-02-23 | cmd/derper: apply TCP keepalive and timeout to TLS as well | James Tucker | 1 | -3/+3 |
| 2024-02-22 | cmd/derper: add user timeout and reduce TCP keepalive | James Tucker | 2 | -2/+28 |
| 2024-02-21 | cmd/derper, derp, tailcfg: add admission controller URL option | Brad Fitzpatrick | 1 | -5/+9 |
| 2024-02-09 | tailfs: clean up naming and package structure | Percy Wegmann | 1 | -12/+1 |
| 2024-02-09 | tailfs: initial implementation | Percy Wegmann | 1 | -30/+42 |
| 2024-02-07 | util/cmpx: delete now that we're using Go 1.22 | Brad Fitzpatrick | 2 | -3/+2 |
| 2024-01-19 | go.mod: bump most deps for start of cycle | James Tucker | 1 | -12/+9 |
| 2024-01-16 | all: make use of ctxkey everywhere (#10846) | Joe Tsai | 1 | -0/+1 |
| 2024-01-08 | cmd/{derper,stund},net/stunserver: add standalone stun server | James Tucker | 3 | -108/+18 |
| 2024-01-05 | ipn: apply ControlURL policy before login | Adrian Dewhurst | 1 | -2/+4 |
| 2023-12-19 | util/cmpx: remove code that's in the stdlib now | Andrew Dunham | 1 | -1/+1 |
| 2023-11-30 | tsweb: propagate RequestID via context and entire request | Marwan Sulaiman | 1 | -0/+2 |
| 2023-10-31 | derp/derphttp: fix race in mesh watcher | Brad Fitzpatrick | 1 | -0/+1 |
| 2023-10-26 | ipn, safesocket: use Windows token in LocalAPI | Aaron Klotz | 1 | -6/+6 |
| 2023-10-11 | types/ipproto: import and test string parsing for ipproto | James Tucker | 1 | -1/+2 |
| 2023-10-11 | net/packet: split off checksum munging into different pkg | Maisem Ali | 2 | -17/+12 |
| 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 |