aboutsummaryrefslogtreecommitdiffstats
path: root/test/net/http
Commit message (Expand)AuthorAgeFilesLines
* * test/net/http/test_http.rb (TestNetHTTP_v1_2#test_get,usa2013-07-101-2/+2
* * test/csv/test_features.rb, test/logger/test_logger.rbakr2013-04-201-45/+43
* * lib/net/http.rb: Removed duplicate Accept-Encoding in Net::HTTP#get.drbrain2013-02-241-0/+2
* * lib/net/http.rb: Removed OpenSSL dependency from Net::HTTP.drbrain2013-02-142-3/+3
* * lib/net/http: Do not handle Content-Encoding when the user setsdrbrain2013-02-143-0/+67
* Suppress warningsnaruse2013-01-051-5/+11
* * lib/net/http/generic_request.rb (Net::HTTPGenericRequest):naruse2012-12-231-0/+9
* * lib/net/http.rb: Requests may be created with a URI which sets thedrbrain2012-12-212-0/+63
* * ruby.c (load_file_internal): set default source encoding asnaruse2012-11-062-2/+2
* test_http.rb: clear environment variablesshirosaki2012-09-291-11/+15
* * lib/webrick/ssl.rb (WEBrick::Config::SSL): add new keynaruse2012-09-011-0/+1
* Use 0 as port like #6766 [Bug #6959]naruse2012-09-011-1/+1
* Refix r36678: switch with zlib and check content-encoding.naruse2012-08-101-6/+24
* Suppress warnings: Net::HTTPResponse#header is obsoletenaruse2012-08-101-4/+4
* Run automatic deflate decoding only if it has zlib.naruse2012-08-101-3/+3
* * 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