summaryrefslogtreecommitdiffhomepage
path: root/cmd
AgeCommit message (Expand)AuthorFilesLines
2020-06-15derp: reduce DERP memory use; don't require callers to pass in memory to useBrad Fitzpatrick1-2/+1
2020-06-05cmd/derper: support forwarding packets amongst set of peer DERP serversBrad Fitzpatrick2-4/+150
2020-06-04cmd/derper: treat self-connection connection watch as no-opBrad Fitzpatrick1-1/+1
2020-06-04cmd/derper: add /home/bradfitz/keys to default mesh key search listBrad Fitzpatrick1-3/+8
2020-06-03derp, cmd/derper: add frameWatchConns, framePeerPresent for inter-DERP routingBrad Fitzpatrick2-2/+32
2020-06-03cmd/tailscale: fix inverted flag meanings.v0.99.0v0.98.1David Anderson1-2/+2
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-01cmd/tailscale: warn to stderr that netcheck -format=json isn't stableBrad Fitzpatrick1-0/+5
2020-05-28Make netcheck handle v6-only interfaces better, faster.Brad Fitzpatrick1-4/+13
2020-05-28cmd/tailscale: add netcheck flags for incremental reports, JSON outputBrad Fitzpatrick1-2/+53
2020-05-28router_linux: fix behaviour when switching --netfilter-mode.Avery Pennarun1-2/+2
2020-05-28cmd/tailscale: make ip_forward warnings more actionable.Avery Pennarun1-3/+3
2020-05-28cmd/tailscale: be quiet when no interaction or errors are needed.Avery Pennarun1-1/+8
2020-05-26cmd/tailscale: expose --enable-derpDmytro Shynkevych1-0/+3
2020-05-25stun, netcheck: move under netBrad Fitzpatrick2-2/+2
2020-05-23all: make client use server-provided DERP map, add DERP region supportBrad Fitzpatrick1-10/+16
2020-05-20log rate limiting: reformat limiter messages, and use nonempty burst size.Avery Pennarun1-1/+1
2020-05-20cmd/tailscaled: SetGCPercent() if GOGC is not set.Avery Pennarun1-0/+10
2020-05-20cmd/tailscaled: eliminate unnecessary use of an init() function.Avery Pennarun1-5/+2
2020-05-15wgengine: log node IDs when peers are added/removed (#381)Wendi Yu1-1/+2
2020-05-14ipn: plumb NetfilterMode all the way out to the CLI.David Anderson1-17/+32
2020-05-14wgengine/router: support multiple levels of netfilter involvement.David Anderson1-10/+18
2020-05-11wgengine/router: add a setting to disable SNAT for subnet routes.David Anderson1-0/+3
2020-05-11cmd/tailscale: warn subnet route users if IP forwarding is off. #320David Anderson1-0/+25
2020-05-11cmd/tailscale: support IPs or CIDRs in -advertise-routes.David Anderson1-3/+26
2020-05-09ipn: add AllowVersionSkew bool to Notify & MessageBrad Fitzpatrick1-0/+2
2020-05-08Implement rate limiting on log messages (#356)Wendi Yu1-0/+2
2020-05-05cmd/netcheck: better DERP latency checking outputZijie Lu1-9/+17
2020-05-04cmd/mkpkg: support adding empty directories.Dmytro Shynkevych1-2/+14
2020-05-01cmd/tailscale: add --advertise-tags option.Avery Pennarun1-7/+20
2020-04-30wgengine/router: split out from wgengine.David Anderson1-1/+10
2020-04-29Add prefs.ShieldsUp and --shields-up option.Avery Pennarun1-4/+4
2020-04-19cmd/taillogin: delete itwardn1-99/+0
2020-04-11all: remove unnecessary trailing newlines in format patterns for consistencyBrad Fitzpatrick1-3/+3
2020-04-09netcheck: aggregate spammy logging onto one concise lineBrad Fitzpatrick1-1/+2
2020-04-09cmd/tailscale: add up --authkey flagDavid Crawshaw1-0/+3
2020-04-08cmd/mkpkg: fix missing default value for --dependsSylvain Rabot1-1/+1
2020-04-05tsweb: rename Handler to ReturnHandlerBrad Fitzpatrick1-1/+1
2020-04-04cmd/mkpkg: support depending on stuff.David Anderson1-0/+4
2020-04-04cmd/tailscaled: set CacheDirectory in service.David Anderson1-0/+2
2020-04-01cmd/microproxy: adjust to export node stats and a Go expvar server's stats.David Anderson1-5/+50
2020-03-31cmd/microproxy: tiny TLS proxy that borrows autocert x509 certs.David Anderson1-0/+130
2020-03-27cmd/tailscale: add status subcommandBrad Fitzpatrick3-41/+204
2020-03-27cmd/tailscale: remove unnecessary logpolicy/logtail loggingBrad Fitzpatrick1-4/+0
2020-03-26cmd/tailscaled, wgengine, ipn: add /debug/ipn handler with world stateBrad Fitzpatrick1-3/+10
2020-03-25cmd/relaynode: delete it!Avery Pennarun35-553/+1
2020-03-20derp: move write timeout to package constant.David Anderson1-1/+0
2020-03-20derp: add short queues between reader and writer, drop on overload.David Anderson1-5/+0
2020-03-17all: update to wireguard-go API changesBrad Fitzpatrick2-2/+2