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/util
Aaron Klotz 82cd98609f util/winutil: migrate corp's winutil into OSS.
It makes the most sense to have all our utility functions reside in one place.
There was nothing in corp that could not reasonably live in OSS.

I also updated `StartProcessAsChild` to no longer depend on `futureexec`,
thus reducing the amount of code that needed migration. I tested this change
with `tswin` and it is working correctly.

I have a follow-up PR to remove the corresponding code from corp.

The migrated code was mostly written by @alexbrainman.
Sourced from corp revision 03e90cfcc4dd7b8bc9b25eb13a26ec3a24ae0ef9

Signed-off-by: Aaron Klotz <aaron@tailscale.com>
2 years ago
..
cibuild wgengine/magicsock: increase legacy ping timeout again 3 years ago
clientmetric util/clientmetric: add tests omitted from earlier commit 3 years ago
cmpver util/cmpver: move into OSS from corp repo. 3 years ago
codegen util/codegen: reorder AssertStructUnchanged args 3 years ago
deephash all: gofmt -w -s (simplify) tests 2 years ago
dnsname util/dnsname: make ToFQDN take exactly 0 or 1 allocs for everything. 3 years ago
endian all: gofmt with Go 1.17 3 years ago
groupmember util/groupmember: adjust build tags for osusergo 3 years ago
jsonutil util/jsonutil: new package 4 years ago
lineread util/lineread: add docs to Reader 4 years ago
multierr util/multierr: new package 3 years ago
osshare all: gofmt with Go 1.17 3 years ago
pidowner all: gofmt with Go 1.17 3 years ago
racebuild all: gofmt with Go 1.17 3 years ago
systemd all: gofmt with Go 1.17 3 years ago
uniq util/uniq: add new package 4 years ago
winutil util/winutil: migrate corp's winutil into OSS. 2 years ago