v/vlib/net
Uwe Krüger 374739b804
all: rename `[ref_only]` -> `[heap]` ()
2021-02-13 16:52:01 +02:00
..
ftp ftp: minor optimization in dir() () 2021-02-02 18:51:55 +01:00
html all: rename `[ref_only]` -> `[heap]` () 2021-02-13 16:52:01 +02:00
http all: require calling `optfn() ?` / `optfn() or {...}` for `fn optfn() ? {}` 2021-01-26 16:43:17 +02:00
openssl
smtp all: require calling `optfn() ?` / `optfn() or {...}` for `fn optfn() ? {}` 2021-01-26 16:43:17 +02:00
unix net: fix unix sockets () 2021-02-12 20:10:06 +02:00
urllib all: require calling `optfn() ?` / `optfn() or {...}` for `fn optfn() ? {}` 2021-01-26 16:43:17 +02:00
aasocket.c.v net: move unix socket code to net.unix and skip net/unix/unix_test.v … () 2021-02-11 18:51:12 +02:00
address.v net: add basic unix socket support () 2021-02-08 23:48:23 +01:00
common.v net: move unix socket code to net.unix and skip net/unix/unix_test.v … () 2021-02-11 18:51:12 +02:00
errors.v net: move unix socket code to net.unix and skip net/unix/unix_test.v … () 2021-02-11 18:51:12 +02:00
net_nix.c.v net: add basic unix socket support () 2021-02-08 23:48:23 +01:00
net_windows.c.v net: move unix socket code to net.unix and skip net/unix/unix_test.v … () 2021-02-11 18:51:12 +02:00
socket_options.c.v
tcp.v all: require calling `optfn() ?` / `optfn() or {...}` for `fn optfn() ? {}` 2021-01-26 16:43:17 +02:00
tcp_read_line.v
tcp_simple_client_server_test.v all: require calling `optfn() ?` / `optfn() or {...}` for `fn optfn() ? {}` 2021-01-26 16:43:17 +02:00
tcp_test.v
udp.v examples: add net_udp_server_and_client.v 2021-02-02 10:36:56 +02:00
udp_test.v
util.v