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
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
Age
Commit message (
Expand
)
Author
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
2024-07-05
[ruby/irb] Return only commands when completing help command's
Stan Lo
2024-07-05
Fix flaky test_stat_heap_all
Peter Zhu
2024-07-05
[rubygems/rubygems] Restrict generic `arm` to only match 32-bit arm
なつき
2024-07-05
[rubygems/rubygems] Use preferred add_dependency instead of add_runtime_depen...
Jerome Dalbert
2024-07-04
[rubygems/rubygems] Handle OpenSSL::SSL::SSLError in local https server
Hiroshi SHIBATA
2024-07-04
[rubygems/rubygems] Align code styles with rubocop and others.
Hiroshi SHIBATA
2024-07-04
[rubygems/rubygems] Correctly handling fetcher leak
Hiroshi SHIBATA
2024-07-04
[rubygems/rubygems] Removed needless variable
Hiroshi SHIBATA
2024-07-04
[rubygems/rubygems] YAML is always enabled
Hiroshi SHIBATA
2024-07-04
[rubygems/rubygems] Removed unused gzip code
Hiroshi SHIBATA
2024-07-04
[rubygems/rubygems] Rewrite WEBrick server with TCPServer and Proxy
Hiroshi SHIBATA
2024-07-04
[rubygems/rubygems] Rewrite WEBrick server with TCPServer and OpenSSL::SSL::S...
Hiroshi SHIBATA
2024-07-04
[rubygems/rubygems] Cleanup needless code from HTTP/HTTPS tests
Hiroshi SHIBATA
2024-07-04
[rubygems/rubygems] Split HTTP tests and HTTPS tests
Hiroshi SHIBATA
2024-07-04
[rubygems/rubygems] Extract tests with local HTTP/HTTPS server from TestGemRe...
Hiroshi SHIBATA
2024-07-04
[rubygems/rubygems] Extract tests with S3 resources from TestGemRemoteFetcher
Hiroshi SHIBATA
2024-07-04
Fix the return value of `Integer#downto` called with a block
Nobuyoshi Nakada
2024-07-03
Move Array#map to Ruby
Aaron Patterson
2024-07-03
[ruby/irb] Introduce cd command
Stan Lo
2024-07-03
array.c: Remove outdated assertions
Jean Boussier
2024-07-03
[Feature #20470] Split GC into gc_impl.c
Peter Zhu
2024-07-03
[ruby/openssl] Add SSLSocket#readbyte
Grant Gardner
2024-07-02
Add regression test for mutating pack's format string
Aaron Patterson
2024-07-02
[ruby/fiddle] Pick ruby/ruby changes for
Hiroshi SHIBATA
2024-07-01
[ruby/rdoc] Fix some typos (https://github.com/ruby/rdoc/pull/1129)
Yudai Takada
2024-06-30
[ruby/irb] Allow assigning and using local variable name conflicting
tomoya ishida
2024-06-27
Fix corruption of internal encoding string
Peter Zhu
2024-06-27
Fix corruption of encoding name string
Peter Zhu
2024-06-26
[ruby/prism] Handle block exits under modifiers
Kevin Newton
2024-06-26
[rubygems/rubygems] Don't print warning about nil versions being discouraged ...
David Rodríguez
2024-06-25
[rubygems/rubygems] Add Specification#validate_for_resolution
Thomas Marshall
2024-06-25
Move to test/.excludes-prism
Nobuyoshi Nakada
2024-06-25
Pending `EVENT_RETURN` settracefunc tests with Prism
Nobuyoshi Nakada
2024-06-25
[Bug #20457] Do not remove final `return` node
Nobuyoshi Nakada
2024-06-25
[ruby/reline] Rerender and enter raw mode again by SIGCONT
tomoya ishida
2024-06-24
Handle hash and splat nodes in defined?
Jeremy Evans
[next]