lean4-htt/src/runtime/uv
Rob23oba d817fb0ef3
fix: handle NUL bytes in IO functions (#9616)
This PR introduces checks to make sure that the IO functions produce
errors when inputs contain NUL bytes (instead of ignoring everything
after the first NUL byte).
2025-08-01 06:12:53 +00:00
..
dns.cpp fix: handle NUL bytes in IO functions (#9616) 2025-08-01 06:12:53 +00:00
dns.h feat: add DNS resolution functions to the standard library (#8072) 2025-06-27 11:11:47 +00:00
event_loop.cpp feat: socket support using LibUV (#6683) 2025-03-19 13:54:51 +00:00
event_loop.h fix: include libuv outside of namespace (#8166) 2025-04-29 22:19:17 +00:00
net_addr.cpp fix: handle NUL bytes in IO functions (#9616) 2025-08-01 06:12:53 +00:00
net_addr.h fix: include libuv outside of namespace (#8166) 2025-04-29 22:19:17 +00:00
system.cpp fix: handle NUL bytes in IO functions (#9616) 2025-08-01 06:12:53 +00:00
system.h feat: add system information functions to the standard library (#8109) 2025-06-27 16:31:34 +00:00
tcp.cpp feat: implement a Selector for async TCP (#8078) 2025-04-24 16:05:35 +00:00
tcp.h fix: include libuv outside of namespace (#8166) 2025-04-29 22:19:17 +00:00
timer.cpp feat: API to avoid deadlocks from dropped promises (#6958) 2025-02-07 15:33:10 +00:00
timer.h fix: include libuv outside of namespace (#8166) 2025-04-29 22:19:17 +00:00
udp.cpp feat: implement a Selector for async UDP (#8139) 2025-04-29 21:01:14 +00:00
udp.h fix: include libuv outside of namespace (#8166) 2025-04-29 22:19:17 +00:00