aboutsummaryrefslogtreecommitdiffstats
path: root/test/socket/test_nonblock.rb
Commit message (Expand)AuthorAgeFilesLines
* * test/socket/test_socket.rb (test_udp_server): rescue Errno::ENOSYSakr2010-06-141-1/+1
* Use UDP for sendmsg/recvmsg tests.akr2009-07-191-5/+31
* * ext/socket/socket.c (socket_s_ip_address_list): drop inactiveusa2009-07-171-0/+4
* use IO::WaitWritable.akr2009-03-191-1/+1
* * io.c (rb_mWaitReadable): defined.akr2009-03-191-24/+24
* * {ext,lib,test}/**/*.rb: removed trailing spaces.nobu2009-03-061-1/+1
* * io.c (io_getpartial): error message describes what should beakr2009-02-211-2/+72
* care EWOULDBLOCK of accept_nonblock.akr2009-02-171-1/+6
* rename tests classes.akr2009-02-111-1/+1
* don't compare struct sockaddr directly.akr2006-07-241-2/+2
* 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
* * ext/socket/socket.c (bsock_recv_nonblock): new methodakr2006-06-261-29/+30
* * test/socket/{test_nonblock.rb, test_socket.rb}: Windows support.usa2006-06-071-13/+13
* fix tests.akr2006-06-041-3/+3
* * ext/socket/socket.c (s_recvfrom): alen may be zero with UNIXSocketakr2006-06-011-0/+171