summaryrefslogtreecommitdiff
path: root/test/socket/test_unix.rb
AgeCommit message (Expand)Author
2009-01-05don't get a name for anonymous Unix socket.akr
2009-01-01* ext/socket/mkconstants.rb: generate family_to_int().akr
2008-12-31* ext/socket/socket.c (sock_s_socketpair): yield if a block is given.akr
2008-06-30add an assertion.akr
2008-06-30add a test for [ruby-dev:34619].akr
2007-09-28UNIXServer.new("a\0b") test removed becauseakr
2006-07-23* test/socket/test_unix.rb: disabled on cygwin.akr
2006-06-28* test/socket/test_unix.rb: test_seqpacket_pair removed.akr
2006-06-26* ext/socket/socket.c (bsock_recv_nonblock): new methodakr
2006-06-07getsockname returns "" on MacOS Xakr
2006-06-04fix tests.akr
2006-06-04* ext/socket/socket.c: fix sockaddr_un handling.akr
2005-07-02* ext/socket/socket.c (unix_send_io, unix_recv_io): support x86-64 andakr
2005-06-04add a test for file descriptor passing.akr