summaryrefslogtreecommitdiff
path: root/test/net
AgeCommit message (Expand)Author
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
2010-12-14* lib/net/http.rb (Net::HTTPRequest#send_request_body_data):naruse
2010-12-13* lib/net/http.rb (Net::HTTPRequest#set_form): Added to supportnaruse
2010-12-10* lib/net/http.rb: remove version 1.1 features.naruse
2010-12-07fix typo: not response.attr.data, but response.data.attr.naruse
2010-12-07* lib/net/imap.rb (xlist): supported the XLIST command, which is anshugo
2010-09-27 * test/net/http/test_https.rb: As always, localhost is notshyouhei
2010-09-27 * test/net/imap/test_imap.rb: resurrection of r29259.shyouhei
2010-09-15reverting; http://rubyforge.org/tracker/?func=detail&atid=4099&aid=28566&grou...shyouhei
2010-09-15 * lib/test/unit/assertions.rb (Test::Unit::Assertions::assert_nothing_raised):shyouhei
2010-09-15 * test/net/imap/test_imap.rb: "localhost" not guaranteed toshyouhei
2010-09-09 * test/net/http/test_https.rb (test_identity_verify_failure): followsnahi
2010-06-05* test/net/imap/test_imap.rb (test_exception_during_shutdown):nobu
2010-06-01* lib/net/http.rb: adding support to rfc5789 patch verb.naruse
2010-05-09* test/net/imap/test_imap.rb: use IPv4 forshugo
2010-05-08* lib/net/imap.rb (disconnect): terminates @receiver_thread even ifshugo
2010-05-03* lib/net/http.rb (Net::HTTPResponse#read_chunked): ensure to skip themame
2010-04-14* lib/net/imap (encode_utf7): encode & properly. Thanks, Kengoshugo
2010-02-06test/net/imap/test_imap_response_parser.rb: fixed test_resp_text_code.shugo
2010-02-06* test/net/imap/test_imap_response_parser.rb (test_resp_text_code): added a testshugo
2010-02-06* lib/net/imap.rb (receive_responses): does not hang when an unexpected BYEshugo
2010-02-06* test/net/imap/test_imap.rb (test_exception_during_idle): use timeout.shugo
2009-11-19* lib/net/imap.rb (flag_list): untaint strings to intern in the safeshugo
2009-10-30 * lib/net/http.rb (Net::HTTPResponse#each_response_header):nahi
2009-07-24* lib/net/imap.rb (idle): leaves IDLE in a ensure clause. a patchshugo
2009-07-23* lib/net/imap.rb (resp_text_code): accepts response codes withoutshugo
2009-03-06* {ext,lib,test}/**/*.rb: removed trailing spaces.nobu
2008-10-14* lib/net/pop.rb: check for invalid APOP timestamp. (CVE-2007-1558)kazu
2008-09-24* test: assert_raises has been deprecated since a long time ago.nobu
2008-06-29* test/net/http/test_http.rb (_test_request__file): specify encodingmame
2008-06-19* test/net/http/test_http.rb: compare encodings of two strings beforemame