summaryrefslogtreecommitdiffhomepage
path: root/logtail/filch
AgeCommit message (Expand)AuthorFilesLines
2024-04-16all: use Go 1.22 range-over-intBrad Fitzpatrick1-2/+2
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-06-11all: adjust some build tags for wasiBrad Fitzpatrick2-1/+1
2023-03-04all: use tstest.Replace moreMaisem Ali1-4/+3
2023-01-27all: update copyright and license headersWill Norris5-15/+10
2022-11-04all: remove old +build tagsBrad Fitzpatrick1-1/+0
2022-09-15refactor: move from io/ioutil to io and os packagesEng Zer Jun1-2/+2
2022-08-04cmd/tsconnect: make logtail uploading workMihai Parparita2-2/+24
2021-10-29logtail/filch: limit buffer file size to 50MBMaisem Ali2-2/+66
2021-08-17logtail/filch: preallocate a scanner bufferJosh Bleecher Snyder2-0/+19
2021-08-05all: gofmt with Go 1.17Josh Bleecher Snyder1-1/+2
2021-06-18staticcheck.conf: turn off noisy lint errorsDavid Crawshaw1-1/+0
2021-05-04logtail/filch: add staticcheck annotationJosh Bleecher Snyder1-0/+1
2021-01-11all: adjust Unix permissions for those without umasksBrad Fitzpatrick1-2/+2
2020-10-14logtail/filch: skip a broken test on WindowsBrad Fitzpatrick1-0/+9
2020-10-02all: use testing.T.TempDirJosh Bleecher Snyder1-21/+5
2020-05-27filch_test: clarify the use of os.RemoveAll().Avery Pennarun1-13/+13
2020-03-20filch: a few minor commentsDavid Crawshaw1-0/+5
2020-02-13logtail/filch: use x/sys/unix instead of syscall.David Anderson1-3/+4
2020-02-10logtail/filch: use io's seek constants.David Anderson1-5/+5
2020-02-09Move Linux client & common packages into a public repo.Earl Lee4-0/+490