v/vlib/net
Don Park 6c1a43415e
net.http: make http.parse_response() public so it can be used by http servers (#9653)
2021-04-09 23:42:25 +03:00
..
ftp all: bring back `panic(err.msg)` -> `panic(err)` (#9022) 2021-03-01 00:18:14 +01:00
html all: bring back `panic(err.msg)` -> `panic(err)` (#9022) 2021-03-01 00:18:14 +01:00
http net.http: make http.parse_response() public so it can be used by http servers (#9653) 2021-04-09 23:42:25 +03:00
openssl checker: define missing C fn args & check C & JS args (#8770) 2021-03-05 17:41:11 +03:00
smtp encoding.base64: change base64 function signatures to use `[]byte` (#8970) 2021-02-26 08:22:12 +02:00
unix all: deprecate write_str and replace it with write_string (#9369) 2021-03-20 17:25:51 +01:00
urllib net.urllib: allow `urllib.parse_query("format=%l")` 2021-03-30 20:19:33 +03:00
aasocket.c.v checker: define missing C fn args & check C & JS args (#8770) 2021-03-05 17:41:11 +03:00
address.v ci: fix windows-tcc job 2021-04-05 23:35:22 +03: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 all: remove byteptr and charptr; replace them with &byte and &char 2021-04-04 17:43:32 +03:00
tcp_read_line.v checker: fixed array cannot implicitly convert to fooptr (again) (#9302) 2021-03-15 15:55:07 +02:00
tcp_simple_client_server_test.v all: deprecate write_str and replace it with write_string (#9369) 2021-03-20 17:25:51 +01:00
tcp_test.v all: deprecate write_str and replace it with write_string (#9369) 2021-03-20 17:25:51 +01:00
udp.v all: deprecate write_str and replace it with write_string (#9369) 2021-03-20 17:25:51 +01:00
udp_test.v all: deprecate write_str and replace it with write_string (#9369) 2021-03-20 17:25:51 +01:00
util.v vlib/net: add buffered IO, x.net -> net (#6754) 2020-11-15 22:54:47 +02:00