45 Commits (a255a08ea61ba918ddeeacfdfbc3ca5e489481aa)

Author SHA1 Message Date
Brad Fitzpatrick a04f1ff9e6 logtail: default to 2s log flush delay on all platforms 4 years ago
Brad Fitzpatrick a315336287 logtail: change batched upload mechanism to not use CPU when idle 4 years ago
Joe Tsai 3af0d4d0f2
logtail: always record timestamps in UTC (#5732) 4 years ago
Joe Tsai c321363d2c
logtail: support a copy ID (#5851) 4 years ago
Josh Soref d4811f11a0 all: fix spelling mistakes 4 years ago
Eng Zer Jun f0347e841f refactor: move from io/ioutil to io and os packages 4 years ago
Joe Tsai 21cd402204
logtail: do not log when backing off (#5485) 4 years ago
Brad Fitzpatrick 4950fe60bd syncs, all: move to using Go's new atomic types instead of ours 4 years ago
Brad Fitzpatrick 5381437664 logtail, net/portmapper, wgengine/magicsock: use fmt.Appendf 4 years ago
Brad Fitzpatrick 48e73e147a logtail,logpolicy: tweak minor cosmetic things 4 years ago
Brad Fitzpatrick 02e580c1d2 logtail: use http.NewRequestWithContext 4 years ago
Mihai Parparita 3222bce02d logtail: add instance metadata to the entry logtail 4 years ago
Brad Fitzpatrick 9f1dd716e8 tailcfg, logtail: provide Debug bit to disable logtail 4 years ago
Josh Bleecher Snyder 0868329936 all: use any instead of interface{} 4 years ago
Brad Fitzpatrick 5f529d1359 logtail: add Logger.PrivateID accessor 4 years ago
Brad Fitzpatrick 84138450a4 types/logger, logtail: add mechanism to do structured JSON logs 4 years ago
Brad Fitzpatrick 5d9ab502f3 logtail: don't strip verbose level on upload 4 years ago
Josh Bleecher Snyder 9fe5ece833 logtail: cap the buffer size in encodeText 4 years ago
Brad Fitzpatrick 40e2b312b6 ipn/ipnserver, logpolicy: move Windows disk logging up earlier 4 years ago
Brad Fitzpatrick 3b541c833e util/clientmetric, logtail: log metric changes 4 years ago
Josh Bleecher Snyder 0c038b477f logtail: add a re-usable buffer for uploads 5 years ago
Josh Bleecher Snyder 278e7de9c9 logtail: always send a json array 5 years ago
Josh Bleecher Snyder 0373ba36f3 logtail: fix typo in comment 5 years ago
David Crawshaw 1606ef5219 logtail: print panics from previous runs on stderr 5 years ago
Josh Bleecher Snyder bb8ce48a6b logtail: allow changing log level concurrently 5 years ago
Brad Fitzpatrick b4cf837d8a logtail: use link monitor to determine when to retry after upload failure 5 years ago
Brad Fitzpatrick c0cdca6d06 cmd/tailscaled, logtail: share link monitor from wgengine to logtail 5 years ago
Brad Fitzpatrick 57dd247376 cmd/tailscaled, logpolicy, logtail: support log levels 5 years ago
Brad Fitzpatrick d97ee12179 logtail, logpolicy: remove an unidiomatic use of an interface 5 years ago
Josh Bleecher Snyder 3a7402aa2d logtail: help the server be more efficient 5 years ago
Josh Bleecher Snyder 883a11f2a8 logtail: fix typo in comment 5 years ago
Brad Fitzpatrick dd97111d06 backoff: update to Go style, document a bit, make 30s explicit 6 years ago
Elias Naur bca9fe35ba logtail: return correct write size from logger.Write 6 years ago
Avery Pennarun 6f590f5b52 logtail: we missed a case for the backoff timer. 6 years ago
Avery Pennarun 08acb502e5 Add tstest.PanicOnLog(), and fix various problems detected by this. 6 years ago
Brad Fitzpatrick c726c1eec9 logtail: add const DefaultHost with default server name 6 years ago
Brad Fitzpatrick 996bf9cae7 logtail: don't send a User-Agent 6 years ago
Brad Fitzpatrick e71a7c7a2c logtail: read to EOF on chunked response 6 years ago
Brad Fitzpatrick fcb6a34f4b logtail: reduce allocations encoding text 6 years ago
David Crawshaw 6ddbcab71e logtail: rename the unused CheckLogs to DrainLogs 6 years ago
Brad Fitzpatrick 8f9fa6a842 logtail: minor style/simplification changes 6 years ago
David Anderson 8380d8575a logtail: remove unused code from old sentinel logic. 6 years ago
David Anderson be6bcd59cd logtail: don't pass in nil contexts. 6 years ago
David Anderson 250dfc9016 logtail: remove unused struct fields. 6 years ago
Earl Lee a8d8b8719a Move Linux client & common packages into a public repo. 6 years ago