summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2024-07-11[ruby/prism] Add Node#breadth_first_searchKevin Newton
2024-07-11[ruby/prism] Expose common flags in inspect outputKevin Newton
2024-07-11[ruby/prism] Expose flags on every node typeKevin Newton
2024-07-11[ruby/prism] Move location to second position for node initializersKevin Newton
2024-07-11[ruby/prism] Reconfigure error testsKevin Newton
2024-07-11[ruby/logger] Add reraise_write_errors keyword argument to Logger and LogDeviceJeremy Evans
2024-07-11IBM864 single-byte transcoding (#10518)Jeremy Daer
2024-07-11Enumerable#all?: Stop optimizing when a given block is not optimizableYusuke Endoh
2024-07-11[rubygems/rubygems] fix s3 source configuration issueDmitriy Ivliev
2024-07-11[ruby/net-http] implement talking SSL to the proxy tooEvgeni Golov
2024-07-11[ruby/net-http] Add ability to configure default settings for new connectionsfatkodima
2024-07-11[ruby/net-http] test_https.rb - fix test_session_reuse_but_expireMSP-Greg
2024-07-10Avoid a hash allocation when keyword splatting empty hash when calling ruby2_...Jeremy Evans
2024-07-10* append newline at EOF. [ci skip]git
2024-07-10[ruby/net-http] Commented out unfinished chunked testHiroshi SHIBATA
2024-07-10[ruby/net-http] Removed needless warningHiroshi SHIBATA
2024-07-10[ruby/net-http] Split POST test because new dummy server can't handle continu...Hiroshi SHIBATA
2024-07-10[ruby/net-http] Write log after server start, not handling requestHiroshi SHIBATA
2024-07-10[ruby/net-http] Split test class because TCPServer couldn't accept localhost ...Hiroshi SHIBATA
2024-07-10[ruby/net-http] Support chunked data and fixed test failure with multipart/fo...Hiroshi SHIBATA
2024-07-10[ruby/net-http] Removed server-side log testHiroshi SHIBATA
2024-07-10[ruby/net-http] Fix wrong hostname with test_max_version testHiroshi SHIBATA
2024-07-10[ruby/net-http] Rewrite WEBrick server with TCPServer and OpenSSL::SSL::SSLSe...Hiroshi SHIBATA
2024-07-10Eliminate array allocations for single splat followed by mutable keywordsJeremy Evans
2024-07-09[rubygems/rubygems] Bump rb-sysdependabot[bot]
2024-07-09[rubygems/rubygems] Suppress SSLError warning because it's only for debugging.Hiroshi 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-08[ruby/tempfile] typofixHiroshi 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
2024-07-05[ruby/irb] Return only commands when completing help command'sStan Lo
2024-07-05Fix flaky test_stat_heap_allPeter Zhu