summaryrefslogtreecommitdiff
path: root/spec/ruby/library/socket
AgeCommit message (Expand)Author
2019-02-05Make sure to wait with IO.select before using Socket#accept_nonblock and recv...eregon
2019-02-05Make sure to wait with IO.select before using Socket#recvfrom_nonblockeregon
2019-02-05Pass the Array from select() to Socket.udp_server_recveregon
2019-02-05Make sure to wait for socket to be readable.samuel
2019-02-04add debug codeko1
2018-12-30accept_nonblock_spec.rb: wait before calling #accept_nonblockk0kubun
2018-12-30accept_nonblock_spec: IO.select instead of sleepnormal
2018-12-27accept_nonblock_spec.rb: skip spurious failurek0kubun
2018-12-26spec/ruby/library/socket/socket/bind_spec.rb: allow to run under dockermame
2018-12-06accept_loop_spec.rb: avoid random hangk0kubun
2018-11-27Update to ruby/spec@cdd6ff7eregon
2018-11-22Wait accept is ready also on Solarisnaruse
2018-11-22io + socket: make pipes and sockets nonblocking by defaultnormal
2018-11-01Remove wrong spec.usa
2018-10-27Update to ruby/spec@8b743a3eregon
2018-10-23getifaddrs_spec.rb: `should` returned `nil` on successnobu
2018-10-23getifaddrs_spec.rb: allow no addressnobu
2018-10-13Add missing requirenobu
2018-10-13tests: support Linux kernels with CONFIG_IPV6=nnormal
2018-09-25Update to ruby/spec@241f9e7eregon
2018-09-09spec/ruby/library/socket/addrinfo: require for SocketSpecsnormal
2018-09-05Add platform guards for AIXeregon
2018-09-05Guard a few specs which ipv6_available?eregon
2018-08-28Tag a couple specs failing on AIXeregon
2018-08-27Update to ruby/spec@09fa86ceregon
2018-08-27Simplify guards, the behavior seems Linux-specificeregon
2018-08-24Add AIX guardsnaruse
2018-08-22Also skip on AIXnaruse
2018-08-21Only run the spec on Linuxeregon
2018-08-21AIX also timeouts the specnaruse
2018-08-19select() on all platforms for Socket#recvmsg_nonblock speceregon
2018-08-18Guard spec which only works on Linuxeregon
2018-08-18Special case for Solaris 11x on RubyCIeregon
2018-08-18Be more flexible in the protocol value returned by getaddrinfo()eregon
2018-08-18Adapt pack_sockaddr_in specs for Solariseregon
2018-08-18Use ftp for the service in getaddrinfo/getnameinfo/getservbyname specseregon
2018-08-18Simplify to a more standardized Socket SCM constant in specseregon
2018-08-18Add guards for Solaris for socket specseregon
2018-08-18Adapt spec to consider Solariseregon
2018-08-18Use 127.0.0.1 instead of localhost in Addrinfo specseregon
2018-08-18Accept TypeError for Socket#getnameinfoeregon
2018-08-18Always set autoclose=false for IO.for_fd fdseregon
2018-08-18Re-add socket specseregon
2018-08-17Guard spec failing on Solariseregon
2018-08-17Add guard for Solaris in Socket#connect_nonblock speceregon
2018-08-17Guard connect_nonblock spec on FreeBSDeregon
2018-08-17Guard with a :pktinfo feature specs relying on PKTINFOeregon
2018-08-17Re-add specseregon
2018-08-16skip examples failing on solarisnaruse
2018-08-16apply r64239 to macOS toonobu