summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2023-09-13mdm: read user defaults + registry protoangott/userdefaults-readerAndrea Gottardo1-0/+89
2023-09-13wgengine: remove DiscoKey method from Engine interfaceBrad Fitzpatrick4-15/+1
2023-09-13README: update docs for building web clientWill Norris1-11/+10
2023-09-13cmd/tailscale: funnel wip cleanup and additional test coverage (#9316)Tyler Smalley5-137/+307
2023-09-12wgengine: remove SetDERPMap method from Engine interfaceBrad Fitzpatrick6-29/+18
2023-09-12ipn/ipnlocal: remove defensiveness around not having a magicsock.ConnBrad Fitzpatrick1-42/+10
2023-09-12wgengine: remove LinkChange method from Engine interfaceBrad Fitzpatrick3-25/+0
2023-09-12wgengine: remove SetNetInfoCallback method from EngineBrad Fitzpatrick5-16/+13
2023-09-12net/netmon: log when the gateway/self IP changesAndrew Dunham1-1/+7
2023-09-12licenses: update win/apple licensesLicense Updater1-1/+1
2023-09-12cmd/tsconnect/wasm: register netstack.Impl with tsd.SystemBrad Fitzpatrick1-0/+1
2023-09-12wgengine{,/netstack}: remove AddNetworkMapCallback from Engine interfaceBrad Fitzpatrick9-50/+47
2023-09-12clientupdate: add root key (#9364)David Crawshaw1-0/+3
2023-09-12tstest/integration: add start of integration tests for incremental map updatesBrad Fitzpatrick2-32/+196
2023-09-12control/controlknobs: move more controlknobs code from controlclientBrad Fitzpatrick4-46/+47
2023-09-12control/controlclient, types/netmap: start plumbing delta netmap updatesBrad Fitzpatrick14-13/+715
2023-09-12clientupdate: restart tailscale after install on DSM6 (#9363)Andrew Lytvynov1-1/+14
2023-09-12cmd/tailscale/cli: fix panic in netcheck print when no DERP homeBrad Fitzpatrick1-1/+5
2023-09-12net/portmapper: fall back to permanent UPnP leases if necessaryAndrew Dunham3-2/+283
2023-09-12ipn/ipnlocal: fix missing controlknobs.Knobs plumbingBrad Fitzpatrick6-0/+87
2023-09-12ipn/localapi, ipn/ipnlocal: add etag support for SetServeConfigMarwan Sulaiman3-42/+168
2023-09-11wgengine/magicsock: stop retaining *netmap.NetworkMapBrad Fitzpatrick3-27/+56
2023-09-11wgengine: use set.HandleSet in another placeBrad Fitzpatrick2-9/+3
2023-09-11control/controlknobs: move ForceBackgroundSTUN to controlknobs.KnobsBrad Fitzpatrick3-3/+9
2023-09-11control/controlknobs, all: add plumbed Knobs type, not global variablesBrad Fitzpatrick19-99/+135
2023-09-11wgengine/magicsock: make peerMap also keyed by NodeIDBrad Fitzpatrick8-83/+187
2023-09-11cmd/testwrapper: fix exit deflake (#9342)Paul Scott1-7/+7
2023-09-11cmd/testwrapper/flakytest: don't spam stderr in Mark when not under wrapperBrad Fitzpatrick1-3/+8
2023-09-10tailcfg: flesh out some docs on MapResponse, clarify slices w/ omitemptyBrad Fitzpatrick2-7/+58
2023-09-10tailcfg: remove unused MapRequest.IncludeIPv6 fieldBrad Fitzpatrick1-5/+4
2023-09-10all: depend on zstd unconditionally, remove plumbing to make it optionalBrad Fitzpatrick11-51/+14
2023-09-10cmd/tailscale: reduce duplicate calls to LocalBackendMarwan Sulaiman1-124/+94
2023-09-09all: use set.Set consistently instead of map[T]struct{}Brad Fitzpatrick12-26/+40
2023-09-09ipn/ipnstate: address TODO about garbage during peer sortingBrad Fitzpatrick2-13/+24
2023-09-09ipn/ipnstate: add some missing docsBrad Fitzpatrick1-0/+15
2023-09-08types/netmap: delete a copy of views.SliceEqualBrad Fitzpatrick1-20/+2
2023-09-08util/lru, util/limiter: add debug helper to dump state as HTMLDavid Anderson4-0/+178
2023-09-08cmd/tailscale/cli,ipn: mention available update in "tailscale status" (#9205)Andrew Lytvynov4-1/+16
2023-09-08ipn/ipnlocal: add logging and locking to c2n /update (#9290)Andrew Lytvynov4-35/+95
2023-09-08client/web: clean up assets handlingSonia Appasamy3-47/+49
2023-09-08licenses: update win/apple licensesLicense Updater2-25/+25
2023-09-08licenses: update tailscale{,d} licensesLicense Updater1-8/+9
2023-09-08licenses: update android licensesLicense Updater1-7/+9
2023-09-07ssh/tailssh: log when recording starts and finishes (#9294)Joe Tsai1-0/+2
2023-09-07cmd/tailscale: combine foreground and background serve logicMarwan Sulaiman1-87/+70
2023-09-07util/linuxfw: Fix comment which lists supported linux archesCraig Rodrigues1-1/+1
2023-09-07util/lru: replace container/list with a custom ring implementationDavid Anderson1-38/+87
2023-09-07util/lru: add a microbenchmarkDavid Anderson1-1/+18
2023-09-07metrics: add missing comma in histogram JSON exportMaisem Ali1-2/+2
2023-09-07cmd/tailscale: add background mode to serve/funnel wip (#9202)Tyler Smalley4-42/+1421