tailscale/net
Joe Tsai c21a3c4733
types/netlogtype: new package for network logging types (#6092)
The netlog.Message type is useful to depend on from other packages,
but doing so would transitively cause gvisor and other large packages
to be linked in.

Avoid this problem by moving all network logging types to a single package.

We also update staticcheck to take in:

	003d277bcf

Signed-off-by: Joe Tsai <joetsai@digital-static.net>
2022-10-27 14:14:18 -07:00
..
dns net/dns: print systemd-resolved ResolvConfMode 2022-10-19 11:25:36 -04:00
dnscache net/dnscache: Handle 4-in-6 addresses in DNS responses 2022-10-23 08:41:51 -07:00
dnsfallback refactor: move from io/ioutil to io and os packages 2022-09-15 21:45:53 -07:00
flowtrack net/flowtrack: add json tags to Tuple (#5849) 2022-10-05 19:40:49 -07:00
interfaces net/interfaces: don't dereference null pointer if no destination/netmask 2022-10-26 10:28:26 -04:00
netaddr all: migrate code from netaddr.FromStdAddr to Go 1.18 2022-08-02 22:25:07 -07:00
netcheck net/netcheck, tailcfg: track whether OS supports IPv6 2022-10-21 15:31:42 -04:00
neterror net/{neterror,dns/resolver}: move PacketWasTruncated to neterror from DNS code 2022-01-03 14:03:30 -08:00
netknob all: disable TCP keep-alives on iOS/Android 2021-09-28 12:03:18 -07:00
netns net/netns: implement UseSocketMark for Android. 2022-09-17 23:19:24 -07:00
netstat all: migrate more code code to net/netip directly 2022-08-02 13:59:57 -07:00
nettest ssh/tailssh: add TestSSHAuthFlow 2022-10-09 10:27:31 -07:00
netutil all: fix spelling mistakes 2022-09-29 13:36:13 -07:00
packet all: fix spelling mistakes 2022-09-29 13:36:13 -07:00
ping all: fix spelling mistakes 2022-09-29 13:36:13 -07:00
portmapper all: fix spelling mistakes 2022-09-29 13:36:13 -07:00
proxymux net/proxymux: add a listener mux that can run SOCKS and HTTP on a single socket. 2021-11-29 16:49:48 -08:00
routetable doctor: add package for running in-depth healthchecks; use in bugreport (#5413) 2022-09-26 13:07:28 -04:00
socks5 net/socks5: use new Go 1.19 binary.AppendByteOrder.AppendUintX 2022-08-05 08:30:48 -07:00
speedtest net/speedtest: retune to meet iperf on localhost in a VM 2022-09-23 10:46:04 -07:00
stun net/stun: unmap IPv4 addresses in 16 byte STUN replies 2022-09-12 12:03:27 -07:00
tlsdial envknob: support changing envknobs post-init 2022-09-15 15:04:02 -07:00
tsaddr all: migrate more code code to net/netip directly 2022-08-02 13:59:57 -07:00
tsdial all: fix spelling mistakes 2022-09-29 13:36:13 -07:00
tshttpproxy all: fix spelling mistakes 2022-09-29 13:36:13 -07:00
tstun types/netlogtype: new package for network logging types (#6092) 2022-10-27 14:14:18 -07:00
tunstats types/netlogtype: new package for network logging types (#6092) 2022-10-27 14:14:18 -07:00
wsconn net/wsconn: add back custom wrapper for turning a websocket.Conn into a net.Conn 2022-10-18 15:39:32 -07:00