summaryrefslogtreecommitdiff
path: root/test/open-uri/test_open-uri.rb
Commit message (Expand)AuthorAgeFilesLines
* [ruby/open-uri] Use omit instead of skip for test-unitHiroshi SHIBATA2022-10-061-2/+2
* [ruby/open-uri] Run global constant count test only under Ruby 3.2Hiroshi SHIBATA2022-10-061-0/+1
* [ruby/open-uri] Avoid busting the global constant cacheJean Boussier2022-10-061-1/+9
* Guard for the ftp protocol feature of OpenURIHiroshi SHIBATA2021-05-271-122/+128
* Fix some typos by spell checkerRyuta Kamizono2021-04-261-1/+1
* Remove the deprecated override of Kernel#open in open-uriJeremy Evans2020-08-161-12/+0
* The default charset of text/* media type is UTF-8.Tanaka Akira2019-07-151-1/+1
* Warn open-uri's "open" method at Kernel.Tanaka Akira2019-07-141-49/+61
* open-uri defines URI.open defined as an alias.akr2017-12-211-0/+10
* lib/open-uri.rb: accept :encoding option as well as encoding in mode string.akr2017-10-211-0/+18
* revert r57323nobu2017-01-141-4/+4
* StringIO.new makes a RW buffernobu2017-01-141-4/+4
* * lib/open-uri.rb: Use `userinfo` for authenticated proxy.hsbt2016-03-301-0/+36
* leakchecker.rb: remove temporary measurenobu2016-01-051-0/+2
* test: use String#b instead of dup.force_encodingnobu2015-12-141-1/+1
* * lib/open-uri.rb: Remove indicator for "frozen_string_literal: true".akr2015-11-101-2/+1
* * lib/open-uri.rb: Specify frozen_string_literal: true.akr2015-10-181-8/+11
* use assert_raisenobu2015-06-021-1/+1
* * test/open-uri: Test server log in server thread.akr2014-11-091-56/+37
* * test/webrick: Store log in an array.akr2014-11-091-5/+8
* Use assert_join_threads.akr2014-11-081-36/+120
* * test/open-uri/test_open-uri.rb: Check empty webrick log.akr2014-11-061-10/+8
* * test/open-uri/test_open-uri.rb: Don't ignore webrick's log.akr2014-11-051-5/+16
* open-uri: accept :open_timeout optionnormal2014-10-101-0/+18
* * lib/open-uri.rb: remove needless condition for old ruby version.hsbt2014-08-081-3/+1
* support RFC3986 [Feature #2542]naruse2014-06-221-1/+1
* Join threads.akr2014-05-311-6/+6
* * lib/open-uri.rb (OpenURI.open_uri): Call StringIO#close only ifakr2014-05-051-0/+23
* * lib/open-uri.rb: Support multiple fields with same fieldakr2013-04-091-0/+15
* * test/open-uri/test_open-uri.rb (TestOpenURI#test_read_timeout): thisusa2012-08-231-1/+1
* * lib/net/http.rb: Net::HTTP now automatically detects and usesdrbrain2012-07-201-35/+0
* * lib/net/http/response.rb: Automatically inflate gzip anddrbrain2012-07-191-4/+4
* test: fix test conditionsnobu2012-05-081-2/+5
* r35304 changes the exception.naruse2012-04-121-1/+1
* Wait the server until it stops.naruse2012-04-101-0/+3
* Use mount_proc to avoid the delay of writing data to files.naruse2012-04-041-9/+8
* Sleep 0.5sec to wait the file is written on server.naruse2012-04-041-5/+6
* Don't call f.close if f is nil or already closed.naruse2012-04-031-1/+1
* * test/ruby/test_process.rb (TestProcess#test_no_curdir): skip silently onusa2011-03-251-2/+1
* * test/open-uri/test_open-uri.rb (test_progress, test_progress_chunked):tarui2010-06-111-1/+1
* * test/open-uri/test_open-uri.rb (test_progress, test_progress_chunked):tarui2010-06-111-4/+8
* * test/open-uri/test_open-uri.rb (test_find_proxy_case_sensitive_env):usa2010-05-261-0/+1
* unset HTTP_PROXY and FTP_PROXY.akr2009-12-101-1/+1
* * lib/open-uri.rb (OpenURI::Meta#content_type_parse): strip quotes.akr2009-09-131-15/+112
* extra commas removed.akr2009-09-121-2/+2
* test read_timeout.akr2009-09-121-0/+25
* * lib/open-uri.rb (URI::FTP#buffer_open): fix the %2F handling.akr2009-09-121-0/+59
* test invalid redirect location.akr2009-09-121-0/+29
* fix tests.akr2009-09-121-28/+61
* test ftp over http proxy.akr2009-09-121-0/+55