[PATCH] khashl: avoid multiplication overflow + memset
2024-03-30 18:03 UTC
[PATCH 0/2] drop ruby/st.h usage in favor of khashl
2024-03-24 21:10 UTC (4+ messages)
` [PATCH 1/2] linux_inet_diag: remove needless OBJ_FREEZE calls
` [PATCH 2/2] use switch to khashl for hash table outside of GVL
` [PATCH 3/2] khashl: use ruby_xrealloc2 to avoid overflow
[PATCH] linux_inet_diag: avoid errors for users compiling w/o assertions
2024-03-24 0:26 UTC (2+ messages)
` [PATCH v2] "
[PATCH] README: update with extra disclaimer
2024-03-23 17:40 UTC
[PATCH] treewide: future-proof frozen_string_literal changes
2024-02-08 22:21 UTC (2+ messages)
` [PATCH v2] "
[PATCH 0/4] lighter tests + rack 3 dependency fix
2023-12-29 17:50 UTC (5+ messages)
` [PATCH 1/4] tests: support running tests without rack||aggregate
` [PATCH 2/4] test/test_last_data_recv: don't require posix_mq
` [PATCH 3/4] extconf: disable optimization to speed up checks by ~3%
` [PATCH 4/4] gemspec: support rack 3.x
[PATCH] tcp_listener_stats: always eagerly close sockets
2023-12-29 17:44 UTC (5+ messages)
` [PATCH] middleware: reuse inet_diag netlink socket
` [squash] make reusing inet_diag sock fork+preload safe
` [PATCH v3] middleware: reuse inet_diag netlink socket
[PATCH] aggregate/last_data_recv: support Socket#accept{,_nonblock}
2023-09-05 11:46 UTC
Ruby 3.3 compatible release?
2023-08-28 23:12 UTC (3+ messages)
[PATCH] Prefer to use rb_io_descriptor in my_fileno
2023-06-11 21:39 UTC (2+ messages)
[PATCH 0/4] minor modernizations and cleanups
2023-06-11 21:33 UTC (5+ messages)
` [PATCH 1/4] avoid unnecessary #to_io calls
` [PATCH 2/4] my_fileno: use rb_io_check_closed for Ruby <3.1
` [PATCH 3/4] linux_inet_diag: get rid of alloca usage
` [PATCH 4/4] test_linux_reuseport_tcp_listen_stats: skip w/o unicorn
[PATCH] Prefer to use rb_io_descriptor in my_fileno
2023-06-09 11:01 UTC
[PATCH] Improve compatibility with Ruby 3.3+
2023-06-09 10:53 UTC (2+ messages)
[PATCH] Prefer to use rb_io_descriptor in my_fileno
2023-06-09 10:16 UTC (2+ messages)
[PATCH] my_fileno: drop Ruby 1.8 support and simplify
2023-03-09 1:50 UTC
[PATCH] Fix queue stats for sockets with SO_REUSEPORT
2023-02-25 0:36 UTC (5+ messages)
` [PATCH] Fix off by one error in test
[ANN] raindrops 0.20.1 - real-time stats for preforking Rack servers
2023-02-25 0:23 UTC
[ANN] raindrops 0.20.0 - real-time stats for preforking Rack servers
2021-12-06 23:46 UTC
[PATCH v2] Allow Raindrops objects to be backed by a file
2021-11-30 6:49 UTC (4+ messages)
[PATCH] doc: update with IMAP(S) URLs and improve descriptions
2021-11-30 6:17 UTC
[PATCH] Allow Raindrops objects to be backed by a memfd file
2021-11-22 17:56 UTC (4+ messages)
[ANN] raindrops 0.19.2 - real-time stats for preforking Rack servers
2021-05-25 23:34 UTC
[PATCH] pkg.mk: remove index.html and created.rid from homepage
2021-05-25 23:02 UTC
[PATCH] doc: use Tor v3 .onion URLs
2021-05-25 23:02 UTC
[PATCH] mark ListenStats in C ext for GC.compact
2021-05-25 22:22 UTC
[ANN] raindrops 0.19.1 - real-time stats for preforking Rack servers
2020-01-08 9:36 UTC
[PATCH 0/3] misc fixes and a new home
2020-01-06 10:17 UTC (5+ messages)
` [PATCH 1/3] ext/raindrops/extconf: fix cflags reset on ancient CC
` [PATCH 2/3] fixes for newer rubies
` [PATCH 3/3] replace bogomips.org with yhbt.net
[PATCH] doc: switch homepage to dark216
2019-10-30 9:27 UTC
what Ruby versions and how many CPU cores/threads are you using?
2018-12-31 1:01 UTC
[ANN] raindrops 0.19.0 - real-time stats for preforking Rack servers
2017-08-09 23:56 UTC
[PATCH] Properly override respond_to? in Raindrops::Middleware::Proxy
2017-07-25 21:38 UTC (2+ messages)
[PATCH] tcp_info: remove unnecessary extconf.h include
2017-04-26 3:00 UTC
[PATCH] Ruby thread compatibility updates
2017-04-26 1:10 UTC
[ANN] raindrops 0.18.0 - real-time stats for preforking Rack servers
2017-03-23 2:48 UTC
[PATCH] aggregate/pmq: update version numbers for Ruby and Linux
2017-03-23 2:44 UTC
[PATCH] doc: document Raindrops::TCP hash
2017-03-23 2:44 UTC
[PATCH] build: avoid olddoc for building the RubyGem
2017-03-23 2:19 UTC
[PATCH] doc: update location of TCP_INFO-related stuff
2017-03-23 2:17 UTC
[PATCH 0/3] aggregate/pmq: various fixes and cleanups
2017-03-21 23:48 UTC (5+ messages)
` [PATCH 1/3] aggregate/pmq: avoid false sharing of lock buffers
` [PATCH 2/3] aggregate/pmq: remove io-extra requirement
` [PATCH 3/3] aggregate/pmq: avoid File#stat allocation
[PATCH 0/2] support TCP_INFO under FreeBSD
2017-03-21 19:12 UTC (8+ messages)
` [PATCH 1/2] tcp_info: support this struct "
` [PATCH 2/2] define Raindrops::TCP hash for TCP states
` [PATCH (ccc)] http_request: support proposed Raindrops::TCP states on
[PATCH] doc: remove private email support address
2017-03-20 20:47 UTC
[PATCH] linux_inet_diag: reduce stack usage and simplify
2017-03-17 23:55 UTC
[PATCH] avoid reading errno repeatedly
2017-03-17 1:57 UTC
[PATCH] TypedData C-API conversion
2017-03-14 20:01 UTC
[PATCH] TCP_Info: custom documentation for #get!
2017-03-01 2:55 UTC
[PATCH] ext: fix documentation for C ext-defined classes
2017-03-01 2:55 UTC
[PATCH] TODO: add item for IPv6 breakage
2017-02-23 20:35 UTC
check_client_connection using getsockopt(2)
2017-02-23 3:52 UTC (5+ messages)
[PATCH] test_inet_diag_socket: fix Fixnum deprecation warning
2016-09-27 2:21 UTC
[ANN] raindrops 0.17.0 - real-time stats for preforking Rack servers
2016-07-31 15:26 UTC
[PATCH] examples: add yahns config, zbatery is abandoned
2016-07-31 15:11 UTC
[PATCH] use HTTPS and move homepage to https://bogomips.org/raindrops/
2016-07-30 4:29 UTC
[PATCH] linux_inet_diag: GCC attribute format check
2016-07-28 0:04 UTC
[PATCH] gemspec: bump Rack dependency
2016-07-28 0:04 UTC
[PATCH] drop Rack::Utils.bytesize dependency
2016-07-27 22:51 UTC
[PATCH] test/test_linux.rb: use plain ASCII in tempfile name
2016-03-01 12:01 UTC (6+ messages)
[ANN] raindrops 0.16.0 - real-time stats for preforking Rack servers
2016-02-29 12:42 UTC
[PATCH] build: use '--local' domain for dev gem install
2016-02-25 9:54 UTC
[PATCH 1/2] Add setup and teardown for ipv6 tests
2016-02-25 9:54 UTC (10+ messages)
` [PATCH 2/2] Return real stats instead of True
[PATCH] doc: update URLs and references
2016-02-24 2:33 UTC
[PATCH] middleware: minor bytecode size reduction
2016-02-24 1:44 UTC
[PATCH] add .gitattributes for Ruby method detection
2016-02-24 1:44 UTC
[RFC] linux: workaround Ruby 2.3 change
2016-02-23 11:00 UTC (3+ messages)
` [RFC 2/1] linux: remove Pathname stdlib dependency
[PATCH] remove optimizations which made sense for older rubies
2016-02-02 22:40 UTC
[PATCH] gemspec: avoid circular dependency on unicorn
2015-08-29 6:46 UTC
[ANN] raindrops 0.15.0 - real-time stats for preforking Rack servers
2015-07-22 0:34 UTC
raindrops fails to install with ruby 2.2.2
2015-07-14 20:23 UTC (3+ messages)
[ANN] raindrops 0.14.0 - real-time stats for preforking Rack servers
2015-06-25 21:54 UTC
[raindrops] UNSUBSCRIBE
2015-01-14 19:54 UTC (2+ messages)
[PATCH] TODO: add item for unix_diag and udp_diag
2015-01-14 2:10 UTC
[PATCH] linux_inet_diag: fix Wshorten-64-to-32 warnings
2015-01-14 1:39 UTC
[PATCH] linux_inet_diag: clarify *fprintf usage without GVL
2015-01-14 0:25 UTC
[raindrops] [PATCH 1/3] README: trim intro and update license
2015-01-13 20:36 UTC (3+ messages)
` [raindrops] [PATCH 2/3] modernize packaging and documentation
` [raindrops] [PATCH 3/3] move mailing list to raindrops-public@bogomips.org
[PATCH] linux_inet_diag: annotate memory freeing on diag errors
2014-09-07 7:12 UTC
[ANN] raindrops 0.13.0 several minor fixes and improvements
2014-04-01 20:18 UTC (2+ messages)
[PATCH] license: use LGPLv2.1 or later (was LGPL (2.1|3.0)-only)
2014-02-18 8:16 UTC
[PATCH 1/2] raindrops.gemspec: add wrongdoc dev dependency
2014-02-18 6:55 UTC (2+ messages)
` [PATCH 2/2] linux_inet_diag: fix Ruby 2.2 (dev) build
[PATCH] last_data_recv: do not assume Unicorn includes all constants
2013-11-05 7:07 UTC
[PATCH] Remove Scope IDs from IPv6 addresses
2013-09-11 16:12 UTC (4+ messages)
` "
[ANN] raindrops 0.12.0 - compatibility fixes
2013-09-02 10:54 UTC
[PATCH] test_watcher: fix for Ruby trunk r40195 and later
2013-09-02 10:29 UTC
[PATCH] linux_inet_diag: improve compatibility with newer GCs
2013-08-31 6:02 UTC (2+ messages)
Compilation on Solaris/SmartOS
2013-08-29 9:58 UTC (5+ messages)
[ANN] raindrops 0.11.0 - minor fixes improvements
2013-04-20 23:14 UTC
[PATCH 1/3] linux_inet_diag: avoid unnecessary sockaddr initialization
2013-04-13 2:25 UTC (3+ messages)
` [PATCH 2/3] .gitignore: add .rbx
` [PATCH 3/3] switch back to gemspec development dependencies
[PATCH 1/3] raindrops: favor configured processor count over online count
2013-04-11 23:30 UTC (4+ messages)
` [PATCH 2/3] watcher: set Content-Type via assignment
` [PATCH 3/3] Linux::TCP_Info: implement #get! instance method
Fwd: Queued vs. Active in tcp_stats_listener
2013-03-03 22:26 UTC (3+ messages)
[PATCH] Watcher: Use relative paths in HTML links
2012-11-30 1:30 UTC (2+ messages)
raindrops tests fail on smp, fork is to blame
2012-06-23 11:59 UTC (3+ messages)
weird /proc/net/unix issue on CentOS 5.7 / 2.6.18-274.7.1.el5
2012-06-23 3:10 UTC (3+ messages)
[ANN] raindrops 0.10.0 - minor feature updates
2012-06-19 8:33 UTC
[PATCH 0/3] preparing for raindrops 0.10.0
2012-06-18 21:20 UTC (4+ messages)
` [PATCH 1/3] test_watcher: fix incorrect request/date comparison
` [PATCH 2/3] watcher: sort index of listener listing
` [PATCH 3/3] watcher: do not require Rack::Head for HEAD response
[PATCH] unix: show zero-value stats for idle listeners
2012-06-13 1:39 UTC
[PATCH] middleware/proxy: favor __send__ for method dispatch
2012-06-08 18:11 UTC (2+ messages)
[PATCH] Raindrops currently fails when provided a symlink to a socket. As this is a common practice for many deployment tools (Vlad, etc.) this patch adds support for finding the realpath prior to looking the socket up in /proc/net/unix
2012-06-06 0:56 UTC (7+ messages)
` [PATCH]
` [PATCH] unix_listener_stats follows and remembers symlinks
page: next (older)
- recent:[subjects (threaded)|topics (new)|topics (active)]
Code repositories for project(s) associated with this public inbox
https://yhbt.net/raindrops.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).