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/net/tshttpproxy
Eng Zer Jun f0347e841f refactor: move from io/ioutil to io and os packages
The io/ioutil package has been deprecated as of Go 1.16 [1]. This commit
replaces the existing io/ioutil functions with their new definitions in
io and os packages.

Reference: https://golang.org/doc/go1.16#ioutil
Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
2 years ago
..
mksyscall.go net/tshttpproxy: fix incorrect type in Windows implementation, switch to mkwinsyscall, fix memory leak 2 years ago
tshttpproxy.go net/tshttpproxy: support HTTP proxy environment credentials on Windows too 3 years ago
tshttpproxy_future.go all: gofmt with Go 1.17 3 years ago
tshttpproxy_linux.go tshttpproxy: support synology proxy configuration 2 years ago
tshttpproxy_synology.go net/tshttpproxy: synology: pick proxy by scheme 2 years ago
tshttpproxy_synology_test.go refactor: move from io/ioutil to io and os packages 2 years ago
tshttpproxy_test.go net/tshttpproxy: support HTTP proxy environment credentials on Windows too 3 years ago
tshttpproxy_windows.go all: use syncs.AtomicValue 2 years ago
zsyscall_windows.go net/tshttpproxy: fix incorrect type in Windows implementation, switch to mkwinsyscall, fix memory leak 2 years ago