summaryrefslogtreecommitdiffhomepage
path: root/wgengine
AgeCommit message (Expand)AuthorFilesLines
2025-10-06util/checkchange: stop using deephash everywhereBrad Fitzpatrick4-17/+126
2025-10-06feature/condlite/expvar: add expvar stub package when metrics not neededBrad Fitzpatrick1-2/+1
2025-10-06wgengine/magicsock: add more handleNewServerEndpointRunLoop tests (#17469)Jordan Whited1-29/+166
2025-10-06feature/featuretags: add LazyWG modular featureBrad Fitzpatrick2-20/+35
2025-10-04wgengine: stop importing flowtrack when unusedBrad Fitzpatrick3-4/+35
2025-10-04wgengine/magicsock: fix relayManager deadlock (#17449)Jordan Whited2-1/+43
2025-10-04wgengine/magicsock: remove misleading unexpected log message (#17445)Jordan Whited1-5/+0
2025-10-04net/connstats: make it modular (omittable)Brad Fitzpatrick2-11/+20
2025-10-03wgengine/router/osrouter: fix data race in magicsock port update callbackBrad Fitzpatrick1-17/+19
2025-10-03health: make it omittableBrad Fitzpatrick1-1/+1
2025-10-02feature/featuretags, all: add build features, use existing ones in more placesBrad Fitzpatrick4-2/+11
2025-10-01net/netmon: remove usage of direct callbacks from netmon (#17292)Claus Lensbøl2-2/+8
2025-10-01all: use Go 1.20's errors.Join instead of our multierr packageBrad Fitzpatrick4-9/+7
2025-09-30ipn/ipnlocal, engine: avoid runtime/pprof with two usages of ts_omit_debugBrad Fitzpatrick3-18/+9
2025-09-30feature/featuretags: add a catch-all "Debug" feature flagBrad Fitzpatrick1-0/+7
2025-09-30feature, net/tshttpproxy: pull out support for using proxies as a featureBrad Fitzpatrick2-4/+7
2025-09-29wgengine/router{,/osrouter}: split OS router implementations into subpackageBrad Fitzpatrick19-138/+150
2025-09-29feature/logtail: pull logtail + netlog out to modular featuresBrad Fitzpatrick3-3/+18
2025-09-28util/backoff: rename logtail/backoff package to util/backoffBrad Fitzpatrick2-2/+2
2025-09-28tsconst, util/linuxfw, wgengine/router: move Linux fw consts to tsconstBrad Fitzpatrick2-12/+14
2025-09-27util/linuxfw, feature/buildfeatures: add ts_omit_iptables to make IPTables op...Brad Fitzpatrick1-1/+1
2025-09-26cmd/tailscaled: start implementing ts_omit_netstackBrad Fitzpatrick4-2/+21
2025-09-26wgengine/netstack/gro: permit building without GROBrad Fitzpatrick4-7/+13
2025-09-26all: don't rebind variables in for loopsAlex Chan2-5/+0
2025-09-26wgengine/magicsock: fix rebind debouncing (#17282)James Tucker2-11/+30
2025-09-24derp/derpserver: clean up extraction of derp.Server (#17264)Simon Law1-1/+1
2025-09-24derp/derpserver: split off derp.Server out of derp into its own packageBrad Fitzpatrick1-4/+3
2025-09-24all: use buildfeatures.HasCapture const in a handful of placesBrad Fitzpatrick3-0/+11
2025-09-23magicsock: fix deadlock in SetStaticEndpoints (#17247)Jonathan Nobels1-0/+1
2025-09-22wgengine/router: use eventbus.Monitor in linuxRouter (#17232)M. J. Fromberger1-14/+15
2025-09-19wgengine: use eventbus.Client.Monitor to simplify subscriber maintenance (#17...M. J. Fromberger2-71/+56
2025-09-17net/netmon: make ChangeDelta event not a pointer (#17112)Claus Lensbøl1-27/+49
2025-09-16feature/portmapper: make the portmapper & its debugging tools modularBrad Fitzpatrick1-22/+34
2025-09-16feature,ipn/ipnlocal,wgengine: improve how eventbus shutdown is handled (#17156)M. J. Fromberger2-8/+4
2025-09-16health,ipn/ipnlocal: introduce eventbus in heath.Tracker (#17085)Claus Lensbøl7-28/+23
2025-09-16all: add ts_omit_serve, start making tailscale serve/funnel be modularBrad Fitzpatrick1-7/+13
2025-09-15net/netmon, wgengine/magicsock: simplify LinkChangeLogLimiter signatureBrad Fitzpatrick1-8/+4
2025-09-15wgengine/magicsock: send a valid payload in TestNetworkDownSendErrorsAlex Chan1-14/+69
2025-09-15wgengine/magicsock: don't add DERP addrs to endpointState (#17147)Jordan Whited1-4/+1
2025-09-10wgengine/magicsock: add TS_DEBUG_NEVER_DIRECT_UDP debug knob (#17094)Jordan Whited3-0/+7
2025-09-10wgengine/magicsock: add relayManager event logs (#17091)Jordan Whited2-11/+69
2025-09-09wgengine/magicsock: fix debug disco printing of alloc resp disco keys (#17087)Jordan Whited1-2/+2
2025-09-05wgengine/magicsock: log the peer failing disco writes are intended forJames Tucker1-1/+1
2025-08-29wgengine/magicsock: drop DERP queue from head rather than tailJames Tucker2-13/+23
2025-08-28wgengine/magicsock: shorten process internal DERP queueJames Tucker2-65/+15
2025-08-28util/ringbuffer: rename to ringlogJames Tucker2-4/+4
2025-08-26wgengine/magicsock: make endpoint.discoPing peer relay aware (#16946)Jordan Whited1-6/+23
2025-08-25wgengine/magicsock: trigger peer relay path discovery on CallMeMaybe RX (#16929)Jordan Whited1-1/+19
2025-08-21wgengine/magicsock,net/sockopts: export Windows ICMP suppression logic (#16917)Jordan Whited3-77/+6
2025-08-20net/sockopts,wgengine/magicsock: export socket buffer sizing logic (#16909)Jordan Whited4-109/+13