mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-04-15 20:28:45 +00:00
Our old code wasn't working with projects like Qt that call connect() in O_NONBLOCK mode multiple times. This change overhauls connect() to use a simpler WSAConnect() API and follows the same pattern as cosmo accept(). This change also reduces the binary footprint of read(), which no longer needs to depend on our enormous clock_gettime() function. |
||
---|---|---|
.. | ||
accept4_nonblock_test.c | ||
accept_inherit_nonblock_test.c | ||
accept_poll_test.c | ||
atoi_test.c | ||
BUILD.mk | ||
connect_nonblock_test.c | ||
exit_async_signal_safety_test.c | ||
file_offset_exec_prog.c | ||
file_offset_exec_test.c | ||
file_offset_fork_test.c | ||
fread3gb_test.c | ||
iconv_utf8_utf16_test.c | ||
iconv_utf8_utf32_test.c | ||
listen_timeout_test.c | ||
mask_test.c | ||
mutex_async_signal_safety_test.c | ||
nonblock_pipe2_test.c | ||
nonblock_pipe_test.c | ||
pthread_process_shared_test.c | ||
reentrant_signal_test.c | ||
sa_resethand2_test.c | ||
sa_resethand_test.c | ||
sigchld_test.c | ||
signal_test.c | ||
strtol_test.c |