summaryrefslogtreecommitdiff
path: root/test/net/http/test_http.rb
AgeCommit message (Expand)Author
2013-02-24* lib/net/http.rb: Removed duplicate Accept-Encoding in Net::HTTP#get.drbrain
2013-02-14* lib/net/http.rb: Removed OpenSSL dependency from Net::HTTP.drbrain
2013-02-14* lib/net/http: Do not handle Content-Encoding when the user setsdrbrain
2013-01-05Suppress warningsnaruse
2012-12-23* lib/net/http/generic_request.rb (Net::HTTPGenericRequest):naruse
2012-12-21 * lib/net/http.rb: Requests may be created with a URI which sets thedrbrain
2012-11-06* ruby.c (load_file_internal): set default source encoding asnaruse
2012-09-29test_http.rb: clear environment variablesshirosaki
2012-07-21Use 0 for webrick's port and get the actual port. [Bug #6766]naruse
2012-07-21* lib/net/http.rb (Net::HTTP.newobj): return back for compatibility.naruse
2012-07-20* lib/net/http.rb: Net::HTTP now automatically detects and usesdrbrain
2012-07-19* test/net/http/test_http.rb (TestNetHTTPLocalBind#test_bind_to_local*):usa
2012-07-18use localhost for both local and remote. [Bug #6746]naruse
2012-07-17Support IPv6 address. [Bug #6746]naruse
2012-07-12* test/net/http/test_http.rb (TestNetHTTPLocalBind#test_bind_to_local*):usa
2012-07-12Use IPv4 address on connecting to 127.0.0.1.naruse
2012-07-11* lib/net/http.rb (Net::HTTP#connect): use local_host and local_portnaruse
2012-04-11* lib/net/protocol.rb (module Net): Added ReadTimeout to matchdrbrain
2012-02-28 * lib/net/http.rb: Retry HTTP requests for additional network errors.drbrain
2012-02-25Fix r34779. Raised error on connection reset varies on environments.naruse
2012-02-24* lib/net/http.rb (Net::HTTP#transport_request): Fix infinite loopdrbrain
2012-02-02* test/net/http/test_http.rb (TestNetHTTPKeepAlive#*): remove debugusa
2012-01-20* lib/net/http.rb (Net::HTTP#transport_request): retry a idempotentnaruse
2011-12-22Suppress warnings.naruse
2011-11-19* test/net/http/test_http.rb: remove temporally files in ensure clause.akr
2011-11-18* test/net/http/test_http.rb: remove temporally files.akr
2011-08-01* test/net/http/test_http.rb (TestNetHTTP_version_1_1_methods#test_timeout_du...shyouhei
2011-06-21* lib/net/http.rb (Net::HTTP.post_form): Do not ignore query part of nahi
2011-05-31* lib/net/http.rb, lib/net/protocol.rb: Allow to configure to waitnahi
2011-01-12* lib/net/http.rb (Net::HTTP#connect): makes it timeout duringyugui
2011-01-06use require_relative instead of File.expand_pathtenderlove
2011-01-05* lib/net/http.rb (Net::HTTP#get): A header hash given should notknu
2010-12-14* lib/net/http.rb (Net::HTTPRequest#send_request_body_data):naruse
2010-12-13* lib/net/http.rb (Net::HTTPRequest#set_form): Added to supportnaruse
2010-12-10* lib/net/http.rb: remove version 1.1 features.naruse
2010-06-01* lib/net/http.rb: adding support to rfc5789 patch verb.naruse
2010-05-03* lib/net/http.rb (Net::HTTPResponse#read_chunked): ensure to skip themame
2009-03-06* {ext,lib,test}/**/*.rb: removed trailing spaces.nobu
2008-06-29* test/net/http/test_http.rb (_test_request__file): specify encodingmame
2008-06-19* test/net/http/test_http.rb: compare encodings of two strings beforemame
2007-12-18* test/net/http/utils.rb: split TestNetHTTPUtils module fromgotoyuzo
2007-05-12* lib/net/http.rb (tokens): forgot to add strip. [ruby-core:11120]aamine
2005-10-08* lib/scanf.rb (Scanf::FormatSpecifier#letter, #width): use matchednobu
2005-09-24* test/net/http/test_http.rb (teardown): ensure that Net::HTTP is version 1.2...aamine
2005-09-24* test/net/http/test_http.rb: new file.aamine