1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/ext
Masaki Matsushita 6382f5cc91 Support timeout for Addrinfo
Addrinfo.getaddrinfo and .foreach now accepts :timeout in seconds as
a keyword argument. If getaddrinfo_a(3) is available, the timeout will be
applied for name resolution. Otherwise, it will be ignored.

Socket.tcp accepts :resolv_timeout to use this feature.
2019-09-09 14:34:05 +09:00
..
-test- save committers' weekend from CI failures 2019-09-06 18:20:11 +09:00
bigdecimal
cgi/escape
continuation
coverage
date
dbm
digest
etc drop-in type check for rb_define_module_function 2019-08-29 18:34:09 +09:00
fcntl
fiber
fiddle
gdbm
io
json
nkf
objspace Rename NODE_ARRAY to NODE_LIST to reflect its actual use cases 2019-09-07 13:56:29 +09:00
openssl drop-in type check for rb_define_module_function 2019-08-29 18:34:09 +09:00
pathname
psych ext/psych/yaml/api.c: Suppress a "variable set but not used" warning 2019-08-24 20:31:16 +09:00
pty rb_ensure now free from ANYARGS 2019-08-27 15:52:26 +09:00
racc/cparse rb_catch now free from ANYARGS 2019-08-27 15:52:26 +09:00
rbconfig/sizeof
readline drop-in type check for rb_define_singleton_method 2019-08-29 18:34:09 +09:00
ripper [DOC] Update output of Ripper.sexp [ci skip] 2019-09-07 13:50:05 +09:00
rubyvm
sdbm
socket Support timeout for Addrinfo 2019-09-09 14:34:05 +09:00
stringio
strscan
syslog
win32
win32ole
zlib rb_ensure now free from ANYARGS 2019-08-27 15:52:26 +09:00
.document
extmk.rb
Setup
Setup.atheos
Setup.nt