1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/net
2022-07-29 19:00:51 +03:00
..
conv
ftp
html all: fix all remaining unsafe 0 (#14856) 2022-06-26 17:04:23 +03:00
http net.http: cookie parsing fixes (#14420) 2022-06-07 12:52:43 +03:00
openssl
smtp examples: fix unsafe 0 2022-06-26 07:12:15 +03:00
unix checker: improve pub struct check (fix #14446) (#14777) 2022-06-19 17:42:22 +03:00
urllib
websocket checker: check struct field's fn call (fix #15249) (#15257) 2022-07-29 19:00:51 +03:00
aasocket.c.v
address_android.c.v checker: improve pub struct check (fix #14446) (#14777) 2022-06-19 17:42:22 +03:00
address_darwin.c.v checker: improve pub struct check (fix #14446) (#14777) 2022-06-19 17:42:22 +03:00
address_default.c.v checker: improve pub struct check (fix #14446) (#14777) 2022-06-19 17:42:22 +03:00
address_dragonfly.c.v checker: improve pub struct check (fix #14446) (#14777) 2022-06-19 17:42:22 +03:00
address_freebsd.c.v checker: improve pub struct check (fix #14446) (#14777) 2022-06-19 17:42:22 +03:00
address_linux.c.v checker: improve pub struct check (fix #14446) (#14777) 2022-06-19 17:42:22 +03:00
address_netbsd.c.v checker: improve pub struct check (fix #14446) (#14777) 2022-06-19 17:42:22 +03:00
address_openbsd.c.v checker: improve pub struct check (fix #14446) (#14777) 2022-06-19 17:42:22 +03:00
address_test.v
address_windows.c.v checker: improve pub struct check (fix #14446) (#14777) 2022-06-19 17:42:22 +03:00
address.v checker: stricter mutable reference check (fix #14803) (#14805) 2022-06-21 13:23:21 +03:00
afunix.h
common.v
errors.v
ipv6_v6only.h
net_nix.c.v
net_windows.c.v
README.md
socket_options.c.v
socket.v
tcp_read_line.v
tcp_simple_client_server_test.v
tcp_test.v tests: fix compilation of tcp_test.v 2022-07-23 23:33:43 +03:00
tcp.v net: add a net.dial_tcp_with_bind/2 function (#15055) (#15056) 2022-07-15 12:38:17 +03:00
udp_test.v
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.