summaryrefslogtreecommitdiff
path: root/test/net/http
AgeCommit message (Expand)Author
2014-11-26add test for r48563naruse
2014-11-13* test/lib/envutil.rb: Moved from test/ruby/.akr
2014-11-11* test/net/http/test_https_proxy.rb: Use assert_join_threads.akr
2014-11-09* test/webrick: Store log in an array.akr
2014-11-09* test/net/http: Examine webrick log.akr
2014-11-08* test/net/http/utils.rb: Don't connect to spawned serverakr
2014-08-05* lib/net/http/generic_request.rb (Net::HTTP::GenericRequest#exec):naruse
2014-08-05suppress warningsnaruse
2014-05-31Join threads.akr
2014-05-30Close FDs.akr
2014-05-30* lib/webrick/server.rb: Use a pipe to detect server shutdown.akr
2014-05-26test_http.rb: fix leaked threadsnobu
2013-11-19* test/net/http/utils.rb (spawn_server): Specify zero for port toakr
2013-10-07Increase open_timeout [Bug #8986]naruse
2013-09-01* test/net/http/test_http.rb (test_bind_to_local_port): Choose an openakr
2013-07-10* test/net/http/test_http.rb (TestNetHTTP_v1_2#test_get,usa
2013-04-20* test/csv/test_features.rb, test/logger/test_logger.rbakr
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-09-01* lib/webrick/ssl.rb (WEBrick::Config::SSL): add new keynaruse
2012-09-01Use 0 as port like #6766 [Bug #6959]naruse
2012-08-10Refix r36678: switch with zlib and check content-encoding.naruse
2012-08-10Suppress warnings: Net::HTTPResponse#header is obsoletenaruse
2012-08-10Run automatic deflate decoding only if it has zlib.naruse
2012-07-26* test/net/http/test_https.rb (TestNetHTTPS#test_session_reuse): localhost is...shyouhei
2012-07-25* lib/net/http.rb: Added SSL session reuse across connections for adrbrain
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* lib/net/http/response.rb: Automatically inflate gzip anddrbrain
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-07-05* test/net/http/test_httpresponses.rb: Add a test file forknu
2012-05-23* lib/net/http/header.rb (Net::HTTPHeader#range): fix broken parser ofnaruse
2012-04-30* test/net/http/test_https.rb: update test for r35494ayumin
2012-04-11* lib/net/protocol.rb (module Net): Added ReadTimeout to matchdrbrain
2012-02-28 * lib/net/protocol.rb: Add OpenTimeout subclass of Timeout::Errordrbrain
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