You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tailscale/wgengine/router
Aaron Klotz 3511d1f8a2 cmd/tailscaled, net/dns, wgengine/router: start Windows child processes with DETACHED_PROCESS when I/O is being piped
When we're starting child processes on Windows that are CLI programs that
don't need to output to a console, we should pass in DETACHED_PROCESS as a
CreationFlag on SysProcAttr. This prevents the OS from even creating a console
for the child (and paying the associated time/space penalty for new conhost
processes). This is more efficient than letting the OS create the console
window and then subsequently trying to hide it, which we were doing at a few
callsites.

Fixes #12270

Signed-off-by: Aaron Klotz <aaron@tailscale.com>
3 weeks ago
..
callback.go wgengine/router: implement UpdateMagicsockPort for CallbackRouter (#10494) 7 months ago
consolidating_router.go wgengine/router: consolidate routes before reconfiguring router for mobile clients 2 months ago
consolidating_router_test.go wgengine/router: consolidate routes before reconfiguring router for mobile clients 2 months ago
ifconfig_windows.go net/{interfaces,netmon}, all: merge net/interfaces package into net/netmon 2 months ago
ifconfig_windows_test.go all: use Go 1.22 range-over-int 3 months ago
router.go various: implement stateful firewalling on Linux (#12025) 2 months ago
router_darwin.go health, all: remove health.Global, finish plumbing health.Tracker 2 months ago
router_default.go health, all: remove health.Global, finish plumbing health.Tracker 2 months ago
router_fake.go
router_freebsd.go health, all: remove health.Global, finish plumbing health.Tracker 2 months ago
router_linux.go wgengine/router: probe generally-unused "ip" command style lazily 1 month ago
router_linux_test.go wgengine/router: print Docker warning when stateful filtering is enabled 2 months ago
router_openbsd.go health, all: remove health.Global, finish plumbing health.Tracker 2 months ago
router_test.go various: implement stateful firewalling on Linux (#12025) 2 months ago
router_userspace_bsd.go health, all: remove health.Global, finish plumbing health.Tracker 2 months ago
router_windows.go cmd/tailscaled, net/dns, wgengine/router: start Windows child processes with DETACHED_PROCESS when I/O is being piped 3 weeks ago
router_windows_test.go wgengine/router: look up absolute path to netsh.exe on Windows 6 months ago
runner.go