0
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 27, 2023 — Apr 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
WebSocket: fixing opcode handling More... about 2 years ago
Prefix HAVE_* build config macros with LWAN_* to avoid clashes More... about 2 years ago
Ensure only request_fuzzer inputs are used for server tests More... about 2 years ago
Fix timeout in configuration parsing when parsing time periods More... about 2 years ago
WebSocket: separate text and binary frame handling More... about 2 years ago
Fix compilation warnings in coro library More... about 2 years ago
Fix build of weighttp with GCC 11.2 More... about 2 years ago
Reduce number of TCP packets by half for TLS handshakes More... about 2 years ago
Make ASan happy when testing the MIME type lookup function More... about 2 years ago
Actually free memory in zero_and_free() More... about 2 years ago
Simplify disarming of deferred statements in some places More... about 2 years ago
Add coro_defer_fire_and_disarm() More... about 2 years ago
Be more explicit if <linux/tls.h> isn't found when enabling kTLS More... about 2 years ago
Remove typedef from epoll.h on macos More... about 2 years ago
Increasing header buffer size because 512 bytes isn't enough for more complex http headers for example like cookies that coding something. More... about 2 years ago
Pass LuaJIT presence through define in lwan-build-config.h More... about 2 years ago
Document -DENABLE_BROTLI and -DENABLE_ZSTD More... about 2 years ago
Fix HTTP method identification More... about 2 years ago
No need to call writev() in lwan_writev(), just use sendmsg() More... about 2 years ago
Just use lwan_always_bzero() instead of fourty_two_and_free() More... about 2 years ago
Use assertions as optimization hints More... about 2 years ago
Remove branches from parse_2_digit_num_no_end_check() More... about 2 years ago
Consider popularity of HTTP verbs when parsing them More... about 2 years ago
Be more specific if setting kTLS keys fail More... about 2 years ago
Minor tweaks in file serving module More... about 2 years ago
Simplify TLS connection flags More... about 2 years ago
Disarm deferred callback to remove timer after sleeping More... about 2 years ago
Allow deferred callbacks to be disarmed More... about 2 years ago
making brotli/zstd optional (enabled by default) More... over 2 years ago
enabling luajit 2.1 More... over 2 years ago