about summary refs log tree commit homepage
path: root/mwrap_httpd.h
DateCommit message (Expand)
2022-12-16rename mwrap_httpd.h to httpd.h
2022-12-16httpd: pause forking thread on resource limitations
2022-12-16mwrap_httpd: do not abort on fork if out-of-resources
2022-12-16httpd: support CSV output
2022-12-16httpd: shrink `mean_life' field to `double'
2022-12-16httpd: drop unnecessary AND ops from base-64
2022-12-16mwrap_httpd: add info about src_file and src_loc stats
2022-12-16mwrap_httpd: flesh out /$PID/ and /$PID/trim endpoints
2022-12-16httpd: avoid newline if not using bt: >= 1
2022-12-16httpd: rework httpd to use auto-free for memstream
2022-12-16introduce AUTO_FREE macro to simplify cleanup
2022-12-16mwrap_httpd: show current bytes consistently
2022-12-15support MWRAP=bt:$NUM for deeper backtraces
2022-12-12mwrap_httpd: report ftello error
2022-12-12httpd: mw_h1req comment fixes
2022-12-12httpd: consolidate open_memstream error checking
2022-12-12httpd: hoist out err_close from ferror|fclose
2022-12-11use backtrace_symbols_fmt on FreeBSD to emulate glibc output
2022-12-11set un.sun_len on *BSD systems
2022-12-10httpd: put location names into a contiguous buffer
2022-12-10httpd: fix leak in backtrace_symbols(3) usage
2022-12-10httpd: fix leaks when using persistent connections
2022-12-10C-only HTTP Unix socket server + PSGI TCP reverse proxy