aboutsummaryrefslogtreecommitdiffstats
path: root/test/net/http/test_http.rb
Commit message (Expand)AuthorAgeFilesLines
...
* * 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-141-1/+1
* * lib/net/http: Do not handle Content-Encoding when the user setsdrbrain2013-02-141-0/+19
* 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-211-0/+48
* * ruby.c (load_file_internal): set default source encoding asnaruse2012-11-061-2/+1
* test_http.rb: clear environment variablesshirosaki2012-09-291-11/+15
* Use 0 for webrick's port and get the actual port. [Bug #6766]naruse2012-07-211-5/+5
* * 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
* * 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
* * lib/net/protocol.rb (module Net): Added ReadTimeout to matchdrbrain2012-04-111-1/+1
* * lib/net/http.rb: Retry HTTP requests for additional network errors.drbrain2012-02-281-8/+6
* 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_http.rb (TestNetHTTPKeepAlive#*): remove debugusa2012-02-021-2/+0
* * lib/net/http.rb (Net::HTTP#transport_request): retry a idempotentnaruse2012-01-201-0/+44
* 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-011-1/+1
* * lib/net/http.rb (Net::HTTP.post_form): Do not ignore query part of nahi2011-06-211-3/+11
* * lib/net/http.rb, lib/net/protocol.rb: Allow to configure to waitnahi2011-05-311-0/+81
* * lib/net/http.rb (Net::HTTP#connect): makes it timeout duringyugui2011-01-121-0/+19
* use require_relative instead of File.expand_pathtenderlove2011-01-061-1/+1
* * 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
* * lib/net/http.rb: adding support to rfc5789 patch verb.naruse2010-06-011-0/+19
* * lib/net/http.rb (Net::HTTPResponse#read_chunked): ensure to skip themame2010-05-031-17/+71
* * {ext,lib,test}/**/*.rb: removed trailing spaces.nobu2009-03-061-1/+1
* * test/net/http/test_http.rb (_test_request__file): specify encodingmame2008-06-291-2/+2
* * test/net/http/test_http.rb: compare encodings of two strings beforemame2008-06-191-0/+1
* * test/net/http/utils.rb: split TestNetHTTPUtils module fromgotoyuzo2007-12-181-84/+1
* * lib/net/http.rb (tokens): forgot to add strip. [ruby-core:11120]aamine2007-05-121-0/+20
* * 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