summaryrefslogtreecommitdiffstats
path: root/test/net
Commit message (Expand)AuthorAgeFilesLines
* * lib/net/imap.rb (flag_list): untaint strings to intern in the safeshugo2009-11-191-0/+54
* * lib/net/http.rb (Net::HTTPResponse#each_response_header):nahi2009-10-301-0/+40
* * lib/net/imap.rb (idle): leaves IDLE in a ensure clause. a patchshugo2009-07-241-0/+94
* * lib/net/imap.rb (resp_text_code): accepts response codes withoutshugo2009-07-231-0/+64
* * {ext,lib,test}/**/*.rb: removed trailing spaces.nobu2009-03-062-2/+2
* * lib/net/pop.rb: check for invalid APOP timestamp. (CVE-2007-1558)kazu2008-10-141-0/+132
* * test: assert_raises has been deprecated since a long time ago.nobu2008-09-241-1/+1
* * test/net/http/test_http.rb (_test_request__file): specify encodingmame2008-06-292-2/+3
* * test/net/http/test_http.rb: compare encodings of two strings beforemame2008-06-191-0/+1
* * lib/net/imap.rb: do not use Thread#raise. [ruby-dev:34739]shugo2008-05-211-0/+31
* * test/io/nonblock/test_flush.rb: don't set Thread.abort_on_exception.akr2008-05-051-6/+17
* * test/net/imap/test_imap.rb: check OpenSSL definition before testing imaps.usa2007-12-301-24/+34
* * test/net/http/test_https.rb: should rescue LoadError.gotoyuzo2007-12-231-3/+3
* * test/net/imap/test_imap.rb: added tests for SSL.shugo2007-12-224-0/+216
* * ext/openssl/lib/net/ssl.rb (OpenSSL::SSL::SSLContext.build): removed.gotoyuzo2007-12-221-1/+1
* * lib/net/imap.rb (encode_utf7): accept UTF-8 strings.shugo2007-12-221-3/+5
* * lib/net/http.rb (Net::HTTP#connect): usegotoyuzo2007-12-202-3/+113
* * test/net/http/utils.rb: split TestNetHTTPUtils module fromgotoyuzo2007-12-182-84/+83
* catch EOFError in a thread.akr2007-12-151-7/+5
* close socket.akr2007-12-151-1/+7
* * test/net/http/test_https_proxy.rbmatz2007-11-141-0/+3
* * lib/net/http.rb (tokens): forgot to add strip. [ruby-core:11120]aamine2007-05-121-0/+20
* merge test cases with Ruby 1.8aamine2006-07-261-3/+74
* * lib/net/http.rb (Net::HTTP#post, request_post, request): should set Content...aamine2006-07-261-0/+12
* * lib/scanf.rb (Scanf::FormatSpecifier#letter, #width): use matchednobu2005-10-081-3/+3
* * test/net/http/test_http.rb (teardown): ensure that Net::HTTP is version 1.2...aamine2005-09-241-0/+5
* * test/net/http/test_http.rb: new file.aamine2005-09-241-0/+377
* skip test if openssl is not available.akr2005-06-071-2/+5
* fix another IPv6 issue.akr2005-06-031-1/+1
* avoid IPv6 issue.akr2005-06-031-3/+3
* add ML number.akr2005-06-031-2/+2
* set verify_mode to avoid a warning.akr2005-06-031-0/+1
* add a test.akr2005-06-031-0/+26
* * lib/net/http.rb: new method Net::HTTP.post_form.aamine2005-04-201-0/+22
* * lib/net/imap.rb (decode_utf7): use pack("U*") to encode UTF-8.shugo2005-01-211-0/+14
* * lib/net/http.rb (each_capitalized): should join header field value. This p...aamine2005-01-011-0/+8
* * lib/net/http.rb: HTTPHeader keeps its header fields as an array.aamine2004-03-061-10/+77
* * test/net/test_httpheader.rb: new file.aamine2004-01-071-0/+137