aboutsummaryrefslogtreecommitdiffstats
path: root/test/socket/test_socket.rb
Commit message (Expand)AuthorAgeFilesLines
* * test/socket/test_socket.rb (test_udp_recvmsg_truncation):odaira2016-03-101-1/+2
* ignore exception is the address is IPv6naruse2015-12-241-2/+5
* * 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-141-0/+2
* use assert_raisenobu2015-06-021-2/+2
* * ext/socket/unixsocket.c (rsock_init_unixsock): Open a socketakr2014-05-281-0/+1
* 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
* * test/socket/test_addrinfo.rb: remove unused variables.hsbt2014-02-181-5/+4
* * ext/socket/lib/socket.rb: Don't test $! in "ensure" clause becauseakr2013-12-131-0/+71
* * ext/socket: New method, Socket.getifaddrs, implemented.akr2013-05-111-0/+11
* * ext/socket/ancdata.c (bsock_sendmsg_internal): Always setakr2013-05-091-1/+1
* * ext/socket/rubysocket.h (SockAddrStringValueWithAddrinfo): New macro.akr2013-04-061-1/+1
* * ext/socket: Improve socket exception message to show socket address.akr2013-04-061-0/+16
* Revert "Darwin 12 (OS X Mountain Lion) also has Bug #6692"naruse2012-09-261-1/+1
* Darwin 12 (OS X Mountain Lion) also has Bug #6692naruse2012-09-261-1/+1
* Show nd6 options and whether the packet is reached to the server or not.naruse2012-07-241-3/+13
* Add version check for darwin's bug.naruse2012-07-241-2/+2
* * test/socket/test_socket.rb: Ignore IPv6 unique local addresses on OSdrbrain2012-07-201-0/+2
* Check IFDISABLED on Mac OS X.naruse2012-05-141-3/+17
* fix the path of ifconfig.naruse2012-05-101-1/+1
* skip addresses whose interface is set as POINTOPOINT.naruse2012-05-101-3/+11
* Skip IPv6 addresses whose interface is set as IFDISABLED.naruse2012-05-101-8/+26
* Cent OS 5.6 (2.6.18-238.19.1.el5xen) doesn't correctly worknaruse2012-01-071-0/+6
* add test for close-on-exec.akr2011-11-031-0/+28
* close a socket in test_socket_new.akr2011-11-031-2/+6
* * test/socket/test_socket.rb (test_connect_timeout): added a testakr2011-08-131-0/+28
* * thread.c (rb_thread_io_blocking_region): new function to runnobu2011-02-121-0/+20
* * test/socket/test_addrinfo.rb: extract Errno::EADDRINUSE as a method.akr2010-12-011-1/+5
* refine an assertion message.akr2010-06-241-1/+1
* * ext/socket/raddrinfo.c (ruby_getaddrinfo__darwin): new workaround forakr2010-06-231-0/+9
* * test/socket/test_socket.rb (test_udp_server): rescue Errno::ENOSYSakr2010-06-141-1/+1
* call unix_server.close only if unix_server is not nil.akr2010-02-231-1/+1
* * test_socket.rb (test_udp_server): cannot check the existance of sendmsg byusa2009-07-191-6/+13
* fix skip condition.akr2009-07-171-1/+1
* * ext/socket/socket.c (socket_s_ip_address_list): drop inactiveusa2009-07-171-4/+8
* * include/ruby/intern.h (rb_time_num_new): declared.akr2009-07-011-0/+1
* don't use /tmp as example socket path.akr2009-06-181-1/+1
* assert connects doesn't raise.akr2009-03-141-1/+6
* * ext/socket/ancdata.c (rsock_discard_cmsg_resource): definedakr2009-03-021-0/+1
* add a test.akr2009-02-271-0/+33
* * ext/socket/lib/socket.rb (BasicSocket#connect_address): new method.akr2009-02-261-15/+2
* * ext/socket/option.c (sockopt_level): extracted from sockopt_level_m.akr2009-02-251-0/+17
* * ext/socket/ancdata.c (ancillary_timestamp): support SCM_BINTIME.akr2009-02-241-2/+8
* * ext/socket/ancdata.c (ancillary_timestamp): new method.akr2009-02-241-0/+4