about summary refs log tree commit homepage
DateCommit message (Expand)
2022-12-27rproxy: support FreeBSD addr2line unresolved (??) output
2022-12-27rproxy: have addr2line show inlines and function names
2022-12-27rproxy: strip '+' for addr2line on bare addresses
2022-12-27rproxy: support GNU addr2line via pipe
2022-12-22tests: quiet down various tests
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-21mymalloc: relicense to LGPL-2.1+
2022-12-19README: add some caveats (signalfd usage w/ current URCU)
2022-12-19core: simplify callers of alloc_insert_rcu
2022-12-19*alloc: limit scope of RCU lock
2022-12-19calloc: consolidate ENOMEM handling
2022-12-19core: drop FreeBSD-specific mutex initialization
2022-12-19core: shrink src_loc by another 8 bytes on x86-64
2022-12-19core: shrink src_loc 8 bytes on x86-64
2022-12-16rproxy: more thorough connectivity check
2022-12-16httpd: more thorough unlinking of stale sockets
2022-12-16rproxy: manpage updates
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