summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2021-11-29net/dns: make exit node DNS ask OSConfigurator for backup resolversbradfitz/exit_node_forward_dnsBrad Fitzpatrick11-35/+124
2021-11-29ipn/ipnlocal: restrict exit node DoH server based on ACL'ed packet filterBrad Fitzpatrick3-13/+110
2021-11-29wgengine/filter: fix, test NewAllowAllForTestBrad Fitzpatrick2-2/+14
2021-11-29ipn/store/aws: support using sub-paths in parametersThomas Weiß1-1/+1
2021-11-29cmd/tailscaled: log error on state store init failureThomas Weiß1-0/+1
2021-11-26net/dns/resolver: add clientmetrics for DNSBrad Fitzpatrick2-2/+102
2021-11-26ipn/ipnlocal: warn more precisely about IP forwarding issues on linux.David Anderson1-14/+76
2021-11-26cmd/derper: set Content-Security-Policy on DERPs.David Anderson1-4/+11
2021-11-26ipn/ipnlocal: populate self status from netmap in ipnlocal, not magicsock.David Anderson2-15/+12
2021-11-26logpolicy: export NewLogtailTransport for AndroidDenton Gentry1-5/+8
2021-11-23net/dns/resolver, ipn/ipnlocal: wire up peerapi DoH server to DNS forwarderBrad Fitzpatrick3-7/+196
2021-11-23Merge pull request #3214 from tailscale/mayakacz-patch-1Maya Kaczorowski2-10/+6
2021-11-23Update feature_request.ymlMaya Kaczorowski2-10/+6
2021-11-23scripts/installer.sh: add more Linux variants.Denton Gentry1-2/+2
2021-11-23net/dns: require space after nameserver/search parsing resolv.confJosh Bleecher Snyder2-4/+26
2021-11-23net/dns: handle comments in resolv.confJosh Bleecher Snyder2-0/+48
2021-11-23ipn/ipnlocal: fix loggingJosh Bleecher Snyder1-1/+1
2021-11-23net/tstun: rate limit "self disco out packet" loggingJosh Bleecher Snyder3-10/+14
2021-11-23cmd/tailscale: add ip -1 flagJosh Bleecher Snyder1-3/+14
2021-11-23cmd/tailscale: improve ip subcommand docsJosh Bleecher Snyder1-4/+4
2021-11-23tsshd: fix double exit with different exit codesJoonas Loppi1-1/+2
2021-11-23ipn/ipnlocal: start adding DoH DNS server to peerapi when exit nodeBrad Fitzpatrick6-0/+122
2021-11-22go.mod: bump honnef.co/go/tools from 0.2.1 to 0.2.2dependabot[bot]2-3/+3
2021-11-22ipn/ipnstate: clarify PeerStatusLite.LastHandshakeJosh Bleecher Snyder1-2/+7
2021-11-22util/clientmetric: add tests omitted from earlier commitBrad Fitzpatrick1-0/+75
2021-11-22wgengine/monitor: ignore adding/removing uninteresting IPsJosh Bleecher Snyder4-15/+83
2021-11-22.github/workflows: check that repo is clean after build and testJosh Bleecher Snyder3-0/+45
2021-11-22hostinfo: report when running in Docker Desktop.Denton Gentry1-0/+11
2021-11-22net/tshttpproxy: use correct size for Windows BOOL argumentJosh Bleecher Snyder1-1/+1
2021-11-22cmd/derper: increase HSTS cache lifetime to 2 years.David Anderson1-1/+1
2021-11-22build_docker.sh: use github.com/tailscale/mkctr instead of dockerMaisem Ali5-10/+23
2021-11-22hostinfo: change Windows implementation to directly query version information...Aaron Klotz2-14/+33
2021-11-22net/portmapper: mark fewer PMP probe failures as unexpectedJosh Bleecher Snyder1-1/+10
2021-11-22wgengine/router: demote TestDebugListRules fail to skipBrad Fitzpatrick1-1/+1
2021-11-22cmd/derper: enable HSTS when serving over HTTPS.David Anderson1-0/+8
2021-11-22go.mod: bump github.com/godbus/dbus/v5 from 5.0.5 to 5.0.6dependabot[bot]2-3/+3
2021-11-21go.mod: bump inet.af/netstackBrad Fitzpatrick4-16/+34
2021-11-19Fuzzing: Add CIFuzzAdamKorcz1-0/+26
2021-11-19wgengine/router: fix checkIPRuleSupportsV6 to actually use IPv6Brad Fitzpatrick2-6/+19
2021-11-19wgengine/router: don't assume Linux was built with IP_MULTIPLE_TABLESBrad Fitzpatrick1-3/+8
2021-11-19net/dns: make constants for the various DBus strings.David Anderson1-14/+36
2021-11-19health: add a health state for net/dns.OSConfigurator.David Anderson3-0/+18
2021-11-19net/dns: resync config to systemd-resolved when it restarts.David Anderson1-17/+96
2021-11-19net/dns: remove unused Config struct element.David Anderson1-2/+0
2021-11-19wgengine{,/router}: annotate some more errorsBrad Fitzpatrick2-6/+6
2021-11-19cmd/tailscaled: disambiguate some startup failure error messagesBrad Fitzpatrick1-4/+4
2021-11-18net/netns: thread logf into control functionsJosh Bleecher Snyder16-33/+64
2021-11-18wgengine/wgcfg: recover from mismatched PublicKey/EndpointsJosh Bleecher Snyder7-9/+27
2021-11-18VERSION.txt: this is v1.19.0Denton Gentry1-1/+1
2021-11-18wgengine/magicsock: remove some log spamBrad Fitzpatrick1-20/+22