about summary refs log tree commit homepage
path: root/ext
DateCommit message (Expand)
2011-06-14extconf: -lnsl and -lsocket checks for OpenSolaris
2011-05-20Kgio.poll: ensure EINTR never gets raised
2011-05-05read_write: call rb_str_modify() before rb_str_resize()
2011-05-05poll: deal with pollset changes on EINTR
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-20doc: fix trywrite call-seq
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-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-15Fix build on OpenBSD
2011-02-13connect.c: disable AI_NUMERICSERV
2011-02-08move poll support checks to kgio.h
2011-02-08doc: fully RDoc all methods and classes
2011-02-08doc: fix accept -> tryaccept copy+paste error
2011-02-08preliminary poll(2) support
2011-02-06add support for recv() with MSG_PEEK
2011-02-03add SocketMethods#kgio_addr!
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
2011-01-31autopush: optimize away ivar usage under MRI
2011-01-31autopush: enable for TCP_NOPUSH under FreeBSD
2011-01-31autopush: simplify implementation and just use ivars
2011-01-31rename nopush_smart to autopush
2011-01-27preliminary implementation of "smart_nopush"
2011-01-27revamp packaging makefile, update URLs
2010-12-25avoid errno side-effects in kgio_wait_*able
2010-12-26quiet down some harmless compiler warnings
2010-12-25accept4: fall back to regular accept() on ENOSYS
2010-12-25accept methods may take an optional argument
2010-12-22fix errors in RDoc
2010-11-18switch entirely to kgio_wait_*able methods
2010-11-18add default kgio_wait_*able methods
2010-11-12EOFError message matches Ruby's
2010-11-05prefer symbolic names for waiting read/writability
2010-10-28expand Kgio::*#kgio_read! documentation
2010-10-08return empty string on length=0
2010-10-07trywrite: fix stupid off-by-one error causing corrupt writes
2010-10-07doc: fix RDoc generation