summaryrefslogtreecommitdiffhomepage
path: root/safesocket
AgeCommit message (Expand)AuthorFilesLines
2025-05-07all: remove non-applicable "linux" deps on AndroidBrad Fitzpatrick1-1/+1
2025-04-02safesocket: fix Plan 9 implementationBrad Fitzpatrick1-108/+2
2025-03-21safesocket: respect context timeout when sleeping for 250ms in retry loopBrad Fitzpatrick1-1/+5
2025-03-11safesocket, version: fix safesocket_darwin behavior for cmd/tailscale (#15275)Jonathan Nobels2-32/+78
2025-03-03safesocket: add isMacSysExt Check (#15192)Jonathan Nobels1-1/+1
2025-03-03safesocket: correct logic for determining if we're a macOS GUI client (#15187)Jonathan Nobels2-10/+10
2025-02-27safesocket: return an error for LocalTCPPortAndToken for tailscaled (#15144)Jonathan Nobels2-5/+14
2025-02-06safesocket: add ability for Darwin clients to set explicit credentials (#14702)Jonathan Nobels2-90/+426
2024-10-09safesocket: don't depend on go-ps on iOSBrad Fitzpatrick1-1/+1
2024-08-22all: fix new lint warnings from bumping staticcheckBrad Fitzpatrick1-4/+0
2024-06-10safesocket: add ConnectContextMaisem Ali6-12/+26
2024-04-16all: use Go 1.22 range-over-intBrad Fitzpatrick2-2/+2
2024-03-14version,cli,safesocket: detect non-sandboxed macOS GUI (#11369)Andrea Gottardo1-1/+1
2024-01-10safesocket: detect macsys from within tailscaledWill Norris1-1/+3
2023-12-21all: cleanup unused code, part 2 (#10670)Andrew Lytvynov1-8/+0
2023-12-21safesocket: remove ConnectionStrategy (#10662)Andrew Lytvynov7-57/+13
2023-10-26safesocket: make clear which net.Conns are winio typesBrad Fitzpatrick3-23/+117
2023-10-26ipn, safesocket: use Windows token in LocalAPIAaron Klotz2-3/+180
2023-09-07safesocket, paths: add Plan 9 supportSkip Tavakkolian2-1/+125
2023-09-06cmd/tailscale: Check App Store tailscaled dialable before selecting. (#9234)Paul Scott1-0/+13
2023-04-19safesocket: enable test to run on Windows unpriviligedJames Tucker3-4/+28
2023-04-14.github/workflows: reenable Windows CI, disable broken testsJames Tucker1-0/+3
2023-01-30safesocket: remove the now unused WindowsLocalPortMaisem Ali5-22/+15
2023-01-27all: update copyright and license headersWill Norris8-24/+16
2022-11-30all: use named pipes on windowsMaisem Ali2-20/+24
2022-11-28safesocket: remove the IPN protocol supportBrad Fitzpatrick3-90/+16
2022-11-04all: remove old +build tagsBrad Fitzpatrick2-2/+0
2022-09-15refactor: move from io/ioutil to io and os packagesEng Zer Jun1-2/+1
2022-08-02all: gofmt for Go 1.19Brad Fitzpatrick3-11/+13
2022-04-28safesocket: log warning when running sandboxed Mac binary as rootMihai Parparita1-0/+11
2022-04-25safesocket: fix CLI on standalone mac GUI buildBrad Fitzpatrick1-62/+13
2021-12-09safesocket: add ConnectionStrategy, provide control over fallbacksJosh Bleecher Snyder5-12/+69
2021-12-09all: minor code cleanupJosh Bleecher Snyder1-1/+0
2021-11-07safesocket: add js/wasm implementation with in-memory net.ConnBrad Fitzpatrick2-2/+24
2021-11-05safesocket: add WindowsLocalPort constBrad Fitzpatrick1-0/+4
2021-10-27safesocket: fail early on js/wasmBrad Fitzpatrick1-0/+4
2021-09-24safesocket: actually fix CLI on macsys buildBrad Fitzpatrick1-6/+10
2021-09-24safesocket: fix CLI for macsys GUI variantBrad Fitzpatrick1-1/+45
2021-08-31safesocket: add connect retry loop to wait for tailscaledBrad Fitzpatrick2-1/+69
2021-08-24fix: typo spelling grammarslowy071-1/+1
2021-08-05all: gofmt with Go 1.17Josh Bleecher Snyder1-0/+1
2021-07-20safesocket: print full lsof command on failureJosh Bleecher Snyder1-3/+4
2021-07-20safesocket: reduce log spam while running integration testsJosh Bleecher Snyder1-6/+5
2021-07-08safesocket: create the test socket in a temp dirJosh Bleecher Snyder1-2/+8
2021-05-04safesocket: delete unused functionJosh Bleecher Snyder1-4/+0
2021-05-03cmd/tailscale: pull out, parameterize up FlagSet creation for testsBrad Fitzpatrick1-2/+6
2021-04-19safesocket: remove/update some old TODOsBrad Fitzpatrick1-2/+1
2021-03-30client/tailscale, cmd/tailscale/cli: plumb --socket throughDavid Crawshaw1-7/+0
2021-03-05safesocket: use right version of gofmtBrad Fitzpatrick1-3/+3
2021-03-05safesocket: support finding tailscale port/auth token from sandboxed CLIBrad Fitzpatrick1-3/+37