aboutsummaryrefslogtreecommitdiffstats
path: root/test/socket
Commit message (Expand)AuthorAgeFilesLines
* * 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