summaryrefslogtreecommitdiff
path: root/test/open-uri
AgeCommit 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` optionotegami
2024-07-17Removed needless block argumentsHiroshi SHIBATA
2024-07-17To avoid fd leak with fetch request for SSL serverHiroshi SHIBATA
2024-07-09[ruby/open-uri] Try Windows tests againHiroshi SHIBATA
2024-07-09Removed duplicate server threadHiroshi SHIBATA
2024-07-09Reapply "Reverts related commits with https://github.com/ruby/open-uri/pull/37"Hiroshi SHIBATA
2024-07-08Reverts related commits with https://github.com/ruby/open-uri/pull/37Hiroshi SHIBATA
2024-07-08Load net-http explicitly for SimpleHTTPProxyServerHiroshi SHIBATA
2024-07-08Load socket explicitly for TCPServerHiroshi SHIBATA
2024-07-08Load OpenSSL on TestOpenURIUtils for with_httpsHiroshi SHIBATA
2024-07-08[ruby/open-uri] Don't use Base64 libraryHiroshi SHIBATA
2024-07-08[ruby/open-uri] Test with WindowsHiroshi SHIBATA
2024-07-08[ruby/open-uri] Move certificates under the TestOpenURIUtilsHiroshi SHIBATA
2024-07-08[ruby/open-uri] Load stringio with the correct filesHiroshi SHIBATA
2024-07-08[ruby/open-uri] Removed needless class definition and variablesHiroshi SHIBATA
2024-07-08[ruby/open-uri] Don't use URI libraryHiroshi SHIBATA
2024-07-08[ruby/open-uri] support CONNECT method for SimpleHTTPProxyHiroshi SHIBATA
2024-07-08[ruby/open-uri] Added SimpleHTTPSServer by TCPServer and OpenSSLHiroshi SHIBATA
2024-07-08[ruby/open-uri] Added SimpleHTTPProxyServer by TCPServerHiroshi 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 TCPServerHiroshi SHIBATA
2024-07-08[ruby/open-uri] Removed needless setup and teardown, tmpdir variablesHiroshi SHIBATA
2024-07-08[ruby/open-uri] Extract FTP tests from test_open-uri.rbHiroshi SHIBATA
2024-07-08[ruby/open-uri] Extract HTTP Proxy tests from test_open-uri.rbHiroshi SHIBATA
2023-12-07[ruby/open-uri] Set default for max_redirects and add exception classAndrew Kane
2023-12-07[ruby/open-uri] Add :max_redirects optionAndrew Kane
2023-08-24[ruby/open-uri] Close leaked filesNobuyoshi Nakada
2023-08-23[ruby/open-uri] Make URI.open pass keywordsJeremy Evans
2022-10-12Add :ssl_min_version and :ssl_max_version optionsKazuki 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-unitHiroshi SHIBATA
2022-10-06[ruby/open-uri] Run global constant count test only under Ruby 3.2Hiroshi SHIBATA
2022-10-06[ruby/open-uri] Avoid busting the global constant cacheJean Boussier
2021-05-27Guard for the ftp protocol feature of OpenURIHiroshi SHIBATA
2021-04-26Fix some typos by spell checkerRyuta Kamizono
2020-08-16Remove the deprecated override of Kernel#open in open-uriJeremy Evans
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