summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2021-07-06util/deephash: move funcs to methodsbradfitz/deephash_methodsBrad Fitzpatrick2-35/+73
2021-07-06util/deephash: prevent infinite loop on map cycleBrad Fitzpatrick2-0/+34
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
2021-06-25tstest/integration/vms: add in-process DERP server (#2108)Christine Dodrill3-59/+68
2021-06-25tstest/integration/vms: fix flake when testing (#2145)Christine Dodrill1-9/+56
2021-06-25types/logger: fix deadlock RateLimitedFn reentrancyBrad Fitzpatrick2-5/+21
2021-06-25wgengine/filter: add a debug flag for filter logs (#2241)Christine Dodrill1-0/+14
2021-06-25net/dns: remove ref to managerImplDavid Crawshaw2-3/+2
2021-06-25net/dns/resolver: clamp EDNS sizeAdrian Dewhurst3-81/+287
2021-06-24VERSION.txt: this is v1.11.0.David Anderson1-1/+1
2021-06-24derp,cmd/derper: allow server to verify clientsjulianknodt4-4/+28
2021-06-24wgengine: make dnsIPsOverTailscale also consider DefaultResolversBrad Fitzpatrick1-1/+6
2021-06-24net/netns: add Android implementation, allowing registration of JNI hookBrad Fitzpatrick2-0/+66
2021-06-23wgengine/netstack: add Impl.DialContextUDPBrad Fitzpatrick1-0/+24
2021-06-23net/socks5: fix a typoBrad Fitzpatrick1-1/+1