summaryrefslogtreecommitdiffhomepage
path: root/cmd/tailscaled
AgeCommit message (Expand)AuthorFilesLines
2023-08-15wgengine/magicsock: only cache N most recent endpoints per-AddrAndrew Dunham1-0/+3
2023-08-11tstime/mono: remove unsafeBrad Fitzpatrick1-1/+1
2023-08-08all: require Go 1.21Brad Fitzpatrick1-2/+2
2023-08-08util/testenv: add new package to hold InTestMaisem Ali1-0/+1
2023-08-03go.mod, cmd/tailscaled, ipn/localapi, util/osdiag, util/winutil, util/winutil...Aaron Klotz2-3/+10
2023-07-20util/linuxfw: remove yet-unused code to fix linux/arm64 crashBrad Fitzpatrick2-14/+7
2023-07-20tstest/deptest: add test-only package to unify negative dep testsBrad Fitzpatrick1-1/+25
2023-07-13ipn/ipnlocal: add optional support for ACME Renewal Info (ARI) (#8599)Andrew Lytvynov1-5/+2
2023-07-10logpolicy, various: allow overriding log functionAndrew Dunham1-1/+1
2023-07-10net/dnsfallback: run recursive resolver and compare resultsAndrew Dunham1-1/+3
2023-06-29types/views: add JSON marshal/unmarshal and AsMap to MapMaisem Ali1-1/+1
2023-06-27derp: use new net/tcpinfo packageAndrew Dunham1-0/+1
2023-06-27util/linuxfw: decoupling IPTables logic from linux routerKevinLiang101-3/+16
2023-06-23go.toolchain: switch to tailscale.go1.21 (#8415)phirework1-0/+1
2023-06-11all: adjust some build tags for wasiBrad Fitzpatrick1-1/+4
2023-06-07all: use cmpx.Or where it made senseBrad Fitzpatrick1-0/+1
2023-06-01cmd/tailscaled, util/winutil: log our registry keys during tailscaled startupAaron Klotz1-0/+4
2023-05-11logtail: be less aggressive about re-uploads (#8117)Joe Tsai1-1/+1
2023-05-06fix sys.Set(router) issue will crash the daemon in some OSsChenyang Gao1-1/+1
2023-05-04tsd: add package with System type to unify subsystem init, discoveryBrad Fitzpatrick3-46/+61
2023-05-04various: add detection and Taildrop for UnraidDerek Kaser1-1/+25
2023-05-03go.mod: bump all deps possible that don't break the buildBrad Fitzpatrick1-5/+17
2023-05-02wgengine/magicsock: add address selection for wireguard only endpoints (#7979)Charlotte Brandhorst-Satzkorn1-1/+1
2023-04-20all: avoid repeated default interface lookupsMihai Parparita3-14/+23
2023-04-20all: move network monitoring from wgengine/monitor to net/netmonMihai Parparita3-18/+18
2023-04-17net/dnsfallback: more explicitly pass through logf functionMihai Parparita1-1/+1
2023-04-11tsweb: move varz handler(s) into separate modulesAnton Tolchanov2-48/+3
2023-04-11tsweb: expose native Prometheus metrics in /debug/varzAnton Tolchanov1-0/+44
2023-04-03ipn/ipnlocal, util/winutil/policy: modify Windows profile migration to load l...Aaron Klotz1-0/+1
2023-04-03util/sysresources, magicsock: scale DERP buffer based on system memoryAndrew Dunham1-0/+1
2023-03-29net/tshttpproxy: don't proxy through ourselvesAndrew Dunham2-1/+6
2023-03-29net/tstun,wgengine/*: add support for NAT to routesMaisem Ali1-0/+2
2023-03-29doctor/permissions: add new check to print process permissionsAndrew Dunham1-1/+2
2023-03-28go.mod: bump gvisor to 20230320 for dispatcher lockingJames Tucker1-0/+1
2023-03-24derp, derphttp, magicsock: send new unknown peer frame when destination is un...valscale1-1/+1
2023-03-23ipn/ipnlocal: fix cert storage in KubernetesMaisem Ali1-1/+1
2023-03-23all: pass log IDs as the proper type rather than stringsWill Norris2-10/+12
2023-03-13ipn,log: add logger for sockstat deltasWill Norris1-1/+2
2023-03-09control/controlclient: improve handling of concurrent lite map requestsMaisem Ali1-1/+1
2023-03-07wgengine/magicsock: track per-endpoint changes in ringbufferAndrew Dunham1-0/+1
2023-03-03util/slicesx: add package for generic slice functions, useAndrew Dunham1-0/+1
2023-03-03cmd/tailscale, cmd/tailscaled: move portmapper debugging into tailscale CLIAndrew Dunham1-97/+1
2023-03-01cmd/mkmanifest, cmd/tailscale, cmd/tailscaled: remove Windows arm32 resources...Aaron Klotz2-1/+0
2023-03-01sockstats: instrument networking code pathsMihai Parparita1-0/+1
2023-02-28all: replace logtail.{Public,Private}ID with logid.{Public,Private}ID (#7404)Joe Tsai1-0/+1
2023-02-11version: make all exported funcs compile-time constant or lazyDavid Anderson1-0/+1
2023-02-11version: unexport all vars, turn Short/Long into funcsDavid Anderson1-1/+1
2023-02-04all: implement pcap streaming for datapath debuggingTom DNetto1-0/+1
2023-02-02net/{netns,netstat}: use new x/sys/cpu.IsBigEndianBrad Fitzpatrick1-1/+1
2023-02-01all: update to Go 1.20, use strings.CutPrefix/Suffix instead of our forkBrad Fitzpatrick2-4/+4