summaryrefslogtreecommitdiffhomepage
path: root/util/winutil
AgeCommit message (Collapse)AuthorFilesLines
2021-03-18logpolicy: set log target on windows based on a registry key (#1542)Christine Dodrill2-0/+44
Signed-off-by: Christine Dodrill <xe@tailscale.com>
2021-02-26util/winutil: make it actually compileBrad Fitzpatrick1-1/+4
Helps to use the right GOOS after refactoring, sigh. Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
2021-02-26util/winutil: add little Windows utility packageBrad Fitzpatrick1-0/+21
Code from Alex Brainman, split out of another change. I changed it to a comma-ok return and tweaked the docs a bit.