about summary refs log tree commit homepage
DateCommit message (Expand)
2022-12-16various documentation updates
2022-12-16support symlink install
2022-12-16support changing bt_req_depth dynamically
2022-12-16make Plack optional
2022-12-16avoid -Warray-bounds warning, avoid stack overallocation
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
2022-12-16httpd: pause forking thread on resource limitations
2022-12-16mwrap_httpd: do not abort on fork if out-of-resources
2022-12-16rproxy: enable deflater by default
2022-12-16httpd: support CSV output
2022-12-16httpd: shrink `mean_life' field to `double'
2022-12-16rproxy: link to mwrap_httpd /$PID/ root without each, too
2022-12-16mymalloc: add notes on the malloc implementation
2022-12-16httpd: drop unnecessary AND ops from base-64
2022-12-16use uatomic_inc where appropriate
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-12use `%m' for *printf rather than strerror(errno)
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-11t/mwrap-httpd: avoid busy waits for bind+listen
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-10t/httpd-unit: extra test for fencepost errors
2022-12-10t/mwrap-httpd: better errors for local socket failures
2022-12-10rproxy: fix for `plackup --path=/$PREFIX/' mounts
2022-12-10httpd: fix leaks when using persistent connections
2022-12-10C-only HTTP Unix socket server + PSGI TCP reverse proxy
2022-12-10tests: hoist out test_common.perl
2022-12-10move mwrap_reset to core
2022-12-09pool filenames into separate table
2022-12-09freebsd: fix infinite recursion during startup
2022-12-09provide mwrap_assert due to Perl header conflicts
2022-12-02mwrap_core: do not manually resize lfht
2022-12-02increase DEFAULT_GRANULARITY to 64M
2022-12-02use file-backed mmap on Linux
2022-12-02initialize src_loc.freed_bytes to zero
2022-12-02build: optionally support XXH3 from xxHash
2022-12-02malloc_trim: clean up idle arenas immediately