summaryrefslogtreecommitdiff
path: root/test/open-uri/utils.rb
AgeCommit message (Collapse)Author
2024-07-17Removed needless block argumentsHiroshi SHIBATA
Notes: Merged: https://github.com/ruby/ruby/pull/11171
2024-07-17To avoid fd leak with fetch request for SSL serverHiroshi SHIBATA
Notes: Merged: https://github.com/ruby/ruby/pull/11171
2024-07-09Removed duplicate server threadHiroshi SHIBATA
2024-07-09Reapply "Reverts related commits with https://github.com/ruby/open-uri/pull/37"Hiroshi SHIBATA
This reverts commit 02c4f0c89db3689c5272f00c548ca3008120459b.
2024-07-08Reverts related commits with https://github.com/ruby/open-uri/pull/37Hiroshi SHIBATA
It caused Timeout failure with RJIT and chkbuild http://rubyci.s3.amazonaws.com/debian11/ruby-master/log/20240708T063006Z.fail.html.gz https://github.com/ruby/ruby/actions/runs/9836594303/job/27152644853
2024-07-08Load net-http explicitly for SimpleHTTPProxyServerHiroshi SHIBATA
2024-07-08Load OpenSSL on TestOpenURIUtils for with_httpsHiroshi SHIBATA
2024-07-08[ruby/open-uri] Don't use Base64 libraryHiroshi SHIBATA
https://github.com/ruby/open-uri/commit/c8c0452d53
2024-07-08[ruby/open-uri] Test with WindowsHiroshi SHIBATA
https://github.com/ruby/open-uri/commit/2606892a43
2024-07-08[ruby/open-uri] Move certificates under the TestOpenURIUtilsHiroshi SHIBATA
https://github.com/ruby/open-uri/commit/a28c2da5d2
2024-07-08[ruby/open-uri] Removed needless class definition and variablesHiroshi SHIBATA
https://github.com/ruby/open-uri/commit/ab0e916997
2024-07-08[ruby/open-uri] Don't use URI libraryHiroshi SHIBATA
https://github.com/ruby/open-uri/commit/15989970b6
2024-07-08[ruby/open-uri] support CONNECT method for SimpleHTTPProxyHiroshi SHIBATA
https://github.com/ruby/open-uri/commit/2e36793bd5
2024-07-08[ruby/open-uri] Added SimpleHTTPSServer by TCPServer and OpenSSLHiroshi SHIBATA
https://github.com/ruby/open-uri/commit/57c80e1576
2024-07-08[ruby/open-uri] Added SimpleHTTPProxyServer by TCPServerHiroshi SHIBATA
https://github.com/ruby/open-uri/commit/ad47529306
2024-07-08[ruby/open-uri] Extract SimpleHTTPServer and with_http to TestOpenURIUtils ↵Hiroshi SHIBATA
module for other tests https://github.com/ruby/open-uri/commit/489a1e9006