summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2023-08-28client/web: fix lock/unlock order when updating s.selfsoniaappasamy/fix-web-client-lockSonia Appasamy1-2/+2
2023-08-28cmd/tailscale, net/portmapper: add --log-http option to "debug portmap"Andrew Dunham5-14/+142
2023-08-28cmd/k8s-operator: put Tailscale IPs in Service ingress statusMike Beaumont7-22/+67
2023-08-28cmd/k8s-operator: support being the default loadbalancer controllerMike Beaumont3-7/+61
2023-08-27util/deephash: add IncludeFields, ExcludeFields HasherForType OptionsBrad Fitzpatrick2-7/+138
2023-08-27types/views: add SliceEqual, like std slices.EqualBrad Fitzpatrick2-0/+20
2023-08-26flake.nix: use Go 1.21 to build tailscale, for real this timeDavid Anderson1-1/+1
2023-08-26flake.nix: use Go 1.21 to build tailscale flakeDavid Anderson2-10/+28
2023-08-26go.mod.sri: update SRI hash for go.mod changesFlakes Updater3-3/+3
2023-08-25cmd/containerboot: account for k8s secret reflection in fsnotifyMaisem Ali1-7/+22
2023-08-25release/dist: remove extra Close on a signed file (#9094)Andrew Lytvynov1-3/+0
2023-08-25client/web: move api handler into web.goSonia Appasamy2-38/+23
2023-08-25tsweb: check for key-based debug access before XFF check (#9093)Dave Anderson1-8/+16
2023-08-25util/osdiag: add query for Windows page file configuration and statusAaron Klotz3-4/+92
2023-08-25scripts/installer: add Kaisen, Garuda, Fedora-Asahi.Denton Gentry1-3/+3
2023-08-25cmd/k8s-operator: add support for Ingress resourcesMaisem Ali8-55/+383
2023-08-24cmd/containerboot: add support for setting ServeConfigMaisem Ali2-15/+113
2023-08-24cmd/k8s-operator: handle changes to services w/o teardownMaisem Ali2-1/+22
2023-08-24cmd/sniproxy: add port forwarding and prometheus metricsDenton Gentry3-16/+215
2023-08-24all: adjust some build tags for plan9Brad Fitzpatrick32-17/+84
2023-08-24clientupdate/distsign/roots: add temporary dev root key (#9080)Andrew Lytvynov2-2/+2
2023-08-24client/web: add self node cacheSonia Appasamy3-3/+80
2023-08-24clientupdate: remove Arch support (#9081)Andrew Lytvynov2-157/+6
2023-08-24cmd/dist,release/dist: add distsign signing hooks (#9070)Andrew Lytvynov7-49/+62
2023-08-24client/web: enforce full path for CGI platformsWill Norris5-3/+44
2023-08-24client/web: invert auth logic for synology and qnapWill Norris4-99/+83
2023-08-24client/web: move synology and qnap logic into separate filesWill Norris3-154/+182
2023-08-24cmd/testwrapper: fix off-by-one error in maxAttempts checkMaisem Ali1-1/+1
2023-08-24cmd/containerboot: reapply known args on restartMaisem Ali1-13/+36
2023-08-24release/dist/cli: add sign-key and verify-key-signature commands (#9041)Andrew Lytvynov2-9/+111
2023-08-24util/osdiag, util/osdiag/internal/wsc: add code to probe the Windows Security...Aaron Klotz3-1/+423
2023-08-24client/web: refresh on tab focusSonia Appasamy1-3/+16
2023-08-24client/web: cache csrf key when running in CGI modeWill Norris3-15/+63
2023-08-24.github: update flakehub workflow to support existing tags (#9067)shayne1-2/+10
2023-08-24.github: fix flakehub-publish-tagged.yml glob (#9066)shayne1-2/+4
2023-08-24types/logger, cmd/tailscale/cli: flesh out, simplify some non-unix build tagsBrad Fitzpatrick3-3/+3
2023-08-24paths: remove wasm file, no-op stubs, make OS-specific funcs consistentBrad Fitzpatrick4-27/+28
2023-08-23cmd/tailscale/cli: make netcheck run even if machine lacks TLS certsBrad Fitzpatrick2-8/+28
2023-08-23net/netmon: factor out debounce loop, simplify polling implBrad Fitzpatrick2-48/+71
2023-08-23client/web: don't require secure cookies for csrfWill Norris1-3/+6
2023-08-23clientupdate/distsign: use distinct PEM types for root/signing keys (#9045)Andrew Lytvynov5-79/+243
2023-08-23all: replace deprecated ioutil referencesMarwan Sulaiman5-12/+7
2023-08-23scripts/installer.sh: add CloudLinux and Alibaba LinuxDenton Gentry1-1/+1
2023-08-23client/web: open auth URLs in new browser tabSonia Appasamy1-5/+1
2023-08-23tailcfg: bump capver to 72 to restore UPnPBrad Fitzpatrick1-1/+2
2023-08-23ipn/ipnlocal, wgengine/magicsock: move UpdateStatus stuff aroundBrad Fitzpatrick3-29/+34
2023-08-23cmd/k8s-operator: fix regression from earlier refactorMaisem Ali1-1/+1
2023-08-23net/netmon: make ChangeFunc's signature take new ChangeDelta, not boolBrad Fitzpatrick8-53/+87
2023-08-23cli/web: pass existing localClient to web clientSonia Appasamy1-1/+1
2023-08-23tsweb: clean up pprof handler registration, document why it's thereDavid Anderson1-8/+24