v/vlib/net
Alexander Medvednikov fbb9e65c0f all: ~500 more byte=>u8 2022-04-15 18:25:45 +03:00
..
conv ci: do not use htonll and ntohll on windows, use the portable versions instead. 2021-10-02 18:21:16 +03:00
ftp all: replace []byte with []u8 2022-04-15 15:35:35 +03:00
html all: byte => u8 2022-04-15 14:58:56 +03:00
http all: ~500 more byte=>u8 2022-04-15 18:25:45 +03:00
openssl all: ~500 more byte=>u8 2022-04-15 18:25:45 +03:00
smtp all: byte => u8 2022-04-15 14:58:56 +03:00
unix all: ~500 more byte=>u8 2022-04-15 18:25:45 +03:00
urllib all: ~500 more byte=>u8 2022-04-15 18:25:45 +03:00
websocket all: ~500 more byte=>u8 2022-04-15 18:25:45 +03:00
README.md docs: adding skeleton README.md files for all vlib modules (#13034) 2022-01-05 18:06:08 +02:00
aasocket.c.v
address.v net: byte fixes 2022-04-15 15:55:39 +03:00
address_android.c.v all: ~500 more byte=>u8 2022-04-15 18:25:45 +03:00
address_darwin.c.v all: ~500 more byte=>u8 2022-04-15 18:25:45 +03:00
address_default.c.v all: ~500 more byte=>u8 2022-04-15 18:25:45 +03:00
address_dragonfly.c.v all: ~500 more byte=>u8 2022-04-15 18:25:45 +03:00
address_freebsd.c.v all: ~500 more byte=>u8 2022-04-15 18:25:45 +03:00
address_linux.c.v all: ~500 more byte=>u8 2022-04-15 18:25:45 +03:00
address_netbsd.c.v all: ~500 more byte=>u8 2022-04-15 18:25:45 +03:00
address_openbsd.c.v all: ~500 more byte=>u8 2022-04-15 18:25:45 +03:00
address_test.v
address_windows.c.v all: ~500 more byte=>u8 2022-04-15 18:25:45 +03:00
afunix.h
common.v
errors.v
ipv6_v6only.h
net_nix.c.v
net_windows.c.v all: ~500 more byte=>u8 2022-04-15 18:25:45 +03:00
socket.v
socket_options.c.v
tcp.v all: ~500 more byte=>u8 2022-04-15 18:25:45 +03:00
tcp_read_line.v net: fix byte buffers 2022-04-15 15:57:45 +03:00
tcp_simple_client_server_test.v all: replace []byte with []u8 2022-04-15 15:35:35 +03:00
tcp_test.v all: replace []byte with []u8 2022-04-15 15:35:35 +03:00
udp.v all: ~500 more byte=>u8 2022-04-15 18:25:45 +03:00
udp_test.v all: replace []byte with []u8 2022-04-15 15:35:35 +03:00
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.