| Age | Commit message (Expand) | Author | Files | Lines |
| 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 |
| 2022-05-27 | logtail: use http.NewRequestWithContext | Brad Fitzpatrick | 1 | -6/+5 |
| 2022-05-18 | logtail: add instance metadata to the entry logtail | Mihai Parparita | 2 | -25/+101 |
| 2022-04-18 | tailcfg, logtail: provide Debug bit to disable logtail | Brad Fitzpatrick | 1 | -0/+12 |
| 2022-03-17 | all: use any instead of interface{} | Josh Bleecher Snyder | 2 | -5/+5 |
| 2022-03-14 | logtail: add Logger.PrivateID accessor | Brad Fitzpatrick | 1 | -0/+7 |
| 2022-02-18 | types/logger, logtail: add mechanism to do structured JSON logs | Brad Fitzpatrick | 2 | -0/+26 |
| 2022-02-14 | logtail: add MustParsePublicID | Josh Bleecher Snyder | 1 | -0/+10 |
| 2022-02-13 | logtail: don't strip verbose level on upload | Brad Fitzpatrick | 2 | -7/+65 |
| 2022-02-12 | all: adjust some log verbosity | Brad Fitzpatrick | 1 | -1/+1 |
| 2022-01-31 | logtail: add a few new methods to PublicID | Josh Bleecher Snyder | 1 | -0/+19 |
| 2022-01-13 | logtail: cap the buffer size in encodeText | Josh Bleecher Snyder | 2 | -9/+32 |
| 2021-12-16 | ipn/ipnserver, logpolicy: move Windows disk logging up earlier | Brad Fitzpatrick | 1 | -0/+5 |
| 2021-11-16 | util/clientmetric, logtail: log metric changes | Brad Fitzpatrick | 1 | -0/+22 |
| 2021-10-29 | logtail/filch: limit buffer file size to 50MB | Maisem Ali | 2 | -2/+66 |
| 2021-10-28 | all: use testingutil.MinAllocsPerRun | Josh Bleecher Snyder | 1 | -8/+9 |
| 2021-08-17 | logtail: add a re-usable buffer for uploads | Josh Bleecher Snyder | 1 | -3/+5 |
| 2021-08-17 | logtail: always send a json array | Josh Bleecher Snyder | 2 | -39/+23 |
| 2021-08-17 | logtail/filch: preallocate a scanner buffer | Josh Bleecher Snyder | 2 | -0/+19 |
| 2021-08-05 | all: gofmt with Go 1.17 | Josh Bleecher Snyder | 1 | -1/+2 |
| 2021-08-02 | logtail: fix typo in comment | Josh Bleecher Snyder | 1 | -1/+1 |
| 2021-08-02 | logtail: print panics from previous runs on stderr | David Crawshaw | 1 | -0/+9 |
| 2021-06-18 | staticcheck.conf: turn off noisy lint errors | David Crawshaw | 1 | -1/+0 |
| 2021-05-25 | logtail: allow changing log level concurrently | Josh Bleecher Snyder | 1 | -6/+5 |
| 2021-05-04 | logtail/filch: add staticcheck annotation | Josh Bleecher Snyder | 1 | -0/+1 |
| 2021-04-15 | logtail: reduce PublicID.UnmarshalText from 2 allocs to 0 | Brad Fitzpatrick | 2 | -6/+32 |
| 2021-03-02 | logtail: use link monitor to determine when to retry after upload failure | Brad Fitzpatrick | 1 | -0/+34 |
| 2021-03-01 | cmd/tailscaled, logtail: share link monitor from wgengine to logtail | Brad Fitzpatrick | 1 | -0/+10 |
| 2021-01-15 | logtail: add tests | Denton Gentry | 1 | -14/+242 |
| 2021-01-12 | Revert "Add logtail tests (#1114)" (#1116) | Denton Gentry | 1 | -209/+7 |
| 2021-01-12 | Add logtail tests (#1114) | Denton Gentry | 1 | -7/+209 |
| 2021-01-12 | logtail: start a local server for TestFastShutdown | Denton Gentry | 1 | -1/+6 |
| 2021-01-12 | logtail: add a test to upload logs to local server | Denton Gentry | 1 | -0/+23 |
| 2021-01-11 | all: adjust Unix permissions for those without umasks | Brad Fitzpatrick | 1 | -2/+2 |
| 2020-12-21 | cmd/tailscaled, logpolicy, logtail: support log levels | Brad Fitzpatrick | 1 | -1/+34 |
| 2020-12-21 | logtail, logpolicy: remove an unidiomatic use of an interface | Brad Fitzpatrick | 3 | -46/+38 |
| 2020-11-24 | logtail: help the server be more efficient | Josh Bleecher Snyder | 1 | -6/+20 |
| 2020-11-17 | logtail: fix typo in comment | Josh Bleecher Snyder | 1 | -1/+1 |
| 2020-10-14 | logtail/filch: skip a broken test on Windows | Brad Fitzpatrick | 1 | -0/+9 |
| 2020-10-02 | all: use testing.T.TempDir | Josh Bleecher Snyder | 1 | -21/+5 |
| 2020-08-09 | backoff: update to Go style, document a bit, make 30s explicit | Brad Fitzpatrick | 2 | -36/+53 |
| 2020-07-27 | logtail: return correct write size from logger.Write | Elias Naur | 2 | -1/+17 |
| 2020-06-05 | logtail: we missed a case for the backoff timer. | Avery Pennarun | 1 | -1/+1 |
| 2020-05-27 | filch_test: clarify the use of os.RemoveAll(). | Avery Pennarun | 1 | -13/+13 |
| 2020-05-13 | magicsock/test: oops, fix a data race in nested-test logf hack. | Avery Pennarun | 1 | -1/+1 |