139 Commits (bd09e84a6e2f4ee0d1c1f5cda5b1237d52fbd646)

Author SHA1 Message Date
Brad Fitzpatrick bd2a2d53d3 all: use Go 1.26 things, run most gofix modernizers 1 month ago
James Scott 6cbfc2f3ba
logtail/filch: fix filch test panic (#18660) 2 months ago
Brad Fitzpatrick d26d3fcb95 .github/workflows: add macos runner 2 months ago
Fernando Serboncini 698e92a761
logtail/filch: close Filch instances in TestConcurrentSameFile (#18571) 3 months ago
Joe Tsai 6f55309f34
logtail/filch: fix panic in concurrent file access (#18555) 3 months ago
Will Norris 3ec5be3f51 all: remove AUTHORS file and references to it 3 months ago
Jonathan Nobels 3e89068792
net/netmon, wgengine/userspace: purge ChangeDelta.Major and address TODOs (#17823) 4 months ago
Joe Tsai 9613b4eecc
logtail: add metrics (#18184) 4 months ago
Joe Tsai 6428ba01ef
logtail/filch: rewrite the package (#18143) 4 months ago
Alex Chan c2e474e729 all: rename variables with lowercase-l/uppercase-I 5 months ago
Brad Fitzpatrick 99b06eac49 syncs: add Mutex/RWMutex alias/wrappers for future mutex debugging 5 months ago
M. J. Fromberger 95426b79a9
logtail: avoid racing eventbus subscriptions with shutdown (#17695) 6 months ago
M. J. Fromberger db5815fb97
Revert "logtail: avoid racing eventbus subscriptions with Shutdown (#17639)" (#17684) 6 months ago
M. J. Fromberger 4346615d77
logtail: avoid racing eventbus subscriptions with Shutdown (#17639) 6 months ago
Claus Lensbøl ce752b8a88
net/netmon: remove usage of direct callbacks from netmon (#17292) 7 months ago
Brad Fitzpatrick 11b770fbc9 feature/logtail: pull logtail + netlog out to modular features 7 months ago
Brad Fitzpatrick 01e645fae1 util/backoff: rename logtail/backoff package to util/backoff 7 months ago
Joe Tsai f19409482d logtail: delete AppendTextOrJSONLocked 7 months ago
Brad Fitzpatrick 4fa9411e3f logtail: remove unneeded IP redaction code 12 months ago
Joe Tsai 0b7087c401
logpolicy: expose MaxBufferSize and MaxUploadSize options (#14903) 1 year ago
Joe Tsai b62a013ecb
Switch logging service from log.tailscale.io to log.tailscale.com (#14398) 1 year ago
Joe Tsai bac3af06f5
logtail: avoid bytes.Buffer allocation (#11858) 1 year ago
Anton Tolchanov 7403d8e9a8 logtail: close idle HTTP connections on shutdown 2 years ago
Brad Fitzpatrick c6af5bbfe8 all: add test for package comments, fix, add comments as needed 2 years ago
Maisem Ali 4a8cb1d9f3 all: use math/rand/v2 more 2 years ago
Jordan Whited 4214e5f71b
logtail/backoff: update Backoff.BackOff docs (#12229) 2 years ago
Brad Fitzpatrick 3672f29a4e net/netns, net/dns/resolver, etc: make netmon required in most places 2 years ago
Brad Fitzpatrick 7c1d6e35a5 all: use Go 1.22 range-over-int 2 years ago
Joe Tsai 7a77a2edf1
logtail: optimize JSON processing (#11671) 2 years ago
Joe Tsai b4ba492701
logtail: require Buffer.Write to not retain the provided slice (#11617) 2 years ago
Brad Fitzpatrick ec87e219ae logtail: delete unused code from old way to configure zstd 2 years ago
Joe Tsai e2586bc674
logtail: always zstd compress with FastestCompression and LowMemory (#11583) 2 years ago
Brad Fitzpatrick e7599c1f7e logtail: prevent js/wasm clients from picking TLS client cert 2 years ago
Brad Fitzpatrick 6d90966c1f logtail: move a scratch buffer to Logger 2 years ago
Joe Tsai 85febda86d
all: use zstdframe where sensible (#11491) 2 years ago
as2643 3fb6ee7fdb
tailscale/logtail: redact public ipv6 and ipv4 ip addresses within tailscaled. (#10531) 2 years ago
Brad Fitzpatrick d852c616c6 logtail: fix Logger.Write return result 2 years ago
Andrea Barisani d61494db68 adjust build tags for tamago 3 years ago
Andrea Barisani 0a74d46568 adjust build tags for tamago 3 years ago
Brad Fitzpatrick 98a5116434 all: adjust some build tags for plan9 3 years ago
Brad Fitzpatrick 9089efea06 net/netmon: make ChangeFunc's signature take new ChangeDelta, not bool 3 years ago
Claire Wang e1bcecc393
logtail: use tstime (#8607) 3 years ago
Joe Tsai 49015b00fe
logtail: fix race condition with sockstats label (#8578) 3 years ago
Brad Fitzpatrick 67e912824a all: adjust some build tags for wasi 3 years ago
Joe Tsai 84c99fe0d9
logtail: be less aggressive about re-uploads (#8117) 3 years ago
Mihai Parparita 4722f7e322 all: move network monitoring from wgengine/monitor to net/netmon 3 years ago
Mihai Parparita edb02b63f8 net/sockstats: pass in logger to sockstats.WithSockStats 3 years ago
Will Norris 62a1e9a44f log/sockstatlog: add delay before writing logs to disk 3 years ago
Mihai Parparita a2be1aabfa logtail: remove unncessary response read 3 years ago
Mihai Parparita 6ac6ddbb47 sockstats: switch label to enum 3 years ago