about summary refs log tree commit homepage
DateCommit message (Expand)
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
2022-12-02dump_to_file: check for backtrace_symbols errors
2022-12-02totals_add_rcu: improve readability
2022-11-19eliminate alloca(3) use
2022-11-16location_name: handle malloc failure on backtrace_symbols(3)
2022-11-16mwrap_get: golf out redundant assignment across branches
2022-11-16fix under-allocated kbuf size
2022-11-16wrap jhash calls to hash_loc
2022-11-16mwrap_core: document the reason for padding the mutex
2022-11-16avoid leaking array returned by backtrace_symbols()
2022-11-16split out mwrap_core.h and use provide our own malloc
2022-11-16mwrap-perl: use grep and fix regexp
2022-11-16document of kbuf allocation size
2022-11-16block signals when spawning URCU-related threads
2022-11-16Devel::Mwrap::reset is a no-op if `totals' not initialized
2022-11-16test cfree and aligned_alloc aliases
2022-09-20do not access aTHR when in a non-Perl process
2022-09-15create the `totals' rculfhash as early as possible
2022-09-15Makefile.PL: check for execinfo on FreeBSD
2022-09-04workaround breakage from urcu v0.11.4
2022-09-04use macro to quiet uninitialized and unused variable warnings
2022-09-04cleanup some FreeBSD-related workarounds
2022-09-04favor _Thread_local under C11
2022-09-03paranoid safety fix to clamp pathnames to PATH_MAX
2022-09-03Ractor compatibility
2022-09-03mwrap 2.3.0 v2.3.0
2022-09-03cleanup some FreeBSD-related workarounds
2022-09-03add --version and --help args
2022-09-03extconf.rb: avoid RDoc errors during gem install
2022-08-23support --enabled-shared builds of Ruby
2022-08-22mwrap 2.2.0 v2.2.0
2022-08-22various doc updates