about summary refs log tree commit homepage
DateCommit message (Expand)
2024-01-08README: fixup references to the Perl version HEAD master
2023-01-13extconf: remove unneeded checks
2023-01-13Merge remote-tracking branch 'perl/master'
2023-01-13fix uninitialized .dump_csv for Mwrap.dump
2023-01-13resync docs, dump_csv: support from the Perl version
2023-01-13use perror(3) instead of fprintf(3)
2023-01-13script/*: shorten and point to docs
2023-01-13move _GNU_SOURCE definition
2023-01-13mwrap-perl: update manpage to synopsis to favor CSV
2023-01-11fix uninitialized warnings
2023-01-11rewrite README and update manpage to favor CSV
2023-01-11%p => PID expansion for dump_path + dump_csv
2023-01-11add mwrap-decode-csv tool
2023-01-11support MWRAP=dump_csv:$FILENAME parameter
2023-01-09simplify mw_perl_src_file_cstr to avoid gcc warning
2023-01-09Merge back changes from the Ruby version
2023-01-09t/httpd.t: needs sqlite3 3.32.0+ for `.import --csv'
2023-01-09s/X-Mwrap-BT-Depth/X-Mwrap-BT/
2023-01-09documentation updates
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