summaryrefslogtreecommitdiffhomepage
path: root/logtail/logtail.go
AgeCommit message (Expand)AuthorFilesLines
2022-09-15refactor: move from io/ioutil to io and os packagesEng Zer Jun1-3/+2
2022-08-30logtail: do not log when backing off (#5485)Joe Tsai1-1/+6
2022-08-04syncs, all: move to using Go's new atomic types instead of oursBrad Fitzpatrick1-4/+3
2022-08-03logtail, net/portmapper, wgengine/magicsock: use fmt.AppendfBrad Fitzpatrick1-1/+1
2022-07-27logtail,logpolicy: tweak minor cosmetic thingsBrad Fitzpatrick1-7/+10
2022-05-27logtail: use http.NewRequestWithContextBrad Fitzpatrick1-6/+5
2022-05-18logtail: add instance metadata to the entry logtailMihai Parparita1-14/+86
2022-04-18tailcfg, logtail: provide Debug bit to disable logtailBrad Fitzpatrick1-0/+12
2022-03-17all: use any instead of interface{}Josh Bleecher Snyder1-2/+2
2022-03-14logtail: add Logger.PrivateID accessorBrad Fitzpatrick1-0/+7
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-5/+13
2022-01-13logtail: cap the buffer size in encodeTextJosh Bleecher Snyder1-9/+20
2021-12-16ipn/ipnserver, logpolicy: move Windows disk logging up earlierBrad Fitzpatrick1-0/+5
2021-11-16util/clientmetric, logtail: log metric changesBrad Fitzpatrick1-0/+22
2021-08-17logtail: add a re-usable buffer for uploadsJosh Bleecher Snyder1-3/+5
2021-08-17logtail: always send a json arrayJosh Bleecher Snyder1-17/+5
2021-08-02logtail: fix typo in commentJosh Bleecher Snyder1-1/+1
2021-08-02logtail: print panics from previous runs on stderrDavid Crawshaw1-0/+9
2021-05-25logtail: allow changing log level concurrentlyJosh Bleecher Snyder1-6/+5
2021-03-02logtail: use link monitor to determine when to retry after upload failureBrad Fitzpatrick1-0/+34
2021-03-01cmd/tailscaled, logtail: share link monitor from wgengine to logtailBrad Fitzpatrick1-0/+10
2020-12-21cmd/tailscaled, logpolicy, logtail: support log levelsBrad Fitzpatrick1-1/+34
2020-12-21logtail, logpolicy: remove an unidiomatic use of an interfaceBrad Fitzpatrick1-42/+34
2020-11-24logtail: help the server be more efficientJosh Bleecher Snyder1-6/+20
2020-11-17logtail: fix typo in commentJosh Bleecher Snyder1-1/+1
2020-08-09backoff: update to Go style, document a bit, make 30s explicitBrad Fitzpatrick1-2/+2
2020-07-27logtail: return correct write size from logger.WriteElias Naur1-1/+2
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