42 Commits (e4fecfe31deab5ea796341bd7fb6281a85f4791e)

Author SHA1 Message Date
David Crawshaw 297b3d6fa4 staticcheck.conf: turn off noisy lint errors 5 years ago
Josh Bleecher Snyder bb8ce48a6b logtail: allow changing log level concurrently 5 years ago
Josh Bleecher Snyder 61e411344f logtail/filch: add staticcheck annotation 5 years ago
Brad Fitzpatrick b34fbb24e8 logtail: reduce PublicID.UnmarshalText from 2 allocs to 0 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
Denton Gentry 013da6660e logtail: add tests 5 years ago
Denton Gentry ce058c8280
Revert "Add logtail tests (#1114)" (#1116) 5 years ago
Denton Gentry e4f53e9b6f
Add logtail tests (#1114) 5 years ago
Denton Gentry b771a1363b logtail: start a local server for TestFastShutdown 5 years ago
Denton Gentry 2c328da094 logtail: add a test to upload logs to local server 5 years ago
Brad Fitzpatrick d6e9fb1df0 all: adjust Unix permissions for those without umasks 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 7a2a3955d3 logtail/filch: skip a broken test on Windows 6 years ago
Josh Bleecher Snyder 585a0d8997 all: use testing.T.TempDir 6 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 5eb09c8f5e filch_test: clarify the use of os.RemoveAll(). 6 years ago
Avery Pennarun 4f128745d8 magicsock/test: oops, fix a data race in nested-test logf hack. 6 years ago
Avery Pennarun 08acb502e5 Add tstest.PanicOnLog(), and fix various problems detected by this. 6 years ago
Avery Pennarun 64db026c8b backoff: add a LogLongerThan configuration. 6 years ago
David Crawshaw 2372530964 logtail/backoff: only log backoffs > 2sec 6 years ago
Brad Fitzpatrick 5d67365cc9 logtail: add PrivateID.IsZero method 6 years ago
Brad Fitzpatrick c726c1eec9 logtail: add const DefaultHost with default server name 6 years ago
Brad Fitzpatrick 3464114b88 logtail: add ParsePublicID that doesn't allocate 6 years ago
Brad Fitzpatrick 996bf9cae7 logtail: don't send a User-Agent 6 years ago
Brad Fitzpatrick bdc55d7091 logtail: add ParsePrivateID 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
David Crawshaw 51a12d1307 filch: a few minor comments 6 years ago
Brad Fitzpatrick 8f9fa6a842 logtail: minor style/simplification changes 6 years ago
David Anderson de0239375a logtail/filch: use x/sys/unix instead of syscall. 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
David Anderson 80ecb8342f logtail/filch: use io's seek constants. 6 years ago
Earl Lee a8d8b8719a Move Linux client & common packages into a public repo. 6 years ago