aboutsummaryrefslogtreecommitdiffstats
path: root/spec/ruby/library/socket
Commit message (Expand)AuthorAgeFilesLines
* Update to ruby/spec@4eec3dcBenoit Daloze2019-11-303-0/+126
* Update to ruby/spec@28a728bBenoit Daloze2019-10-261-1/+1
* Update to ruby/spec@875a09eBenoit Daloze2019-07-2779-227/+224
* Fix predicate to assert if object is sameNobuyoshi Nakada2019-06-291-2/+2
* Fix predicate to assert if object is sameNobuyoshi Nakada2019-06-291-1/+1
* Update to ruby/spec@8d74d49Benoit Daloze2019-06-278-8/+79
* Max length of UNIX socket path is 104 bytes on macOSNobuyoshi Nakada2019-06-231-2/+2
* Do not lengthen UNIX socket pathNobuyoshi Nakada2019-06-231-1/+1
* Make specs pass on OpenBSDJeremy Evans2019-06-062-8/+14
* Update to ruby/spec@0ba5312Benoit Daloze2019-05-303-29/+58
* Skip spec broken since a66bc2c01194a9c017c874a30db5b3b6bd95e966Takashi Kokubun2019-05-291-23/+27
* Update to ruby/spec@9a501a8Benoit Daloze2019-05-285-23/+94
* Update to ruby/spec@7de852dBenoit Daloze2019-04-282-23/+0
* Update to ruby/spec@15c9619Benoit Daloze2019-04-271-4/+4
* Update to ruby/spec@6cf8ebeeregon2019-02-075-10/+8
* Make sure to wait with IO.select before using Socket#accept_nonblock and recv...eregon2019-02-052-4/+5
* Make sure to wait with IO.select before using Socket#recvfrom_nonblockeregon2019-02-051-4/+4
* Pass the Array from select() to Socket.udp_server_recveregon2019-02-051-4/+4
* Make sure to wait for socket to be readable.samuel2019-02-051-9/+2
* add debug codeko12019-02-041-0/+4
* accept_nonblock_spec.rb: wait before calling #accept_nonblockk0kubun2018-12-301-1/+2
* accept_nonblock_spec: IO.select instead of sleepnormal2018-12-301-1/+1
* accept_nonblock_spec.rb: skip spurious failurek0kubun2018-12-271-1/+1
* spec/ruby/library/socket/socket/bind_spec.rb: allow to run under dockermame2018-12-261-4/+6
* accept_loop_spec.rb: avoid random hangk0kubun2018-12-061-2/+6
* Update to ruby/spec@cdd6ff7eregon2018-11-271-9/+33
* Wait accept is ready also on Solarisnaruse2018-11-221-1/+1
* io + socket: make pipes and sockets nonblocking by defaultnormal2018-11-221-0/+6
* Remove wrong spec.usa2018-11-011-9/+0
* Update to ruby/spec@8b743a3eregon2018-10-271-1/+1
* getifaddrs_spec.rb: `should` returned `nil` on successnobu2018-10-231-0/+7
* getifaddrs_spec.rb: allow no addressnobu2018-10-231-14/+14
* Add missing requirenobu2018-10-131-0/+1
* tests: support Linux kernels with CONFIG_IPV6=nnormal2018-10-133-18/+22
* Update to ruby/spec@241f9e7eregon2018-09-2532-82/+82
* spec/ruby/library/socket/addrinfo: require for SocketSpecsnormal2018-09-093-0/+3
* Add platform guards for AIXeregon2018-09-056-51/+63
* Guard a few specs which ipv6_available?eregon2018-09-053-67/+73
* Tag a couple specs failing on AIXeregon2018-08-282-2/+2
* Update to ruby/spec@09fa86ceregon2018-08-272-29/+31
* Simplify guards, the behavior seems Linux-specificeregon2018-08-271-1/+1
* Add AIX guardsnaruse2018-08-242-4/+4
* Also skip on AIXnaruse2018-08-221-1/+1
* Only run the spec on Linuxeregon2018-08-211-1/+1
* AIX also timeouts the specnaruse2018-08-211-1/+1
* select() on all platforms for Socket#recvmsg_nonblock speceregon2018-08-191-1/+1
* Guard spec which only works on Linuxeregon2018-08-181-1/+1
* Special case for Solaris 11x on RubyCIeregon2018-08-181-2/+5
* Be more flexible in the protocol value returned by getaddrinfo()eregon2018-08-181-26/+22
* Adapt pack_sockaddr_in specs for Solariseregon2018-08-181-5/+18