aboutsummaryrefslogtreecommitdiffstats
path: root/test/socket
Commit message (Expand)AuthorAgeFilesLines
* Check if there is no error before reconnect [Bug #4387]naruse2012-10-301-0/+2
* 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
* * ext/socket/raddrinfo.c (addrinfo_ipv6_unique_local_p): Addeddrbrain2012-07-201-1/+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
* * ext/socket/raddrinfo.c (init_unix_addrinfo): support the longestakr2012-04-261-3/+4
* * test/socket/test_unix.rb (bound_unix_socket): make temporaryakr2012-04-231-1/+1
* * ext/socket/lib/socket.rb (family_addrinfo): return the givenakr2012-01-091-0/+18
* 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-032-0/+51
* 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
* * test/socket/test_unix.rb: don't use Thread.abort_on_exception.akr2011-06-131-4/+2
* * ext/socket/unixsocket.c (unix_send_io): race condition fixed.akr2011-06-131-0/+37
* * lib/test/unit.rb (assert_include): add alias.nobu2011-02-121-2/+2
* * 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-012-6/+14
* 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-142-2/+2
* * test/socket/test_addrinfo.rb: ipaddr.rb defines Socket::AF_INET6 as an Objectusa2010-05-191-1/+1
* * test/socket/test_unix.rb (TestSocket_UNIXSocket#test_recvmsg):nobu2010-04-281-0/+1
* call unix_server.close only if unix_server is not nil.akr2010-02-231-1/+1
* * lib/matrix.rb: suppress warnings.akr2010-01-251-1/+1
* Use UDP for sendmsg/recvmsg tests.akr2009-07-191-5/+31
* * 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-173-4/+13
* * include/ruby/intern.h (rb_time_num_new): declared.akr2009-07-011-0/+1
* don't use /tmp as example socket path.akr2009-06-182-16/+16
* use IO::WaitWritable.akr2009-03-192-2/+2
* * io.c (rb_mWaitReadable): defined.akr2009-03-192-26/+26
* assert connects doesn't raise.akr2009-03-141-1/+6
* * {ext,lib,test}/**/*.rb: removed trailing spaces.nobu2009-03-062-2/+2
* * ext/socket/ancdata.c (rsock_discard_cmsg_resource): definedakr2009-03-022-0/+2
* * ext/socket/ancdata.c (ancillary_unix_rights): check message type.akr2009-02-281-0/+8
* * ext/socket/ancdata.c (bsock_recvmsg_internal): close FDs passed byakr2009-02-271-3/+3
* 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_s_unix_rights): new method.akr2009-02-251-1/+58
* * 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
* * ext/socket/ancdata.c (inspect_timespec_as_abstime): new function toakr2009-02-231-0/+23