summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2020-06-03cmd/tailscale: fix inverted flag meanings.v0.99.0v0.98.1David Anderson1-2/+2
2020-06-03version: always include the long form version in describe.David Anderson1-1/+1
2020-06-02wgengine/router: don't filter subnet routing in netfilter.David Anderson2-66/+35
2020-06-03ipn/ipnserver: revert decoder memory limit.David Anderson1-1/+0
2020-06-02logpolicy: add a temporary fixup for #247.David Anderson1-4/+156
2020-06-02logpolicy: don't put log state in /.David Anderson1-4/+16
2020-06-02ipn: add Hostname override to PrefsElias Naur3-1/+19
2020-06-02filter: prevent escape of QDecode to the heap (#417)Dmytro Shynkevych2-37/+153
2020-06-02cmd/tailscale: fix broken build, result of borked stash pop.David Anderson1-4/+4
2020-06-02cmd/tailscale: remove double negation arguments.David Anderson1-2/+2
2020-06-01version: support major.minor.patch tags without breaking Apple builds.David Anderson8-45/+167
2020-06-01cmd/tailscale: warn to stderr that netcheck -format=json isn't stableBrad Fitzpatrick1-0/+5
2020-06-01net/netns: move SOCKS dialing to netns for nowBrad Fitzpatrick5-34/+57
2020-06-01net/tlsdial, derp/derphttp: finish DERPNode.CertName validationBrad Fitzpatrick2-8/+57
2020-05-31Update go4.org/mem, adjust to revised API.Brad Fitzpatrick3-9/+7
2020-05-31net/netns: optimize defaultRouteInterface a bitBrad Fitzpatrick2-5/+29
2020-05-31wgengine/magicsock: drop a bytes.Buffer sync.Pool, use logger.ArgWriter insteadBrad Fitzpatrick1-25/+17
2020-05-31net/netns, misc tests: remove TestOnlySkipPrivilegedOps, argv checksBrad Fitzpatrick6-61/+10
2020-05-31net/netns: unindent, refactor to remove some redunant codeBrad Fitzpatrick1-38/+35
2020-05-31net/netns: remove redundant build tagBrad Fitzpatrick1-2/+0
2020-05-31net/netns: add a test that tailscaleBypassMark stays in sync between packagesBrad Fitzpatrick1-0/+51
2020-05-31net/netns: refactor the sync.Once usage a bitBrad Fitzpatrick1-10/+13
2020-05-31net/netns, wgengine/router: support Linux machines that don't have 'ip rule'.Avery Pennarun2-43/+149
2020-05-31Merge branch 'master' of github.com:tailscale/tailscaleAvery Pennarun4-25/+74
2020-05-31wgengine: separately dedupe wireguard configs and router configs.Avery Pennarun1-24/+33
2020-05-31wgengine: don't pass nil router.Config objects.Avery Pennarun3-3/+11
2020-05-30tailcfg: remove unused, unimplemented DERPNode.CertFingerprint for nowBrad Fitzpatrick1-5/+0
2020-05-29net/netns: also don't err on tailscaled -fake as a regular userBrad Fitzpatrick1-4/+15
2020-05-29net/netcheck: fix HTTPS fallback bug from earlier todayBrad Fitzpatrick2-20/+54
2020-05-29net/netns: don't return an error if we're not root and running the tailscale ...Brad Fitzpatrick1-0/+9
2020-05-29net/netns: set the bypass socket mark on linux.David Anderson8-8/+92
2020-05-29netcheck: address some HTTP fallback measurement TODOsBrad Fitzpatrick2-25/+77
2020-05-29wgengine/magicsock: don't log on UDP send errors if address family known missingBrad Fitzpatrick1-0/+16
2020-05-29syncs: add AtomicBoolBrad Fitzpatrick1-0/+15
2020-05-29net/netcheck: add Report.IPv4 and another TODOBrad Fitzpatrick1-0/+6
2020-05-29types/logger: add TS_DEBUG_LOG_RATE knob to easily turn off rate limitingBrad Fitzpatrick1-0/+6
2020-05-30wgengine: ensure pingers are gone before returning from CloseDavid Crawshaw1-38/+76
2020-05-29ipn: restore LiveDERPs assignment in LocalBackend.parseWgStatusBrad Fitzpatrick1-0/+1
2020-05-29control/controlclient: use netns package to dial connections.David Anderson1-0/+3
2020-05-29logpolicy: remove deprecated DualStack directive.David Anderson1-1/+0
2020-05-28logpolicy: use netns for dialing log.tailscale.io.David Anderson1-5/+5
2020-05-28derp/derphttp: make DERP client use netns for dial-outs.David Anderson2-2/+10
2020-05-28net/netns: add package for start of network namespace supportBrad Fitzpatrick3-7/+44
2020-05-28wgengine/magicsock: don't report v4 localhost addresses on IPv6-only systemsBrad Fitzpatrick1-2/+3
2020-05-28wgengine/router: make runner.go linux-only for now.David Anderson1-0/+2
2020-05-28Revert "control/controlclient: use "getprop net.hostname" for Android hostname"Brad Fitzpatrick1-23/+1
2020-05-28Make netcheck handle v6-only interfaces better, faster.Brad Fitzpatrick4-65/+152
2020-05-28Bump inet.af/netaddr dep for FromStdIP behavior change I want to depend on.Brad Fitzpatrick2-1/+3
2020-05-28tempfork/internal/testenv: removeBrad Fitzpatrick1-160/+0
2020-05-28cmd/tailscale: add netcheck flags for incremental reports, JSON outputBrad Fitzpatrick1-2/+53