cpp-httplib/test/fuzzing
Florian Albrechtskirchinger 550f728165
Refactor streams: rename is_* to wait_* for clarity (#2069)
- Replace is_readable() with wait_readable() and is_writable() with
  wait_writable() in the Stream interface.
- Implement a new is_readable() function with semantics that more
  closely reflect its name. It returns immediately whether data is
  available for reading, without waiting.
- Update call sites of is_writable(), removing redundant checks.
2025-02-20 12:56:39 -05:00
..
corpus Issue 52666: cpp-httplib:server_fuzzer: Timeout in server_fuzzer 2023-01-21 01:09:19 -05:00
CMakeLists.txt Run fuzz test in CTest (#1707) 2023-11-09 19:35:15 -05:00
Makefile [oss-fuzz] Enable msan for fuzz tests (#734) 2020-11-04 11:30:56 -05:00
server_fuzzer.cc Refactor streams: rename is_* to wait_* for clarity (#2069) 2025-02-20 12:56:39 -05:00
server_fuzzer.dict Add cpp-httplib to oss-fuzz (#684) 2020-10-15 08:11:40 -04:00
standalone_fuzz_target_runner.cpp Include missing stdint.h on fuzz test (#1700) 2023-10-29 19:26:06 -04:00