summaryrefslogtreecommitdiff
path: root/test/socket
AgeCommit message (Expand)Author
2012-01-09* ext/socket/lib/socket.rb (family_addrinfo): return the givenakr
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-06-13* test/socket/test_unix.rb: don't use Thread.abort_on_exception.akr
2011-06-13* ext/socket/unixsocket.c (unix_send_io): race condition fixed.akr
2011-02-12* lib/test/unit.rb (assert_include): add alias.nobu
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-05-19* test/socket/test_addrinfo.rb: ipaddr.rb defines Socket::AF_INET6 as an Objectusa
2010-04-28* test/socket/test_unix.rb (TestSocket_UNIXSocket#test_recvmsg):nobu
2010-02-23call unix_server.close only if unix_server is not nil.akr
2010-01-25* lib/matrix.rb: suppress warnings.akr
2009-07-19Use UDP for sendmsg/recvmsg tests.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-19use IO::WaitWritable.akr
2009-03-19* io.c (rb_mWaitReadable): defined.akr
2009-03-14assert connects doesn't raise.akr
2009-03-06* {ext,lib,test}/**/*.rb: removed trailing spaces.nobu
2009-03-02* ext/socket/ancdata.c (rsock_discard_cmsg_resource): definedakr
2009-02-28* ext/socket/ancdata.c (ancillary_unix_rights): check message type.akr
2009-02-27* ext/socket/ancdata.c (bsock_recvmsg_internal): close FDs passed byakr
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-25* ext/socket/ancdata.c (ancillary_s_unix_rights): new method.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
2009-02-23* ext/socket/ancdata.c (inspect_timeval_as_abstime): use time_takr
2009-02-22add a test.akr
2009-02-21* io.c (io_getpartial): error message describes what should beakr
2009-02-19* ext/socket/ancdata.c (ancillary_unix_rights): method renamed.akr
2009-02-18* ext/socket/ancdata.c (ancillary_rights): new method.akr
2009-02-17care EWOULDBLOCK of accept_nonblock.akr
2009-02-14add timeout.akr
2009-02-12* test/socket/test_socket.rb (test_udp_server): filter out unreachableakr
2009-02-12test only if Socket::AncillaryData exists.akr
2009-02-11test updated.akr
2009-02-11* ext/socket/lib/socket.rb (Socket.unix_server_socket): close theakr
2009-02-11* ext/socket/lib/socket.rb (Socket.unix_server_socket): call the blockakr