v/vlib/net
Emily Hudson 50ab19d136
net: select with deadlines (#14369)
2022-05-13 10:10:38 +02:00
..
conv
ftp
html
http net.http: fix crash on Windows when using Boehm GC (#14351) 2022-05-13 10:10:37 +02:00
openssl all: ~500 more byte=>u8 2022-04-17 12:14:29 +02:00
smtp net.smtp: correct date in smtp body (#14326) 2022-05-08 14:04:00 +02:00
unix all: ~500 more byte=>u8 2022-04-17 12:14:29 +02:00
urllib all: ~500 more byte=>u8 2022-04-17 12:14:29 +02:00
websocket checker: error if smaller signed == unsigned (#14078) 2022-04-25 19:07:30 +02:00
README.md
aasocket.c.v
address.v
address_android.c.v all: ~500 more byte=>u8 2022-04-17 12:14:29 +02:00
address_darwin.c.v all: ~500 more byte=>u8 2022-04-17 12:14:29 +02:00
address_default.c.v all: ~500 more byte=>u8 2022-04-17 12:14:29 +02:00
address_dragonfly.c.v all: ~500 more byte=>u8 2022-04-17 12:14:29 +02:00
address_freebsd.c.v all: ~500 more byte=>u8 2022-04-17 12:14:29 +02:00
address_linux.c.v all: ~500 more byte=>u8 2022-04-17 12:14:29 +02:00
address_netbsd.c.v all: ~500 more byte=>u8 2022-04-17 12:14:29 +02:00
address_openbsd.c.v all: ~500 more byte=>u8 2022-04-17 12:14:29 +02:00
address_test.v
address_windows.c.v all: ~500 more byte=>u8 2022-04-17 12:14:29 +02:00
afunix.h
common.v net: select with deadlines (#14369) 2022-05-13 10:10:38 +02:00
errors.v
ipv6_v6only.h
net_nix.c.v
net_windows.c.v all: ~500 more byte=>u8 2022-04-17 12:14:29 +02:00
socket.v
socket_options.c.v
tcp.v all: ~500 more byte=>u8 2022-04-17 12:14:29 +02:00
tcp_read_line.v net: fix byte buffers 2022-04-17 12:14:28 +02:00
tcp_simple_client_server_test.v
tcp_test.v tests: support for marking _test.v files with `// vtest flaky: true`, to reduce false positives from the CI 2022-04-30 16:26:28 +02:00
udp.v all: ~500 more byte=>u8 2022-04-17 12:14:29 +02:00
udp_test.v
util.v

README.md

Description:

net provides networking functions. It is mostly a wrapper to BSD sockets, so you can listen on a port, connect to remote TCP/UDP services, and communicate with them.