v/vlib/net
Delyan Angelov bf6e9ff95a
Revert "parser: make duplicated functions an error (#8792)"
This reverts commit 21bf8fe14e.
2021-02-18 09:02:56 +02:00
..
ftp ftp: minor optimization in dir() (#8518) 2021-02-02 18:51:55 +01:00
html all: rename `[ref_only]` -> `[heap]` (#8718) 2021-02-13 16:52:01 +02:00
http checker: disallow `unsafe` map copy (#8720) 2021-02-17 05:19:25 +01:00
openssl checker: disallow comparison between enum and int (#7886) 2021-01-08 17:41:52 +01:00
smtp all: require calling `optfn() ?` / `optfn() or {...}` for `fn optfn() ? {}` 2021-01-26 16:43:17 +02:00
unix Revert "parser: make duplicated functions an error (#8792)" 2021-02-18 09:02:56 +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 … (#8681) 2021-02-11 18:51:12 +02:00
address.v net: add basic unix socket support (#8642) 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 … (#8681) 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 … (#8681) 2021-02-11 18:51:12 +02:00
net_nix.c.v net: add basic unix socket support (#8642) 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 … (#8681) 2021-02-11 18:51:12 +02:00
socket_options.c.v gg: native rendering mode on macOS 2021-01-23 10:25:43 +01:00
tcp.v checker: check `unsafe` V function calls (#8752) 2021-02-14 19:31:42 +01:00
tcp_read_line.v checker: warn when casting a fixed array (use `&arr[0]` instead) (#8787) 2021-02-17 20:45:11 +01:00
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 net: use mut and refs as receivers consistently (#8205) 2021-01-20 11:11:01 +01:00
udp.v examples: add net_udp_server_and_client.v 2021-02-02 10:36:56 +02:00
udp_test.v Revert "net: prevent udp_test.v from running on windows without -d network" 2021-01-25 19:08:45 +02:00
util.v vlib/net: add buffered IO, x.net -> net (#6754) 2020-11-15 22:54:47 +02:00