about summary refs log tree commit homepage
path: root/test/lib_read_write.rb
DateCommit message (Expand)
2019-10-28test: fix warnings with RUBYOPT=-w
2016-12-16test: increase test data sizes to fill socket buffers
2014-04-09test/lib_read_write: fix trywritev blocking test
2013-09-04Create own directory for every unix socket in unit tests
2013-09-03test/lib_read_write: account for larger-than-normal pipes
2013-09-02Don't dump 20M in case of failure
2012-07-11test/lib_read_write: wait for readability before tryread
2012-06-01add `#kgio_writev` and `#kgio_trywritev`
2012-03-24test: more workaround for FreeBSD 9.0
2012-03-23test/lib_read_write: test workarounds for TCP in FreeBSD 9.0
2012-03-22test/lib_read_write: increase test reliability
2012-03-19test/*: remove assert_nothing_raised
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