about summary refs log tree commit homepage
DateCommit message (Expand)
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-05-20kgio 2.4.1 - Kgio.poll avoids EINTR, really v2.4.1
2011-05-20Kgio.poll: ensure EINTR never gets raised
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()
2011-03-19accept: prepare optional flags argument to accept() wrappers
2011-03-17HACKING: updates for wrongdoc vs rdoc
2011-03-15kgio 2.3.3 - minor fixes v2.3.3
2011-03-14poll: fix over-allocation for poll(2)
2011-03-14use rb_thread_blocking_io_region if possible
2011-02-25doc: more consistent references for kgio_wait_*able methods
2011-02-15kgio 2.3.2 - OpenBSD build fix v2.3.2
2011-02-15Fix build on OpenBSD
2011-02-13kgio 2.3.1 - compatibility fix v2.3.1
2011-02-13connect.c: disable AI_NUMERICSERV
2011-02-09kgio 2.3.0 - MSG_PEEK and poll(2) support v2.3.0
2011-02-08move poll support checks to kgio.h
2011-02-08pkg.mk: update to the latest
2011-02-08doc: fully RDoc all methods and classes
2011-02-08doc: fix accept -> tryaccept copy+paste error
2011-02-08README: fix download link/ref
2011-02-08preliminary poll(2) support
2011-02-06add support for recv() with MSG_PEEK
2011-02-03kgio 2.2.0 - kinder, gentler I/O for the Internets v2.2.0
2011-02-03add SocketMethods#kgio_addr!
2011-02-02fix typos in ipv6 test case
2011-02-02add proper IPv6 support
2011-02-01avoid re-interning if GCC is not used (or under 1.8)
2011-02-01kgio_*read: empty backtrace for ECONNRESET
2011-01-31add singleton methods for non-Kgio objects
2011-01-31autopush: enable accessors for client sockets
2011-01-31autopush: enable this by default