aboutsummaryrefslogtreecommitdiffstats
path: root/test/socket/test_nonblock.rb
Commit message (Expand)AuthorAgeFilesLines
* * ext/socket/lib/socket.rb: Specify frozen_string_literal: true.akr2015-11-141-1/+3
* test/socket/test_nonblock.rb: increase buffer sizes to OpenBSD limitsnormal2015-07-211-2/+2
* test/socket/test_nonblock: use smaller buffer for sendmsgnormal2015-07-171-2/+2
* use Timeout.timeoutnobu2015-07-131-2/+2
* test_nonblock.rb: use assert_predicatenobu2015-06-161-2/+2
* test_nonblock.rb: fix failure on OSXnobu2015-06-161-1/+1
* socket: allow explicit buffer for recv and recv_nonblocknormal2015-06-151-0/+10
* socket: allow exception-free nonblocking sendmsg/recvmsgnormal2015-06-151-0/+44
* test/socket/test_nonblock.rb: try to avoid EMSGSIZEnormal2015-06-051-2/+2
* FreeBSD raises Errno::EMSGSIZEnaruse2015-06-041-1/+1
* use assert_raisenobu2015-06-021-1/+1
* test_nonblock.rb: skip if EPROTONOSUPPORTnobu2015-06-021-4/+4
* test/socket/test_nonblock.rb: new test for sendmsg_nonblocknormal2015-06-021-0/+13
* test_nonblock.rb: refine failure messagenobu2015-05-181-1/+1
* ext/socket/init.c: use SOCK_NONBLOCK if availablenormal2015-05-171-0/+4
* connect_nonblock(..., exception: false) does not raise EISCONNnormal2015-04-201-0/+2
* connect_nonblock supports "exception: false"normal2015-04-121-0/+23
* accept_nonblock supports "exception: false"normal2015-03-121-0/+2
* * test/socket/test_addrinfo.rb: remove unused variables.hsbt2014-02-181-7/+6
* * io.c (io_read_nonblock): support non-blocking reads without raisingtenderlove2013-08-261-0/+14
* * ext/socket/ancdata.c (bsock_sendmsg_internal): Always setakr2013-05-091-1/+1
* * 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