about summary refs log tree commit homepage
DateCommit message (Expand)
2011-07-14kgio 2.6.0 - minor feature update and cleanups v2.6.0
2011-07-14add prototype for rb_thread_blocking_io_region()
2011-07-14missing_accept4: don't use FD_CLOEXEC for SOCK_CLOEXEC emulation
2011-07-14accept.c: fix RDoc for new Kgio::SOCK_* constants
2011-07-06export SOCK_NONBLOCK, SOCK_CLOEXEC constants in Kgio
2011-07-06accept.c: reinstate errno after calling my_fileno()
2011-06-17doc: update documentation for kgio_addr attribute v2.5.0
2011-06-17doc: call-seq for kgio_wait_writable
2011-06-17ancient_ruby.h: avoid symbol clobbering
2011-06-15fix misc compiler warnings
2011-06-15make timed kgio_wait_* implementation safer
2011-06-15Kgio::File includes Kgio::PipeMethods module
2011-06-15Kgio::File.tryopen runs GC on ENOMEM
2011-06-15doc: add rdoc for Kgio::File.tryopen
2011-06-15kgio_wait_*able: documentation for optional timeout
2011-06-15doc: use librelist.org instead of librelist.com
2011-06-15GIT-VERSION-GEN: bump version for new API
2011-06-15Merge branch '2.4-stable'
2011-06-14kgio 2.4.2 - OpenSolaris build fix v2.4.2 2.4-stable
2011-06-14extconf: -lnsl and -lsocket checks for OpenSolaris
2011-06-14add timeout to kgio_wait_{read,writ}able
2011-06-13extconf: -lnsl and -lsocket checks for OpenSolaris
2011-05-23README: clarify that we only work on Unix-like systems
2011-05-20pkg.mk: update to the latest version
2011-05-20Merge branch '2.4-stable'
2011-05-20kgio 2.4.1 - Kgio.poll avoids EINTR, really v2.4.1
2011-05-20Kgio.poll: ensure EINTR never gets raised
2011-05-20Kgio.poll: ensure EINTR never gets raised
2011-05-13Kgio.tryopen => Kgio::File.tryopen
2011-05-13return Kgio::File for Kgio.tryopen
2011-05-13add Kgio.tryopen method
2011-05-05kgio 2.4.0 - portability fixes and more v2.4.0
2011-05-05test_cross_thread_close: disable on RUBY_ENGINE != "ruby"
2011-05-05read_write: call rb_str_modify() before rb_str_resize()
2011-05-05poll: deal with pollset changes on EINTR
2011-05-05test_tcp_connect: disable wait_writable_set test on non-Linux
2011-05-05fix kgio_peek for !KGIO_NOPUSH systems
2011-05-05connect: zero out hints argument for getaddrinfo
2011-05-04Kgio.poll restarts on interrupt
2011-04-27extconf: remove unnecessary dir_config statement
2011-04-21doc: improve kgio_accept/kgio_tryaccept docs
2011-04-21test_autopush: attempting to fix a timing test...
2011-04-20doc: fix trywrite call-seq
2011-04-14test_autopush: use assert_in_delta for test
2011-04-11gemspec: bump wrongdoc version
2011-04-11gemspec: remove unnecessary require_paths
2011-04-10add test for cross thread close
2011-04-10read_write: detect closed fd on EINTR
2011-04-10accept: better detect closed files on EINTR/EAGAIN
2011-03-20*accept methods can take flags argument, like accept4()