aboutsummaryrefslogtreecommitdiffstats
path: root/test/socket
Commit message (Expand)AuthorAgeFilesLines
...
* * test/socket/test_addrinfo.rb: remove unused variables.hsbt2014-02-184-22/+17
* * ext/socket/option.c: Use "int" for IP_MULTICAST_LOOP andakr2014-01-201-0/+7
* add a test.akr2014-01-201-0/+7
* * ext/socket/lib/socket.rb: Don't test $! in "ensure" clause becauseakr2013-12-131-0/+71
* * io.c (io_read_nonblock): support non-blocking reads without raisingtenderlove2013-08-261-0/+14
* * test/socket/test_tcp.rb (test_initialize_failure): Use EADDRNOTAVAILakr2013-07-191-14/+29
* Use server_port for Windowsnaruse2013-07-051-1/+5
* * ext/socket/ipsocket.c (init_inetsock_internal): Don't use localakr2013-06-281-4/+6
* * test/socket/test_udp.rb: Close sockets explicitly.akr2013-06-261-2/+9
* * test/socket/test_sockopt.rb: change test name. follow r41037.ayumin2013-06-021-2/+2
* follow r41034naruse2013-06-021-4/+4
* * ext/socket/option.c (sockopt_s_byte): constructor of the sockoptnaruse2013-05-311-0/+18
* * ext/socket: New method, Socket.getifaddrs, implemented.akr2013-05-111-0/+11
* * ext/socket/ancdata.c (bsock_sendmsg_internal): Always setakr2013-05-092-2/+2
* * remove trailing spaces.nobu2013-04-081-1/+1
* Fix #6154 by introducing new EAGAIN/EWOULDBLOCK/EINPROGRESSheadius2013-04-081-2/+8
* * ext/socket/rubysocket.h (SockAddrStringValueWithAddrinfo): New macro.akr2013-04-061-1/+1
* * ext/socket: Improve socket exception message to show socket address.akr2013-04-063-0/+59
* * ext/socket/raddrinfo.c (rsock_unix_sockaddr_len): returnshugo2013-01-311-2/+29
* * ext/socket/unixsocket.c (rsock_init_unixsock): use rb_inspect()shugo2013-01-301-0/+8
* * ext/socket/socket.c (sock_s_pack_sockaddr_un): calculate theshugo2013-01-291-4/+6
* * ext/socket/raddrinfo.c (rsock_unixpath_len, init_unix_addrinfo),shugo2013-01-251-0/+30
* 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