about summary refs log tree commit homepage
DateCommit message (Expand)
2023-01-093.0.0-pre1 v3.0.0-pre1
2023-01-09fix test_sigusr1_works
2023-01-09httpd: add CSV download link to /each/$MIN HTML
2023-01-09httpd: add notes about arenas and object heaps
2023-01-09httpd: do not sort CSV output by default
2023-01-09various doc updates, add mwrap(1) manpage
2023-01-09httpd: s/X-Mwrap-BT-Depth/X-Mwrap-BT/
2023-01-09httpd: different URLs for Ruby vs Perl versions
2023-01-09httpd: show GC count
2023-01-09test spawning non-Ruby process with socket_dir
2023-01-09make Ruby headers less intrusive
2023-01-08Rakefile: fix Ruby-only test case name
2023-01-08drop dlsym use for rb_stderr
2023-01-08test_mwrap: fix test reliability
2023-01-08httpd: undefine ruby_snprintf alias for non-Ruby processes
2023-01-08update manifest
2023-01-08Merge changes from the Perl side
2023-01-07picohttpparser: fix __SSE_4_2__ CPP check
2023-01-07mymalloc.h: set mode with O_TMPFILE
2023-01-07undefine Mwrap::SourceLocation.allocate
2023-01-07mwrap_rack: lowercase response headers for Rack 3
2023-01-07drop heap page support for Ruby <= 3.0
2023-01-07rproxy: avoid uninitialized stat w/o debugperl
2023-01-03mymalloc: use ftruncate(2) when creating a sparse file
2022-12-29rproxy: disable MWRAP+LD_PRELOAD for addr2line
2022-12-29rproxy: quiet down addr2line output on FreeBSD
2022-12-28rproxy: cache addr2line output
2022-12-28rproxy: improve addr2line support
2022-12-28rproxy: close pipes in deterministic order
2022-12-28rproxy: bail out early on errors reading /proc/$$/cmdline
2022-12-28relicense to GPL-3 for future addr2line integration
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