summaryrefslogtreecommitdiff
path: root/test/socket/test_socket.rb
AgeCommit message (Expand)Author
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-06-02use assert_raisenobu
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-18* test/socket/test_addrinfo.rb: remove unused variables.hsbt
2013-12-13* ext/socket/lib/socket.rb: Don't test $! in "ensure" clause becauseakr
2013-05-11* ext/socket: New method, Socket.getifaddrs, implemented.akr
2013-05-09* ext/socket/ancdata.c (bsock_sendmsg_internal): Always setakr
2013-04-06* ext/socket/rubysocket.h (SockAddrStringValueWithAddrinfo): New macro.akr
2013-04-06* ext/socket: Improve socket exception message to show socket address.akr
2012-09-26Revert "Darwin 12 (OS X Mountain Lion) also has Bug #6692"naruse
2012-09-26Darwin 12 (OS X Mountain Lion) also has Bug #6692naruse
2012-07-24Show nd6 options and whether the packet is reached to the server or not.naruse
2012-07-24Add version check for darwin's bug.naruse
2012-07-20* test/socket/test_socket.rb: Ignore IPv6 unique local addresses on OSdrbrain
2012-05-14Check IFDISABLED on Mac OS X.naruse
2012-05-10fix the path of ifconfig.naruse
2012-05-10skip addresses whose interface is set as POINTOPOINT.naruse
2012-05-10Skip IPv6 addresses whose interface is set as IFDISABLED.naruse
2012-01-07Cent OS 5.6 (2.6.18-238.19.1.el5xen) doesn't correctly worknaruse
2011-11-03add test for close-on-exec.akr
2011-11-03close a socket in test_socket_new.akr
2011-08-13* test/socket/test_socket.rb (test_connect_timeout): added a testakr
2011-02-12* thread.c (rb_thread_io_blocking_region): new function to runnobu
2010-12-01* test/socket/test_addrinfo.rb: extract Errno::EADDRINUSE as a method.akr
2010-06-24refine an assertion message.akr
2010-06-23* ext/socket/raddrinfo.c (ruby_getaddrinfo__darwin): new workaround forakr
2010-06-14* test/socket/test_socket.rb (test_udp_server): rescue Errno::ENOSYSakr
2010-02-23call unix_server.close only if unix_server is not nil.akr
2009-07-19* test_socket.rb (test_udp_server): cannot check the existance of sendmsg byusa
2009-07-17fix skip condition.akr
2009-07-17 * ext/socket/socket.c (socket_s_ip_address_list): drop inactiveusa
2009-07-01* include/ruby/intern.h (rb_time_num_new): declared.akr
2009-06-18don't use /tmp as example socket path.akr
2009-03-14assert connects doesn't raise.akr
2009-03-02* ext/socket/ancdata.c (rsock_discard_cmsg_resource): definedakr
2009-02-27add a test.akr
2009-02-26* ext/socket/lib/socket.rb (BasicSocket#connect_address): new method.akr
2009-02-25* ext/socket/option.c (sockopt_level): extracted from sockopt_level_m.akr
2009-02-24* ext/socket/ancdata.c (ancillary_timestamp): support SCM_BINTIME.akr
2009-02-24* ext/socket/ancdata.c (ancillary_timestamp): new method.akr
2009-02-23* ext/socket/ancdata.c (inspect_timespec_as_abstime): new function toakr
2009-02-23* ext/socket/ancdata.c (inspect_bintime_as_abstime): new function toakr