cosmopolitan/test/libc/sock
Justine Tunney f3ce684aef
Fix getpeername() bug on Windows
The WIN32 getpeername() function returns ENOTCONN when it uses connect()
the SOCK_NONBLOCK way. So we simply store the address, provided earlier.
2024-08-25 11:28:53 -07:00
..
BUILD.mk Fix NT accept/connect not initializing with SO_UPDATE_*_CONTEXT (#1164) 2024-05-17 02:45:30 -07:00
connect_test.c Fix getpeername() bug on Windows 2024-08-25 11:28:53 -07:00
getpeername_test.c Fix NT accept/connect not initializing with SO_UPDATE_*_CONTEXT (#1164) 2024-05-17 02:45:30 -07:00
inet_ntoa_test.c flip et / noet in modelines 2023-12-07 22:17:11 -05:00
inet_ntop_test.c flip et / noet in modelines 2023-12-07 22:17:11 -05:00
inet_pton_test.c Get rid of .internal.h convention in LIBC_INTRIN 2024-07-19 19:38:00 -07:00
nonblock_test.c Get rid of .internal.h convention in LIBC_INTRIN 2024-07-19 19:38:00 -07:00
recvfrom_test.c recvfrom: don't convert address if addrsize is 0 (#1153) 2024-05-03 08:03:57 -07:00
select_test.c Implement proper time zone support 2024-05-04 23:06:37 -07:00
sendfile_test.c Apply clang-format update to repo (#1154) 2024-04-25 10:38:00 -07:00
sendrecvmsg_test.c Bring back gc() function 2024-01-08 10:26:28 -08:00
setsockopt_test.c flip et / noet in modelines 2023-12-07 22:17:11 -05:00
socket_test.c Get rid of .internal.h convention in LIBC_INTRIN 2024-07-19 19:38:00 -07:00
socketpair_test.c flip et / noet in modelines 2023-12-07 22:17:11 -05:00
unix_test.c Drop support for Windows 8 2024-05-29 19:37:47 -07:00