about summary refs log tree commit homepage
DateCommit message (Expand)
2012-03-24kgio 2.7.4 - small fixes and cleanups v2.7.4
2012-03-24test: more workaround for FreeBSD 9.0
2012-03-23test/lib_read_write: test workarounds for TCP in FreeBSD 9.0
2012-03-23test_tryopen: fix horribly-named test for EACCES
2012-03-22test/lib_read_write: increase test reliability
2012-03-19test/*: remove assert_nothing_raised
2012-03-19fix for non-Linux, non-TCP_NOPUSH platforms
2012-03-15kgio 2.7.3 - compatibility fixes v2.7.3
2012-03-07HACKING: add instructions for running tests
2012-03-07test_poll: workaround for timing-sensitive test on slow hosts
2012-03-05test: increase delta range for timing-sensitive test
2012-03-05autopush: fix/enable under Debian GNU/kFreeBSD
2012-03-05accept4: require SOCK_NONBLOCK/SOCK_CLOEXEC macros
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'