index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
open-uri
/
test_open-uri.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ruby/open-uri] Use omit instead of skip for test-unit
Hiroshi SHIBATA
2022-10-06
1
-2
/
+2
*
[ruby/open-uri] Run global constant count test only under Ruby 3.2
Hiroshi SHIBATA
2022-10-06
1
-0
/
+1
*
[ruby/open-uri] Avoid busting the global constant cache
Jean Boussier
2022-10-06
1
-1
/
+9
*
Guard for the ftp protocol feature of OpenURI
Hiroshi SHIBATA
2021-05-27
1
-122
/
+128
*
Fix some typos by spell checker
Ryuta Kamizono
2021-04-26
1
-1
/
+1
*
Remove the deprecated override of Kernel#open in open-uri
Jeremy Evans
2020-08-16
1
-12
/
+0
*
The default charset of text/* media type is UTF-8.
Tanaka Akira
2019-07-15
1
-1
/
+1
*
Warn open-uri's "open" method at Kernel.
Tanaka Akira
2019-07-14
1
-49
/
+61
*
open-uri defines URI.open defined as an alias.
akr
2017-12-21
1
-0
/
+10
*
lib/open-uri.rb: accept :encoding option as well as encoding in mode string.
akr
2017-10-21
1
-0
/
+18
*
revert r57323
nobu
2017-01-14
1
-4
/
+4
*
StringIO.new makes a RW buffer
nobu
2017-01-14
1
-4
/
+4
*
* lib/open-uri.rb: Use `userinfo` for authenticated proxy.
hsbt
2016-03-30
1
-0
/
+36
*
leakchecker.rb: remove temporary measure
nobu
2016-01-05
1
-0
/
+2
*
test: use String#b instead of dup.force_encoding
nobu
2015-12-14
1
-1
/
+1
*
* lib/open-uri.rb: Remove indicator for "frozen_string_literal: true".
akr
2015-11-10
1
-2
/
+1
*
* lib/open-uri.rb: Specify frozen_string_literal: true.
akr
2015-10-18
1
-8
/
+11
*
use assert_raise
nobu
2015-06-02
1
-1
/
+1
*
* test/open-uri: Test server log in server thread.
akr
2014-11-09
1
-56
/
+37
*
* test/webrick: Store log in an array.
akr
2014-11-09
1
-5
/
+8
*
Use assert_join_threads.
akr
2014-11-08
1
-36
/
+120
*
* test/open-uri/test_open-uri.rb: Check empty webrick log.
akr
2014-11-06
1
-10
/
+8
*
* test/open-uri/test_open-uri.rb: Don't ignore webrick's log.
akr
2014-11-05
1
-5
/
+16
*
open-uri: accept :open_timeout option
normal
2014-10-10
1
-0
/
+18
*
* lib/open-uri.rb: remove needless condition for old ruby version.
hsbt
2014-08-08
1
-3
/
+1
*
support RFC3986 [Feature #2542]
naruse
2014-06-22
1
-1
/
+1
*
Join threads.
akr
2014-05-31
1
-6
/
+6
*
* lib/open-uri.rb (OpenURI.open_uri): Call StringIO#close only if
akr
2014-05-05
1
-0
/
+23
*
* lib/open-uri.rb: Support multiple fields with same field
akr
2013-04-09
1
-0
/
+15
*
* test/open-uri/test_open-uri.rb (TestOpenURI#test_read_timeout): this
usa
2012-08-23
1
-1
/
+1
*
* lib/net/http.rb: Net::HTTP now automatically detects and uses
drbrain
2012-07-20
1
-35
/
+0
*
* lib/net/http/response.rb: Automatically inflate gzip and
drbrain
2012-07-19
1
-4
/
+4
*
test: fix test conditions
nobu
2012-05-08
1
-2
/
+5
*
r35304 changes the exception.
naruse
2012-04-12
1
-1
/
+1
*
Wait the server until it stops.
naruse
2012-04-10
1
-0
/
+3
*
Use mount_proc to avoid the delay of writing data to files.
naruse
2012-04-04
1
-9
/
+8
*
Sleep 0.5sec to wait the file is written on server.
naruse
2012-04-04
1
-5
/
+6
*
Don't call f.close if f is nil or already closed.
naruse
2012-04-03
1
-1
/
+1
*
* test/ruby/test_process.rb (TestProcess#test_no_curdir): skip silently on
usa
2011-03-25
1
-2
/
+1
*
* test/open-uri/test_open-uri.rb (test_progress, test_progress_chunked):
tarui
2010-06-11
1
-1
/
+1
*
* test/open-uri/test_open-uri.rb (test_progress, test_progress_chunked):
tarui
2010-06-11
1
-4
/
+8
*
* test/open-uri/test_open-uri.rb (test_find_proxy_case_sensitive_env):
usa
2010-05-26
1
-0
/
+1
*
unset HTTP_PROXY and FTP_PROXY.
akr
2009-12-10
1
-1
/
+1
*
* lib/open-uri.rb (OpenURI::Meta#content_type_parse): strip quotes.
akr
2009-09-13
1
-15
/
+112
*
extra commas removed.
akr
2009-09-12
1
-2
/
+2
*
test read_timeout.
akr
2009-09-12
1
-0
/
+25
*
* lib/open-uri.rb (URI::FTP#buffer_open): fix the %2F handling.
akr
2009-09-12
1
-0
/
+59
*
test invalid redirect location.
akr
2009-09-12
1
-0
/
+29
*
fix tests.
akr
2009-09-12
1
-28
/
+61
*
test ftp over http proxy.
akr
2009-09-12
1
-0
/
+55
[next]