about summary refs log tree commit homepage
path: root/test/lib_read_write.rb
DateCommit message (Expand)
2011-05-05read_write: call rb_str_modify() before rb_str_resize()
2011-02-02add proper IPv6 support
2011-01-18add tests for empty writes, too
2010-11-18switch entirely to 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-28tests: fix broken monster trywrite test
2010-09-27set blocking flag before blocking IO#read
2010-09-27tess: ensure buffer is cleared on failures
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