cosmopolitan/test/libc/sock
Justine Tunney fbc053e018 Make fixes and improvements
- Introduce __assert_disable global
- Improve strsignal() thread safety
- Make system call tracing thread safe
- Fix SO_RCVTIMEO / SO_SNDTIMEO on Windows
- Refactor DescribeFoo() functions into one place
- Fix fork() on Windows when TLS and MAP_STACK exist
- Round upwards in setsockopt(SO_RCVTIMEO) on Windows
- Disable futexes on OpenBSD which seem extremely broken
- Implement a better kludge for monotonic time on Windows
2022-06-25 21:09:09 -07:00
..
inet_ntoa_test.c Add IP address conversion helpers 2021-02-20 22:53:22 -08:00
inet_ntop_test.c Introduce --strace flag for system call tracing 2022-03-18 18:07:28 -07:00
inet_pton_test.c Add SSL to redbean 2021-06-24 13:20:50 -07:00
poll_test.c Reduce makefile dependencies by 10% 2022-06-08 20:01:28 -07:00
select_test.c Improve synchronization 2022-04-15 15:31:55 -07:00
sendfile_test.c Add test for sendfile() and reduce branches 2022-05-25 22:29:10 -07:00
sendrecvmsg_test.c Reduce makefile dependencies by 10% 2022-06-08 20:01:28 -07:00
setsockopt_test.c Make fixes and improvements 2022-06-25 21:09:09 -07:00
socketpair_test.c Make more fixes and improvements 2022-06-13 11:02:13 -07:00
test.mk Make build hermetic without shell scripts 2022-05-25 13:55:57 -07:00
unix_test.c Add unix domain socket support to redbean 2022-06-22 03:04:25 -07:00