raindrops.git  about / heads / tags
real-time stats for preforking Rack servers
   commit 19af4a5be1dbfd0a7fb25a2fb7aa711f2ae7638b (patch)
   parent 10d5fb2 Fix off by one error in test
     tree 8afd4b2926e3b8cb79f5b65974c71e6cae2a6b71
   author Eric Wong <bofh@yhbt.net>  2023-02-25 00:15:56 +0000
committer Eric Wong <bofh@yhbt.net>  2023-02-25 00:15:56 +0000

raindrops 0.20.1

Stats for SO_REUSEPORT sockets are now handled properly.
Thanks to Dale Hamel for the patches.

Dale Hamel (2):
      Fix queue stats for sockets with SO_REUSEPORT
      Fix off by one error in test
---
 GIT-VERSION-GEN | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index 5d530aa..3ee0b87 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v0.20.0
+DEF_VER=v0.20.1
 
 LF='
 '


glossary
--------
Commit objects reference one tree, and zero or more parents.

Single parent commits can typically generate a patch in
unified diff format via `git format-patch'.

Multiple parents means the commit is a merge.

Root commits have no ancestor.  Note that it is
possible to have multiple root commits when merging independent histories.

Every commit references one top-level tree object.

git clone http://yhbt.net/raindrops.git