0
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 17 hours ago. based on code collected about 23 hours ago.
Apr 27, 2023 — Apr 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix heading level of FastCGI section in README More... about 2 years ago
Do not send Expires headers in FastCGI responses More... about 2 years ago
Bubble awaited socket hangup event to request handler More... about 2 years ago
Plug memory leak in the FastCGI module initialization More... about 2 years ago
Move PARAMS block size check to fastcgi_handle_request() More... about 2 years ago
Set the right bit when encoding FastCGI parameters larger than 127 bytes More... about 2 years ago
Fix print of NULL pointer when initializing FastCGI module More... about 2 years ago
FastCGI: Simplify how script_filename is allocated More... about 2 years ago
Address out-of-bounds read in huffman decoder for HTTP/2 More... about 2 years ago
Ensure lwan.h can be compiled from C++ More... about 2 years ago
Copy LWAN_NO_DISCARD macro to config_fuzzer.cc More... about 2 years ago
config_fuzzer does not need private APIs More... about 2 years ago
Add preliminary FastCGI support More... about 2 years ago
Handle closing file descriptors that can still be read More... about 2 years ago
Add API to parse socket addresses More... about 2 years ago
Use MSG_NOSIGNAL flag in async_write() by default More... about 2 years ago
Add misc. private APIs to support the upcoming FastCGI module More... about 2 years ago
Add async_writev() API More... about 2 years ago
Add API to use async_read() with flags More... about 2 years ago
Add API to fetch remote port More... about 2 years ago
Remove refactoring leftover from the H2 huffman decoder More... about 2 years ago
Re-expose lwan_straitjacket_enforce() More... about 2 years ago
Add code to generate the prototype Huffman decoder More... about 2 years ago
Handle remaining bits while decoding compressed HPACK data More... about 2 years ago
Make straitjacket functions available from public headers again More... about 2 years ago
Add fuzzer for HPACK Huffman decoder More... about 2 years ago
Remove temporary references to WSGI module More... about 2 years ago
Fix compilation-time checks More... about 2 years ago
Fix set up of 1ms timer in each I/O thread More... about 2 years ago
Tweak the chunk size to be sent More... about 2 years ago