summaryrefslogtreecommitdiff
path: root/test/open-uri
AgeCommit message (Expand)Author
2019-07-15The default charset of text/* media type is UTF-8.Tanaka Akira
2019-07-14Warn open-uri's "open" method at Kernel.Tanaka Akira
2019-05-27open-uri: Regenerate server certificates for testsYusuke Endoh
2017-12-21open-uri defines URI.open defined as an alias.akr
2017-10-21lib/open-uri.rb: accept :encoding option as well as encoding in mode string.akr
2017-01-14revert r57323nobu
2017-01-14StringIO.new makes a RW buffernobu
2016-11-29open-uri: don't use OpenSSL::TestUtils from open-uri testsrhe
2016-06-07* remove trailing spaces.svn
2016-06-07open-uri: regenerate server certificates used in testsrhe
2016-03-30* lib/open-uri.rb: Use `userinfo` for authenticated proxy.hsbt
2016-01-05leakchecker.rb: remove temporary measurenobu
2015-12-14test: use String#b instead of dup.force_encodingnobu
2015-11-10* lib/open-uri.rb: Remove indicator for "frozen_string_literal: true".akr
2015-10-18* lib/open-uri.rb: Specify frozen_string_literal: true.akr
2015-06-02use assert_raisenobu
2014-12-13skip old OpenSSLnobu
2014-12-09* test/net/http/test_https.rbusa
2014-11-09* test/open-uri: Test server log in server thread.akr
2014-11-09* test/webrick: Store log in an array.akr
2014-11-08Use assert_join_threads.akr
2014-11-06* test/open-uri/test_open-uri.rb: Check empty webrick log.akr
2014-11-05* test/open-uri/test_open-uri.rb: Don't ignore webrick's log.akr
2014-10-10open-uri: accept :open_timeout optionnormal
2014-08-08* lib/open-uri.rb: remove needless condition for old ruby version.hsbt
2014-06-22support RFC3986 [Feature #2542]naruse
2014-06-22suppress warnings: using default DH parameters.naruse
2014-05-31Join threads.akr
2014-05-05* lib/open-uri.rb (OpenURI.open_uri): Call StringIO#close only ifakr
2013-04-09* lib/open-uri.rb: Support multiple fields with same fieldakr
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