1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/net
2022-12-17 19:08:59 +02:00
..
conv all: replace generic <> with [] - part 2 (#16536) 2022-11-26 18:23:26 +02:00
ftp vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
html vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
http net.http: remove ending \r from response.status_msg, add more tests 2022-11-20 16:22:43 +02:00
mbedtls vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
openssl vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
smtp vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
ssl
unix vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
urllib vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
websocket vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
aasocket.c.v
address_android.c.v
address_darwin.c.v
address_default.c.v
address_dragonfly.c.v
address_freebsd.c.v
address_linux.c.v
address_netbsd.c.v
address_openbsd.c.v
address_test.v
address_windows.c.v
address.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
afunix.h
common.v
errors.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
ipv6_v6only.h
net_nix.c.v
net_windows.c.v
README.md
socket_options.c.v all: implement struct field optional and disallow storing result (#16392) 2022-11-17 07:51:50 +02:00
socket.v
tcp_read_line.v
tcp_self_dial_from_many_clients_test.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
tcp_simple_client_server_test.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
tcp_test.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
tcp.v vweb,net: fix vweb crash when the connection was closed prematurely (tested with Chrome on windows, refreshing as fast as possible) 2022-12-17 19:08:59 +02:00
udp_test.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
udp.v
util.v

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.