summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2023-04-04atomicfile: only run test on Linux.dgentry/atomicfileDenton Gentry1-1/+1
2023-04-04ipn: prefer allow/denylist terminologyWill Norris1-2/+2
2023-04-03ipn: add sockstat logger to stable buildsWill Norris1-9/+7
2023-04-03ipn/ipnlocal, util/winutil/policy: modify Windows profile migration to load l...Aaron Klotz6-22/+331
2023-04-03ipn/ipnlocal: automatically upload sockstats logs when the period endsMihai Parparita1-1/+8
2023-04-03util/sysresources, magicsock: scale DERP buffer based on system memoryAndrew Dunham10-7/+164
2023-04-03client/tailscale: Fix NPE caused by erroneous close in error caseTom DNetto1-1/+0
2023-04-03cmd/tailscale/cli: make serve and funnel visible in list (#7737)shayne3-6/+4
2023-04-02go.mod.sri: update SRI hash for go.mod changesFlakes Updater3-3/+3
2023-03-31.github/workflows: remove tsconnect-pkg-publish.ymlMihai Parparita1-31/+0
2023-03-31atomicfile: reject overwriting irregular filesJames Tucker2-2/+46
2023-03-30cmd/tsconnect: allow root directory to be passed inMihai Parparita2-0/+4
2023-03-30envknob,net/tstun,wgengine: use TS_DEBUG_MTU consistentlyJames Tucker7-25/+105
2023-03-30envknob/logknob: add package for configurable loggingAndrew Dunham3-0/+197
2023-03-30ipn/ipnlocal: update comment in SetComponentDebugLoggingAndrew Dunham1-0/+1
2023-03-29ipn/store: add support for stores to hook into a custom dialerMaisem Ali4-0/+23
2023-03-29licenses: update win/apple licensesLicense Updater1-1/+1
2023-03-29licenses: update win/apple licensesLicense Updater2-4/+5
2023-03-29sockstats: add labels for netlog and sockstatlog packagesWill Norris4-12/+19
2023-03-29net/tshttpproxy: don't proxy through ourselvesAndrew Dunham5-4/+207
2023-03-29log/sockstatlog: add delay before writing logs to diskWill Norris2-17/+69
2023-03-29net/tstun,wgengine/*: add support for NAT to routesMaisem Ali7-47/+103
2023-03-29net/tstun/table: add initial RoutingTable implementationMaisem Ali2-0/+104
2023-03-29tempfork/device: add a temp fork of golang.zx2c4.com/wireguard/deviceMaisem Ali6-0/+716
2023-03-29doctor/permissions: add new check to print process permissionsAndrew Dunham7-2/+177
2023-03-28licenses: update tailscale{,d} licensesLicense Updater1-3/+3
2023-03-28tool/gocross: use grep -E over egrep to avoid warningJames Tucker1-1/+1
2023-03-28go.mod: bump gvisor to 20230320 for dispatcher lockingJames Tucker3-16/+17
2023-03-28wgengine/netstack: do not send packets to netstack after closeJames Tucker1-0/+8
2023-03-28ssh/tailssh: fix race in errors returned when starting recorderMaisem Ali1-2/+13
2023-03-28go.mod.sri: update SRI hash for go.mod changesFlakes Updater3-3/+3
2023-03-28go.mod, net/tstun, wgengine/magicsock: update wireguard-go (#7712)Jordan Whited4-13/+7
2023-03-28licenses: update win/apple licensesLicense Updater1-1/+1
2023-03-28licenses: update win/apple licensesLicense Updater2-1/+20
2023-03-27util/codegen: add -copyright to control presence of copyright headersJosh Bleecher Snyder1-1/+6
2023-03-27log: allow toggling sockstat logs via c2n component loggingWill Norris2-11/+34
2023-03-27tsnet,wgenegine/netstack: add test and fix resource leaksMaisem Ali3-1/+14
2023-03-27cmd/tailscale: extend hostname validation (#7678)Anton Tolchanov4-4/+52
2023-03-27funnel: change references from alpha to beta (#7613)shayne4-6/+7
2023-03-27ipn/ipnlocal: [serve/funnel] use actual SrcAddr as X-Forwarded-For (#7600)shayne1-11/+19
2023-03-27ipn/ipnlocal: [serve] Trim mountPoint prefix from proxy path (#7334)shayne1-1/+6
2023-03-25scripts/installer.sh: check Photon OS version with pkg server.Denton Gentry1-8/+1
2023-03-25ssh/tailssh: add tests for recording failureMaisem Ali2-17/+139
2023-03-25scripts/installer: add VMWare PhotonOS.Denton Gentry1-0/+19
2023-03-24derp, derphttp, magicsock: send new unknown peer frame when destination is un...valscale12-67/+211
2023-03-24ssh/tailssh: add session recording test for non-pty sessionsMaisem Ali1-2/+96
2023-03-24tsnet: support TS_AUTH_KEY variant tooMaisem Ali1-1/+4
2023-03-24net/tstun: only log natConfig on changesMaisem Ali1-2/+5
2023-03-24logpolicy: do not upload logs in testsMaisem Ali1-2/+8
2023-03-24logpolicy: split out DialContext into a funcMaisem Ali2-51/+54