summaryrefslogtreecommitdiffhomepage
path: root/logtail/logtail.go
AgeCommit message (Expand)AuthorFilesLines
2026-04-20logtail: add Config.Disabled to suppress the startup bannerBrad Fitzpatrick1-0/+1
2026-04-17logtail: add Logger.SetEnabled to toggle uploads at runtimeBrad Fitzpatrick1-1/+15
2026-03-06all: use Go 1.26 things, run most gofix modernizersBrad Fitzpatrick1-2/+2
2026-01-23all: remove AUTHORS file and references to itWill Norris1-1/+1
2025-12-17net/netmon, wgengine/userspace: purge ChangeDelta.Major and address TODOs (#1...Jonathan Nobels1-2/+2
2025-12-11logtail: add metrics (#18184)Joe Tsai1-0/+40
2025-11-18all: rename variables with lowercase-l/uppercase-IAlex Chan1-129/+129
2025-10-30logtail: avoid racing eventbus subscriptions with shutdown (#17695)M. J. Fromberger1-22/+28
2025-10-28Revert "logtail: avoid racing eventbus subscriptions with Shutdown (#17639)" ...M. J. Fromberger1-19/+20
2025-10-24logtail: avoid racing eventbus subscriptions with Shutdown (#17639)M. J. Fromberger1-20/+19
2025-10-01net/netmon: remove usage of direct callbacks from netmon (#17292)Claus Lensbøl1-0/+31
2025-09-29feature/logtail: pull logtail + netlog out to modular featuresBrad Fitzpatrick1-52/+2
2025-09-28logtail: delete AppendTextOrJSONLockedJoe Tsai1-5/+0
2025-05-02logtail: remove unneeded IP redaction codeBrad Fitzpatrick1-43/+0
2025-02-04logpolicy: expose MaxBufferSize and MaxUploadSize options (#14903)Joe Tsai1-3/+8
2024-12-16Switch logging service from log.tailscale.io to log.tailscale.com (#14398)Joe Tsai1-4/+4
2024-11-27logtail: avoid bytes.Buffer allocation (#11858)Joe Tsai1-2/+10
2024-07-12logtail: close idle HTTP connections on shutdownAnton Tolchanov1-0/+1
2024-06-05all: use math/rand/v2 moreMaisem Ali1-2/+2
2024-04-27net/netns, net/dns/resolver, etc: make netmon required in most placesBrad Fitzpatrick1-1/+1
2024-04-12logtail: optimize JSON processing (#11671)Joe Tsai1-176/+252
2024-04-01logtail: delete unused code from old way to configure zstdBrad Fitzpatrick1-24/+3
2024-04-01logtail: always zstd compress with FastestCompression and LowMemory (#11583)Joe Tsai1-3/+1
2024-03-29logtail: prevent js/wasm clients from picking TLS client certBrad Fitzpatrick1-0/+14
2024-03-25logtail: move a scratch buffer to LoggerBrad Fitzpatrick1-5/+13
2024-03-21all: use zstdframe where sensible (#11491)Joe Tsai1-3/+19
2023-12-15tailscale/logtail: redact public ipv6 and ipv4 ip addresses within tailscaled...as26431-0/+43
2023-11-08logtail: fix Logger.Write return resultBrad Fitzpatrick1-1/+3
2023-08-23net/netmon: make ChangeFunc's signature take new ChangeDelta, not boolBrad Fitzpatrick1-3/+2
2023-07-21logtail: use tstime (#8607)Claire Wang1-22/+22
2023-07-11logtail: fix race condition with sockstats label (#8578)Joe Tsai1-4/+9
2023-05-11logtail: be less aggressive about re-uploads (#8117)Joe Tsai1-26/+35
2023-04-20all: move network monitoring from wgengine/monitor to net/netmonMihai Parparita1-8/+8
2023-04-12net/sockstats: pass in logger to sockstats.WithSockStatsMihai Parparita1-1/+1
2023-03-29log/sockstatlog: add delay before writing logs to diskWill Norris1-1/+8
2023-03-08logtail: remove unncessary response readMihai Parparita1-8/+0
2023-03-06sockstats: switch label to enumMihai Parparita1-1/+1
2023-03-01logtail: delete ID types and functions (#7412)Joe Tsai1-4/+5
2023-03-01sockstats: instrument networking code pathsMihai Parparita1-0/+2
2023-02-24logtail: allow multiple calls to ShutdownDavid Crawshaw1-2/+12
2023-02-07logtail: increase maximum log line size in low memory modeMihai Parparita1-1/+1
2023-01-27all: update copyright and license headersWill Norris1-3/+2
2023-01-15cmd/tailscale, logtail: add 'tailscale debug daemon-logs' logtail mechanismBrad Fitzpatrick1-0/+47
2023-01-05ipn/ipnlocal: add c2n handler to flush logtail for support debuggingBrad Fitzpatrick1-2/+14
2023-01-04logtail: make logs flush delay dynamicMihai Parparita1-17/+20
2022-10-15logtail: default to 2s log flush delay on all platformsBrad Fitzpatrick1-3/+11
2022-10-13logtail: change batched upload mechanism to not use CPU when idleBrad Fitzpatrick1-28/+57
2022-10-05logtail: always record timestamps in UTC (#5732)Joe Tsai1-2/+2
2022-10-05logtail: support a copy ID (#5851)Joe Tsai1-2/+7
2022-09-29all: fix spelling mistakesJosh Soref1-2/+2