summaryrefslogtreecommitdiff
path: root/test/socket/test_basicsocket.rb
AgeCommit message (Expand)Author
2017-10-27socket: fix BasicSocket#*_nonblock buffering bugs from r58400normal
2017-05-15test/socket/test_basicsocket.rb (socks): bind explicitly to localhostnormal
2017-04-21test/socket/test_basicsocket: handle :wait_readable on read_nonblocknormal
2017-04-19socket: avoid fcntl for read/write_nonblock on Linuxnormal
2016-03-05Sat Mar 5 09:17:54 2016 Rei Odaira <Rei.Odaira@gmail.com>odaira
2015-12-22Revert r53253. naruse fixed it differently in r53244normal
2015-12-22test/socket/test_basicsocket.rb: attempt fix for [ruby-cvs:60402]normal
2015-12-21avoid rb_bug on BasicSocket.for_fd(-1)normal
2015-11-14* ext/socket/lib/socket.rb: Specify frozen_string_literal: true.akr
2015-01-15* io.c (rb_io_close_m): Don't raise when the IO object is closed.akr
2015-01-13test_basicsocket.rb: do not hardcode port numbernobu
2015-01-13* test/socket/test_basicsocket.rb: Remove unused constant.headius
2015-01-13* remove trailing spaces.svn
2015-01-13* test/socket/test_basicsocket.rb: Add basic tests for close_readheadius
2009-02-11rename tests classes.akr
2009-02-02* ext/socket/rubysocket.h (rb_cSockOpt): declared.akr
2009-01-17extract TestBasicSocket from test_socket.rb.akr