summaryrefslogtreecommitdiff
path: root/test/net
AgeCommit message (Expand)Author
2012-05-07* lib/net/imap.rb (body_type_attachment): parse body typeshugo
2012-04-30* test/net/http/test_https.rb: update test for r35494ayumin
2012-04-23skip OpenSSL dependent tests if not availablenobu
2012-04-11* lib/net/protocol.rb (module Net): Added ReadTimeout to matchdrbrain
2012-04-04* lib/ftp/ftp.rb (Net::FTP#close): restore original read_timeout.naruse
2012-04-03* lib/ftp/ftp.rb (Net::FTP#close): close socket more gracefully.naruse
2012-04-03* test/net/ftp/test_ftp.rb (FTPTest#create_ftp_server): should waitusa
2012-04-01Refix of 35206; 0.3 is too small for Ruby's timeout.naruse
2012-04-01ReRefix the test for r35205.naruse
2012-04-01Refix the test for r35205.naruse
2012-04-01Fix the test for r35205.naruse
2012-04-01Client waits only the first line.naruse
2012-04-01* lib/net/ftp.rb (Net::BufferedSocket): should delegate send() to @ionaruse
2012-03-31* lib/net/ftp.rb (read_timeout=, open_timeout=): supported timeout.shugo
2012-03-26* lib/net/ftp.rb (parse_pasv_port): refactored.shugo
2012-03-26* test/net/ftp/test_ftp.rb: add the test, which was forgotten in theshugo
2012-03-16* lib/net/imap.rb (initialize): raise Net::IMAP::Error when theshugo
2012-03-16* lib/net/imap.rb (rfc822_text): ignore [] after RFC822.shugo
2012-02-28 * lib/net/protocol.rb: Add OpenTimeout subclass of Timeout::Errordrbrain
2012-02-28 * lib/net/http.rb: Retry HTTP requests for additional network errors.drbrain
2012-02-25Fix r34779. Raised error on connection reset varies on environments.naruse
2012-02-24* lib/net/http.rb (Net::HTTP#transport_request): Fix infinite loopdrbrain
2012-02-02* test/net/http/test_https_proxy.rbkazu
2012-02-02* test/net/http/test_http.rb (TestNetHTTPKeepAlive#*): remove debugusa
2012-01-20* lib/net/http.rb (Net::HTTP#transport_request): retry a idempotentnaruse
2011-12-22Suppress warnings.naruse
2011-12-11* lib/net/imap.rb: includes the sequence number of UID in a errorshugo
2011-11-19* test/net/http/test_http.rb: remove temporally files in ensure clause.akr
2011-11-18* test/net/http/test_http.rb: remove temporally files.akr
2011-09-04* lib/net/imap.rb (default_port, default_imap_port,shugo
2011-08-19* lib/net/imap.rb (idle): raises a Net::IMAP::Error when theshugo
2011-08-19* lib/net/imap.rb (msg_att): accepts extra space before ')'.shugo
2011-08-01* test/net/http/test_http.rb (TestNetHTTP_version_1_1_methods#test_timeout_du...shyouhei
2011-06-21* lib/net/http.rb (Net::HTTP.post_form): Do not ignore query part of nahi
2011-06-16* lib/net/imap.rb (search_response): parses SEARCH responses fromshugo
2011-05-31* lib/net/http.rb, lib/net/protocol.rb: Allow to configure to waitnahi
2011-05-28* test/net/http/utils.rb (TestNetHTTPUtils#teardown): add nil check.kosaki
2011-02-19Fix tests.naruse
2011-01-15* test/net/smtp/test_ssl_socket.rb: fix dependency.nobu
2011-01-14* test/net/imap/test_imap.rb: call neither logout nor disconnectshugo
2011-01-12* lib/net/http.rb (Net::HTTP#connect): makes it timeout duringyugui
2011-01-06use require_relative instead of File.expand_pathtenderlove
2011-01-06* lib/net/protocol.rb (eof?): BufferedIO should proxy eof? to thetenderlove
2011-01-05* lib/net/http.rb (Net::HTTP#get): A header hash given should notknu
2010-12-23* test/net/imap/cacert.pem: updated because it has been expired.yugui
2010-12-22adding tests for Net::SMTP::Response#exception_classtenderlove
2010-12-22adding more tests for Net::SMTP::Response classtenderlove
2010-12-22* lib/net/smtp.rb: refactoring Net::SMTP#esmtp= to use antenderlove
2010-12-22adding tests for the SMTP response parsertenderlove
2010-12-22* lib/net/smtp.rb: Net::SMTP should close the SSL connection if thetenderlove