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
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
Age
Commit message (
Expand
)
Author
2017-10-11
socket.c: null byte at Socket.getnameinfo
nobu
2017-10-08
Remove unnecessary `require 'thread'`
kazu
2017-05-15
test/socket/test_basicsocket.rb (socks): bind explicitly to localhost
normal
2017-04-21
test/socket/test_basicsocket: handle :wait_readable on read_nonblock
normal
2017-04-19
socket: avoid fcntl for read/write_nonblock on Linux
normal
2017-04-14
IPSocket#inspect
nobu
2016-08-30
Use qualified names
nobu
2016-05-30
* ext/socket/raddrinfo.c (host_str, port_str): Use StringValueCStr
usa
2016-05-30
* test/socket/test_addrinfo.rb (TestSocketAddrinfo#test_addrinfo_ip): previous
usa
2016-05-30
test_addrinfo.rb: signle digit address
nobu
2016-05-30
raddrinfo.c: fix for SHARABLE_MIDDLE_SUBSTRING
nobu
2016-05-30
test_addrinfo.rb: special hostnames
nobu
2016-03-10
* test/socket/test_socket.rb (test_udp_recvmsg_truncation):
odaira
2016-03-05
* test/socket/test_addrinfo.rb (test_ipv6_address_predicates):
odaira
2016-03-05
Sat Mar 5 09:17:54 2016 Rei Odaira <Rei.Odaira@gmail.com>
odaira
2016-01-17
option.c: single byte boolean
nobu
2015-12-24
ignore exception is the address is IPv6
naruse
2015-12-22
Revert r53253. naruse fixed it differently in r53244
normal
2015-12-22
test/socket/test_basicsocket.rb: attempt fix for [ruby-cvs:60402]
normal
2015-12-21
avoid rb_bug on BasicSocket.for_fd(-1)
normal
2015-12-07
socket: expand docs+tests for recv_io/send_io
normal
2015-12-03
* test/ruby/test_mixed_unicode_escapes.rb: fixed typo.
hsbt
2015-11-21
* test/socket/test_socket.rb (test/socket/test_socket.rb): skip the test when...
ngoto
2015-11-18
* test/socket/test_socket.rb (test_udp_recvmsg_truncation): rflags is
akr
2015-11-18
add tests.
akr
2015-11-17
socket: fix recvmsg without argument
normal
2015-11-14
* ext/socket/lib/socket.rb: Specify frozen_string_literal: true.
akr
2015-10-09
udpsocket.c: memory leaks
nobu
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-18
test/socket/test_unix.rb: replace sleep with select
normal
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-04-10
test_addrinfo.rb: relax memory usage criterion
nobu
2015-04-08
raddrinfo.c: fix memory leak
nobu
2015-03-12
accept_nonblock supports "exception: false"
normal
2015-01-15
* io.c (rb_io_close_m): Don't raise when the IO object is closed.
akr
2015-01-13
test_basicsocket.rb: do not hardcode port number
nobu
[next]