summaryrefslogtreecommitdiff
path: root/test/net
AgeCommit message (Expand)Author
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
2016-07-06* lib/net/http/generic_rquest.rb (write_header): A Request-Line mustshugo
2016-07-05* lib/net/ftp.rb (putline): raise an ArgumentError whenshugo
2016-06-08* lib/net/smtp.rb (getok, get_response): raise an ArgumentError whenshugo
2016-05-04* lib/net/http/header.rb (Net::HTTPHeader#{each_header,each_name,ktsj
2016-05-04* test/net/http/test_httpheader.rb: add missing test ofktsj
2016-03-07* test/net/imap/test_imap.rb (test_idle_timeout): Because of theodaira
2016-02-19test: use assert_not_*nobu
2016-02-12net/ftp.rb: NullSocket#closed?nobu
2016-01-29* lib/net/http/header.rb: Warn nil variable on HTTP Header.hsbt
2016-01-05leakchecker.rb: remove temporary measurenobu
2015-12-24fix common misspelling [ci skip]nobu
2015-12-16Add frozen_string_literal: false for all filesnaruse
2015-12-09fix r53013; the environment defines "example" as local hostnamenaruse