summaryrefslogtreecommitdiffhomepage
path: root/logtail
AgeCommit message (Expand)AuthorFilesLines
2026-01-28logtail/filch: fix panic in concurrent file access (#18555)Joe Tsai2-2/+25
2026-01-23all: remove AUTHORS file and references to itWill Norris15-15/+15
2025-12-17net/netmon, wgengine/userspace: purge ChangeDelta.Major and address TODOs (#1...Jonathan Nobels1-2/+2
2025-12-11logtail: add metrics (#18184)Joe Tsai3-3/+85
2025-12-10logtail/filch: rewrite the package (#18143)Joe Tsai6-304/+732
2025-11-18all: rename variables with lowercase-l/uppercase-IAlex Chan2-161/+161
2025-11-16syncs: add Mutex/RWMutex alias/wrappers for future mutex debuggingBrad Fitzpatrick1-2/+3
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øl3-1/+39
2025-09-29feature/logtail: pull logtail + netlog out to modular featuresBrad Fitzpatrick4-52/+113
2025-09-28util/backoff: rename logtail/backoff package to util/backoffBrad Fitzpatrick1-80/+0
2025-09-28logtail: delete AppendTextOrJSONLockedJoe Tsai1-5/+0
2025-05-02logtail: remove unneeded IP redaction codeBrad Fitzpatrick2-123/+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 Tsai5-9/+9
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-07-10all: add test for package comments, fix, add comments as neededBrad Fitzpatrick1-0/+1
2024-06-05all: use math/rand/v2 moreMaisem Ali2-3/+3
2024-05-23logtail/backoff: update Backoff.BackOff docs (#12229)Jordan Whited1-3/+2
2024-04-27net/netns, net/dns/resolver, etc: make netmon required in most placesBrad Fitzpatrick1-1/+1
2024-04-16all: use Go 1.22 range-over-intBrad Fitzpatrick2-5/+5
2024-04-12logtail: optimize JSON processing (#11671)Joe Tsai2-277/+421
2024-04-08logtail: require Buffer.Write to not retain the provided slice (#11617)Joe Tsai1-3/+3
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...as26432-0/+123
2023-11-08logtail: fix Logger.Write return resultBrad Fitzpatrick2-1/+30
2023-09-06adjust build tags for tamagoAndrea Barisani1-1/+1
2023-08-30adjust build tags for tamagoAndrea Barisani1-1/+1
2023-08-24all: adjust some build tags for plan9Brad Fitzpatrick2-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 Wang3-33/+34
2023-07-11logtail: fix race condition with sockstats label (#8578)Joe Tsai1-4/+9
2023-06-11all: adjust some build tags for wasiBrad Fitzpatrick2-1/+1
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-04all: use tstest.Replace moreMaisem Ali1-4/+3
2023-03-02types/logid: simplify implementation (#7415)Joe Tsai1-23/+0
2023-03-01logtail: delete ID types and functions (#7412)Joe Tsai3-33/+8
2023-03-01sockstats: instrument networking code pathsMihai Parparita1-0/+2