summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
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
2023-08-23release: add empty embed.FS for release filesWill Norris1-0/+15
2023-08-23cmd/k8s-operator: split operator.go into svc.go/sts.goMaisem Ali3-545/+577
2023-08-23cmd/k8s-operator: refactor operator codeMaisem Ali3-171/+265
2023-08-22client/web: remove old /redirect handlerWill Norris2-63/+1
2023-08-22release/dist/cli: add gen-key command (#9023)Andrew Lytvynov1-0/+36
2023-08-22wgengine/magicsock: improve endpoint selection for WireGuard peers with rx timeJames Tucker4-83/+174
2023-08-22wgengine/magicsock: clear out endpoint statistics when it becomes badJames Tucker3-5/+71
2023-08-22wgengine/magicsock: update lastfullping comment to include wg onlyCharlotte Brandhorst-Satzkorn1-1/+1
2023-08-22util/winutil: add RegisterForRestart, allowing programs to indicate their pre...Aaron Klotz9-5/+99
2023-08-22wgengine/magicsock: clear endpoint state in noteConnectivityChangeJames Tucker1-0/+13
2023-08-22clientupdate/distsign: add new library for package signing/verification (#8943)Andrew Lytvynov5-0/+758
2023-08-22go.mod: bump golang.org/x/netMaisem Ali2-15/+15
2023-08-22client/web: fix globbing for file embeddingWill Norris1-1/+1
2023-08-22ipn, ipn/ipnlocal: clean up documentation and use clock instead of timeMarwan Sulaiman2-5/+5
2023-08-22client/web: combine embeds into a single embed.FSWill Norris1-13/+17
2023-08-22release/dist: run yarn build before building CLIWill Norris5-8/+57
2023-08-22client/web: track web client initializationsSonia Appasamy1-0/+2
2023-08-22types/netmap: remove redundant Netmap.HostinfoBrad Fitzpatrick4-18/+15
2023-08-22client/web: hook up remaining legacy POST requestsSonia Appasamy3-49/+69