kgio RubyGem user+dev discussion/patches/pulls/bugs/help
 help / color / mirror / code / Atom feed
* [PATCH 0/2] minor tweaks for potentially buggy platforms
@ 2013-08-16  2:09 Eric Wong
  2013-08-16  2:09 ` [PATCH 1/2] check syscall returns against < 0 instead of == -1 Eric Wong
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Eric Wong @ 2013-08-16  2:09 UTC (permalink / raw)
  To: kgio

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-08-16  2:15 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-08-16  2:09 [PATCH 0/2] minor tweaks for potentially buggy platforms Eric Wong
2013-08-16  2:09 ` [PATCH 1/2] check syscall returns against < 0 instead of == -1 Eric Wong
2013-08-16  2:09 ` [PATCH 2/2] accept: more informative exception on unknown family Eric Wong
2013-08-16  2:15 ` [PATCH 0/2] minor tweaks for potentially buggy platforms Eric Wong

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

	https://yhbt.net/kgio.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).