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
Age
Commit message (
Expand
)
Author
2021-03-18
* 2021-03-18 [ci skip]
git
2021-03-17
return bool instead of VALUE
Aaron Patterson
2021-03-17
Use rb_fstring for "defined" strings.
Aaron Patterson
2021-03-17
Refactor vm_defined to return a boolean
Aaron Patterson
2021-03-17
Stop calling `rb_iseq_defined_string` in vm_defined
Aaron Patterson
2021-03-17
Store strings for `defined` in the iseqs
Aaron Patterson
2021-03-17
[DOC] Update README [ci skip]
Nobuyoshi Nakada
2021-03-17
autogen.sh: Make it work with sh (not bash)
Yusuke Endoh
2021-03-17
Remove unused DEFAULT_KCODE
Kazuhiro NISHIYAMA
2021-03-17
Improved autogen.sh
Nobuyoshi Nakada
2021-03-17
get rid of aclocal (#4280)
卜部昌平
2021-03-17
autogen.sh: Allow AUTORECONF envvar to specify the autoreconf executable
Yusuke Endoh
2021-03-17
autogen.sh: Added
Yusuke Endoh
2021-03-17
[Feature #17684] Declare --disable-gems is for debugging
NARUSE, Yui
2021-03-17
Adjusted indents [ci skip]
Nobuyoshi Nakada
2021-03-16
Skip refined method when exporting methods with changed visibility
Jeremy Evans
2021-03-17
test_zlib(test_path_tmpfile): fix Zlib instance leak
Sorah Fukumori
2021-03-17
zlib: fix Gzip{Writer,Reader}.new fails with a O_TMPFILE file
Sorah Fukumori
2021-03-16
LLDB: Introduce dump_page helper
Matt Valentine-House
2021-03-16
LLDB: Extract a dump_bits function from rp
Matt Valentine-House
2021-03-17
* 2021-03-17 [ci skip]
git
2021-03-16
Improve Enumerable#tally performance
Nobuyoshi Nakada
2021-03-16
test/openssl/test_config: skip tests for .include on older OpenSSL
Kazuki Yamaguchi
2021-03-16
test/openssl/test_cipher: skip AES-CCM tests on OpenSSL <= 1.1.1b
Kazuki Yamaguchi
2021-03-16
test/ruby/test_regexp.rb: Avoid "ambiguity between regexp and two divisions"
Yusuke Endoh
2021-03-16
[ruby/openssl] sample: update obsolete API use
Kazuki Yamaguchi
2021-03-16
[ruby/openssl] sample: avoid "include OpenSSL"
Kazuki Yamaguchi
2021-03-16
[ruby/openssl] test: adjust test cases for LibreSSL 3.2.4
Kazuki Yamaguchi
2021-03-16
[ruby/openssl] bn: check -1 return from BIGNUM functions
Kazuki Yamaguchi
2021-03-16
[ruby/openssl] Fixed the results of OpenSSL::Timestamp::Response#failure_info
Nobuyoshi Nakada
2021-03-16
[ruby/openssl] Enhance TLS 1.3 support on LibreSSL 3.2/3.3
Jeremy Evans
2021-03-16
[ruby/openssl] pkey/ec: remove OpenSSL::PKey::EC::Group.new(ec_method) form
Kazuki Yamaguchi
2021-03-16
[ruby/openssl] ssl: remove SSL::SSLContext#tmp_ecdh_callback
Kazuki Yamaguchi
2021-03-16
[ruby/openssl] ssl: retry write on EPROTOTYPE on macOS
Kazuki Yamaguchi
2021-03-16
[ruby/openssl] test/openssl/test_x509store: tidy up tests for X509::Store#add...
Kazuki Yamaguchi
2021-03-16
[ruby/openssl] test/openssl/test_x509store: break up test_verify
Kazuki Yamaguchi
2021-03-16
[ruby/openssl] x509store: update rdoc for X509::Store and X509::StoreContext
Kazuki Yamaguchi
2021-03-16
[ruby/openssl] x509store: fix memory leak in X509::StoreContext.new
Kazuki Yamaguchi
2021-03-16
[ruby/openssl] x509store: avoid ossl_raise() calls with NULL message
Kazuki Yamaguchi
2021-03-16
[ruby/openssl] x509store: refactor X509::StoreContext#chain
Kazuki Yamaguchi
2021-03-16
[ruby/openssl] x509store: emit warning if arguments are given to X509::Store.new
Kazuki Yamaguchi
2021-03-16
[ruby/openssl] x509store: let X509::Store#add_file raise TypeError if nil is ...
Kazuki Yamaguchi
2021-03-16
[ruby/openssl] [DOC] Fix RDoc markup
Nobuhiro IMAI
2021-03-16
[ruby/openssl] Fix typo in documentation
Claus Lensbøl
2021-03-16
[ruby/openssl] ssl: initialize verify_mode and verify_hostname with default v...
Kazuki Yamaguchi
2021-03-16
[ruby/openssl] test/openssl/test_ssl: revise verify_mode test cases
Kazuki Yamaguchi
2021-03-16
[ruby/openssl] test/openssl/test_ssl: revise a test case for client_cert_cb
Kazuki Yamaguchi
2021-03-16
[ruby/openssl] Add compare? method to OpenSSL::PKey that wraps EVP_PKEY_cmp.
Colton Jenkins
2021-03-16
[ruby/openssl] User lower case cipher names for maximum compatibility
Bart de Water
2021-03-16
[ruby/openssl] hmac: implement base64digest methods
Kazuki Yamaguchi
[next]