summaryrefslogtreecommitdiffhomepage
path: root/ipn/ipn_clone.go
AgeCommit message (Expand)AuthorFilesLines
2025-07-03cmd/tailscale/cli,ipn,ipn/ipnlocal: add AutoExitNode preference for automatic...Nick Khyl1-0/+1
2025-04-09cmd/tailscale,ipn: add relay-server-port "tailscale set" flag and Prefs field...Jordan Whited1-0/+4
2025-01-30ipn: generate LoginProfileView and use it instead of *LoginProfile where appr...Nick Khyl1-0/+23
2025-01-22tailcfg: add ServiceNameAdrian Dewhurst1-2/+2
2024-12-02IPN: Update ServeConfig to accept configuration for Services.KevinLiang101-0/+49
2024-10-16cmd/tailscale,ipn,tailcfg: add `tailscale advertise` subcommand behind envkno...Naman Sood1-0/+2
2024-07-11cmd/cloner, cmd/viewer, util/codegen: add support for generic types and inter...Nick Khyl1-5/+26
2024-05-17ipn,wgengine: remove vestigial Prefs.AllowSingleHostsBrad Fitzpatrick1-1/+1
2024-05-06various: implement stateful firewalling on Linux (#12025)Andrew Lytvynov1-0/+2
2024-04-16ipn/{localapi, ipnlocal}: forget the prior exit node when localAPI is used to...Jonathan Nobels1-1/+1
2024-04-07ipn/{ipnlocal,localapi}: add API to toggle use of exit nodeBrad Fitzpatrick1-0/+1
2024-04-03tailscale: update tailfs functions and vars to use drive naming (#11597)Charlotte Brandhorst-Satzkorn1-5/+5
2024-04-02tailscale: update tailfs file and package names (#11590)Charlotte Brandhorst-Satzkorn1-3/+3
2024-03-08ipn,tailfs: tie TailFS share configuration to user profilePercy Wegmann1-0/+8
2023-12-05linuxfw,wgengine/route,ipn: add c2n and nodeattrs to control linux netfilterNaman Sood1-0/+1
2023-11-01ipn: introduce app connector advertisement preference and flagsJames Tucker1-0/+1
2023-10-31ipn: add user pref for running web clientWill Norris1-0/+1
2023-10-09ipn: add PostureChecks to PrefsKristoffer Dalby1-0/+1
2023-09-13cmd/tailscale/cli: use optimistic concurrency control on SetServeConfigMarwan Sulaiman1-0/+1
2023-09-05ipn, ipn/ipnlocal: add Foreground field to ServeConfigMarwan Sulaiman1-0/+7
2023-09-01cmd/tailscale,ipn: add auto-update flags and prefs (#8861)Andrew Lytvynov1-0/+1
2023-08-20cmd/cloner: use maps.Clone and ptr.ToMaisem Ali1-6/+2
2023-06-21{cmd/tailscale/cli,ipn}: add http support to tailscale serve (#8358)shayne1-0/+1
2023-01-27all: update copyright and license headersWill Norris1-3/+2
2022-11-29ipn,types/persist: add DisallowedTKAStateIDs, refactor as view typeTom DNetto1-4/+1
2022-11-22ipn: add ability to name profilesMaisem Ali1-0/+1
2022-11-17cmd/tailscale/cli: flesh out serve CLI and tests (#6304)shayne1-7/+7
2022-11-10ipn/ipnlocal: add optional TLS termination on proxied TCP connectionsBrad Fitzpatrick1-1/+1
2022-11-10ipn/localapi: introduce get/set config for serve (#6243)shayne1-2/+2
2022-11-10ipn/ipnlocal, tailcfg: wire up ingress peerapiBrad Fitzpatrick1-2/+9
2022-11-09ipn/ipnlocal: start implementing web server bits of serveBrad Fitzpatrick1-0/+1
2022-11-09ipn: add WebServerConfig, add viewsBrad Fitzpatrick1-0/+86
2022-09-01cmd/tailscale/cli: add backwards compatibility 'up' processing for legacy clientBrad Fitzpatrick1-0/+1
2022-07-25net/netaddr: start migrating to net/netip via new netaddr adapter packageBrad Fitzpatrick1-3/+4
2022-05-06cmd/cloner,util/codegen: refactor cloner internals to allow reuseMaisem Ali1-0/+55