summaryrefslogtreecommitdiff
path: root/test/net
AgeCommit message (Expand)Author
2017-08-30A HTTP Header value must not contain CR or LF.naruse
2017-08-27lib/net/imap.rb: Accept continuation requests without response textshugo
2017-08-18test/net/imap/test_imap.rb: Use Addrinfo.tcp in case localhost is ::1.shugo
2017-08-01Use `&.` instead of modifier ifkazu
2017-07-26lib/net/imap.rb: support CHANGEDSINCE and MODSEQshugo
2017-07-19lib/net/imap.rb: Ignore trailing space for Microsoft Exchange Servershugo
2017-05-24test_http.rb: fix r58855nobu
2017-05-23fix FD leaksnobu
2017-05-22lib/net/protocol.rb: account read_bytes before caller sees itnormal
2017-05-22net/imap: separate @continuation_request_exception from @exceptionshugo
2017-05-20Clean proxynaruse
2017-05-19Net::HTTP#start now pass :ENV to p_addr by default [Bug #13351]naruse
2017-05-19net/imap: Net::IMAP#append should not block when NO response is receivedshugo
2017-05-16skip openssl related tests.ko1
2017-05-13test/net/imap: fix race condition in test_exception_during_idleshugo
2017-05-11net/imap: Net::IMAP#disconnect need not do anything if already disconnectedshugo
2017-04-23Allow Net::HTTP to fetch user/pass from http_proxynaruse
2017-04-13Terminate created threads.ko1
2017-01-14revert r57323nobu
2017-01-14StringIO.new makes a RW buffernobu
2017-01-12lib/net/smtp.rb: Specify frozen_string_literal: true.kazu
2017-01-12lib/net/protocol.rb: preserve backtrace informationshugo
2017-01-11lib/net/protocol.rb: Specify frozen_string_literal: true.kazu
2017-01-10lib/net/pop.rb: Specify frozen_string_literal: true.kazu
2016-12-04Specify the socktype explicitly.shugo
2016-12-04Use 127.0.0.1 if getaddrinfo fails.shugo
2016-12-03Use IPv6 if it's preferred.shugo
2016-11-29net/http: don't use OpenSSL::TestUtils from test coderhe
2016-11-29Suppress warnings.shugo
2016-11-29Ignore SystemCallError in case it is raised by SSLSocket#accept.shugo
2016-11-29net/ftp: add a new option ssl_handshake_timeout to Net::FTP.new.shugo
2016-11-28hide exceptions in server threadusa
2016-11-28Give a chance to complete server.acceptusa
2016-11-26net/ftp: support timeout for TLS handshake.shugo
2016-11-23rescue Errno::EPROTOTYPE in FTPTest#test_list_read_timeout_exceeded.shugo
2016-11-23Add a new optinal argument pathname to FTP#stat.shugo
2016-11-22Add BufferedSSLSocket#send.shugo
2016-11-21Add new options open_timeout and read_timeout to Net::FTP.new.shugo
2016-11-20remote_address should be called on @bare_sock.shugo
2016-11-19Expand abbreviated option names.shugo
2016-11-19Move certificates to test/net/fixtures/.shugo
2016-11-19Support TLS and hash styles options for Net::FTP.new.shugo
2016-11-15ftp.rb: use Addrinfo interfacesshugo
2016-11-08Fix undefined method 'dump' for nil:NilClass (NoMethodError)a_matsuda
2016-11-07Extend Net::HTTP#open_timeout for chkbuild on Solaris 10s.shugo
2016-11-06* test/net/smtp/test_smtp.rb (test_tls_connect, test_tls_connect):shugo
2016-11-05* lib/net/http.rb (Net::HTTP.post): new convenience method to send a POST req...shugo
2016-11-05* lib/net/http.rb (transport_request): other than HTTPContinuenaruse
2016-11-05* lib/net/smtp.rb (tlsconnect): support timeout for TLS handshake.shugo
2016-07-06Add an assertion.shugo