about summary refs log tree commit homepage
path: root/test
DateCommit message (Expand)
2011-05-05poll: deal with pollset changes on EINTR
2011-05-05test_tcp_connect: disable wait_writable_set test on non-Linux
2011-05-04Kgio.poll restarts on interrupt
2011-04-21test_autopush: attempting to fix a timing test...
2011-04-14test_autopush: use assert_in_delta for test
2011-04-10add test for cross thread close
2011-03-20*accept methods can take flags argument, like accept4()
2011-02-13connect.c: disable AI_NUMERICSERV
2011-02-08preliminary poll(2) support
2011-02-06add support for recv() with MSG_PEEK
2011-02-03add SocketMethods#kgio_addr!
2011-02-02fix typos in ipv6 test case
2011-02-02add proper IPv6 support
2011-01-31add singleton methods for non-Kgio objects
2011-01-31autopush: enable accessors for client sockets
2011-01-31autopush: enable for TCP_NOPUSH under FreeBSD
2011-01-31rename nopush_smart to autopush
2011-01-27preliminary implementation of "smart_nopush"
2011-01-18add tests for empty writes, too
2010-12-25accept methods may take an optional argument
2010-11-18switch entirely to kgio_wait_*able methods
2010-11-18add default kgio_wait_*able methods
2010-11-05prefer symbolic names for waiting read/writability
2010-10-08return empty string on length=0
2010-10-07tests: don't trust what I think I know about Ruby
2010-10-07trywrite: fix stupid off-by-one error causing corrupt writes
2010-10-05generate empty backtraces for EPIPE and ECONNRESET
2010-10-05add kgio_read! methods which may raise EOFError
2010-09-28alternate classes may be returned by accept/tryaccept
2010-09-28tests: fix broken monster trywrite test
2010-09-27test_tcp*read_write: use blocking kgio_accept in setup
2010-09-27set blocking flag before blocking IO#read
2010-09-27tess: ensure buffer is cleared on failures
2010-09-27add kgio_tryaccept, kgio_accept _really_ blocks
2010-09-27connect: no do not leak descriptors on failure
2010-09-27"start" singleton methods for non-blocking connect
2010-09-26introduce kgio_try* methods
2010-09-25kgio_read returns nil on EOF
2010-09-25write/send may fail with ECONNRESET
2010-09-25beef up the test suite
2010-09-25initial commit + release