From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS47066 71.19.144.0/20 X-Spam-Status: No, score=-1.9 required=3.0 tests=BAYES_00, MSGID_FROM_MTA_HEADER shortcircuit=no autolearn=unavailable version=3.3.2 Path: news.gmane.org!not-for-mail From: Eric Wong Newsgroups: gmane.comp.lang.ruby.kgio.general Subject: [PATCH 0/2] minor tweaks for potentially buggy platforms Date: Fri, 16 Aug 2013 02:09:26 +0000 Message-ID: <1376618968-13492-1-git-send-email-normalperson@yhbt.net> References: <1376618968-13492-1-git-send-email-normalperson@yhbt.net> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1376618982 14070 80.91.229.3 (16 Aug 2013 02:09:42 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 16 Aug 2013 02:09:42 +0000 (UTC) To: kgio@librelist.org Original-X-From: kgio@librelist.org Fri Aug 16 04:09:46 2013 Return-path: Envelope-to: gclrkg-kgio@m.gmane.org In-Reply-To: <1376618968-13492-1-git-send-email-normalperson@yhbt.net> List-Archive: List-Help: List-Id: List-Post: List-Subscribe: List-Unsubscribe: Precedence: list Original-Sender: kgio@librelist.org Xref: news.gmane.org gmane.comp.lang.ruby.kgio.general:192 Archived-At: Received: from zedshaw2.xen.prgmr.com ([71.19.156.177]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1VA9U1-00057w-Mn for gclrkg-kgio@m.gmane.org; Fri, 16 Aug 2013 04:09:45 +0200 Received: from zedshaw2.xen.prgmr.com (unknown [IPv6:::1]) by zedshaw2.xen.prgmr.com (Postfix) with ESMTP id EC95974DDD for ; Fri, 16 Aug 2013 02:17:13 +0000 (UTC) Hey all, I've just pushed out some minor tweaks to kgio.git and also pushed out a 2.8.0.2.g30c1 prerelease to RubyGems.org gem install --pre kgio -v 2.8.0.2.g30c1 Testers (especially on non-Linux platforms!) appreciated. The following changes since commit 8be51237720fd18cb45188f29c717bbac0ca1964: kgio 2.8.0 - TCP Fast Open, writev/trywritev (2013-01-18 10:52:31 +0000) are available in the git repository at: git://bogomips.org/kgio.git master for you to fetch changes up to 30c12374f8d23f0e635946fc38546820216457bf: accept: more informative exception on unknown family (2013-08-16 02:00:21 +0000) ---------------------------------------------------------------- Eric Wong (2): check syscall returns against < 0 instead of == -1 accept: more informative exception on unknown family ext/kgio/accept.c | 8 +++++--- ext/kgio/connect.c | 8 ++++---- ext/kgio/nonblock.h | 6 +++++- ext/kgio/read_write.c | 6 +++--- ext/kgio/tryopen.c | 4 ++-- 5 files changed, 19 insertions(+), 13 deletions(-)