summaryrefslogtreecommitdiff
path: root/test/open-uri
AgeCommit message (Expand)Author
2012-08-23* test/open-uri/test_open-uri.rb (TestOpenURI#test_read_timeout): thisusa
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-05-08test: fix test conditionsnobu
2012-04-23Wait until the server stops.naruse
2012-04-23skip OpenSSL dependent tests if not availablenobu
2012-04-22Wait until the proxy stops.naruse
2012-04-12r35304 changes the exception.naruse
2012-04-10Wait the server until it stops.naruse
2012-04-04Use mount_proc to avoid the delay of writing data to files.naruse
2012-04-04Sleep 0.5sec to wait the file is written on server.naruse
2012-04-03Don't call f.close if f is nil or already closed.naruse
2011-05-15* remove trailing spaces.nobu
2011-03-25* test/ruby/test_process.rb (TestProcess#test_no_curdir): skip silently onusa
2010-06-11 * test/open-uri/test_open-uri.rb (test_progress, test_progress_chunked):tarui
2010-06-11 * test/open-uri/test_open-uri.rb (test_progress, test_progress_chunked):tarui
2010-05-26* test/open-uri/test_open-uri.rb (test_find_proxy_case_sensitive_env):usa
2009-12-10unset HTTP_PROXY, etc.akr
2009-12-10unset HTTP_PROXY and FTP_PROXY.akr
2009-09-13* lib/open-uri.rb (OpenURI::Meta#content_type_parse): strip quotes.akr
2009-09-12extra commas removed.akr
2009-09-12test read_timeout.akr
2009-09-12* lib/open-uri.rb (URI::FTP#buffer_open): fix the %2F handling.akr
2009-09-12test invalid redirect location.akr
2009-09-12fix tests.akr
2009-09-12test ftp over http proxy.akr
2009-09-12* lib/open-uri.rb (URI::FTP#buffer_open): use the port specified inakr
2009-09-12test CA certs dir.akr
2009-09-12test proxy log.akr
2009-09-12add https test.akr