mwrap user+dev discussion/patches/pulls/bugs/help
 help / color / mirror / code / Atom feed
[PATCH] README: fixup references to the Perl version
 2024-01-08 10:15 UTC 

[PATCH] extconf: remove unneeded checks
 2023-01-13 21:33 UTC 

[PATCH] fix uninitialized .dump_csv for Mwrap.dump
 2023-01-13 21:21 UTC 

[PATCH] resync docs, dump_csv: support from the Perl version
 2023-01-13 10:18 UTC 

mwrap 3.0.0-pre1 pushed
 2023-01-09  7:47 UTC 

[PATCH] fix test_sigusr1_works
 2023-01-09  7:01 UTC 

[PATCH 0/2] refining the httpd interface
 2023-01-09  6:21 UTC  (3+ messages)
` [PATCH 1/2] httpd: add notes about arenas and object heaps
` [PATCH 2/2] httpd: add CSV download link to /each/$MIN HTML

[PATCH] httpd: do not sort CSV output by default
 2023-01-09  5:58 UTC 

[PATCH] various doc updates, add mwrap(1) manpage
 2023-01-09  5:52 UTC 

[PATCH] httpd: s/X-Mwrap-BT-Depth/X-Mwrap-BT/
 2023-01-09  5:52 UTC 

[PATCH] httpd: different URLs for Ruby vs Perl versions
 2023-01-08 23:43 UTC 

[PATCH] httpd: show GC count
 2023-01-08 23:43 UTC 

[PATCH] make Ruby headers less intrusive
 2023-01-08 23:43 UTC 

[PATCH] test spawning non-Ruby process with socket_dir
 2023-01-08 21:55 UTC 

[PATCH] Rakefile: fix Ruby-only test case name
 2023-01-08 21:44 UTC 

[PATCH] test_mwrap: fix test reliability
 2023-01-08 21:40 UTC 

[PATCH] httpd: undefine ruby_snprintf alias for non-Ruby processes
 2023-01-08 18:41 UTC 

[PATCH] drop dlsym use for rb_stderr
 2023-01-08  5:20 UTC 

mwrap-perl changes merged
 2023-01-08  5:18 UTC 

dropping Mwrap::HeapPageBody memalign tracking
 2023-01-07 21:51 UTC  (2+ messages)
` [PATCH] drop heap page support for Ruby <= 3.0

[PATCH] mwrap_rack: lowercase response headers for Rack 3
 2023-01-07 21:47 UTC 

[PATCH] undefine Mwrap::SourceLocation.allocate
 2023-01-07 20:13 UTC 

[PATCH 0/2] various safety fixes from the Perl side
 2022-09-03 11:20 UTC  (3+ messages)
` [PATCH 1/2] Ractor compatibility
` [PATCH 2/2] paranoid safety fix to clamp pathnames to PATH_MAX

[ANNOUNCE] mwrap 2.3.0
 2022-09-03 10:02 UTC 

[PATCH 0/3] mwrap odds and ends before 2.3
 2022-09-03  9:27 UTC  (4+ messages)
` [PATCH 1/3] extconf.rb: avoid RDoc errors during gem install
` [PATCH 2/3] add --version and --help args
` [PATCH 3/3] cleanup some FreeBSD-related workarounds

[PATCH] support --enabled-shared builds of Ruby
 2022-08-23  9:16 UTC  (2+ messages)

[ANNOUNCE] mwrap 2.2.0
 2022-08-22 18:21 UTC 

[PATCH] various doc updates
 2022-08-22 18:09 UTC 

[PATCH 0/3] Ruby 3.x support
 2022-08-20 23:18 UTC  (5+ messages)
` [PATCH 1/3] constify arg for totals_add_rcu
` [PATCH 2/3] support Ruby 3.0.x
` [PATCH 3/3] disable HeapPageBody count test for Ruby 3.1

[PATCH] quiet uninitialized and unused variable warnings
 2022-08-20 22:55 UTC 

[RFC/PATCH] workaround breakage from urcu v0.11.4
 2022-08-15 21:22 UTC 

[PATCH] memalign: perform rcu_read_unlock on ENOMEM
 2022-08-09  0:19 UTC 

extend mwrap dump to include frees/allocations
 2021-10-28  6:11 UTC  (4+ messages)

mwrap and Ruby 2.6.5
 2020-03-22 22:13 UTC  (2+ messages)

SegFault in mwrap 2.1 on Ruby 2.4.7
 2019-11-16  0:00 UTC  (3+ messages)

Add enable/disable methods
 2019-10-10  8:49 UTC  (3+ messages)

[ANN] mwrap 2.1.0 mwrap - LD_PRELOAD malloc wrapper for Ruby
 2018-08-11  4:31 UTC 

[PATCH] doc: 2.1 pre-release updates
 2018-08-11  4:08 UTC 

[PATCH] struct acc: use 64-bit counters
 2018-08-11  4:00 UTC  (2+ messages)
` [SQUASH] "

[PATCH] tweak hpb stats destructor output
 2018-08-11  3:53 UTC 

[PATCH] allow dump_heap: mask via MWRAP env
 2018-08-10 22:24 UTC 

[PATCH] remove "memalign:" MWRAP option
 2018-08-10  7:10 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] keep stats for memalign-ed heap_page_body in Ruby
 2018-08-10  6:57 UTC  (2+ messages)
` [SQUASH] 32-bit fixes

[PATCH] mwrap 2.0.0 mwrap - LD_PRELOAD malloc wrapper for Ruby
 2018-07-26  6:21 UTC  (7+ messages)
` [ANN] "

[PATCH] add global counters for total bytes allocated/freed
 2018-07-26  6:07 UTC 

[PATCH] gemspec: use "git describe" output for prereleases
 2018-07-26  6:06 UTC 

[PATCH] add .olddoc.yml to MANIFEST
 2018-07-26  6:06 UTC 

[PATCH] add olddoc.yml to generate links in page footers
 2018-07-26  6:06 UTC 

[PATCH] add olddoc.yml to generate links in page footers
 2018-07-20  9:30 UTC 

[PATCH] documentation updates for 2.0.0 release
 2018-07-20  9:11 UTC 

[ANN] mwrap - LD_PRELOAD malloc wrapper + line stats for Ruby
 2018-07-16 21:48 UTC  (5+ messages)

[PATCH 0/19] the heavy version of mwrap
 2018-07-16 21:19 UTC  (20+ messages)
` [PATCH 01/19] support per-allocation headers for per-alloc tracking
` [PATCH 02/19] mwrap: use malloc to do our own memalign
` [PATCH 03/19] hold RCU read lock to insert each allocation
` [PATCH 04/19] realloc: do not copy if allocation failed
` [PATCH 05/19] internal_memalign: do not assume real_malloc succeeds
` [PATCH 06/19] ensure ENOMEM is preserved in errno when appropriate
` [PATCH 07/19] memalign: check alignment on all public functions
` [PATCH 08/19] reduce stack usage from file names
` [PATCH 09/19] resolve real_malloc earlier for C++ programs
` [PATCH 10/19] allow analyzing live allocations via Mwrap[location]
` [PATCH 11/19] alias Mwrap.clear to Mwrap.reset
` [PATCH 12/19] implement accessors for SourceLocation
` [PATCH 13/19] mwrap_aref: quiet -Wshorten-64-to-32 warning
` [PATCH 14/19] fixes for FreeBSD 11.1
` [PATCH 15/19] use memrchr to extract address under glibc
` [PATCH 16/19] do not track allocations for constructor and Init_
` [PATCH 17/19] disable memalign tracking by default
` [PATCH 18/19] support Mwrap.quiet to temporarily disable allocation tracking
` [PATCH 19/19] mwrap_rack: Rack app to track live allocations

[PATCH] bin/mwrap: support LISTEN_FDS env from systemd
 2018-07-16  9:30 UTC 

[PATCH] Mwrap.dump: do not segfault on invalid IO arg
 2018-07-15  0:58 UTC 

[PATCH] support per-allocation headers for per-alloc tracking
 2018-07-11  8:16 UTC 

[PATCH] add benchmark
 2018-07-09 10:21 UTC 

[PATCH] use __attribute__((weak)) instead of dlsym
 2018-07-09 10:21 UTC 

testing
 2018-07-01 21:52 UTC 


Code repositories for project(s) associated with this public inbox

	https://80x24.org/mwrap.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).