summaryrefslogtreecommitdiff
path: root/test/net
AgeCommit message (Expand)Author
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
2008-05-21* lib/net/imap.rb: do not use Thread#raise. [ruby-dev:34739]shugo
2008-05-05* test/io/nonblock/test_flush.rb: don't set Thread.abort_on_exception.akr
2007-12-30* test/net/imap/test_imap.rb: check OpenSSL definition before testing imaps.usa
2007-12-23* test/net/http/test_https.rb: should rescue LoadError.gotoyuzo
2007-12-22* test/net/imap/test_imap.rb: added tests for SSL.shugo
2007-12-22* ext/openssl/lib/net/ssl.rb (OpenSSL::SSL::SSLContext.build): removed.gotoyuzo
2007-12-22* lib/net/imap.rb (encode_utf7): accept UTF-8 strings.shugo
2007-12-20* lib/net/http.rb (Net::HTTP#connect): usegotoyuzo
2007-12-18* test/net/http/utils.rb: split TestNetHTTPUtils module fromgotoyuzo
2007-12-15catch EOFError in a thread.akr
2007-12-15close socket.akr
2007-11-14* test/net/http/test_https_proxy.rbmatz
2007-05-12* lib/net/http.rb (tokens): forgot to add strip. [ruby-core:11120]aamine
2006-07-26merge test cases with Ruby 1.8aamine
2006-07-26* lib/net/http.rb (Net::HTTP#post, request_post, request): should set Content...aamine
2005-10-08* lib/scanf.rb (Scanf::FormatSpecifier#letter, #width): use matchednobu
2005-09-24* test/net/http/test_http.rb (teardown): ensure that Net::HTTP is version 1.2...aamine
2005-09-24* test/net/http/test_http.rb: new file.aamine
2005-06-07skip test if openssl is not available.akr
2005-06-03fix another IPv6 issue.akr
2005-06-03avoid IPv6 issue.akr
2005-06-03add ML number.akr
2005-06-03set verify_mode to avoid a warning.akr
2005-06-03add a test.akr
2005-04-20* lib/net/http.rb: new method Net::HTTP.post_form.aamine