aboutsummaryrefslogtreecommitdiffstats
path: root/test/net
Commit message (Expand)AuthorAgeFilesLines
* * lib/net/imap.rb (decode_utf7, encode_utf7): refactored byshugo2012-05-091-2/+12
* * lib/net/imap.rb (body_type_attachment): parse body typeshugo2012-05-071-0/+10
* * test/net/http/test_https.rb: update test for r35494ayumin2012-04-301-1/+1
* skip OpenSSL dependent tests if not availablenobu2012-04-231-20/+14
* * lib/net/protocol.rb (module Net): Added ReadTimeout to matchdrbrain2012-04-112-4/+4
* * lib/ftp/ftp.rb (Net::FTP#close): restore original read_timeout.naruse2012-04-041-1/+2
* * lib/ftp/ftp.rb (Net::FTP#close): close socket more gracefully.naruse2012-04-031-10/+8
* * test/net/ftp/test_ftp.rb (FTPTest#create_ftp_server): should waitusa2012-04-031-0/+1
* Refix of 35206; 0.3 is too small for Ruby's timeout.naruse2012-04-011-3/+3
* ReRefix the test for r35205.naruse2012-04-011-1/+0
* Refix the test for r35205.naruse2012-04-011-5/+4
* Fix the test for r35205.naruse2012-04-011-4/+4
* Client waits only the first line.naruse2012-04-011-1/+1
* * lib/net/ftp.rb (Net::BufferedSocket): should delegate send() to @ionaruse2012-04-011-0/+68
* * lib/net/ftp.rb (read_timeout=, open_timeout=): supported timeout.shugo2012-03-311-0/+429
* * lib/net/ftp.rb (parse_pasv_port): refactored.shugo2012-03-261-0/+8
* * test/net/ftp/test_ftp.rb: add the test, which was forgotten in theshugo2012-03-261-0/+102
* * lib/net/imap.rb (initialize): raise Net::IMAP::Error when theshugo2012-03-161-0/+19
* * lib/net/imap.rb (rfc822_text): ignore [] after RFC822.shugo2012-03-161-0/+16
* * lib/net/protocol.rb: Add OpenTimeout subclass of Timeout::Errordrbrain2012-02-281-1/+1
* * lib/net/http.rb: Retry HTTP requests for additional network errors.drbrain2012-02-282-11/+9
* Fix r34779. Raised error on connection reset varies on environments.naruse2012-02-251-1/+1
* * lib/net/http.rb (Net::HTTP#transport_request): Fix infinite loopdrbrain2012-02-241-0/+12
* * test/net/http/test_https_proxy.rbkazu2012-02-021-0/+6
* * test/net/http/test_http.rb (TestNetHTTPKeepAlive#*): remove debugusa2012-02-021-2/+0
* * lib/net/http.rb (Net::HTTP#transport_request): retry a idempotentnaruse2012-01-202-0/+45
* Suppress warnings.naruse2011-12-221-10/+17
* * lib/net/imap.rb: includes the sequence number of UID in a errorshugo2011-12-111-0/+10
* * test/net/http/test_http.rb: remove temporally files in ensure clause.akr2011-11-191-2/+4
* * test/net/http/test_http.rb: remove temporally files.akr2011-11-181-0/+2
* * lib/net/imap.rb (default_port, default_imap_port,shugo2011-09-041-0/+8
* * lib/net/imap.rb (idle): raises a Net::IMAP::Error when theshugo2011-08-191-0/+55
* * lib/net/imap.rb (msg_att): accepts extra space before ')'.shugo2011-08-191-0/+17
* * test/net/http/test_http.rb (TestNetHTTP_version_1_1_methods#test_timeout_du...shyouhei2011-08-012-2/+2
* * lib/net/http.rb (Net::HTTP.post_form): Do not ignore query part of nahi2011-06-212-3/+12
* * lib/net/imap.rb (search_response): parses SEARCH responses fromshugo2011-06-161-1/+28
* * lib/net/http.rb, lib/net/protocol.rb: Allow to configure to waitnahi2011-05-311-0/+81
* * test/net/http/utils.rb (TestNetHTTPUtils#teardown): add nil check.kosaki2011-05-281-3/+5
* Fix tests.naruse2011-02-191-1/+1
* * test/net/smtp/test_ssl_socket.rb: fix dependency.nobu2011-01-151-1/+2
* * test/net/imap/test_imap.rb: call neither logout nor disconnectshugo2011-01-141-2/+2
* * lib/net/http.rb (Net::HTTP#connect): makes it timeout duringyugui2011-01-122-0/+41
* use require_relative instead of File.expand_pathtenderlove2011-01-061-1/+1
* * lib/net/protocol.rb (eof?): BufferedIO should proxy eof? to thetenderlove2011-01-061-0/+17
* * lib/net/http.rb (Net::HTTP#get): A header hash given should notknu2011-01-051-0/+4
* * test/net/imap/cacert.pem: updated because it has been expired.yugui2010-12-232-54/+101
* adding tests for Net::SMTP::Response#exception_classtenderlove2010-12-221-0/+36
* adding more tests for Net::SMTP::Response classtenderlove2010-12-221-0/+26
* * lib/net/smtp.rb: refactoring Net::SMTP#esmtp= to use antenderlove2010-12-221-0/+16
* adding tests for the SMTP response parsertenderlove2010-12-221-0/+37