summaryrefslogtreecommitdiffhomepage
path: root/paths/paths_unix.go
AgeCommit message (Expand)AuthorFilesLines
2026-01-23all: remove AUTHORS file and references to itWill Norris1-1/+1
2025-07-10all: detect JetKVM and specialize a handful of things for itBrad Fitzpatrick1-0/+3
2025-01-09all: illumos/solaris userspace only supportNahum Shalman1-1/+1
2024-04-16all: use Go 1.22 range-over-intBrad Fitzpatrick1-1/+1
2024-04-13paths: set default state path on AIXBrad Fitzpatrick1-0/+2
2023-08-30adjust build tags for tamagoAndrea Barisani1-1/+1
2023-08-24paths: remove wasm file, no-op stubs, make OS-specific funcs consistentBrad Fitzpatrick1-7/+3
2023-06-11all: adjust some build tags for wasiBrad Fitzpatrick1-1/+1
2023-01-27all: update copyright and license headersWill Norris1-3/+2
2022-11-04all: remove old +build tagsBrad Fitzpatrick1-1/+0
2022-03-01cmd/tailscaled: default to userspace-networking mode on gokrazy, set pathsBrad Fitzpatrick1-0/+4
2021-10-20all: fix some js/wasm compilation issuesBrad Fitzpatrick1-2/+2
2021-10-18ipn/ipnserver paths: add paths.LegacyStateFilePathAaron Klotz1-0/+5
2021-09-27paths: skip unix chmod if state directory is already 0700Brad Fitzpatrick1-4/+16
2021-09-24ipn, paths: unconditionally attempt to set state dir perms, but only if the s...Aaron Klotz1-5/+5
2021-09-22ipn, paths: ensure that the state directory for Windows has the correct permsAaron Klotz1-0/+8
2021-08-05all: gofmt with Go 1.17Josh Bleecher Snyder1-0/+1
2021-03-30paths: fall back to XDG_DATA_HOME for non-root users' state dirBrad Fitzpatrick1-4/+14
2021-02-13paths: update some default paths for darwinBrad Fitzpatrick1-0/+2
2020-03-03paths: use /var/db for state on BSDs, and /var/run for sockets.David Anderson1-4/+19
2020-03-03paths: remove some debug logging I left inBrad Fitzpatrick1-2/+0
2020-03-03cmd/tailscale, cmd/tailscaled, paths: add paths package for default pathsBrad Fitzpatrick1-0/+37