aboutsummaryrefslogtreecommitdiffstats
path: root/test/socket
Commit message (Expand)AuthorAgeFilesLines
* extract TestBasicSocket from test_socket.rb.akr2009-01-172-83/+88
* * ext/socket/socket.c (addrinfo_s_ip): new method AddrInfo.ip.akr2009-01-151-0/+9
* * ext/socket/socket.c (sock_s_unpack_sockaddr_in): check too shortakr2009-01-121-0/+2
* * ext/socket/socket.c (addrinfo_ip_unpack): new methodakr2009-01-121-0/+15
* add test for AddrInfo.akr2009-01-121-0/+300
* * ext/socket/socket.c (rb_cAddrInfo): new class AddrInfo.akr2009-01-071-1/+1
* don't get a name for anonymous Unix socket.akr2009-01-051-10/+14
* * ext/socket/mkconstants.rb: make common prefix optional.akr2009-01-021-0/+7
* * ext/socket/socket.c (optname_arg): defined.akr2009-01-011-2/+2
* IPv6 test removed.akr2009-01-011-3/+0
* * ext/socket/socket.c (level_arg): defined.akr2009-01-011-0/+4
* * ext/socket/socket.c (family_arg): accept symbols as well.akr2009-01-012-0/+6
* * ext/socket/socket.c (family_arg): extracted fromakr2009-01-011-0/+9
* * ext/socket/socket.c (sock_s_getnameinfo): use family_to_int.akr2009-01-011-0/+4
* * ext/socket/socket.c (sock_s_getaddrinfo): use family_to_int.akr2009-01-011-0/+5
* * ext/socket/mkconstants.rb: generate family_to_int().akr2009-01-012-0/+27
* * ext/socket/socket.c (sock_s_socketpair): yield if a block is given.akr2008-12-311-0/+20
* * test/socket/test_tcp.rb (test_recvfrom): already can run on mswin32.usa2008-12-021-3/+2
* * test/socket/test_tcp.rb (test_recvfrom, test_encoding): shouldn't assumeusa2008-12-021-4/+4
* * ext/socket/socket.c (init_sock): sockets should be binmode.shugo2008-10-171-0/+19
* * test/socket/test_tcp.rb (test_recvfrom): replace an irrelevant testmame2008-07-231-9/+4
* add an assertion.akr2008-06-301-0/+1
* add a test for [ruby-dev:34619].akr2008-06-301-0/+8
* use ML ref. for assertion message.akr2007-11-183-8/+8
* * test/socket/test_socket.rb: update not to use 1.8 assignment tomatz2007-11-141-3/+6
* * eval.c (rb_f_send): allow send/__send__ to call methods of allmatz2007-11-042-6/+6
* UNIXServer.new("a\0b") test removed becauseakr2007-09-281-1/+0
* * test/socket/test_tcp.rb (test_recvfrom): same as mswin32 on mswin64.usa2007-09-011-1/+1
* * test/ruby/test_dir.rb (TestDir::setup): ?c now makes a string.matz2007-08-242-6/+6
* * Merge YARVko12006-12-311-0/+1
* don't compare struct sockaddr directly.akr2006-07-241-2/+2
* * test/socket/test_unix.rb: disabled on cygwin.akr2006-07-231-1/+1
* add a note for cygwin empty UDP packet problem.akr2006-07-011-2/+6
* * test/socket/test_nonblock.rb: add timeout to send/receiveakr2006-07-011-2/+5
* * test/socket/test_unix.rb: test_seqpacket_pair removed.akr2006-06-281-18/+0
* * ext/socket/socket.c (bsock_recv_nonblock): new methodakr2006-06-262-35/+36
* revert sock_sysaccept addition to [ruby-dev:28861].akr2006-06-261-1/+15
* getsockname returns "" on MacOS Xakr2006-06-071-4/+6
* * test/socket/{test_nonblock.rb, test_socket.rb}: Windows support.usa2006-06-072-14/+14
* * ext/socket/socket.c (sock_s_unpack_sockaddr_in): rejectakr2006-06-051-0/+9
* fix tests.akr2006-06-042-5/+6
* * ext/socket/socket.c: fix sockaddr_un handling.akr2006-06-041-1/+127
* * ext/socket/socket.c (s_recvfrom): alen may be zero with UNIXSocketakr2006-06-011-0/+171
* * ext/tk/lib/tk/font.rb, ext/tk/lib/tkextlib/ICONS/icons.rb,nobu2005-10-222-6/+6
* * test/socket/test_tcp.rb (TestTCPSocket::test_recvfrom): typomatz2005-09-171-2/+2
* * ext/syck/rubyext.c (syck_resolver_transfer): remove C++ stylematz2005-09-161-2/+3
* * test/socket/test_socket.rb (test_listen): missed to modify.nobu2005-09-132-2/+2
* * test/socket/test_{udp,socket}.rb: revert unintentional commit.matz2005-09-122-2/+2
* * eval.c (proc_save_safe_level): no need to restrict safe levelmatz2005-09-122-6/+6
* * ext/socket/socket.c (unix_send_io, unix_recv_io): support x86-64 andakr2005-07-021-12/+14