| Age | Commit message (Expand) | Author | Files | Lines |
| 2021-07-06 | util/deephash: move funcs to methodsbradfitz/deephash_methods | Brad Fitzpatrick | 2 | -35/+73 |
| 2021-07-06 | util/deephash: prevent infinite loop on map cycle | Brad Fitzpatrick | 2 | -0/+34 |
| 2021-07-06 | tstest/integration/vms: make first end to end test (#2332) | Christine Dodrill | 1 | -21/+86 |
| 2021-07-06 | ipnlocal: move log line inside if statement | David Crawshaw | 1 | -1/+1 |
| 2021-07-05 | util/deephash: fix sync.Pool usage | Brad Fitzpatrick | 1 | -1/+1 |
| 2021-07-05 | util/deephash: use keyed struct literal, fix vet | Brad Fitzpatrick | 1 | -1/+1 |
| 2021-07-05 | util/deephash: optimize CPU a bit by by avoiding fmt in more places | Brad Fitzpatrick | 1 | -3/+5 |
| 2021-07-05 | util/deephash: add a benchmark and some benchmark data | Brad Fitzpatrick | 1 | -0/+59 |
| 2021-07-05 | util/deephash: export a Hash func for use by the control plane | Brad Fitzpatrick | 2 | -24/+79 |
| 2021-07-02 | util/deephash: move internal/deephash to util/deephash | Brad Fitzpatrick | 8 | -3/+6 |
| 2021-07-02 | internal/deephash: 8 bits of output is not enough | Josh Bleecher Snyder | 2 | -2/+17 |
| 2021-07-02 | net/tstun: add inner loop to poll | Josh Bleecher Snyder | 1 | -18/+24 |
| 2021-07-02 | net/tstun: simplify code | Josh Bleecher Snyder | 1 | -14/+7 |
| 2021-07-02 | net/tstun: remove multi-case selects from hot code | Josh Bleecher Snyder | 1 | -51/+66 |
| 2021-07-02 | api.md: update preview example | Denton Gentry | 1 | -3/+4 |
| 2021-07-01 | version: don't allocate parsing unsupported versions, empty strings | Brad Fitzpatrick | 2 | -20/+81 |
| 2021-07-01 | ipn/ipnlocal: fix data race | Josh Bleecher Snyder | 1 | -1/+1 |
| 2021-06-30 | tstest/integration/vms: verbosify nixos logs to fs, disable unstable (#2294) | Christine Dodrill | 2 | -2/+15 |
| 2021-06-30 | net/dns: do not run wsl.exe as LocalSystem | David Crawshaw | 3 | -45/+96 |
| 2021-06-30 | experimental VM test: add -v | Christine Dodrill | 1 | -1/+1 |
| 2021-06-29 | wgengine/router_windows: support toggling local lan access when using | Maisem Ali | 3 | -44/+77 |
| 2021-06-29 | cmd/tailscale/cli: accept login server synonym | David Crawshaw | 2 | -0/+29 |
| 2021-06-28 | cmd/tailscale: add debug flag to dump derp map | julianknodt | 1 | -0/+14 |
| 2021-06-28 | control/controlclient: add debug knob to force node to only IPv6 self addr | Brad Fitzpatrick | 1 | -1/+20 |
| 2021-06-28 | wgengine/netstack: make SOCKS5 resolve names to IPv6 if self node when no IPv4 | Brad Fitzpatrick | 2 | -3/+127 |
| 2021-06-28 | net/dns: set WSL /etc/resolv.conf | David Crawshaw | 5 | -15/+325 |
| 2021-06-28 | net/dns: factor directManager out over an FS interface | David Crawshaw | 6 | -44/+179 |
| 2021-06-28 | cmd/tailscale: make netcheck use active DERP map, delete static copy | julianknodt | 10 | -108/+112 |
| 2021-06-28 | net/socks5/tssocks: add a SOCKS5 dialer type, method-ifying code | Brad Fitzpatrick | 1 | -27/+46 |
| 2021-06-28 | net/socks5/tssocks: add new package, move SOCKS5 glue out of tailscaled | Brad Fitzpatrick | 4 | -38/+74 |
| 2021-06-28 | tstest/integration: always run SOCK5 server, parse out its listening address | Brad Fitzpatrick | 1 | -1/+92 |
| 2021-06-28 | controlclient: log server key and URL | David Crawshaw | 1 | -0/+1 |
| 2021-06-28 | ipn, etc: use controlplane.tailscale.com | David Crawshaw | 4 | -8/+8 |
| 2021-06-28 | cmd/tailscaled: log SOCKS5 port when port 0 requested | Brad Fitzpatrick | 1 | -0/+5 |
| 2021-06-28 | integration vm tests: run on every commit to main (#2159) | Christine Dodrill | 1 | -6/+17 |
| 2021-06-28 | tstest/integration/vms: build and run NixOS (#2190) | Christine Dodrill | 4 | -15/+250 |
| 2021-06-27 | net/dns/resolver: fmt item | julianknodt | 1 | -1/+1 |
| 2021-06-27 | net/dnsfallback: don't depend on derpmap.Prod | Brad Fitzpatrick | 5 | -4/+269 |
| 2021-06-25 | tstest/integration/vms: add in-process DERP server (#2108) | Christine Dodrill | 3 | -59/+68 |
| 2021-06-25 | tstest/integration/vms: fix flake when testing (#2145) | Christine Dodrill | 1 | -9/+56 |
| 2021-06-25 | types/logger: fix deadlock RateLimitedFn reentrancy | Brad Fitzpatrick | 2 | -5/+21 |
| 2021-06-25 | wgengine/filter: add a debug flag for filter logs (#2241) | Christine Dodrill | 1 | -0/+14 |
| 2021-06-25 | net/dns: remove ref to managerImpl | David Crawshaw | 2 | -3/+2 |
| 2021-06-25 | net/dns/resolver: clamp EDNS size | Adrian Dewhurst | 3 | -81/+287 |
| 2021-06-24 | VERSION.txt: this is v1.11.0. | David Anderson | 1 | -1/+1 |
| 2021-06-24 | derp,cmd/derper: allow server to verify clients | julianknodt | 4 | -4/+28 |
| 2021-06-24 | wgengine: make dnsIPsOverTailscale also consider DefaultResolvers | Brad Fitzpatrick | 1 | -1/+6 |
| 2021-06-24 | net/netns: add Android implementation, allowing registration of JNI hook | Brad Fitzpatrick | 2 | -0/+66 |
| 2021-06-23 | wgengine/netstack: add Impl.DialContextUDP | Brad Fitzpatrick | 1 | -0/+24 |
| 2021-06-23 | net/socks5: fix a typo | Brad Fitzpatrick | 1 | -1/+1 |