index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
socket
/
test_nonblock.rb
Age
Commit message (
Expand
)
Author
2015-11-14
* ext/socket/lib/socket.rb: Specify frozen_string_literal: true.
akr
2015-07-21
test/socket/test_nonblock.rb: increase buffer sizes to OpenBSD limits
normal
2015-07-17
test/socket/test_nonblock: use smaller buffer for sendmsg
normal
2015-07-13
use Timeout.timeout
nobu
2015-06-16
test_nonblock.rb: use assert_predicate
nobu
2015-06-16
test_nonblock.rb: fix failure on OSX
nobu
2015-06-15
socket: allow explicit buffer for recv and recv_nonblock
normal
2015-06-15
socket: allow exception-free nonblocking sendmsg/recvmsg
normal
2015-06-05
test/socket/test_nonblock.rb: try to avoid EMSGSIZE
normal
2015-06-04
FreeBSD raises Errno::EMSGSIZE
naruse
2015-06-02
use assert_raise
nobu
2015-06-02
test_nonblock.rb: skip if EPROTONOSUPPORT
nobu
2015-06-02
test/socket/test_nonblock.rb: new test for sendmsg_nonblock
normal
2015-05-18
test_nonblock.rb: refine failure message
nobu
2015-05-17
ext/socket/init.c: use SOCK_NONBLOCK if available
normal
2015-04-20
connect_nonblock(..., exception: false) does not raise EISCONN
normal
2015-04-12
connect_nonblock supports "exception: false"
normal
2015-03-12
accept_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 raising
tenderlove
2013-05-09
* ext/socket/ancdata.c (bsock_sendmsg_internal): Always set
akr
2010-06-14
* test/socket/test_socket.rb (test_udp_server): rescue Errno::ENOSYS
akr
2009-07-19
Use UDP for sendmsg/recvmsg tests.
akr
2009-07-17
* ext/socket/socket.c (socket_s_ip_address_list): drop inactive
usa
2009-03-19
use 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 be
akr
2009-02-17
care EWOULDBLOCK of accept_nonblock.
akr
2009-02-11
rename tests classes.
akr
2006-07-24
don't compare struct sockaddr directly.
akr
2006-07-01
add a note for cygwin empty UDP packet problem.
akr
2006-07-01
* test/socket/test_nonblock.rb: add timeout to send/receive
akr
2006-06-26
* ext/socket/socket.c (bsock_recv_nonblock): new method
akr
2006-06-07
* test/socket/{test_nonblock.rb, test_socket.rb}: Windows support.
usa
2006-06-04
fix tests.
akr
2006-06-01
* ext/socket/socket.c (s_recvfrom): alen may be zero with UNIXSocket
akr