about summary refs log tree commit homepage
DateCommit message (Expand)
2014-02-15kgio 2.9.2 - avoid deprecated/removed function v2.9.2
2014-02-15avoid deprecated rb_thread_blocking_region on MRI 2.x
2014-02-08prepare for rb_thread_blocking_region removal
2014-02-05kgio 2.9.1 - various Ruby 1.8.7 fixes v2.9.1
2014-02-05various 1.8.7 fixes
2014-02-05only define and test kgio_syssend on 1.9+
2014-02-04kgio 2.9.0 - cleanups, bug fixes, minor improvements v2.9.0
2014-02-04tryopen: additional debug information for bad Errno values
2014-02-04write: correct check for various blocking regions
2014-02-04add kgio_syssend method to wrap send(2)
2014-02-04split read_write.c into {read,write,writev}.c
2014-02-04set RSTRING_MODIFIED where appropriate for Rubinius
2014-02-04connect: constify RSTRING-related things
2014-01-20avoid downsizing casts
2014-01-20Don't use deprecated api
2013-09-30Rakefile: kill raa_update task
2013-09-25my_writev: stylistic fixes
2013-09-25read_write: remove the rest of RARRAY_PTR usage
2013-09-25tryopen: remove RARRAY_PTR usage in init
2013-09-25test_poll: remove race prone test_poll_EINTR_changed test
2013-09-11kgio 2.8.1 - minor improvements and test fixes v2.8.1
2013-09-07Close tempfile and unlink it immediately.
2013-09-05test_poll: be less dependent on signal handler ordering
2013-09-04Create own directory for every unix socket in unit tests
2013-09-03test_poll: preserve original trap(:USR1) handler
2013-09-03test_poll: avoid potentially thread-unsafe test
2013-09-03test/lib_read_write: account for larger-than-normal pipes
2013-09-03test_tryopen: skip EACCES test when euid == 0
2013-09-02Don't dump 20M in case of failure
2013-09-02Change prefix of temporary sockets to prevent races
2013-08-16accept: more informative exception on unknown family
2013-08-16check syscall returns against < 0 instead of == -1
2013-01-18kgio 2.8.0 - TCP Fast Open, writev/trywritev v2.8.0
2013-01-18rename fastopen => kgio_fastopen in Kgio::Socket
2012-12-30accept: do not set blocking if non-blocking is set
2012-12-27fastopen: fix argument order in RDoc example
2012-12-27read_write: remove unused variable
2012-12-27implement TCP Fast Open support (client + server)
2012-12-13Kgio::Socket.new retains compatibility with Socket.new
2012-12-12connect: factor out tcp_getaddr() function
2012-12-12connect: split out my_socket() function
2012-11-21tryopen: include errno.h header just in case
2012-07-11test workaround for platforms with unreliable signals
2012-07-11test/lib_read_write: wait for readability before tryread
2012-07-11test_poll: skip signal torture on Debian GNU/kfreebsd
2012-06-01add `#kgio_writev` and `#kgio_trywritev`
2012-05-30tryopen: avoid ambiguous name for subst function
2012-05-30use rb_str_subseq for tail string on write
2012-05-30Fix UnixClientReadServerWrite test class name
2012-03-24kgio 2.7.4 - small fixes and cleanups v2.7.4