aboutsummaryrefslogtreecommitdiffstats
path: root/test/net/http
Commit message (Expand)AuthorAgeFilesLines
...
* * test/net/http/test_https.rb (TestNetHTTPS#test_session_reuse): localhost is...shyouhei2012-07-261-0/+2
* * lib/net/http.rb: Added SSL session reuse across connections for adrbrain2012-07-251-0/+23
* Use 0 for webrick's port and get the actual port. [Bug #6766]naruse2012-07-212-6/+9
* * lib/net/http.rb (Net::HTTP.newobj): return back for compatibility.naruse2012-07-211-6/+27
* * lib/net/http.rb: Net::HTTP now automatically detects and usesdrbrain2012-07-201-0/+161
* * lib/net/http/response.rb: Automatically inflate gzip anddrbrain2012-07-192-2/+213
* * test/net/http/test_http.rb (TestNetHTTPLocalBind#test_bind_to_local*):usa2012-07-191-2/+0
* use localhost for both local and remote. [Bug #6746]naruse2012-07-181-12/+4
* Support IPv6 address. [Bug #6746]naruse2012-07-171-4/+6
* * test/net/http/test_http.rb (TestNetHTTPLocalBind#test_bind_to_local*):usa2012-07-121-0/+2
* Use IPv4 address on connecting to 127.0.0.1.naruse2012-07-121-1/+1
* * lib/net/http.rb (Net::HTTP#connect): use local_host and local_portnaruse2012-07-111-0/+42
* * test/net/http/test_httpresponses.rb: Add a test file forknu2012-07-051-0/+24
* * lib/net/http/header.rb (Net::HTTPHeader#range): fix broken parser ofnaruse2012-05-231-5/+22
* * test/net/http/test_https.rb: update test for r35494ayumin2012-04-301-1/+1
* * lib/net/protocol.rb (module Net): Added ReadTimeout to matchdrbrain2012-04-111-1/+1
* * 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