4061 Commits (3a926348a4ef96e595b8f18c21d18ebdb7b45359)
 

Author SHA1 Message Date
Tobias Klauser 3a926348a4 hostinfo: use ByteSliceToString from golang.org/x/sys/unix 4 years ago
Tobias Klauser 2a61261a5a hostinfo: use Uname from golang.org/x/sys/unix in osVersionLinux 4 years ago
Maisem Ali 928530a112 ipn/ipnlocal: shutdown sshServer on tailscale down 4 years ago
Brad Fitzpatrick 4d85cf586b cmd/tailscale, ipn/ipnlocal: add "peerapi" ping type 4 years ago
Maisem Ali 575aacb1e2 ssh/tailssh: terminate sessions on stdout copy failures 4 years ago
Maisem Ali 7cd8c3e839 ssh/tailssh: terminate sessions when tailscaled shutsdown 4 years ago
Maisem Ali 760740905e ssh/tailssh: only use `login` with TTY sessions 4 years ago
Brad Fitzpatrick 02e580c1d2 logtail: use http.NewRequestWithContext 4 years ago
Tom 2903d42921
wgengine/router: delete hardcoded link-local address on Windows (#4740) 4 years ago
Aaron Klotz b005b79236 net/dns, paths, util/winutil: change net/dns/windowsManager NRPT management to support more than 50 domains. 4 years ago
Joel Cressy c16271fb46 ipn/localapi: implement LoginInteractive via localapi 4 years ago
Denton Gentry 0f95eaa8bb scripts/installer: fix elementaryOS 4 years ago
James Tucker 3f686688a6 cmd/tailscaled: fix state path for windows svc 4 years ago
Aaron Klotz c163b2a3f1 util/winutil, util/winutil/vss: remove winrestore and vss as they are unnecessary. 4 years ago
Tom fc5839864b
wgengine/netstack: handle multiple magicDNS queries per UDP socket (#4708) 4 years ago
Brad Fitzpatrick c81be7b899 control/controlclient: avoid Noise protocol for js/wasm for now 4 years ago
Denton Gentry 36af49ae7f install.sh: add RHEL9. 4 years ago
Mihai Parparita bded712e58 .github/workflows: fix duplicated build target in Wasm action 4 years ago
Mihai Parparita 7cfc6130e5 .github/workflows: add cross-builder for Wasm 4 years ago
Mihai Parparita eda647cb47 cmd/tailscale/cli: fix ssh CLI command breaking the Wasm build 4 years ago
Brad Fitzpatrick cc91a05686 ipn/ipnserver: fix build on js/wasm 4 years ago
Mihai Parparita 3222bce02d logtail: add instance metadata to the entry logtail 4 years ago
Tom acfe5bd33b
net/dns{., resolver}: time out DNS queries after 10 seconds (#4690) 4 years ago
Tom ec4c49a338
types/key: make NodePublic implement Shardable (#4698) 4 years ago
Denton Gentry 53f6c3f9f2 api.md: document preauthorized and tags fields 4 years ago
Brad Fitzpatrick 48d43134d7 cmd/tsshd: delete, leaving only forwarding docs 4 years ago
Denton Gentry afb3f62b01 scripts/installer.sh: add Xen Enterprise 4 years ago
Brad Fitzpatrick da601c23e1 ipn/ipnlocal: add missing place where we set the SSH atomic 4 years ago
David Anderson e1c1d47991 tsweb: memoize the string forms of HTTP response codes. 4 years ago
Tom 9343967317
wgengine/filter: preallocate some hot slices in MatchesFromFilterRules (#4672) 4 years ago
David Anderson c48513b2be tsweb: support recording unabridged HTTP status codes as well. 4 years ago
Mihai Parparita 561f7be434 wgengine/magicsock: remove unused metric 4 years ago
Mihai Parparita dd5548771e util/clientmetric: add gauge_ name prefix when uploading names 4 years ago
Mihai Parparita 86069874c9 net/tstun, wgengine: use correct type for counter metrics 4 years ago
James Tucker 87b44aa311 go.mod: bump golang.org/x/sys for CVE-2022-29526 4 years ago
James Tucker 4bb7440094 cmd/tailscaled: use --statedir as documented 4 years ago
Maisem Ali 6dae9e47f9 types/views: remove alloc in hot path 4 years ago
Brad Fitzpatrick 4c75605e23 go.toolchain.rev: bump Tailscale Go toolchain 4 years ago
Maisem Ali 395cb588b6 types/views: make SliceOf/MapOf panic if they see a pointer 4 years ago
Maisem Ali d04afc697c cmd/viewer,types/views: add support for views of maps 4 years ago
Maisem Ali 5cd56fe8d5 ssh/tailssh: exec into `login` when launching a shell 4 years ago
Maisem Ali a253057fc3 ssh/tailssh: refactor incubator flags 4 years ago
Joe Tsai 741ae9956e
tstest/integration/vms: use hujson.Standardize instead of hujson.Unmarshal (#4520) 4 years ago
Maisem Ali 9f3ad40707 tailcfg: use cmd/viewer instead of cmd/cloner. 4 years ago
Maisem Ali fd99c54e10 tailcfg,all: change structs to []*dnstype.Resolver 4 years ago
Maisem Ali 679415f3a8 tailcfg: move views into tailcfg_view.go 4 years ago
Maisem Ali c4e9739251 cmd/viewer: add codegen tool for Views 4 years ago
Maisem Ali e409e59a54 cmd/cloner,util/codegen: refactor cloner internals to allow reuse 4 years ago
Mihai Parparita 025867fd07
util/clientmetric: switch to TestHooks struct for test-only functions (#4632) 4 years ago
Mihai Parparita 7966aed1e0
util/clientmetric: add test hooks and ResetLastDelta function 4 years ago