aboutsummaryrefslogtreecommitdiffstats
path: root/test/net
Commit message (Expand)AuthorAgeFilesLines
* A HTTP Header value must not contain CR or LF.naruse2017-08-301-0/+11
* lib/net/imap.rb: Accept continuation requests without response textshugo2017-08-272-2/+10
* test/net/imap/test_imap.rb: Use Addrinfo.tcp in case localhost is ::1.shugo2017-08-181-19/+21
* Use `&.` instead of modifier ifkazu2017-08-011-3/+3
* lib/net/imap.rb: support CHANGEDSINCE and MODSEQshugo2017-07-261-0/+7
* lib/net/imap.rb: Ignore trailing space for Microsoft Exchange Servershugo2017-07-191-0/+13
* test_http.rb: fix r58855nobu2017-05-241-3/+3
* fix FD leaksnobu2017-05-231-3/+15
* lib/net/protocol.rb: account read_bytes before caller sees itnormal2017-05-221-0/+26
* net/imap: separate @continuation_request_exception from @exceptionshugo2017-05-221-4/+7
* Clean proxynaruse2017-05-201-1/+1
* Net::HTTP#start now pass :ENV to p_addr by default [Bug #13351]naruse2017-05-191-0/+17
* net/imap: Net::IMAP#append should not block when NO response is receivedshugo2017-05-191-0/+85
* skip openssl related tests.ko12017-05-162-0/+8
* test/net/imap: fix race condition in test_exception_during_idleshugo2017-05-131-4/+10
* net/imap: Net::IMAP#disconnect need not do anything if already disconnectedshugo2017-05-111-0/+27
* Allow Net::HTTP to fetch user/pass from http_proxynaruse2017-04-231-0/+17
* Terminate created threads.ko12017-04-131-1/+2
* revert r57323nobu2017-01-141-3/+3
* StringIO.new makes a RW buffernobu2017-01-141-3/+3
* lib/net/smtp.rb: Specify frozen_string_literal: true.kazu2017-01-123-3/+3
* lib/net/protocol.rb: preserve backtrace informationshugo2017-01-121-0/+22
* lib/net/protocol.rb: Specify frozen_string_literal: true.kazu2017-01-111-4/+4
* lib/net/pop.rb: Specify frozen_string_literal: true.kazu2017-01-101-1/+1
* Specify the socktype explicitly.shugo2016-12-041-1/+5
* Use 127.0.0.1 if getaddrinfo fails.shugo2016-12-041-1/+2
* Use IPv6 if it's preferred.shugo2016-12-031-106/+85
* net/http: don't use OpenSSL::TestUtils from test coderhe2016-11-293-25/+53
* Suppress warnings.shugo2016-11-291-8/+8
* Ignore SystemCallError in case it is raised by SSLSocket#accept.shugo2016-11-291-1/+1
* net/ftp: add a new option ssl_handshake_timeout to Net::FTP.new.shugo2016-11-291-9/+6
* hide exceptions in server threadusa2016-11-281-5/+8
* Give a chance to complete server.acceptusa2016-11-281-0/+1
* net/ftp: support timeout for TLS handshake.shugo2016-11-261-0/+24
* rescue Errno::EPROTOTYPE in FTPTest#test_list_read_timeout_exceeded.shugo2016-11-231-1/+1
* Add a new optinal argument pathname to FTP#stat.shugo2016-11-231-0/+33
* Add BufferedSSLSocket#send.shugo2016-11-221-0/+53
* Add new options open_timeout and read_timeout to Net::FTP.new.shugo2016-11-211-0/+10
* remote_address should be called on @bare_sock.shugo2016-11-201-1/+1
* Expand abbreviated option names.shugo2016-11-191-4/+4
* Move certificates to test/net/fixtures/.shugo2016-11-196-9/+9
* Support TLS and hash styles options for Net::FTP.new.shugo2016-11-191-0/+456
* ftp.rb: use Addrinfo interfacesshugo2016-11-151-1/+2
* Fix undefined method 'dump' for nil:NilClass (NoMethodError)a_matsuda2016-11-081-0/+16
* Extend Net::HTTP#open_timeout for chkbuild on Solaris 10s.shugo2016-11-071-1/+1
* * test/net/smtp/test_smtp.rb (test_tls_connect, test_tls_connect):shugo2016-11-061-9/+24
* * lib/net/http.rb (Net::HTTP.post): new convenience method to send a POST req...shugo2016-11-051-0/+16
* * lib/net/http.rb (transport_request): other than HTTPContinuenaruse2016-11-051-0/+33
* * lib/net/smtp.rb (tlsconnect): support timeout for TLS handshake.shugo2016-11-052-0/+61
* Add an assertion.shugo2016-07-061-0/+3