raindrops RubyGem user+dev discussion/patches/pulls/bugs/help
 help / color / mirror / code / Atom feed
Search results ordered by [date|relevance]  view[summary|nested|Atom feed]
thread overview below | download mbox.gz: |
* [ANN] raindrops 0.19.1 - real-time stats for preforking Rack servers
@ 2020-01-08  9:36  3% Eric Wong
  0 siblings, 0 replies; 3+ results
From: Eric Wong @ 2020-01-08  9:36 UTC (permalink / raw)
  To: raindrops-public

raindrops is a real-time stats toolkit to show statistics for Rack HTTP
servers.  It is designed for preforking servers such as unicorn, but
should support any Rack HTTP server on platforms supporting POSIX shared
memory.  It may also be used as a generic scoreboard for sharing atomic
counters across multiple processes.

* https://yhbt.net/raindrops/
* No subscription necessary, no HTML mail:
  raindrops-public@yhbt.net
* mail archives: https://yhbt.net/raindrops-public/
  http://ou63pmih66umazou.onion/raindrops-public/
  nntp://news.public-inbox.org/inbox.comp.lang.ruby.raindrops
  nntp://ou63pmih66umazou.onion/inbox.comp.lang.ruby.raindrops
* git clone git://yhbt.net/raindrops.git
* https://yhbt.net/raindrops/NEWS.atom.xml
* Demo site: https://yhbt.net/raindrops-demo/

Changes:

    This release fixes some warnings on newer Rubies.

    We're no longer on yhbt.net since it's due
    for expiry and I can't pay extortionists for a .org, so
    s/yhbt.net/yhbt.net/ for now, and be prepared to move again
    when extortionists move onto extorting the .net TLD.

          doc: switch homepage to dark216
          ext/raindrops/extconf: fix cflags reset on ancient CC
          fixes for newer rubies
          replace yhbt.net with yhbt.net

^ permalink raw reply	[relevance 3%]

* [PATCH 1/3] ext/raindrops/extconf: fix cflags reset on ancient CC
  2020-01-06  9:54  4% [PATCH 0/3] misc fixes and a new home Eric Wong
@ 2020-01-06  9:54  7% ` Eric Wong
  0 siblings, 0 replies; 3+ results
From: Eric Wong @ 2020-01-06  9:54 UTC (permalink / raw)
  To: raindrops-public

Oops, but I guess nobody uses i386 anymore...
---
 ext/raindrops/extconf.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ext/raindrops/extconf.rb b/ext/raindrops/extconf.rb
index 7570f24..792e509 100644
--- a/ext/raindrops/extconf.rb
+++ b/ext/raindrops/extconf.rb
@@ -143,7 +143,7 @@
       $defs.push(format("-DHAVE_GCC_ATOMIC_BUILTINS"))
       true
     else
-      prev_cflags = $CFLAGS
+      $CFLAGS = prev_cflags
       false
     end
   end

^ permalink raw reply related	[relevance 7%]

* [PATCH 0/3] misc fixes and a new home
@ 2020-01-06  9:54  4% Eric Wong
  2020-01-06  9:54  7% ` [PATCH 1/3] ext/raindrops/extconf: fix cflags reset on ancient CC Eric Wong
  0 siblings, 1 reply; 3+ results
From: Eric Wong @ 2020-01-06  9:54 UTC (permalink / raw)
  To: raindrops-public

bogomips.org is going away because of ICANN corruption,
so move it to yhbt.net for now (but be prepared to move
again to a cheaper .TLD).  Identity is overrated :P

Eric Wong (3):
  ext/raindrops/extconf: fix cflags reset on ancient CC
  fixes for newer rubies
  replace bogomips.org with yhbt.net

 .olddoc.yml                                  | 12 +++++-------
 GNUmakefile                                  |  2 +-
 README                                       | 11 ++++++-----
 examples/linux-listener-stats.rb             |  3 +--
 examples/watcher_demo.ru                     |  2 +-
 ext/raindrops/extconf.rb                     |  2 +-
 ext/raindrops/linux_inet_diag.c              |  2 +-
 lib/raindrops.rb                             |  2 +-
 lib/raindrops/aggregate/pmq.rb               | 12 ++++++------
 lib/raindrops/linux.rb                       |  9 ++++-----
 lib/raindrops/middleware.rb                  |  4 ++--
 lib/raindrops/watcher.rb                     | 14 +++++++-------
 raindrops.gemspec                            |  4 ++--
 test/ipv6_enabled.rb                         |  8 ++++----
 test/test_linux.rb                           |  5 +++--
 test/test_linux_all_tcp_listen_stats_leak.rb |  4 ++--
 test/test_raindrops.rb                       |  2 +-
 test/test_tcp_info.rb                        |  8 ++++----
 test/test_watcher.rb                         | 18 +++++++++---------
 19 files changed, 61 insertions(+), 63 deletions(-)

^ permalink raw reply	[relevance 4%]

Results 1-3 of 3 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2020-01-06  9:54  4% [PATCH 0/3] misc fixes and a new home Eric Wong
2020-01-06  9:54  7% ` [PATCH 1/3] ext/raindrops/extconf: fix cflags reset on ancient CC Eric Wong
2020-01-08  9:36  3% [ANN] raindrops 0.19.1 - real-time stats for preforking Rack servers Eric Wong

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).