aboutsummaryrefslogtreecommitdiffstats
path: root/test/net/http
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * 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
* * 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/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
* * 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
* * 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
* * test/net/http/test_https.rb: As always, localhost is notshyouhei2010-09-271-1/+11
* * test/net/http/test_https.rb (test_identity_verify_failure): followsnahi2010-09-091-1/+1
* * lib/net/http.rb: adding support to rfc5789 patch verb.naruse2010-06-012-0/+25
* * lib/net/http.rb (Net::HTTPResponse#read_chunked): ensure to skip themame2010-05-032-18/+79
* * lib/net/http.rb (Net::HTTPResponse#each_response_header):nahi2009-10-301-0/+40
* * {ext,lib,test}/**/*.rb: removed trailing spaces.nobu2009-03-062-2/+2
* * 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
* * test/net/http/test_https.rb: should rescue LoadError.gotoyuzo2007-12-231-3/+3
* * ext/openssl/lib/net/ssl.rb (OpenSSL::SSL::SSLContext.build): removed.gotoyuzo2007-12-221-1/+1
* * 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