summaryrefslogtreecommitdiffhomepage
path: root/safesocket/unixsocket.go
AgeCommit message (Expand)AuthorFilesLines
2026-01-23all: remove AUTHORS file and references to itWill Norris1-1/+1
2024-08-22all: fix new lint warnings from bumping staticcheckBrad Fitzpatrick1-4/+0
2024-06-10safesocket: add ConnectContextMaisem Ali1-2/+4
2023-12-21safesocket: remove ConnectionStrategy (#10662)Andrew Lytvynov1-2/+2
2023-09-07safesocket, paths: add Plan 9 supportSkip Tavakkolian1-1/+1
2023-01-30safesocket: remove the now unused WindowsLocalPortMaisem Ali1-5/+5
2023-01-27all: update copyright and license headersWill Norris1-3/+2
2022-11-28safesocket: remove the IPN protocol supportBrad Fitzpatrick1-62/+1
2022-11-04all: remove old +build tagsBrad Fitzpatrick1-1/+0
2022-08-02all: gofmt for Go 1.19Brad Fitzpatrick1-4/+4
2022-04-25safesocket: fix CLI on standalone mac GUI buildBrad Fitzpatrick1-62/+13
2021-12-09safesocket: add ConnectionStrategy, provide control over fallbacksJosh Bleecher Snyder1-5/+5
2021-11-07safesocket: add js/wasm implementation with in-memory net.ConnBrad Fitzpatrick1-2/+2
2021-10-27safesocket: fail early on js/wasmBrad Fitzpatrick1-0/+4
2021-08-24fix: typo spelling grammarslowy071-1/+1
2021-08-05all: gofmt with Go 1.17Josh Bleecher Snyder1-0/+1
2021-07-20safesocket: reduce log spam while running integration testsJosh Bleecher Snyder1-6/+5
2021-03-02safesocket, ipn/ipnserver: unify peercred info, fix bug on FreeBSD etcBrad Fitzpatrick1-15/+1
2021-02-16safesocket, ipn/ipnserver: look up peer creds on DarwinBrad Fitzpatrick1-2/+3
2021-02-15safesocket, wgengine: add some darwin failure diagnostic hintsBrad Fitzpatrick1-0/+14
2021-01-29safesocket: refactor macOS auth code, pull out separate LocalTCPPortAndTokenBrad Fitzpatrick1-30/+10
2021-01-21safesocket: on Linux, make /var/run/tailscale be 0755Brad Fitzpatrick1-2/+22
2021-01-15ipn, ipnserver: only require sudo on Linux for mutable CLI actionsBrad Fitzpatrick1-1/+24
2021-01-11all: adjust Unix permissions for those without umasksBrad Fitzpatrick1-1/+1
2020-07-20safesocket: gofmtBrad Fitzpatrick1-3/+3
2020-07-20safesocket: support connecting to Mac TCP server from within App SandboxBrad Fitzpatrick1-19/+65
2020-03-30safesocket: gofmtBrad Fitzpatrick1-3/+3
2020-03-29safesocket: connect to the macOS network extension on darwin (as last resort)Brad Fitzpatrick1-0/+81
2020-03-03safesocket: make some effort to create parent directory of sockBrad Fitzpatrick1-0/+2
2020-02-25safesocket: documentBrad Fitzpatrick1-10/+2
2020-02-18safesocket: simplify API.David Anderson1-13/+8
2020-02-09Move Linux client & common packages into a public repo.Earl Lee1-0/+61