summaryrefslogtreecommitdiffhomepage
path: root/logtail
AgeCommit message (Expand)AuthorFilesLines
2020-08-09backoff: update to Go style, document a bit, make 30s explicitBrad Fitzpatrick2-36/+53
2020-07-27logtail: return correct write size from logger.WriteElias Naur2-1/+17
2020-06-05logtail: we missed a case for the backoff timer.Avery Pennarun1-1/+1
2020-05-27filch_test: clarify the use of os.RemoveAll().Avery Pennarun1-13/+13
2020-05-13magicsock/test: oops, fix a data race in nested-test logf hack.Avery Pennarun1-1/+1
2020-05-13Add tstest.PanicOnLog(), and fix various problems detected by this.Avery Pennarun3-13/+19
2020-04-29backoff: add a LogLongerThan configuration.Avery Pennarun1-4/+11
2020-04-29logtail/backoff: only log backoffs > 2secDavid Crawshaw1-1/+3
2020-04-27logtail: add PrivateID.IsZero methodBrad Fitzpatrick1-0/+3
2020-04-26logtail: add const DefaultHost with default server nameBrad Fitzpatrick1-1/+5
2020-04-13logtail: add ParsePublicID that doesn't allocateBrad Fitzpatrick2-0/+22
2020-04-05logtail: don't send a User-AgentBrad Fitzpatrick1-0/+1
2020-04-05logtail: add ParsePrivateIDBrad Fitzpatrick2-0/+40
2020-04-04logtail: read to EOF on chunked responseBrad Fitzpatrick1-1/+11
2020-04-04logtail: reduce allocations encoding textBrad Fitzpatrick2-1/+32
2020-03-20logtail: rename the unused CheckLogs to DrainLogsDavid Crawshaw2-15/+41
2020-03-20filch: a few minor commentsDavid Crawshaw1-0/+5
2020-03-15logtail: minor style/simplification changesBrad Fitzpatrick1-6/+5
2020-02-13logtail/filch: use x/sys/unix instead of syscall.David Anderson1-3/+4
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-10logtail/filch: use io's seek constants.David Anderson1-5/+5
2020-02-09Move Linux client & common packages into a public repo.Earl Lee17-0/+1773