summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2021-02-03ipn: use LogServer prefXe/do-windows-logserver-betterChristine Dodrill1-0/+4
2021-02-03ipn: clonerChristine Dodrill1-0/+1
2021-02-03ipn: add LoginServer pref for windowsChristine Dodrill1-0/+4
2021-02-03logpolicy: shorten envvar nameXe/log-target-flagChristine Dodrill1-1/+1
2021-02-03logtail: remove this debugging printfChristine Dodrill1-2/+0
2021-02-03log{policy,tail}: set the target correctlyChristine Dodrill2-0/+5
2021-02-03logpolicy: set log target using an environment variableChristine Dodrill1-0/+5
2021-01-20control/controlclient: add debug knob to not use control's endpointsBrad Fitzpatrick1-8/+18
2021-01-20wgengine/magicsock: fix logging regressionBrad Fitzpatrick1-1/+1
2021-01-20control/controlclient: add detail to verbose log about route skipsBrad Fitzpatrick1-2/+18
2021-01-20wgengine/magicsock: send, use endpoints in CallMeMaybe messagesBrad Fitzpatrick2-17/+78
2021-01-20tailcfg, control/controlclient: add mapver 10: MapResponse.PeerSeenChangeBrad Fitzpatrick2-1/+25
2021-01-20disco: support parsing/encoding endpoints in call-me-maybe framesBrad Fitzpatrick3-8/+54
2021-01-20wgengine/magicsock: make legacy DstToString match AddrsJosh Bleecher Snyder1-2/+1
2021-01-19wgengine/magicsock: don't run the DERP cleanup so oftenBrad Fitzpatrick1-16/+48
2021-01-19cmd/tailscale/cli: require v4 and v6 default routes to be advertised together.David Anderson1-0/+16
2021-01-19types/logger: trim spaces from the rate-limited example message.David Anderson1-1/+1
2021-01-19api.md: add TOCBrad Fitzpatrick1-6/+56
2021-01-19Revert "wgengine/magicsock: shortcircuit discoEndpoint.heartbeat when its con...Josh Bleecher Snyder1-11/+0
2021-01-19wgengine/magicsock: prevent log-after-test in TestTwoDevicePingJosh Bleecher Snyder1-1/+4
2021-01-19wgengine/magicsock: fix a naked return bug/crash where we returned (nil, true)Brad Fitzpatrick1-4/+4
2021-01-18wgengine/magicsock: add single element IPPort->endpoint cache in receive pathBrad Fitzpatrick1-7/+35
2021-01-18tailcfg: remove v6-overlay debug option.David Anderson1-2/+0
2021-01-18wgengine/magicsock: simplify ReceiveIPv4+DERP pathBrad Fitzpatrick2-186/+151
2021-01-18wgengine: correctly track all node IPs in lazy config.David Anderson1-3/+6
2021-01-15wgengine/magicsock: use relatively new netaddr.IPPort.IsZero methodBrad Fitzpatrick1-1/+1
2021-01-15wgengine/magicsock: speed up BenchmarkReceiveFrom, store context.Done chanBrad Fitzpatrick1-9/+9
2021-01-15go.sum: update (forgotten after earlier wireguard-go update again)Brad Fitzpatrick1-0/+2
2021-01-15logtail: add testsDenton Gentry1-14/+242
2021-01-15tstun: add test to send a packet after Close()Denton Gentry1-0/+16
2021-01-15net/nettest: de-flake tests on WindowsJosh Bleecher Snyder1-2/+2
2021-01-15net/nettest: remove pointless checks in testsJosh Bleecher Snyder1-5/+4
2021-01-15net/nettest: add missing check at end of TestLimitJosh Bleecher Snyder1-0/+4
2021-01-15wgengine/magicsock: prevent logging after TestActiveDiscovery completesJosh Bleecher Snyder1-1/+3
2021-01-15go.mod: bump to pull in minor wireguard-go changesJosh Bleecher Snyder1-1/+1
2021-01-15wgengine/magicsock: adapt to wireguard-go without UpdateDstJosh Bleecher Snyder4-44/+16
2021-01-15magicksock: remove TestConnClosing. (#1140)Denton Gentry1-88/+0
2021-01-15wgengine/magicsock: disable legacy networking everywhere except TwoDevicePing.David Anderson1-8/+9
2021-01-15wgengine/magicsock: disable legacy behavior in a few more tests.David Anderson1-6/+9
2021-01-15wgengine/magicsock: default legacy networking to off for some tests.David Anderson1-0/+2
2021-01-15wgengine/magicsock: add an option to disable legacy peer handling.David Anderson3-2/+26
2021-01-15wgengine/magicsock: fix BenchmarkReceiveFrom.David Anderson2-1/+25
2021-01-15wgengine/magicsock: close test loggers once we're done with themJosh Bleecher Snyder2-8/+38
2021-01-15wgengine/magicsock: shortcircuit discoEndpoint.heartbeat when its connection ...Josh Bleecher Snyder1-0/+11
2021-01-15wgengine/magicsock: simplifyJosh Bleecher Snyder1-2/+1
2021-01-15wgengine/magicsock: quiet wireguard-go logging in testsJosh Bleecher Snyder1-15/+19
2021-01-15wgengine/userspace: make wireguard-go log silencing include peer routinesJosh Bleecher Snyder1-1/+1
2021-01-15net/packet, wgengine, tstun: add inter-node TSMP protocol for connect errorsBrad Fitzpatrick10-41/+362
2021-01-15go.mod: bump wireguard-go version.David Anderson1-1/+1
2021-01-15ipn, ipnserver: only require sudo on Linux for mutable CLI actionsBrad Fitzpatrick6-27/+161