summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2020-02-11controlclient: handle nil Logf optioncrawshaw/br1David Crawshaw1-0/+3
2020-02-11debian: fix changelog generation.David Anderson1-1/+1
2020-02-11meta: add a staticcheck CI step.David Anderson1-0/+40
2020-02-11ipnserver: ignore lint error for unused context.David Anderson1-0/+4
2020-02-11logtail: remove unused code from old sentinel logic.David Anderson1-44/+0
2020-02-11safesocket: make test use testing.T correctly.David Anderson1-26/+32
2020-02-11Add a SECURITY.md for vulnerability reports.David Anderson1-0/+8
2020-02-11Use logger.Logf consistently. It was used in most places.Brad Fitzpatrick4-8/+13
2020-02-11meta: revert issue templates for now.David Anderson3-68/+0
2020-02-11Create some issue templatesDave Anderson2-0/+60
2020-02-11meta: create issue template configuration.David Anderson1-0/+8
2020-02-11Add slack notifications to CI.David Anderson1-15/+14
2020-02-11fix typosShawn Smith2-2/+2
2020-02-11README.md: Fix typo on the word `versions`Tiago Reis1-1/+1
2020-02-11controlclient, ipn: update tests for key pointer changeDavid Crawshaw3-6/+6
2020-02-11wgengine: fix error string.David Anderson1-1/+1
2020-02-11wgengine/packet: fix minor lint errors.David Anderson1-3/+3
2020-02-11stunner: correct minor lint errors.David Anderson1-2/+1
2020-02-10portlist: add a lint ignore for unused function.David Anderson1-0/+2
2020-02-10portlist: simplify slice expression.David Anderson1-1/+1
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-10ipn: fix lint complaints in tests.David Anderson2-2/+12
2020-02-10control/policy: make error strings staticcheck-compliant.David Anderson1-7/+8
2020-02-10controlclient: remove unused function.David Anderson1-7/+0
2020-02-10controlclient: fix staticcheck lint.David Anderson3-5/+22
2020-02-10controlclient: remove unnecessary comparison to bool.David Anderson1-1/+1
2020-02-10taillogin: check err in controlclient.New.David Anderson1-0/+3
2020-02-10Add a code of conduct.David Anderson1-0/+135
2020-02-10wgengine: make SetRoutesFunc less appealing to use.David Anderson2-4/+25
2020-02-10init dockerfileJimmy Zelinskie1-0/+15
2020-02-10.gitignore: ignore compiled binaries in the cmd folderswardn1-0/+5
2020-02-10Add a build+test github action, as a quick and cheerful CI.David Anderson1-0/+48
2020-02-10wgengine, controlclient: fewer pointers in wgcfg key typesDavid Crawshaw5-14/+44
2020-02-10README: https, links, mention Go version, DCOBrad Fitzpatrick1-6/+18
2020-02-10cmd: add import commentsBrad Fitzpatrick3-3/+3
2020-02-10README.md: add contentDavid Crawshaw1-2/+36
2020-02-10version: fix path for git describe of version for redoBrad Fitzpatrick1-1/+1
2020-02-10version: add stub; use rsc.io/goversion/version laterBrad Fitzpatrick1-0/+11
2020-02-09Move Linux client & common packages into a public repo.Earl Lee156-0/+17113
2020-01-31Initial commitEarl Lee2-0/+17