62 Commits (dfe67afb4a19af889fe0ecf4e8b64ca3cb897b39)

Author SHA1 Message Date
Maisem Ali 630bcb5b67 tsnet,client/tailscale: add APIClient which runs API over Noise. 4 years ago
Andrew Dunham c32f9f5865
cmd/tailscale, ipn: enable debug logs when --report flag is passed to bugreport (#5830) 4 years ago
Brad Fitzpatrick 1841d0bf98 wgengine/magicsock: make debug-level stuff not logged by default 4 years ago
Josh Soref d4811f11a0 all: fix spelling mistakes 4 years ago
Adrian Dewhurst c581ce7b00 cmd/tailscale, client, ipn, tailcfg: add network lock modify command 4 years ago
Andrew Dunham b1867457a6
doctor: add package for running in-depth healthchecks; use in bugreport (#5413) 4 years ago
Eng Zer Jun f0347e841f refactor: move from io/ioutil to io and os packages 4 years ago
Tom DNetto facafd8819 client,cmd/tailscale,ipn,tka,types: implement tka initialization flow 4 years ago
Brad Fitzpatrick e1309e1323 all: require Go 1.19 4 years ago
Brad Fitzpatrick a12aad6b47 all: convert more code to use net/netip directly 4 years ago
Brad Fitzpatrick 6a396731eb all: use various net/netip parse funcs directly 4 years ago
Brad Fitzpatrick 7eaf5e509f net/netaddr: start migrating to net/netip via new netaddr adapter package 4 years ago
Maisem Ali 2d65c1a950 client/tailscale: update ACLRow and ACLTest with new ACL fields 4 years ago
Brad Fitzpatrick c4f06ef7be client/tailscale: fix ExpandSNIName on non-default LocalClient 4 years ago
Brad Fitzpatrick 3e1f2d01f7 ipn/ipnlocal: move Ping method from IPN bus to LocalBackend (HTTP) 4 years ago
Brad Fitzpatrick 66f9292835 client/tailscale: update Client API a bit 4 years ago
Brad Fitzpatrick a54671529b client/tailscale: move API client for the control admin API 4 years ago
Brad Fitzpatrick e3619b890c client/tailscale: rename tailscale.go -> localclient.go 4 years ago
Brad Fitzpatrick 87ba528ae0 client/tailscale: move/copy all package funcs to new LocalClient type 4 years ago
Brad Fitzpatrick 3601b43530 ipn: add IPCVersion override func 4 years ago
Brad Fitzpatrick 8f5e5bff1e cmd/tailscale, etc: make "tailscale up --ssh" fail fast when unavailable 4 years ago
Brad Fitzpatrick 16f3520089 all: add arbitrary capability support 4 years ago
Maisem Ali c87ed52ad4 cmd/tailscale: add id-token subcommand 4 years ago
Brad Fitzpatrick fc12cbfcd3 client/tailscale, cmd/tailscale, localapi: add 'tailscale nc' 4 years ago
Brad Fitzpatrick d2f3ec8a63 envknob, ipn/ipnlocal: add SSH admin kill switch 4 years ago
Brad Fitzpatrick f2041c9088 all: use strings.Cut even more 4 years ago
Brad Fitzpatrick 1db46919ab cmd/tailscaled: make build fail nicely on older Go versions 4 years ago
davideger f31546809f
cmd/tailscale: propagate tailscaled 403s as AccessDeniedErrors 4 years ago
Brad Fitzpatrick 96cab21383 cmd/tailscale: add debug restun, rebind subcommands 4 years ago
Josh Bleecher Snyder 63cd581c3f safesocket: add ConnectionStrategy, provide control over fallbacks 4 years ago
Danny Hermes 56c72d9cde godoc fix: StatusWithPeers -> StatusWithoutPeers 4 years ago
Brad Fitzpatrick 3181bbb8e4 cmd/tailscale: make file cp send files via tailscaled localapi 4 years ago
Brad Fitzpatrick 68917fdb5d cmd/tailscale/cli: add "debug metrics" subcommand 4 years ago
Brad Fitzpatrick 2b082959db safesocket: add WindowsLocalPort const 5 years ago
Maisem Ali 52be1c0c78 tsnet: run the LocalAPI handler 5 years ago
Brad Fitzpatrick f62e6d83a9 cmd/tailscale: make cert subcommand give hints on access denied 5 years ago
Brad Fitzpatrick efb84ca60d ipn/localapi, cmd/tailscale: add CPU & memory profile support, debug command 5 years ago
Brad Fitzpatrick b1a2abf41b client/tailscale/example/servetls: add demo program for docs 5 years ago
Brad Fitzpatrick a83f08c54b cmd/tailscale: provide a better error message when tailscaled isn't running 5 years ago
Brad Fitzpatrick 3c8ca4b357 client/tailscale, cmd/tailscale/cli: move version mismatch check to CLI 5 years ago
Brad Fitzpatrick faa891c1f2 client/tailscale,ipn/localapi: warn on tailscale/tailscaled version skew 5 years ago
Brad Fitzpatrick b7ae529ecc client/tailscale: make GetCertificate guess cert if SNI lacks dots 5 years ago
Brad Fitzpatrick 57b794c338 ipn/localapi: move cert fetching code to localapi, cache, add cert subcommand 5 years ago
julianknodt 506c2fe8e2 cmd/tailscale: make netcheck use active DERP map, delete static copy 5 years ago
Brad Fitzpatrick fc5fba0fbf client/tailscale: document SetDNS more 5 years ago
Brad Fitzpatrick 796e222901 client/tailscale: add SetDNS func 5 years ago
Brad Fitzpatrick b993d9802a ipn/ipnlocal, etc: require file sharing capability to send/recv files 5 years ago
Brad Fitzpatrick db5e269463 client/tailscale/apitype: move local API types to new apitype package 5 years ago
Brad Fitzpatrick 79109f4965 ipn/ipnlocal: use PATCH for EditPrefs, not POST 5 years ago
Brad Fitzpatrick 00d641d9fc ipn/localapi: move EditPrefs to localapi 5 years ago