about summary refs log tree commit homepage
DateCommit message (Expand)
2012-01-08kgio 2.7.2 - for older, and older Rubies v2.7.2
2012-01-08tryopen: remember to include ancient_ruby.h for 1.8.5
2012-01-08kgio 2.7.1 - compatibility with older Rubies v2.7.1
2012-01-08gemspec: disable development dependencies for old systems
2012-01-08test/test_autopush: skip strace tests if not available
2012-01-07define RARRAY_PTR/RARRAY_LEN macros for Ruby 1.8.6
2011-12-13kgio 2.7.0 - minor updates v2.7.0
2011-11-17doc: update documentation regarding accept method flags
2011-11-17connect,tryopen: set close-on-exec flag for new fds on Ruby 2.0+
2011-11-15tests: remove tests for IO#nonblock? after accept
2011-11-15accept: deprecate singleton Kgio.accept_* methods
2011-11-15accept: always set O_NONBLOCK for accept()-ed sockets in 1.8
2011-08-29test_poll: test for closing a polled IO in sighandler
2011-08-24.wrongdoc.yml: add public/private email addresses
2011-08-24wait.c: fix misspelling in rdoc
2011-08-09LICENSE: s/GNU C Library/kgio/
2011-08-09TODO: update SSL/TLS support status :)
2011-07-21use rb_update_max_fd() under MRI 1.9.3+
2011-07-15connect: more descriptive error for TCP port
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