| Age | Commit message (Expand) | Author | Files | Lines |
| 2024-08-06 | cmd/derper: move 204 handler from package main to derphttp | Brad Fitzpatrick | 2 | -31/+7 |
| 2024-07-08 | types/opt: add generic Value[T any] for optional values of any types | Nick Khyl | 1 | -0/+6 |
| 2024-06-26 | cmd/derper: clarify that derper and tailscaled need to be in sync | Brad Fitzpatrick | 1 | -1/+3 |
| 2024-06-26 | cmd/derper: link to various derper docs in more places | Brad Fitzpatrick | 1 | -4/+15 |
| 2024-06-26 | cmd/derper: add some DERP diagnostics pointers | James Tucker | 1 | -4/+37 |
| 2024-06-25 | derp: make RunConnectionLoop funcs take Messages, support PeerPresentFlags | Brad Fitzpatrick | 1 | -4/+2 |
| 2024-06-24 | net/netns: add Windows support for bind-to-interface-by-route | Aaron Klotz | 1 | -2/+2 |
| 2024-06-24 | cmd/derper: add debug endpoint to adjust mutex profiling rate | Brad Fitzpatrick | 1 | -0/+30 |
| 2024-06-16 | net/ipset, wgengine/filter/filtertype: add split-out packages | Brad Fitzpatrick | 2 | -8/+6 |
| 2024-06-16 | net/tsaddr: use bart in NewContainsIPFunc, add tests, benchmarks | Brad Fitzpatrick | 1 | -0/+2 |
| 2024-06-14 | util/winutil: add UserProfile type for (un)loading user profiles | Aaron Klotz | 1 | -1/+1 |
| 2024-06-12 | cmd/derper: add a README | Brad Fitzpatrick | 1 | -0/+74 |
| 2024-06-10 | util/winutil: add AllocateContiguousBuffer and SetNTString helper funcs | Aaron Klotz | 1 | -0/+1 |
| 2024-05-24 | all: do not depend on the testing package | Maisem Ali | 2 | -3/+3 |
| 2024-05-22 | cmd/derper: support TXT-mediated unpublished bootstrap DNS rollouts | Brad Fitzpatrick | 4 | -46/+178 |
| 2024-05-03 | derp/derphttp: fix netcheck HTTPS probes | Brad Fitzpatrick | 1 | -12/+6 |
| 2024-05-03 | cmd/derper,tstest/nettest: skip network-needing test in airplane mode | Brad Fitzpatrick | 1 | -0/+3 |
| 2024-04-28 | net/{interfaces,netmon}, all: merge net/interfaces package into net/netmon | Brad Fitzpatrick | 1 | -7/+6 |
| 2024-04-27 | net/netns, net/dns/resolver, etc: make netmon required in most places | Brad Fitzpatrick | 1 | -1/+3 |
| 2024-04-26 | ipn/{ipnlocal,localapi},wgengine{,/magicsock}: plumb health.Tracker | Brad Fitzpatrick | 1 | -0/+1 |
| 2024-04-25 | tsd, ipnlocal, etc: add tsd.System.HealthTracker, start some plumbing | Brad Fitzpatrick | 1 | -1/+1 |
| 2024-04-18 | hostinfo: use Distro field for distinguishing Windows Server builds | Aaron Klotz | 1 | -0/+1 |
| 2024-04-17 | build(deps): bump google.golang.org/protobuf from 1.32.0 to 1.33.0 (#11410) | dependabot[bot] | 1 | -0/+1 |
| 2024-04-09 | tsweb: switch to fastuuid for request ID generation | James Tucker | 1 | -1/+3 |
| 2024-04-02 | tailscale: update tailfs file and package names (#11590) | Charlotte Brandhorst-Satzkorn | 1 | -1/+1 |
| 2024-04-02 | cmd/{derper,derpprobe}: add --version flag | Brad Fitzpatrick | 1 | -10/+16 |
| 2024-03-07 | cmd/derper, types/logger: move log filter to shared package | Andrew Dunham | 1 | -21/+2 |
| 2024-02-29 | ipn: include full tailfs shares in ipn notifications | Percy Wegmann | 1 | -1/+1 |
| 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 |