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
/
net
Age
Commit message (
Expand
)
Author
2017-10-26
Host header should add branckets to IPv6 address [Bug #12642]
naruse
2017-10-23
OpenSSL may show the different error message
naruse
2017-10-22
Fixed misspelling words.
hsbt
2017-10-21
ignore server side error
naruse
2017-10-21
Revert "ignore server side error"
naruse
2017-10-21
ignore server side error
naruse
2017-10-21
fic expected error message
naruse
2017-10-21
Introduce Net::HTTP#min_version/max_version [Feature #9450]
naruse
2017-10-03
Fix leaked file descriptor
kazu
2017-09-28
Net::HTTP.new: Support no_proxy parameter [Feature #11195]
naruse
2017-09-26
Make retries for Net::HTTP configurable [Feature #10674]
naruse
2017-09-25
HTTPHeader#add_field should allow binary [Bug #13926]
naruse
2017-09-15
include query parameters in Net::HTTP.post
naruse
2017-08-30
A HTTP Header value must not contain CR or LF.
naruse
2017-08-27
lib/net/imap.rb: Accept continuation requests without response text
shugo
2017-08-18
test/net/imap/test_imap.rb: Use Addrinfo.tcp in case localhost is ::1.
shugo
2017-08-01
Use `&.` instead of modifier if
kazu
2017-07-26
lib/net/imap.rb: support CHANGEDSINCE and MODSEQ
shugo
2017-07-19
lib/net/imap.rb: Ignore trailing space for Microsoft Exchange Server
shugo
2017-05-24
test_http.rb: fix r58855
nobu
2017-05-23
fix FD leaks
nobu
2017-05-22
lib/net/protocol.rb: account read_bytes before caller sees it
normal
2017-05-22
net/imap: separate @continuation_request_exception from @exception
shugo
2017-05-20
Clean proxy
naruse
2017-05-19
Net::HTTP#start now pass :ENV to p_addr by default [Bug #13351]
naruse
2017-05-19
net/imap: Net::IMAP#append should not block when NO response is received
shugo
2017-05-16
skip openssl related tests.
ko1
2017-05-13
test/net/imap: fix race condition in test_exception_during_idle
shugo
2017-05-11
net/imap: Net::IMAP#disconnect need not do anything if already disconnected
shugo
2017-04-23
Allow Net::HTTP to fetch user/pass from http_proxy
naruse
2017-04-13
Terminate created threads.
ko1
2017-01-14
revert r57323
nobu
2017-01-14
StringIO.new makes a RW buffer
nobu
2017-01-12
lib/net/smtp.rb: Specify frozen_string_literal: true.
kazu
2017-01-12
lib/net/protocol.rb: preserve backtrace information
shugo
2017-01-11
lib/net/protocol.rb: Specify frozen_string_literal: true.
kazu
2017-01-10
lib/net/pop.rb: Specify frozen_string_literal: true.
kazu
2016-12-04
Specify the socktype explicitly.
shugo
2016-12-04
Use 127.0.0.1 if getaddrinfo fails.
shugo
2016-12-03
Use IPv6 if it's preferred.
shugo
2016-11-29
net/http: don't use OpenSSL::TestUtils from test code
rhe
2016-11-29
Suppress warnings.
shugo
2016-11-29
Ignore SystemCallError in case it is raised by SSLSocket#accept.
shugo
2016-11-29
net/ftp: add a new option ssl_handshake_timeout to Net::FTP.new.
shugo
2016-11-28
hide exceptions in server thread
usa
2016-11-28
Give a chance to complete server.accept
usa
2016-11-26
net/ftp: support timeout for TLS handshake.
shugo
2016-11-23
rescue Errno::EPROTOTYPE in FTPTest#test_list_read_timeout_exceeded.
shugo
2016-11-23
Add a new optinal argument pathname to FTP#stat.
shugo
2016-11-22
Add BufferedSSLSocket#send.
shugo
[next]