about summary refs log tree commit homepage
path: root/httpd.h
DateCommit message (Expand)
2024-04-06support malloc tracing and replay HEAD master
2023-01-13use perror(3) instead of fprintf(3)
2023-01-11support MWRAP=dump_csv:$FILENAME parameter
2023-01-09Merge back changes from the Ruby version
2023-01-09s/X-Mwrap-BT-Depth/X-Mwrap-BT/
2022-12-28relicense to GPL-3 for future addr2line integration
2022-12-21httpd: do not waste TSD space
2022-12-21httpd: drop persistent connection support
2022-12-21httpd: drop connection if 404 on POST bodies
2022-12-19core: shrink src_loc by another 8 bytes on x86-64
2022-12-16httpd: more thorough unlinking of stale sockets
2022-12-16various documentation updates
2022-12-16support changing bt_req_depth dynamically
2022-12-16httpd: drop TODO item for pipelining
2022-12-16httpd: describe simple and naive buffering scheme
2022-12-16rename mwrap_httpd.h to httpd.h