summaryrefslogtreecommitdiffhomepage
path: root/envknob
AgeCommit message (Expand)AuthorFilesLines
2024-06-26ci: enable checklocks workflow for specific packagesAndrew Dunham1-6/+17
2024-03-15envknob: ensure f is not nil before using itMarwan Sulaiman1-1/+5
2023-12-01client/web: show features based on platform supportSonia Appasamy1-0/+39
2023-09-17tailcfg: define a type for NodeCapabilityMaisem Ali2-4/+5
2023-09-11wgengine/magicsock: make peerMap also keyed by NodeIDBrad Fitzpatrick1-2/+14
2023-08-21types/netmap, all: make NetworkMap.SelfNode a tailcfg.NodeViewBrad Fitzpatrick2-5/+5
2023-08-17all: use Go 1.21 slices, maps instead of x/exp/{slices,maps}Brad Fitzpatrick1-1/+1
2023-05-04envknob: support tailscaled-env.txt on macOS tooBrad Fitzpatrick1-8/+25
2023-03-30envknob,net/tstun,wgengine: use TS_DEBUG_MTU consistentlyJames Tucker1-0/+40
2023-03-30envknob/logknob: add package for configurable loggingAndrew Dunham2-0/+186
2023-03-07wgengine/magicsock: track per-endpoint changes in ringbufferAndrew Dunham1-0/+33
2023-02-11version: unexport all vars, turn Short/Long into funcsDavid Anderson1-1/+1
2023-01-27all: update copyright and license headersWill Norris3-9/+6
2023-01-23envknob, hostinfo, ipn/ipnlocal: add start of opt-in remote update supportBrad Fitzpatrick1-0/+7
2022-12-21envknob: add time.Duration knob supportBrad Fitzpatrick1-5/+42
2022-11-28safesocket: remove the IPN protocol supportBrad Fitzpatrick1-0/+12
2022-11-24envknob: add CanTaildrop (TS_DISABLE_TAILDROP) to disable taildrop on deviceBrad Fitzpatrick1-4/+9
2022-11-23envknob: add GOOS funcBrad Fitzpatrick3-2/+41
2022-10-05ipn/ipnlocal: filter peers with bad signatures when tka is enabledTom DNetto1-0/+5
2022-09-17envknob, health: support Synology, show parse errors in statusBrad Fitzpatrick2-32/+58
2022-09-16envknob: generalize Windows tailscaled-env.txt supportBrad Fitzpatrick2-0/+77
2022-09-15envknob: support changing envknobs post-initBrad Fitzpatrick1-10/+165
2022-09-13cmd/tailscaled, tailcfg, hostinfo: add flag to disable logging + supportBrad Fitzpatrick1-0/+11
2022-04-20ipn/ipnlocal: reject tailscale up --ssh if disabled on tailnetBrad Fitzpatrick1-0/+6
2022-03-29envknob: use the correct key when logging (#4319)Maisem Ali1-1/+1
2022-03-23envknob, ipn/ipnlocal: add SSH admin kill switchBrad Fitzpatrick1-0/+7
2022-03-17all: use any instead of interface{}Josh Bleecher Snyder1-1/+1
2022-02-12envknob: track, log env knobs in useBrad Fitzpatrick1-2/+40
2022-02-12envknob: remove some stutter from error messagesBrad Fitzpatrick1-3/+3
2022-01-24wgengine/netstack: add an SSH server experimentBrad Fitzpatrick1-0/+4
2022-01-24envknob: add new package for all the strconv.ParseBool(os.Getenv(..))Brad Fitzpatrick1-0/+102