cosmopolitan/test/libc/sock
Justine Tunney 868af3f950 Import C++ Standard Template Library
You can now use the hardest fastest and most dangerous language there is
with Cosmopolitan. So far about 75% of LLVM libcxx has been added. A few
breaking changes needed to be made to help this go smoothly.

- Rename nothrow to dontthrow
- Rename nodiscard to dontdiscard
- Add some libm functions, e.g. lgamma, nan, etc.
- Change intmax_t from int128 to int64 like everything else
- Introduce %jjd formatting directive for int128_t
- Introduce strtoi128(), strtou128(), etc.
- Rename bsrmax() to bsr128()

Some of the templates that should be working currently are std::vector,
std::string, std::map, std::set, std::deque, etc.
2022-03-22 06:41:54 -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 Import C++ Standard Template Library 2022-03-22 06:41:54 -07:00
select_test.c Fix select() on Windows for timeout (#141) 2021-08-26 15:59:55 -07:00
sendrecvmsg_test.c Add sendmsg and recvmsg (#148) 2021-04-07 22:53:23 -07:00
socketpair_test.c Perform fine-tuning of socketpair and pipe 2021-03-16 22:44:54 -07:00
test.mk Make more functions friendly to Address Sanitizer 2021-02-02 03:45:31 -08:00