| Age | Commit message (Expand) | Author | Files | Lines |
| 2023-06-08 | util/slicesx: add Partition function | Andrew Dunham | 2 | -0/+36 |
| 2023-06-07 | all: use cmpx.Or where it made sense | Brad Fitzpatrick | 1 | -12/+4 |
| 2023-06-07 | util/cmpx: add package with cmp-like things from future Go releases | Brad Fitzpatrick | 2 | -0/+46 |
| 2023-06-01 | cmd/tailscaled, util/winutil: log our registry keys during tailscaled startup | Aaron Klotz | 4 | -0/+300 |
| 2023-05-11 | util/set: add a basic map-based Set type | Brad Fitzpatrick | 2 | -0/+39 |
| 2023-05-09 | util/codegen: support embedded fields | Brad Fitzpatrick | 1 | -2/+7 |
| 2023-04-17 | various: add golangci-lint, fix issues (#7905) | Andrew Dunham | 2 | -2/+1 |
| 2023-04-14 | util/set: move Slice type from corp to oss | Andrew Dunham | 2 | -0/+125 |
| 2023-04-13 | tailcfg: make SelfNodeV4MasqAddrForThisPeer a pointer | Maisem Ali | 1 | -2/+2 |
| 2023-04-08 | tailcfg,wgengine: add initial support for WireGuard only peers | Charlotte Brandhorst-Satzkorn | 1 | -2/+2 |
| 2023-04-05 | util/clientmetric: allow client metric values to be provided by a function | Mihai Parparita | 2 | -14/+105 |
| 2023-04-03 | ipn/ipnlocal, util/winutil/policy: modify Windows profile migration to load l... | Aaron Klotz | 2 | -0/+188 |
| 2023-04-03 | util/sysresources, magicsock: scale DERP buffer based on system memory | Andrew Dunham | 7 | -0/+100 |
| 2023-03-27 | util/codegen: add -copyright to control presence of copyright headers | Josh Bleecher Snyder | 1 | -1/+6 |
| 2023-03-27 | cmd/tailscale: extend hostname validation (#7678) | Anton Tolchanov | 2 | -0/+40 |
| 2023-03-23 | tailcfg: add Node.SelfNodeV4MasqAddrForThisPeer | Maisem Ali | 1 | -2/+2 |
| 2023-03-07 | util: add truncate package (#7490) | M. J. Fromberger | 2 | -0/+67 |
| 2023-03-04 | all: use tstest.Replace more | Maisem Ali | 1 | -3/+2 |
| 2023-03-03 | util/slicesx: add package for generic slice functions, use | Andrew Dunham | 2 | -0/+110 |
| 2023-02-21 | util/ringbuffer: move generic ringbuffer from corp repo | Andrew Dunham | 2 | -0/+127 |
| 2023-02-14 | util/linuxfw: add build constraints excluding GOARCH=arm | Andrew Dunham | 5 | -6/+6 |
| 2023-02-09 | util/linuxfw: initial implementation of package | Andrew Dunham | 9 | -0/+1335 |
| 2023-02-02 | util/multierr: implement Go 1.20+'s multiple error Unwrap | Andrew Dunham | 1 | -11/+1 |
| 2023-02-01 | all: update to Go 1.20, use strings.CutPrefix/Suffix instead of our fork | Brad Fitzpatrick | 3 | -66/+2 |
| 2023-02-01 | util/vizerror: add As function to get wrapped Error | Will Norris | 2 | -0/+20 |
| 2023-02-01 | fixup! util/vizerror: add new package for visible errors | Will Norris | 1 | -3/+3 |
| 2023-02-01 | fixup! util/vizerror: add new package for visible errors | Will Norris | 1 | -5/+8 |
| 2023-02-01 | fixup! util/vizerror: add new package for visible errors | Will Norris | 1 | -7/+24 |
| 2023-02-01 | util/vizerror: add new package for visible errors | Will Norris | 2 | -0/+54 |
| 2023-01-27 | all: update tools that manage copyright headers | Will Norris | 1 | -62/+6 |
| 2023-01-27 | all: update copyright and license headers | Will Norris | 70 | -210/+140 |
| 2023-01-27 | util/httpm: add another HTTP method | Mihai Parparita | 1 | -0/+1 |
| 2023-01-26 | util/httpm: add new package for prettier HTTP method constants | Brad Fitzpatrick | 1 | -0/+36 |
| 2023-01-25 | cmd/k8s-operator: support setting a custom hostname. | David Anderson | 1 | -0/+26 |
| 2023-01-19 | all: start groundwork for using capver for localapi & peerapi | Brad Fitzpatrick | 1 | -3/+4 |
| 2023-01-14 | cmd/tailscale: add start of "tailscale update" command | Brad Fitzpatrick | 1 | -0/+2 |
| 2023-01-11 | control/controlclient, tailcfg: add Node.Expired field, set for expired nodes | Andrew Dunham | 1 | -1/+1 |
| 2023-01-03 | util/codegen: permit running in directories without copyright headers | Brad Fitzpatrick | 1 | -7/+10 |
| 2023-01-02 | util/codegen, all: use latest year, not time.Now, in generated files | Brad Fitzpatrick | 1 | -5/+59 |
| 2022-12-19 | util/winutil: fix erroneous condition in implementation of getRegIntegerInternal | Aaron Klotz | 1 | -1/+1 |
| 2022-12-14 | util/multierr: optimize New for nil cases (#6750) | Joe Tsai | 2 | -13/+43 |
| 2022-12-12 | util/endian: delete package; use updated josharian/native instead | Brad Fitzpatrick | 4 | -40/+4 |
| 2022-12-12 | util/multierr: add Range (#6643) | Joe Tsai | 2 | -1/+76 |
| 2022-11-30 | types/ptr: move all the ptrTo funcs to one new package's ptr.To | Brad Fitzpatrick | 1 | -6/+5 |
| 2022-11-28 | ipn/ipnauth, util/winutil: add temporary LookupPseudoUser workaround to addre... | Aaron Klotz | 4 | -0/+115 |
| 2022-11-28 | util/set: add new set package for SetHandle type | Brad Fitzpatrick | 1 | -0/+30 |
| 2022-11-17 | cmd/tailscale, util/quarantine: set quarantine flags on files from Taildrop | Andrew Dunham | 4 | -0/+117 |
| 2022-11-08 | util/endian: add support on Loongnix-Server (loong64) | ysicing | 1 | -1/+1 |
| 2022-11-05 | util/dirwalk, metrics, portlist: add new package for fast directory walking | Brad Fitzpatrick | 3 | -0/+315 |
| 2022-11-04 | all: remove old +build tags | Brad Fitzpatrick | 11 | -11/+0 |