aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* IBM864 single-byte transcoding (#10518)Jeremy Daer2024-07-111-0/+19
* Enumerable#all?: Stop optimizing when a given block is not optimizableYusuke Endoh2024-07-111-0/+8
* [rubygems/rubygems] fix s3 source configuration issueDmitriy Ivliev2024-07-111-0/+67
* [ruby/net-http] implement talking SSL to the proxy tooEvgeni Golov2024-07-111-0/+48
* [ruby/net-http] Add ability to configure default settings for new connectionsfatkodima2024-07-111-0/+12
* [ruby/net-http] test_https.rb - fix test_session_reuse_but_expireMSP-Greg2024-07-111-4/+2
* Avoid a hash allocation when keyword splatting empty hash when calling ruby2_...Jeremy Evans2024-07-101-6/+6
* * append newline at EOF. [ci skip]git2024-07-101-1/+1
* [ruby/net-http] Commented out unfinished chunked testHiroshi SHIBATA2024-07-101-4/+5
* [ruby/net-http] Removed needless warningHiroshi SHIBATA2024-07-101-1/+0
* [ruby/net-http] Split POST test because new dummy server can't handle continu...Hiroshi SHIBATA2024-07-101-1/+12
* [ruby/net-http] Write log after server start, not handling requestHiroshi SHIBATA2024-07-101-1/+1
* [ruby/net-http] Split test class because TCPServer couldn't accept localhost ...Hiroshi SHIBATA2024-07-101-13/+39
* [ruby/net-http] Support chunked data and fixed test failure with multipart/fo...Hiroshi SHIBATA2024-07-102-2/+17
* [ruby/net-http] Removed server-side log testHiroshi SHIBATA2024-07-101-8/+0
* [ruby/net-http] Fix wrong hostname with test_max_version testHiroshi SHIBATA2024-07-101-1/+1
* [ruby/net-http] Rewrite WEBrick server with TCPServer and OpenSSL::SSL::SSLSe...Hiroshi SHIBATA2024-07-102-71/+290
* Eliminate array allocations for single splat followed by mutable keywordsJeremy Evans2024-07-101-30/+25
* [rubygems/rubygems] Bump rb-sysdependabot[bot]2024-07-092-5/+5
* [rubygems/rubygems] Suppress SSLError warning because it's only for debugging.Hiroshi SHIBATA2024-07-091-1/+1
* [ruby/open-uri] Try Windows tests againHiroshi SHIBATA2024-07-091-4/+0
* Removed duplicate server threadHiroshi SHIBATA2024-07-091-1/+0
* Reapply "Reverts related commits with https://github.com/ruby/open-uri/pull/37"Hiroshi SHIBATA2024-07-095-908/+1197
* Reverts related commits with https://github.com/ruby/open-uri/pull/37Hiroshi SHIBATA2024-07-085-1197/+908
* Load net-http explicitly for SimpleHTTPProxyServerHiroshi SHIBATA2024-07-081-0/+1
* [ruby/tempfile] typofixHiroshi SHIBATA2024-07-081-1/+1
* Load socket explicitly for TCPServerHiroshi SHIBATA2024-07-081-0/+1
* Load OpenSSL on TestOpenURIUtils for with_httpsHiroshi SHIBATA2024-07-081-0/+4
* [ruby/open-uri] Don't use Base64 libraryHiroshi SHIBATA2024-07-081-2/+1
* [ruby/open-uri] Test with WindowsHiroshi SHIBATA2024-07-082-6/+13
* [ruby/open-uri] Move certificates under the TestOpenURIUtilsHiroshi SHIBATA2024-07-081-23/+22
* [ruby/open-uri] Load stringio with the correct filesHiroshi SHIBATA2024-07-083-1/+2
* [ruby/open-uri] Removed needless class definition and variablesHiroshi SHIBATA2024-07-082-5/+2
* [ruby/open-uri] Don't use URI libraryHiroshi SHIBATA2024-07-081-5/+7
* [ruby/open-uri] support CONNECT method for SimpleHTTPProxyHiroshi SHIBATA2024-07-083-95/+68
* [ruby/open-uri] Added SimpleHTTPSServer by TCPServer and OpenSSLHiroshi SHIBATA2024-07-082-343/+433
* [ruby/open-uri] Added SimpleHTTPProxyServer by TCPServerHiroshi SHIBATA2024-07-082-55/+95
* [ruby/open-uri] Extract SimpleHTTPServer and with_http to TestOpenURIUtils mo...Hiroshi SHIBATA2024-07-083-206/+181
* [ruby/open-uri] Added SimpleHTTPSServer by TCPServerHiroshi SHIBATA2024-07-081-64/+199
* [ruby/open-uri] Removed needless setup and teardown, tmpdir variablesHiroshi SHIBATA2024-07-082-42/+32
* [ruby/open-uri] Extract FTP tests from test_open-uri.rbHiroshi SHIBATA2024-07-082-210/+215
* [ruby/open-uri] Extract HTTP Proxy tests from test_open-uri.rbHiroshi SHIBATA2024-07-082-164/+234
* [ruby/irb] Return only commands when completing help command'sStan Lo2024-07-052-2/+13
* Fix flaky test_stat_heap_allPeter Zhu2024-07-051-5/+4
* [rubygems/rubygems] Restrict generic `arm` to only match 32-bit armなつき2024-07-051-0/+9
* [rubygems/rubygems] Use preferred add_dependency instead of add_runtime_depen...Jerome Dalbert2024-07-056-18/+18
* [rubygems/rubygems] Handle OpenSSL::SSL::SSLError in local https serverHiroshi SHIBATA2024-07-041-2/+2
* [rubygems/rubygems] Align code styles with rubocop and others.Hiroshi SHIBATA2024-07-042-16/+10
* [rubygems/rubygems] Correctly handling fetcher leakHiroshi SHIBATA2024-07-041-1/+1
* [rubygems/rubygems] Removed needless variableHiroshi SHIBATA2024-07-041-3/+1