aboutsummaryrefslogtreecommitdiffstats
path: root/test/net
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * lib/net/smtp.rb: Net::SMTP should close the SSL connection if thetenderlove2010-12-221-0/+90
* * lib/net/http.rb (Net::HTTPRequest#send_request_body_data):naruse2010-12-141-0/+1
* * lib/net/http.rb (Net::HTTPRequest#set_form): Added to supportnaruse2010-12-131-0/+96
* * lib/net/http.rb: remove version 1.1 features.naruse2010-12-101-53/+6
* fix typo: not response.attr.data, but response.data.attr.naruse2010-12-071-1/+1
* * lib/net/imap.rb (xlist): supported the XLIST command, which is anshugo2010-12-071-0/+9
* * test/net/http/test_https.rb: As always, localhost is notshyouhei2010-09-271-1/+11
* * test/net/imap/test_imap.rb: resurrection of r29259.shyouhei2010-09-271-6/+16
* reverting; http://rubyforge.org/tracker/?func=detail&atid=4099&aid=28566&grou...shyouhei2010-09-151-16/+6
* * lib/test/unit/assertions.rb (Test::Unit::Assertions::assert_nothing_raised):shyouhei2010-09-151-6/+16
* * test/net/imap/test_imap.rb: "localhost" not guaranteed toshyouhei2010-09-151-7/+7
* * test/net/http/test_https.rb (test_identity_verify_failure): followsnahi2010-09-091-1/+1
* * test/net/imap/test_imap.rb (test_exception_during_shutdown):nobu2010-06-051-0/+1
* * lib/net/http.rb: adding support to rfc5789 patch verb.naruse2010-06-012-0/+25
* * test/net/imap/test_imap.rb: use IPv4 forshugo2010-05-091-9/+17
* * lib/net/imap.rb (disconnect): terminates @receiver_thread even ifshugo2010-05-081-0/+37
* * lib/net/http.rb (Net::HTTPResponse#read_chunked): ensure to skip themame2010-05-032-18/+79
* * lib/net/imap (encode_utf7): encode & properly. Thanks, Kengoshugo2010-04-141-0/+4
* test/net/imap/test_imap_response_parser.rb: fixed test_resp_text_code.shugo2010-02-061-1/+1
* * test/net/imap/test_imap_response_parser.rb (test_resp_text_code): added a testshugo2010-02-061-3/+15
* * lib/net/imap.rb (receive_responses): does not hang when an unexpected BYEshugo2010-02-061-0/+28
* * test/net/imap/test_imap.rb (test_exception_during_idle): use timeout.shugo2010-02-061-1/+10
* * lib/net/imap.rb (flag_list): untaint strings to intern in the safeshugo2009-11-191-0/+54