summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2021-07-08normal control is working with hardcoded mapresponsessimenghe/admin-ping-testSimeng He1-5/+3
2021-07-08normal control is working with hardcoded mapresponsesSimeng He2-1/+42
2021-07-08tstest/integration/vms: outgoing SSH test (#2349)Christine Dodrill1-39/+166
2021-07-08tstest/integration/vms: add Oracle Linux image (#2328)Christine Dodrill2-2/+9
2021-07-07cmd/tailscale/cli: document the web subcommand a bit moreBrad Fitzpatrick1-0/+8
2021-07-07net/tstun: fix data racesJosh Bleecher Snyder1-6/+31
2021-07-07tstest/integration: help bust cmd/go's test cachingBrad Fitzpatrick3-0/+113
2021-07-07tailcfg: note RegionID 900-999 reservationBrad Fitzpatrick1-0/+3
2021-07-07util/deephash: don't reflect.Copy if element type is a defined uint8Brad Fitzpatrick2-1/+8
2021-07-07util/deephash: skip alloc test under race detectorBrad Fitzpatrick1-0/+4
2021-07-07util/deephash: optimize hashing of byte arrays, reduce allocs in HashBrad Fitzpatrick2-14/+90
2021-07-07util/deephash: prevent infinite loop on map cycleBrad Fitzpatrick2-0/+34
2021-07-07util/deephash: move funcs to methodsBrad Fitzpatrick2-36/+61
2021-07-07build_docker.sh: use build_dist.sh to inject version informationIrshad Pananilath1-1/+1
2021-07-06tstest/integration/vms: make first end to end test (#2332)Christine Dodrill1-21/+86
2021-07-06ipnlocal: move log line inside if statementDavid Crawshaw1-1/+1
2021-07-05util/deephash: fix sync.Pool usageBrad Fitzpatrick1-1/+1
2021-07-05util/deephash: use keyed struct literal, fix vetBrad Fitzpatrick1-1/+1
2021-07-05util/deephash: optimize CPU a bit by by avoiding fmt in more placesBrad Fitzpatrick1-3/+5
2021-07-05util/deephash: add a benchmark and some benchmark dataBrad Fitzpatrick1-0/+59
2021-07-05util/deephash: export a Hash func for use by the control planeBrad Fitzpatrick2-24/+79
2021-07-02util/deephash: move internal/deephash to util/deephashBrad Fitzpatrick8-3/+6
2021-07-02internal/deephash: 8 bits of output is not enoughJosh Bleecher Snyder2-2/+17
2021-07-02net/tstun: add inner loop to pollJosh Bleecher Snyder1-18/+24
2021-07-02net/tstun: simplify codeJosh Bleecher Snyder1-14/+7
2021-07-02net/tstun: remove multi-case selects from hot codeJosh Bleecher Snyder1-51/+66
2021-07-02api.md: update preview exampleDenton Gentry1-3/+4
2021-07-01version: don't allocate parsing unsupported versions, empty stringsBrad Fitzpatrick2-20/+81
2021-07-01ipn/ipnlocal: fix data raceJosh Bleecher Snyder1-1/+1
2021-06-30tstest/integration/vms: verbosify nixos logs to fs, disable unstable (#2294)Christine Dodrill2-2/+15
2021-06-30net/dns: do not run wsl.exe as LocalSystemDavid Crawshaw3-45/+96
2021-06-30experimental VM test: add -vChristine Dodrill1-1/+1
2021-06-29wgengine/router_windows: support toggling local lan access when usingMaisem Ali3-44/+77
2021-06-29cmd/tailscale/cli: accept login server synonymDavid Crawshaw2-0/+29
2021-06-28cmd/tailscale: add debug flag to dump derp mapjulianknodt1-0/+14
2021-06-28control/controlclient: add debug knob to force node to only IPv6 self addrBrad Fitzpatrick1-1/+20
2021-06-28wgengine/netstack: make SOCKS5 resolve names to IPv6 if self node when no IPv4Brad Fitzpatrick2-3/+127
2021-06-28net/dns: set WSL /etc/resolv.confDavid Crawshaw5-15/+325
2021-06-28net/dns: factor directManager out over an FS interfaceDavid Crawshaw6-44/+179
2021-06-28cmd/tailscale: make netcheck use active DERP map, delete static copyjulianknodt10-108/+112
2021-06-28net/socks5/tssocks: add a SOCKS5 dialer type, method-ifying codeBrad Fitzpatrick1-27/+46
2021-06-28net/socks5/tssocks: add new package, move SOCKS5 glue out of tailscaledBrad Fitzpatrick4-38/+74
2021-06-28tstest/integration: always run SOCK5 server, parse out its listening addressBrad Fitzpatrick1-1/+92
2021-06-28controlclient: log server key and URLDavid Crawshaw1-0/+1
2021-06-28ipn, etc: use controlplane.tailscale.comDavid Crawshaw4-8/+8
2021-06-28cmd/tailscaled: log SOCKS5 port when port 0 requestedBrad Fitzpatrick1-0/+5
2021-06-28integration vm tests: run on every commit to main (#2159)Christine Dodrill1-6/+17
2021-06-28tstest/integration/vms: build and run NixOS (#2190)Christine Dodrill4-15/+250
2021-06-27net/dns/resolver: fmt itemjulianknodt1-1/+1
2021-06-27net/dnsfallback: don't depend on derpmap.ProdBrad Fitzpatrick5-4/+269