summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2023-04-14*: replace ossfuzz with go native fuzz invocationsraggi/gofuzzJames Tucker5-93/+157
2023-04-14.github/workflows: add artifact caching and remove double build on raceJames Tucker1-11/+55
2023-04-14util/set: move Slice type from corp to ossAndrew Dunham2-0/+125
2023-04-14.github/workflows: reenable Windows CI, disable broken testsJames Tucker6-1/+55
2023-04-14api.md: update example auth key valueWill Norris1-3/+3
2023-04-14wgengine/magicsock: factor out receiveIPv4 & receiveIPv6 common codeBrad Fitzpatrick2-73/+55
2023-04-14net/art: skip tests on CI for nowBrad Fitzpatrick1-0/+19
2023-04-14net/netcheck: use dnscache.Resolver when resolving DERP IPsAndrew Dunham4-5/+110
2023-04-13tailcfg: make SelfNodeV4MasqAddrForThisPeer a pointerMaisem Ali11-22/+38
2023-04-13net/art: disable the IPv6 100k routes benchmark.David Anderson1-1/+9
2023-04-13net/art: implement the Table type, a multi-level art route table.David Anderson4-6/+708
2023-04-12net/sockstats: pass in logger to sockstats.WithSockStatsMihai Parparita11-19/+22
2023-04-12.github/workflows: run one set of tests with the tailscale_go build tagMihai Parparita4-5/+16
2023-04-12log/sockstatlog: limit sockstat logs to 5 MBWill Norris1-1/+10
2023-04-12client/tailscale: dial LocalAPI at 127.0.0.1 on macOSBrad Fitzpatrick1-1/+2
2023-04-11tool/gocross: add ts_macext build tag for Xcode buildsMihai Parparita2-2/+6
2023-04-11licenses: update tailscale{,d} licensesLicense Updater1-1/+1
2023-04-11licenses: update win/apple licensesLicense Updater1-1/+1
2023-04-11go.mod.sri: update SRI hash for go.mod changesFlakes Updater3-3/+3
2023-04-11tsweb: move varz handler(s) into separate modulesAnton Tolchanov15-808/+850
2023-04-11prober: migrate to Prometheus metric libraryAnton Tolchanov5-230/+122
2023-04-11tsweb: expose native Prometheus metrics in /debug/varzAnton Tolchanov6-39/+155
2023-04-10licenses: update android licensesLicense Updater1-1/+1
2023-04-10ipn/ipnlocal: check that sockstatLogger is available in c2n endpointMihai Parparita1-0/+4
2023-04-10ipn/ipnlocal: more explicitly say if sockstats are not availableMihai Parparita1-0/+5
2023-04-10go.mod.sri: update SRI hash for go.mod changesFlakes Updater3-3/+3
2023-04-10go.mod: bump wireguard-go (#7836)Jordan Whited2-3/+3
2023-04-10wgengine/magicsock: remove locking sync requirements on conn disco keysJames Tucker1-21/+14
2023-04-10wgengine/magicsock: remove unused fields on discoInfoJames Tucker1-19/+0
2023-04-10wgengine/magicsock: add immutability documentation to endpointDiscoJames Tucker1-0/+2
2023-04-10wgengine/netstack: fix data-race on startupJames Tucker1-2/+2
2023-04-08tailcfg,wgengine: add initial support for WireGuard only peersCharlotte Brandhorst-Satzkorn8-35/+253
2023-04-08wgengine/magicsock: fix synchronization of endpoint disco fieldsJames Tucker2-38/+99
2023-04-07net/sockstats: disable deltas for the cell radio power state metricMihai Parparita1-0/+8
2023-04-07net/sockstats: return early if no radio period lengthWill Norris1-0/+3
2023-04-07sockstats: add client metrics for radio power stateWill Norris2-0/+157
2023-04-06net, wgengine/capture: encode NAT addresses in pcap streamTom DNetto7-28/+94
2023-04-06licenses: update win/apple licensesLicense Updater2-2/+2
2023-04-06licenses: update tailscale{,d} licensesLicense Updater1-1/+2
2023-04-06licenses: update android licensesLicense Updater1-3/+18
2023-04-05util/clientmetric: allow client metric values to be provided by a functionMihai Parparita2-14/+105
2023-04-05cmd/tailscale: show reauth etc. links even if no login name (#7803)phirework1-2/+2
2023-04-05cmd/tailscale/cli: [serve] add support for proxy paths (#7800)shayne2-0/+13
2023-04-05ssh/tailssh: handle output matching better in tests (#7799)Maisem Ali1-2/+14
2023-04-04ssh/tailssh: make Tailscale SSH work on gokrazyBrad Fitzpatrick3-0/+18
2023-04-04go.mod.sri: update SRI hash for go.mod changesFlakes Updater3-3/+3
2023-04-04go.mod: bump wireguard-go (#7792)Jordan Whited2-3/+3
2023-04-04cmd/tailscale/cli: do not allow turning Funnel on while shields-up (#7770)shayne3-0/+21
2023-04-04derp,magicsock: add debug envknobs for HTTP and derp server name (#7744)valscale5-6/+49
2023-04-04net/neterror, wgengine/magicsock: use UDP GSO and GRO on Linux (#7791)Jordan Whited6-196/+778