aboutsummaryrefslogtreecommitdiffstats
path: root/test/socket
Commit message (Expand)AuthorAgeFilesLines
* * 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
* add a test for file descriptor passing.akr2005-06-041-0/+28
* * ext/socket/socket.c (sock_listen): get OpenFile just before callingnobu2004-12-091-0/+14
* * test/socket/test_socket.rb (test_setsockopt): use SO_LINGER insteadnobu2004-12-092-5/+48
* * test/socket/test_tcp.rb (TestTCPSocket#test_recvfrom): merged worker threads.nobu2004-12-071-9/+3
* * test/io/nonblock/test_flush.rb (TestIONonblock#test_flush): writenobu2004-12-071-3/+8
* * test/socket/test_tcp.rb (TestTCPSocket#test_recvfrom): fix localnobu2004-12-061-5/+4
* * process.c (proc_setgroups): [ruby-dev:25081]matz2004-12-061-1/+3
* * test/socket/test_socket.rb (TestBasicSocket#test_setsockopt):nobu2004-12-063-0/+76