summaryrefslogtreecommitdiffhomepage
path: root/logtail/logtail_test.go
AgeCommit message (Expand)AuthorFilesLines
2025-10-01net/netmon: remove usage of direct callbacks from netmon (#17292)Claus Lensbøl1-1/+6
2025-05-02logtail: remove unneeded IP redaction codeBrad Fitzpatrick1-80/+0
2024-04-16all: use Go 1.22 range-over-intBrad Fitzpatrick1-3/+3
2024-04-12logtail: optimize JSON processing (#11671)Joe Tsai1-101/+169
2023-12-15tailscale/logtail: redact public ipv6 and ipv4 ip addresses within tailscaled...as26431-0/+80
2023-11-08logtail: fix Logger.Write return resultBrad Fitzpatrick1-0/+27
2023-07-21logtail: use tstime (#8607)Claire Wang1-5/+6
2023-03-02types/logid: simplify implementation (#7415)Joe Tsai1-23/+0
2023-03-01logtail: delete ID types and functions (#7412)Joe Tsai1-2/+3
2023-02-07logtail: increase maximum log line size in low memory modeMihai Parparita1-5/+5
2023-01-27all: update copyright and license headersWill Norris1-3/+2
2022-09-15refactor: move from io/ioutil to io and os packagesEng Zer Jun1-2/+1
2022-05-18logtail: add instance metadata to the entry logtailMihai Parparita1-11/+15
2022-03-17all: use any instead of interface{}Josh Bleecher Snyder1-3/+3
2022-02-18types/logger, logtail: add mechanism to do structured JSON logsBrad Fitzpatrick1-0/+13
2022-02-13logtail: don't strip verbose level on uploadBrad Fitzpatrick1-2/+52
2022-01-13logtail: cap the buffer size in encodeTextJosh Bleecher Snyder1-0/+12
2021-10-28all: use testingutil.MinAllocsPerRunJosh Bleecher Snyder1-8/+9
2021-08-17logtail: always send a json arrayJosh Bleecher Snyder1-22/+18
2021-04-15logtail: reduce PublicID.UnmarshalText from 2 allocs to 0Brad Fitzpatrick1-0/+23
2021-01-15logtail: add testsDenton Gentry1-14/+242
2021-01-12Revert "Add logtail tests (#1114)" (#1116)Denton Gentry1-209/+7
2021-01-12Add logtail tests (#1114)Denton Gentry1-7/+209
2021-01-12logtail: start a local server for TestFastShutdownDenton Gentry1-1/+6
2021-01-12logtail: add a test to upload logs to local serverDenton Gentry1-0/+23
2020-12-21logtail, logpolicy: remove an unidiomatic use of an interfaceBrad Fitzpatrick1-3/+3
2020-07-27logtail: return correct write size from logger.WriteElias Naur1-0/+15
2020-05-13Add tstest.PanicOnLog(), and fix various problems detected by this.Avery Pennarun1-1/+1
2020-04-04logtail: reduce allocations encoding textBrad Fitzpatrick1-0/+14
2020-02-09Move Linux client & common packages into a public repo.Earl Lee1-0/+20