summaryrefslogtreecommitdiff
path: root/test/socket
AgeCommit message (Expand)Author
2016-03-10* test/socket/test_socket.rb (test_udp_recvmsg_truncation):odaira
2016-03-05* test/socket/test_addrinfo.rb (test_ipv6_address_predicates):odaira
2016-03-05Sat Mar 5 09:17:54 2016 Rei Odaira <Rei.Odaira@gmail.com>odaira
2016-01-17option.c: single byte booleannobu
2015-12-24ignore exception is the address is IPv6naruse
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-12-07socket: expand docs+tests for recv_io/send_ionormal
2015-12-03* test/ruby/test_mixed_unicode_escapes.rb: fixed typo.hsbt
2015-11-21* test/socket/test_socket.rb (test/socket/test_socket.rb): skip the test when...ngoto
2015-11-18* test/socket/test_socket.rb (test_udp_recvmsg_truncation): rflags isakr
2015-11-18add tests.akr
2015-11-17socket: fix recvmsg without argumentnormal
2015-11-14* ext/socket/lib/socket.rb: Specify frozen_string_literal: true.akr
2015-10-09udpsocket.c: memory leaksnobu
2015-07-21test/socket/test_nonblock.rb: increase buffer sizes to OpenBSD limitsnormal
2015-07-17test/socket/test_nonblock: use smaller buffer for sendmsgnormal
2015-07-13use Timeout.timeoutnobu
2015-06-18test/socket/test_unix.rb: replace sleep with selectnormal
2015-06-16test_nonblock.rb: use assert_predicatenobu
2015-06-16test_nonblock.rb: fix failure on OSXnobu
2015-06-15socket: allow explicit buffer for recv and recv_nonblocknormal
2015-06-15socket: allow exception-free nonblocking sendmsg/recvmsgnormal
2015-06-05test/socket/test_nonblock.rb: try to avoid EMSGSIZEnormal
2015-06-04FreeBSD raises Errno::EMSGSIZEnaruse
2015-06-02use assert_raisenobu
2015-06-02test_nonblock.rb: skip if EPROTONOSUPPORTnobu
2015-06-02test/socket/test_nonblock.rb: new test for sendmsg_nonblocknormal
2015-05-18test_nonblock.rb: refine failure messagenobu
2015-05-17ext/socket/init.c: use SOCK_NONBLOCK if availablenormal
2015-04-20connect_nonblock(..., exception: false) does not raise EISCONNnormal
2015-04-12connect_nonblock supports "exception: false"normal
2015-04-10test_addrinfo.rb: relax memory usage criterionnobu
2015-04-08raddrinfo.c: fix memory leaknobu
2015-03-12accept_nonblock supports "exception: false"normal
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
2014-10-04test/socket/test_unix.rb (TestSocket_UNIXSocket#test_too_long_path): sockaddr...odaira
2014-05-28Suppress warnings.akr
2014-05-28* ext/socket/unixsocket.c (rsock_init_unixsock): Open a socketakr
2014-05-28test_socket.rb: ignore interface without addressnobu
2014-05-27use Socket.getifaddrs to show interface names and so onnaruse
2014-05-24test_udp_server don't test IPv6 link-local addresses.akr
2014-05-18Use Etc.uname instead of uname command invocation.akr
2014-02-21socket: sendmsg/recvmsg only retries blocking on errorsnormal
2014-02-18* test/socket/test_socket.rb: unix socket is required by test case.hsbt