| Age | Commit message (Expand) | Author | Files | Lines |
| 2024-04-27 | net/netns, net/dns/resolver, etc: make netmon required in most places | Brad Fitzpatrick | 1 | -1/+1 |
| 2024-04-16 | all: use Go 1.22 range-over-int | Brad Fitzpatrick | 2 | -5/+5 |
| 2024-04-12 | logtail: optimize JSON processing (#11671) | Joe Tsai | 2 | -277/+421 |
| 2024-04-08 | logtail: require Buffer.Write to not retain the provided slice (#11617) | Joe Tsai | 1 | -3/+3 |
| 2024-04-01 | logtail: delete unused code from old way to configure zstd | Brad Fitzpatrick | 1 | -24/+3 |
| 2024-04-01 | logtail: always zstd compress with FastestCompression and LowMemory (#11583) | Joe Tsai | 1 | -3/+1 |
| 2024-03-29 | logtail: prevent js/wasm clients from picking TLS client cert | Brad Fitzpatrick | 1 | -0/+14 |
| 2024-03-25 | logtail: move a scratch buffer to Logger | Brad Fitzpatrick | 1 | -5/+13 |
| 2024-03-21 | all: use zstdframe where sensible (#11491) | Joe Tsai | 1 | -3/+19 |
| 2023-12-15 | tailscale/logtail: redact public ipv6 and ipv4 ip addresses within tailscaled... | as2643 | 2 | -0/+123 |
| 2023-11-08 | logtail: fix Logger.Write return result | Brad Fitzpatrick | 2 | -1/+30 |
| 2023-09-06 | adjust build tags for tamago | Andrea Barisani | 1 | -1/+1 |
| 2023-08-30 | adjust build tags for tamago | Andrea Barisani | 1 | -1/+1 |
| 2023-08-24 | all: adjust some build tags for plan9 | Brad Fitzpatrick | 2 | -1/+3 |
| 2023-08-23 | net/netmon: make ChangeFunc's signature take new ChangeDelta, not bool | Brad Fitzpatrick | 1 | -3/+2 |
| 2023-07-21 | logtail: use tstime (#8607) | Claire Wang | 3 | -33/+34 |
| 2023-07-11 | logtail: fix race condition with sockstats label (#8578) | Joe Tsai | 1 | -4/+9 |
| 2023-06-11 | all: adjust some build tags for wasi | Brad Fitzpatrick | 2 | -1/+1 |
| 2023-05-11 | logtail: be less aggressive about re-uploads (#8117) | Joe Tsai | 1 | -26/+35 |
| 2023-04-20 | all: move network monitoring from wgengine/monitor to net/netmon | Mihai Parparita | 1 | -8/+8 |
| 2023-04-12 | net/sockstats: pass in logger to sockstats.WithSockStats | Mihai Parparita | 1 | -1/+1 |
| 2023-03-29 | log/sockstatlog: add delay before writing logs to disk | Will Norris | 1 | -1/+8 |
| 2023-03-08 | logtail: remove unncessary response read | Mihai Parparita | 1 | -8/+0 |
| 2023-03-06 | sockstats: switch label to enum | Mihai Parparita | 1 | -1/+1 |
| 2023-03-04 | all: use tstest.Replace more | Maisem Ali | 1 | -4/+3 |
| 2023-03-02 | types/logid: simplify implementation (#7415) | Joe Tsai | 1 | -23/+0 |
| 2023-03-01 | logtail: delete ID types and functions (#7412) | Joe Tsai | 3 | -33/+8 |
| 2023-03-01 | sockstats: instrument networking code paths | Mihai Parparita | 1 | -0/+2 |
| 2023-02-28 | all: replace logtail.{Public,Private}ID with logid.{Public,Private}ID (#7404) | Joe Tsai | 3 | -9/+10 |
| 2023-02-24 | logtail: allow multiple calls to Shutdown | David Crawshaw | 1 | -2/+12 |
| 2023-02-07 | logtail: increase maximum log line size in low memory mode | Mihai Parparita | 2 | -6/+6 |
| 2023-01-27 | all: update copyright and license headers | Will Norris | 14 | -42/+28 |
| 2023-01-15 | cmd/tailscale, logtail: add 'tailscale debug daemon-logs' logtail mechanism | Brad Fitzpatrick | 1 | -0/+47 |
| 2023-01-05 | ipn/ipnlocal: add c2n handler to flush logtail for support debugging | Brad Fitzpatrick | 1 | -2/+14 |
| 2023-01-04 | logtail: make logs flush delay dynamic | Mihai Parparita | 1 | -17/+20 |
| 2022-11-28 | types/logid: move logtail ID types here (#6336) | Joe Tsai | 2 | -224/+12 |
| 2022-11-16 | logtail: remove MustParsePublicID (#6335) | Joe Tsai | 1 | -10/+0 |
| 2022-11-04 | all: remove old +build tags | Brad Fitzpatrick | 1 | -1/+0 |
| 2022-10-15 | logtail: default to 2s log flush delay on all platforms | Brad Fitzpatrick | 1 | -3/+11 |
| 2022-10-13 | logtail: change batched upload mechanism to not use CPU when idle | Brad Fitzpatrick | 1 | -28/+57 |
| 2022-10-05 | logtail: always record timestamps in UTC (#5732) | Joe Tsai | 1 | -2/+2 |
| 2022-10-05 | logtail: support a copy ID (#5851) | Joe Tsai | 1 | -2/+7 |
| 2022-09-29 | all: fix spelling mistakes | Josh Soref | 2 | -4/+4 |
| 2022-09-15 | refactor: move from io/ioutil to io and os packages | Eng Zer Jun | 5 | -11/+9 |
| 2022-08-30 | logtail: do not log when backing off (#5485) | Joe Tsai | 1 | -1/+6 |
| 2022-08-04 | cmd/tsconnect: make logtail uploading work | Mihai Parparita | 2 | -2/+24 |
| 2022-08-04 | syncs, all: move to using Go's new atomic types instead of ours | Brad Fitzpatrick | 1 | -4/+3 |
| 2022-08-03 | logtail, net/portmapper, wgengine/magicsock: use fmt.Appendf | Brad Fitzpatrick | 2 | -5/+2 |
| 2022-07-27 | logtail,logpolicy: tweak minor cosmetic things | Brad Fitzpatrick | 2 | -7/+12 |
| 2022-06-07 | logtail: do not panic in PrivateID.PublicID (#4815) | Joe Tsai | 1 | -4/+0 |