You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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>
2 years ago
..
bench
ipn/ipnlocal, all: plumb health trackers in tests
2 years ago
capture
various: add golangci-lint, fix issues ( #7905 )
3 years ago
filter
all: use Go 1.22 range-over-int
2 years ago
magicsock
wgengine/magicsock: use math/rands/v2
2 years ago
netlog
wgengine: add exit destination logging enable for wgengine logger ( #11952 )
2 years ago
netstack
various: fix lint warnings
2 years ago
router
cmd/tailscaled, net/dns, wgengine/router: start Windows child processes with DETACHED_PROCESS when I/O is being piped
2 years ago
wgcfg
ipn,wgengine: remove vestigial Prefs.AllowSingleHosts
2 years ago
wgint
wgengine{,/wgint}: add wgint.Peer wrapper type, add to wgengine.Engine
2 years ago
wglog
all: use Go 1.22 range-over-int
2 years ago
winnet
all: update copyright and license headers
3 years ago
mem_ios.go
all: update copyright and license headers
3 years ago
pendopen.go
wgengine: make pendOpen time later, after dup check
2 years ago
userspace.go
net/dns: don't set MatchDomains on Apple platforms when no upstream nameservers available ( #12334 )
2 years ago
userspace_ext_test.go
ipn/ipnlocal, all: plumb health trackers in tests
2 years ago
userspace_test.go
ipn/ipnlocal, all: plumb health trackers in tests
2 years ago
watchdog.go
ipn/ipnlocal,net/tstun,wgengine: create and plumb jailed packet filter
2 years ago
watchdog_js.go
all: update copyright and license headers
3 years ago
watchdog_test.go
ipn/ipnlocal, all: plumb health trackers in tests
2 years ago
wgengine.go
ipn/ipnlocal,net/tstun,wgengine: create and plumb jailed packet filter
2 years ago