summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2023-02-13net/activesum: network activity summarycrawshaw/activesumDavid Crawshaw2-0/+155
2023-02-12wgengine/magicsock: remove superfluous "discokey" from logDenton Gentry1-1/+1
2023-02-12licenses: update android licensesLicense Updater1-2/+2
2023-02-12.github/workflows: simplify build-only go test invocationDavid Anderson1-5/+1
2023-02-12.github/workflows: support disabling fuzz testing safelyDavid Anderson1-4/+52
2023-02-12.github/workflows: pin version of Windows we run onDavid Anderson1-1/+1
2023-02-12.github/workflows: pin version of Ubuntu we run onDavid Anderson1-12/+12
2023-02-12.github/workflows: use variant=race instead of race=true for race testDavid Anderson1-4/+4
2023-02-12.github/workflows: add back forgotten android CI jobDavid Anderson1-0/+19
2023-02-12.github/workflows: unify and matrixify all our CI stepsDavid Anderson19-1023/+325
2023-02-12tool/go: don't use the names GOOS/GOARCH in scriptDavid Anderson1-9/+9
2023-02-12cmd/tailscale/cli: add logout and debug info to webJenny Zhang3-29/+84
2023-02-11.github/workflows: remove 'ci skip' boilerplateDavid Anderson12-23/+2
2023-02-11licenses: update android licensesLicense Updater1-4/+4
2023-02-11scripts/installer.sh: add Mendel OS and OpenMandriva.Denton Gentry1-2/+2
2023-02-11cmd/printdep: print correct toolchain URLDavid Anderson1-10/+1
2023-02-11version: fix version output for "go run"David Anderson1-0/+5
2023-02-11version: make all exported funcs compile-time constant or lazyDavid Anderson9-183/+240
2023-02-11version: unexport all vars, turn Short/Long into funcsDavid Anderson20-59/+67
2023-02-10types/lazy: helpers for lazily computed valuesDavid Anderson4-0/+477
2023-02-10cmd/sync-containers: update latest and stable tagsDenton Gentry1-0/+32
2023-02-10net/interfaces: redo how we get the default interface on macOS and iOSMihai Parparita6-40/+85
2023-02-10net/routetable: include unknown flags in the routetable doctor outputMihai Parparita2-0/+15
2023-02-10ipn/ipnlocal: fix passthrough of formatting arguments in PeerAPI doctor outputMihai Parparita1-1/+1
2023-02-10version: undo previous "optimization", do more work lazilyDavid Anderson2-119/+137
2023-02-10wgengine: start logging DISCO frames to pcap streamTom DNetto7-21/+193
2023-02-10version: return correct Meta.MajorMinorPatch in non-dev buildsDavid Anderson3-5/+18
2023-02-09licenses: update win/apple licensesLicense Updater2-4/+4
2023-02-09ipn/ipnlocal: add PeerAPI endpoint for doctor outputMihai Parparita1-0/+21
2023-02-09go.toolchain.rev: bump Go toolchainBrad Fitzpatrick1-1/+1
2023-02-09pull-toolchain.sh: don't run update-flake.shDavid Anderson1-2/+1
2023-02-09go.toolchain.rev: update toolchain to test iOS Go fixDavid Anderson4-4/+4
2023-02-09util/linuxfw: initial implementation of packageAndrew Dunham11-7/+1347
2023-02-09net/connstats: fix ticker in NewStatistics (#7225)Colin Adler2-1/+35
2023-02-08get-authkey: require tags to be specifiedWill Norris1-0/+4
2023-02-08ipn/ipnstate: update field docs on PeerStatus.Maisem Ali1-8/+21
2023-02-08.github/workflows: re-enable CIFuzz jobMihai Parparita1-1/+1
2023-02-08net/interfaces, net/netns: add node attributes to control default interface g...Mihai Parparita6-1/+50
2023-02-08control/controlhttp: don't require valid TLS cert for Noise connectionBrad Fitzpatrick3-29/+43
2023-02-08net/netutil: only check Linux sysctls w/ procfs, assume absent means falseBrad Fitzpatrick2-13/+27
2023-02-08cmd/k8s-operator: add support for running an auth proxyMaisem Ali5-11/+131
2023-02-08ipn: remove unused NLKeyStateKey constantMihai Parparita1-4/+0
2023-02-07logtail: increase maximum log line size in low memory modeMihai Parparita2-6/+6
2023-02-07ipn/ipnlocal: fix the path for writing cert files (#7203)M. J. Fromberger5-11/+185
2023-02-07ipn/localapi: print envknobs on bugreportAndrew Dunham1-0/+8
2023-02-06version: unify and optimize the various not-version funcsDavid Anderson2-112/+116
2023-02-06ipn/ipnlocal: use presence of NodeID to identify loginsMaisem Ali3-1/+6
2023-02-06.github/workflows: use ./tool/go in go mod tidyMaisem Ali1-1/+1
2023-02-06ipn/ipnlocal: handle more edge cases in netmap expiry timerAndrew Dunham3-28/+252
2023-02-04all: implement pcap streaming for datapath debuggingTom DNetto12-1/+422