summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2024-02-09tailfs: improve doc comments for compositefsoxtoacart/dsnet_codereview_fixesPercy Wegmann8-34/+35
2024-02-09tailfs: use path instead of filepath in stat_cachePercy Wegmann1-3/+3
2024-02-09tailfs: fix startup issues on windowsPercy Wegmann2-1/+4
2024-02-09tailfs: disable TailFSForLocal via policyPercy Wegmann4-3/+31
2024-02-09tailfs: clean up naming and package structurePercy Wegmann50-681/+751
2024-02-09build(deps-dev): bump vite from 4.4.9 to 4.5.2 in /client/webdependabot[bot]2-5/+5
2024-02-09util/rands: add Shuffle and Perm functions with on-stack RNG stateJames Tucker3-0/+179
2024-02-09client/web: only check policy caps for tagged nodesSonia Appasamy3-12/+61
2024-02-09.github: fuzzing is now unbrokenAndrew Dunham1-1/+1
2024-02-09fix toolchain not available error (#11083)Keisuke Umegaki1-1/+1
2024-02-09Revert "tsweb: update ServeMux matching to 1.22.0 syntax (#11087)" (#11089)Patrick O'Doherty1-1/+1
2024-02-09tsweb: update ServeMux matching to 1.22.0 syntax (#11087)Patrick O'Doherty1-1/+1
2024-02-09cmd/gitops-pusher: only use OAuth creds if non-empty stringJenny Zhang1-1/+3
2024-02-09tailfs: initial implementationPercy Wegmann61-284/+4919
2024-02-08all: use new AppendEncode methods available in Go 1.22 (#11079)Joe Tsai4-42/+8
2024-02-08all: use reflect.TypeFor now available in Go 1.22 (#11078)Joe Tsai18-38/+31
2024-02-08util/deephash: cleanup TODO in TestHash (#11080)Joe Tsai1-7/+1
2024-02-08cmd/tailscale/cli: fix exit node status output (#11076)Charlotte Brandhorst-Satzkorn1-2/+2
2024-02-08ipnlocal: force-regen new authURL when it is too old (#10971)Andrea Gottardo1-3/+11
2024-02-08cmd/dist: update logs for synology buildsSonia Appasamy2-1/+8
2024-02-08go.mod: update web-client-prebuilt moduleOSS Updater2-3/+3
2024-02-08client/web: use smart quotes in web UI frontendWill Norris7-6/+14
2024-02-08client/web: add new readonly modeWill Norris4-14/+46
2024-02-08licenses: update win/apple licensesLicense Updater2-63/+66
2024-02-08licenses: update android licensesLicense Updater1-1/+1
2024-02-08licenses: update tailscale{,d} licensesLicense Updater1-45/+45
2024-02-08cmd/{containerboot,k8s-operator/deploy/manifests}: optionally allow proxying ...Irbe Krumina7-55/+390
2024-02-07go.mod.sri: update SRI hash for go.mod changesFlakes Updater3-3/+3
2024-02-07.github/workflows: temporarily disable broken oss-fuzz actionBrad Fitzpatrick1-1/+1
2024-02-07util/cmpx: delete now that we're using Go 1.22Brad Fitzpatrick24-92/+41
2024-02-07Dockerfile: use Go 1.22Brad Fitzpatrick1-1/+1
2024-02-07.github/workflows: update golangci-lint for Go 1.22Brad Fitzpatrick1-1/+1
2024-02-07go.mod, README.md: use Go 1.22Brad Fitzpatrick2-4/+2
2024-02-07tsweb: normalize passkey identities in bucketed statsTom DNetto2-3/+5
2024-02-07tsweb: normalize common StableID's in bucketed stats, export as LabelMapTom DNetto2-3/+7
2024-02-07words: add a list of things you should yahoo!James Tucker1-0/+18
2024-02-07.github/workflows: add privileged tests workflowJames Tucker2-1/+14
2024-02-07appc: optimize dns response observation for large route tablesJames Tucker1-16/+40
2024-02-07go.toolchain.rev: bump to Go 1.22.0 (#11055)Andrew Lytvynov3-4/+4
2024-02-07tsweb: replace domains/emails in paths when bucketing statsTom DNetto2-8/+17
2024-02-06tsweb: implementing bucketed statistics for started/finished countsTom DNetto2-0/+91
2024-02-06types/views: add SliceMapKey[T]Maisem Ali2-0/+70
2024-02-05ipn/localapi: more http status cleanup (#10995)kari-ts1-4/+4
2024-02-02cmd/hello: link to the Hello KB article (#11022)Chris Palmer1-0/+2
2024-02-01util/deephash: tighten up SelfHasher API (#11012)Joe Tsai4-36/+85
2024-02-01util/deephash: document pathological deephash behavior (#11010)Joe Tsai1-0/+43
2024-02-01ipn/ipnlocal: fix app connector route advertisements on exit nodesJames Tucker2-6/+19
2024-02-01appc,ipn/ipnlocal: add app connector routes if any part of a CNAME chain is r...James Tucker3-41/+263
2024-02-01util/deephash: implement SelfHasher to allow types to hash themselvesTom DNetto4-2/+62
2024-01-31ipn/ipnlocal: fix pretty printing of multi-record peer DNS resultsJames Tucker2-14/+88