..
conv
vlib: remove modules/functions/fields, deprecated in 2023 ( #22750 )
2024-11-17 20:09:21 +02:00
ftp
tools: cleanup entries from the hardcoded skip_files list in common.v (used by v test
, v test-self
etc); use the new // vtest build:
syntax to mark the tests instead ( #23918 )
2025-03-13 19:51:51 +02:00
html
all: remove ancient deprecations ( #23479 )
2025-01-16 16:36:12 +02:00
http
net.http: Use a full url when using a proxy, instead of only the path ( #25228 )
2025-09-05 19:24:59 +03:00
mbedtls
thirdparty: upgrade to mbedtls v3.6.3.1, add a .patch file with the local changes ( #24602 )
2025-05-31 12:02:37 +03:00
openssl
net.openssl: replace SSL_get1_peer_certificate by SSL_get_peer_certificate for OpenBSD ( #24556 )
2025-05-23 16:15:48 +03:00
smtp
tools: cleanup entries from the hardcoded skip_files list in common.v (used by v test
, v test-self
etc); use the new // vtest build:
syntax to mark the tests instead ( #23918 )
2025-03-13 19:51:51 +02:00
socks
fmt: remove the prefixed module name of const names, that are in the same module (related #22183 ) ( #22185 )
2024-09-10 11:25:56 +03:00
ssl
tools: cleanup entries from the hardcoded skip_files list in common.v (used by v test
, v test-self
etc); use the new // vtest build:
syntax to mark the tests instead ( #23918 )
2025-03-13 19:51:51 +02:00
unix
ci: mark tcp_test.v and unix_socket_test.v as flaky (they still fail sporadically on the CI, although very rarely now)
2025-07-06 21:32:40 +03:00
urllib
net.urllib: fix parse of url relative address ( fix #21061 ) ( #23180 )
2024-12-16 16:59:58 +02:00
websocket
flag,net.websocket: fix typos in errors, traces and comments ( #24251 )
2025-04-16 17:34:15 +03:00
aasocket.c.v
all: replace fn name '@xxx' with 'xxx' ( #22506 )
2024-10-12 22:17:02 +03:00
address.c.v
markused,builtin,strconv,vlib: reduce generated C sizes for compilers != tcc, for short programs, by simplifying the generation of backtraces, and reducing string interpolations in panics ( #23380 )
2025-01-06 08:23:56 +02:00
address_android.c.v
address_darwin.c.v
checker: improve virtual C consts
2025-07-19 19:27:59 +03:00
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.c.v
address_windows.c.v
afunix.h
common.c.v
all: replace fn name '@xxx' with 'xxx' ( #22506 )
2024-10-12 22:17:02 +03:00
connection.v
net: add net.Dialer and net.Connection interfaces, abstracting the different types of connections, already supported by the V network stack ( #21657 )
2024-08-05 18:16:06 +03:00
dial_tcp_with_bind_test.v
dialer.v
all: fix typos in documentation files ( #23822 )
2025-02-28 02:42:55 +03:00
errors.c.v
ipv6_v6only.h
net_nix.c.v
net: use explicit int casts for net.error_eintr etc in the unix implementation too for consistency with the windows one
2024-09-22 15:28:20 +03:00
net_windows.c.v
net: fix compilation on windows (use casts to int for net.error_eintr etc)
2024-09-22 15:22:26 +03:00
README.md
socket.c.v
socket_options.c.v
net: add more SocketOptions enum values, make public fn new_tcp_socket ( #22378 )
2024-10-01 11:42:30 +03:00
tcp.c.v
net: improve tracing output for -d trace_tcp
; move error_code()
calls right after the corresponding C APIs (errno is a global that should be read immediately to be valid)
2025-08-30 00:11:19 +03:00
tcp_non_blocking_test.v
tcp_read_line.c.v
fmt: remove the prefixed module name of const names, that are in the same module (related #22183 ) ( #22185 )
2024-09-10 11:25:56 +03:00
tcp_self_dial_from_many_clients_test.v
all: change single blank comment to blank line ( #22016 )
2024-08-09 14:55:58 +03:00
tcp_simple_client_server_test.v
net: allow for a ::ffff:127.0.0.1
result in tcp_simple_client_server_test.v ( #22385 )
2024-10-02 17:31:01 +03:00
tcp_test.v
ci: mark tcp_test.v and unix_socket_test.v as flaky (they still fail sporadically on the CI, although very rarely now)
2025-07-06 21:32:40 +03:00
udp.c.v
net: make close/0
, select/2
and remote/0
methods of UdpSocket
pub
( #24004 )
2025-03-22 16:41:32 +02:00
udp_test.v
util.v
net: fix resolving of ::1:48872
(pass the *should_listen_on_both_ipv4_and_ipv6_by_default_test.v
tests) ( #22715 )
2024-10-31 18:22:25 +02:00
utils_test.v
net: fix resolving of ::1:48872
(pass the *should_listen_on_both_ipv4_and_ipv6_by_default_test.v
tests) ( #22715 )
2024-10-31 18:22:25 +02:00