1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/lib
shugo 7242e6a9b6 net/ftp: add a new option ssl_handshake_timeout to Net::FTP.new.
The TLS handshake timeout can be specified independently, because the TLS
handshake doesn't start just after the underlying connection is established,
but after the AUTH command is completed.  It's also useful for testing
purposes.  However, if ssl_handshake_timeout is not specified, open_timeout
is used instead for convenience.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56919 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2016-11-29 02:47:11 +00:00
..
cgi lib/*: remove closed checks 2016-11-21 23:05:41 +00:00
drb
forwardable forwardable/impl.rb 2016-11-20 02:12:48 +00:00
irb
matrix
net net/ftp: add a new option ssl_handshake_timeout to Net::FTP.new. 2016-11-29 02:47:11 +00:00
optparse
racc Fix grammar errors 2016-11-08 19:55:59 +00:00
rbconfig
rdoc * remove trailing spaces. 2016-11-05 09:18:11 +00:00
rexml numeric.c: round to nearest even 2016-11-05 09:49:39 +00:00
rinda
rss
rubygems
shell lib/*: remove closed checks 2016-11-21 23:05:41 +00:00
unicode_normalize
uri Use &. instead of if and ? : 2016-11-22 23:44:51 +00:00
webrick webrick/server: use symbol proc 2016-11-23 23:14:15 +00:00
yaml
abbrev.rb
base64.rb
benchmark.rb
cgi.rb
cmath.rb
csv.rb
debug.rb
delegate.rb
drb.rb
e2mmap.rb e2mmap.rb: remove old definition 2016-11-06 02:45:14 +00:00
English.rb
erb.rb Alias regist_scanner to register_scanner 2016-11-05 16:56:52 +00:00
fileutils.rb
find.rb
forwardable.rb forwardable/impl.rb 2016-11-20 02:12:48 +00:00
getoptlong.rb
ipaddr.rb IPAddr#== and IPAddr#<=> no longer raise an exception if coercion fails 2016-11-05 13:53:38 +00:00
irb.rb irb.rb: Binding#irb 2016-11-06 02:53:25 +00:00
logger.rb logger.rb: fix next rotate time 2016-11-16 06:59:42 +00:00
mathn.rb
matrix.rb
mkmf.rb
monitor.rb
mutex_m.rb
observer.rb
open-uri.rb
open3.rb lib/open3: favor symbol proc when possible 2016-11-21 23:13:16 +00:00
optionparser.rb
optparse.rb
ostruct.rb
pp.rb Enable the document for Kernel[#.]pp. 2016-11-11 03:04:38 +00:00
prettyprint.rb
prime.rb
profile.rb
profiler.rb
pstore.rb lib/*: remove closed checks 2016-11-21 23:05:41 +00:00
rdoc.rb * lib/rdoc/*, test/rdoc/*: Update rdoc-5.0.0 2016-11-05 09:18:10 +00:00
resolv-replace.rb
resolv.rb resolv: use safe navigation operator to avoid extra hash lookups 2016-11-23 23:57:30 +00:00
rss.rb
rubygems.rb
scanf.rb
securerandom.rb
set.rb Add Set#compare_by_identity and Set#compare_by_identity? 2016-11-05 09:23:14 +00:00
shell.rb shell.rb: suppress warnings 2016-11-05 23:58:02 +00:00
shellwords.rb
singleton.rb
sync.rb
tempfile.rb lib/*: remove closed checks 2016-11-21 23:05:41 +00:00
thwait.rb
time.rb Time.parse's "now" argument as nil works again. 2016-11-05 14:03:34 +00:00
timeout.rb
tmpdir.rb
tracer.rb
tsort.rb
ubygems.rb
un.rb
unicode_normalize.rb
uri.rb
weakref.rb
webrick.rb
yaml.rb