1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/net
2023-05-02 22:54:57 +03:00
..
conv
ftp
html net.html: fix text parsing for inline tags (#18085) 2023-04-30 16:20:24 +03:00
http net: fix typo give => given (#17955) 2023-04-14 11:15:16 +03:00
mbedtls checker: disallow struct int to ptr outside unsafe (#17923) 2023-04-13 07:38:21 +02:00
openssl checker: disallow struct int to ptr outside unsafe (#17923) 2023-04-13 07:38:21 +02:00
smtp examples: fix unset reader notice for the smtp/mail example (#17998) 2023-05-02 22:54:57 +03:00
ssl
unix checker: disallow struct int to ptr outside unsafe (#17923) 2023-04-13 07:38:21 +02:00
urllib all: 2023 copyright 2023-03-28 22:55:57 +02:00
websocket
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 checker: disallow struct int to ptr outside unsafe (#17923) 2023-04-13 07:38:21 +02:00
afunix.h
common.v checker: disallow struct int to ptr outside unsafe (#17923) 2023-04-13 07:38:21 +02:00
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_self_dial_from_many_clients_test.v
tcp_simple_client_server_test.v
tcp_test.v
tcp.v vweb: implement worker pool (#17298) 2023-04-02 01:24:33 +02: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.