summaryrefslogtreecommitdiff
path: root/test/socket/test_nonblock.rb
AgeCommit message (Expand)Author
2022-11-17Add support for `sockaddr_un` on Windows. (#6513)Samuel Williams
2021-12-28Use omit instead of skip: test/socket/**/*.rbHiroshi SHIBATA
2019-06-30Removed unused variablesNobuyoshi Nakada
2015-11-14* ext/socket/lib/socket.rb: Specify frozen_string_literal: true.akr
2015-07-21test/socket/test_nonblock.rb: increase buffer sizes to OpenBSD limitsnormal
2015-07-17test/socket/test_nonblock: use smaller buffer for sendmsgnormal
2015-07-13use Timeout.timeoutnobu
2015-06-16test_nonblock.rb: use assert_predicatenobu
2015-06-16test_nonblock.rb: fix failure on OSXnobu
2015-06-15socket: allow explicit buffer for recv and recv_nonblocknormal
2015-06-15socket: allow exception-free nonblocking sendmsg/recvmsgnormal
2015-06-05test/socket/test_nonblock.rb: try to avoid EMSGSIZEnormal
2015-06-04FreeBSD raises Errno::EMSGSIZEnaruse
2015-06-02use assert_raisenobu
2015-06-02test_nonblock.rb: skip if EPROTONOSUPPORTnobu
2015-06-02test/socket/test_nonblock.rb: new test for sendmsg_nonblocknormal
2015-05-18test_nonblock.rb: refine failure messagenobu
2015-05-17ext/socket/init.c: use SOCK_NONBLOCK if availablenormal
2015-04-20connect_nonblock(..., exception: false) does not raise EISCONNnormal
2015-04-12connect_nonblock supports "exception: false"normal
2015-03-12accept_nonblock supports "exception: false"normal
2014-02-18* test/socket/test_addrinfo.rb: remove unused variables.hsbt
2013-08-26* io.c (io_read_nonblock): support non-blocking reads without raisingtenderlove
2013-05-09* ext/socket/ancdata.c (bsock_sendmsg_internal): Always setakr
2010-06-14* test/socket/test_socket.rb (test_udp_server): rescue Errno::ENOSYSakr
2009-07-19Use UDP for sendmsg/recvmsg tests.akr
2009-07-17 * ext/socket/socket.c (socket_s_ip_address_list): drop inactiveusa
2009-03-19use IO::WaitWritable.akr
2009-03-19* io.c (rb_mWaitReadable): defined.akr
2009-03-06* {ext,lib,test}/**/*.rb: removed trailing spaces.nobu
2009-02-21* io.c (io_getpartial): error message describes what should beakr
2009-02-17care EWOULDBLOCK of accept_nonblock.akr
2009-02-11rename tests classes.akr
2006-07-24don't compare struct sockaddr directly.akr
2006-07-01add a note for cygwin empty UDP packet problem.akr
2006-07-01* test/socket/test_nonblock.rb: add timeout to send/receiveakr
2006-06-26* ext/socket/socket.c (bsock_recv_nonblock): new methodakr
2006-06-07* test/socket/{test_nonblock.rb, test_socket.rb}: Windows support.usa
2006-06-04fix tests.akr
2006-06-01* ext/socket/socket.c (s_recvfrom): alen may be zero with UNIXSocketakr