summaryrefslogtreecommitdiffhomepage
path: root/logtail/logtail.go
AgeCommit message (Expand)AuthorFilesLines
2020-06-05logtail: we missed a case for the backoff timer.Avery Pennarun1-1/+1
2020-05-13Add tstest.PanicOnLog(), and fix various problems detected by this.Avery Pennarun1-4/+3
2020-04-26logtail: add const DefaultHost with default server nameBrad Fitzpatrick1-1/+5
2020-04-05logtail: don't send a User-AgentBrad Fitzpatrick1-0/+1
2020-04-04logtail: read to EOF on chunked responseBrad Fitzpatrick1-1/+11
2020-04-04logtail: reduce allocations encoding textBrad Fitzpatrick1-1/+18
2020-03-20logtail: rename the unused CheckLogs to DrainLogsDavid Crawshaw1-15/+38
2020-03-15logtail: minor style/simplification changesBrad Fitzpatrick1-6/+5
2020-02-11logtail: remove unused code from old sentinel logic.David Anderson1-44/+0
2020-02-10logtail: don't pass in nil contexts.David Anderson1-4/+1
2020-02-10logtail: remove unused struct fields.David Anderson1-4/+0
2020-02-09Move Linux client & common packages into a public repo.Earl Lee1-0/+464