index
:
ruby.git
master
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_3_3
ruby_3_4
ruby_4_0
ruby_4_0-prism-1-8-0
sync-gems
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
open-uri
Age
Commit message (
Expand
)
Author
2024-11-25
[ruby/open-uri] Use `ENV.update`
Nobuyoshi Nakada
2024-09-08
[ruby/open-uri] Update error message for `request_specific_fields` option val...
otegami
2024-09-08
[ruby/open-uri] Add test about `request_specific_fields` option
otegami
2024-07-17
Removed needless block arguments
Hiroshi SHIBATA
2024-07-17
To avoid fd leak with fetch request for SSL server
Hiroshi SHIBATA
2024-07-09
[ruby/open-uri] Try Windows tests again
Hiroshi SHIBATA
2024-07-09
Removed duplicate server thread
Hiroshi SHIBATA
2024-07-09
Reapply "Reverts related commits with https://github.com/ruby/open-uri/pull/37"
Hiroshi SHIBATA
2024-07-08
Reverts related commits with https://github.com/ruby/open-uri/pull/37
Hiroshi SHIBATA
2024-07-08
Load net-http explicitly for SimpleHTTPProxyServer
Hiroshi SHIBATA
2024-07-08
Load socket explicitly for TCPServer
Hiroshi SHIBATA
2024-07-08
Load OpenSSL on TestOpenURIUtils for with_https
Hiroshi SHIBATA
2024-07-08
[ruby/open-uri] Don't use Base64 library
Hiroshi SHIBATA
2024-07-08
[ruby/open-uri] Test with Windows
Hiroshi SHIBATA
2024-07-08
[ruby/open-uri] Move certificates under the TestOpenURIUtils
Hiroshi SHIBATA
2024-07-08
[ruby/open-uri] Load stringio with the correct files
Hiroshi SHIBATA
2024-07-08
[ruby/open-uri] Removed needless class definition and variables
Hiroshi SHIBATA
2024-07-08
[ruby/open-uri] Don't use URI library
Hiroshi SHIBATA
2024-07-08
[ruby/open-uri] support CONNECT method for SimpleHTTPProxy
Hiroshi SHIBATA
2024-07-08
[ruby/open-uri] Added SimpleHTTPSServer by TCPServer and OpenSSL
Hiroshi SHIBATA
2024-07-08
[ruby/open-uri] Added SimpleHTTPProxyServer by TCPServer
Hiroshi SHIBATA
2024-07-08
[ruby/open-uri] Extract SimpleHTTPServer and with_http to TestOpenURIUtils mo...
Hiroshi SHIBATA
2024-07-08
[ruby/open-uri] Added SimpleHTTPSServer by TCPServer
Hiroshi SHIBATA
2024-07-08
[ruby/open-uri] Removed needless setup and teardown, tmpdir variables
Hiroshi SHIBATA
2024-07-08
[ruby/open-uri] Extract FTP tests from test_open-uri.rb
Hiroshi SHIBATA
2024-07-08
[ruby/open-uri] Extract HTTP Proxy tests from test_open-uri.rb
Hiroshi SHIBATA
2023-12-07
[ruby/open-uri] Set default for max_redirects and add exception class
Andrew Kane
2023-12-07
[ruby/open-uri] Add :max_redirects option
Andrew Kane
2023-08-24
[ruby/open-uri] Close leaked files
Nobuyoshi Nakada
2023-08-23
[ruby/open-uri] Make URI.open pass keywords
Jeremy Evans
2022-10-12
Add :ssl_min_version and :ssl_max_version options
Kazuki Yamaguchi
2022-10-06
[ruby/open-uri] fix: added test case that validates that bad TLS version is s...
Nishant Patel
2022-10-06
[ruby/open-uri] feat: allow option to pass version of SSL / TLS to use during...
Nishant Patel
2022-10-06
[ruby/open-uri] Use omit instead of skip for test-unit
Hiroshi SHIBATA
2022-10-06
[ruby/open-uri] Run global constant count test only under Ruby 3.2
Hiroshi SHIBATA
2022-10-06
[ruby/open-uri] Avoid busting the global constant cache
Jean Boussier
2021-05-27
Guard for the ftp protocol feature of OpenURI
Hiroshi SHIBATA
2021-04-26
Fix some typos by spell checker
Ryuta Kamizono
2020-08-16
Remove the deprecated override of Kernel#open in open-uri
Jeremy Evans
2019-07-15
The default charset of text/* media type is UTF-8.
Tanaka Akira
2019-07-14
Warn open-uri's "open" method at Kernel.
Tanaka Akira
2019-05-27
open-uri: Regenerate server certificates for tests
Yusuke Endoh
2017-12-21
open-uri defines URI.open defined as an alias.
akr
2017-10-21
lib/open-uri.rb: accept :encoding option as well as encoding in mode string.
akr
2017-01-14
revert r57323
nobu
2017-01-14
StringIO.new makes a RW buffer
nobu
2016-11-29
open-uri: don't use OpenSSL::TestUtils from open-uri tests
rhe
2016-06-07
* remove trailing spaces.
svn
2016-06-07
open-uri: regenerate server certificates used in tests
rhe
2016-03-30
* lib/open-uri.rb: Use `userinfo` for authenticated proxy.
hsbt
[next]