summaryrefslogtreecommitdiffstats
path: root/test/socket/test_unix.rb
Commit message (Collapse)AuthorAgeFilesLines
* add an assertion.akr2008-06-301-0/+1
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@17746 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* add a test for [ruby-dev:34619].akr2008-06-301-0/+8
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@17742 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* UNIXServer.new("a\0b") test removed becauseakr2007-09-281-1/+0
| | | | | | | UNIXServer.new accepts NUL as abstruct unix sockets. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@13552 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * test/socket/test_unix.rb: disabled on cygwin.akr2006-07-231-1/+1
| | | | | | | reported by Kouhei Yanagita. [ruby-dev:29080] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10585 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * test/socket/test_unix.rb: test_seqpacket_pair removed.akr2006-06-281-18/+0
| | | | | | | [ruby-dev:28846] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10421 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/socket/socket.c (bsock_recv_nonblock): new methodakr2006-06-261-6/+6
| | | | | | | | | | | BasicSocket#recv_nonblock. (udp_recvfrom_nonblock): renamed from ip_recvfrom_nonblock. IPSocket#recvfrom_nonblock is moved to UDPSocket#recvfrom_nonblock. (unix_recvfrom_nonblock): removed. UNIXSocket#recvfrom_nonblock is removed. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10403 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* getsockname returns "" on MacOS Xakr2006-06-071-4/+6
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10230 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* fix tests.akr2006-06-041-2/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10216 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/socket/socket.c: fix sockaddr_un handling.akr2006-06-041-1/+127
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10212 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/socket/socket.c (unix_send_io, unix_recv_io): support x86-64 andakr2005-07-021-12/+14
| | | | | | | IA64. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8702 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* add a test for file descriptor passing.akr2005-06-041-0/+28
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8565 b2dd03c8-39d4-4d8f-98ff-823fe69b080e