aboutsummaryrefslogtreecommitdiffstats
path: root/test/socket
Commit message (Expand)AuthorAgeFilesLines
* * test/socket/test_socket.rb (test_udp_recvmsg_truncation):odaira2016-03-101-1/+2
* * test/socket/test_addrinfo.rb (test_ipv6_address_predicates):odaira2016-03-051-1/+8
* Sat Mar 5 09:17:54 2016 Rei Odaira <Rei.Odaira@gmail.com>odaira2016-03-052-16/+31
* option.c: single byte booleannobu2016-01-171-0/+6
* ignore exception is the address is IPv6naruse2015-12-241-2/+5
* Revert r53253. naruse fixed it differently in r53244normal2015-12-221-2/+1
* test/socket/test_basicsocket.rb: attempt fix for [ruby-cvs:60402]normal2015-12-221-1/+2
* avoid rb_bug on BasicSocket.for_fd(-1)normal2015-12-211-0/+11
* socket: expand docs+tests for recv_io/send_ionormal2015-12-071-0/+20
* * test/ruby/test_mixed_unicode_escapes.rb: fixed typo.hsbt2015-12-031-1/+1
* * test/socket/test_socket.rb (test/socket/test_socket.rb): skip the test when...ngoto2015-11-211-1/+1
* * test/socket/test_socket.rb (test_udp_recvmsg_truncation): rflags isakr2015-11-181-3/+3
* add tests.akr2015-11-181-0/+50
* socket: fix recvmsg without argumentnormal2015-11-171-0/+16
* * ext/socket/lib/socket.rb: Specify frozen_string_literal: true.akr2015-11-149-2/+20
* udpsocket.c: memory leaksnobu2015-10-091-0/+27
* test/socket/test_nonblock.rb: increase buffer sizes to OpenBSD limitsnormal2015-07-211-2/+2
* test/socket/test_nonblock: use smaller buffer for sendmsgnormal2015-07-171-2/+2
* use Timeout.timeoutnobu2015-07-131-2/+2
* test/socket/test_unix.rb: replace sleep with selectnormal2015-06-181-1/+1
* test_nonblock.rb: use assert_predicatenobu2015-06-161-2/+2
* test_nonblock.rb: fix failure on OSXnobu2015-06-161-1/+1
* socket: allow explicit buffer for recv and recv_nonblocknormal2015-06-152-0/+17
* socket: allow exception-free nonblocking sendmsg/recvmsgnormal2015-06-151-0/+44
* test/socket/test_nonblock.rb: try to avoid EMSGSIZEnormal2015-06-051-2/+2
* FreeBSD raises Errno::EMSGSIZEnaruse2015-06-041-1/+1
* use assert_raisenobu2015-06-025-9/+9
* test_nonblock.rb: skip if EPROTONOSUPPORTnobu2015-06-021-4/+4
* test/socket/test_nonblock.rb: new test for sendmsg_nonblocknormal2015-06-021-0/+13
* test_nonblock.rb: refine failure messagenobu2015-05-181-1/+1
* ext/socket/init.c: use SOCK_NONBLOCK if availablenormal2015-05-171-0/+4
* connect_nonblock(..., exception: false) does not raise EISCONNnormal2015-04-201-0/+2
* connect_nonblock supports "exception: false"normal2015-04-121-0/+23
* test_addrinfo.rb: relax memory usage criterionnobu2015-04-101-3/+3
* raddrinfo.c: fix memory leaknobu2015-04-081-0/+11
* accept_nonblock supports "exception: false"normal2015-03-123-0/+17
* * io.c (rb_io_close_m): Don't raise when the IO object is closed.akr2015-01-151-1/+1
* test_basicsocket.rb: do not hardcode port numbernobu2015-01-131-5/+5
* * test/socket/test_basicsocket.rb: Remove unused constant.headius2015-01-131-3/+0
* * remove trailing spaces.svn2015-01-131-2/+2
* * test/socket/test_basicsocket.rb: Add basic tests for close_readheadius2015-01-131-0/+49
* test/socket/test_unix.rb (TestSocket_UNIXSocket#test_too_long_path): sockaddr...odaira2014-10-041-2/+2
* Suppress warnings.akr2014-05-281-2/+2
* * ext/socket/unixsocket.c (rsock_init_unixsock): Open a socketakr2014-05-283-95/+132
* test_socket.rb: ignore interface without addressnobu2014-05-281-0/+1
* use Socket.getifaddrs to show interface names and so onnaruse2014-05-271-7/+9
* test_udp_server don't test IPv6 link-local addresses.akr2014-05-241-0/+1
* Use Etc.uname instead of uname command invocation.akr2014-05-181-1/+2
* socket: sendmsg/recvmsg only retries blocking on errorsnormal2014-02-211-0/+23
* * test/socket/test_socket.rb: unix socket is required by test case.hsbt2014-02-181-0/+2