aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* Escape unprintable chars only, without surrounding quotesNobuyoshi Nakada2021-07-241-2/+2
* Suppress exception message in finalizer [Feature #17798]Nobuyoshi Nakada2021-07-231-2/+2
* Show exception in finalizer [Feature #17798]Nobuyoshi Nakada2021-07-231-0/+7
* Fix interpolated heredoceileencodes2021-07-211-0/+26
* test/openssl/test_x509cert.rb: Prevent "unused variable" warningYusuke Endoh2021-07-191-1/+1
* [ruby/did_you_mean] Prevent "warning: ambiguity between regexp and two divisi...Yusuke Endoh2021-07-191-1/+1
* [ruby/openssl] Include peer socket IP address in errorsVinicius Stock2021-07-181-0/+27
* [ruby/openssl] Add OpenSSL::BN#set_flags and #get_flagsYusuke Endoh2021-07-181-0/+23
* [ruby/openssl] pkey: implement PKey#sign_raw, #verify_raw, and #verify_recoverKazuki Yamaguchi2021-07-183-31/+93
* [ruby/openssl] pkey: implement PKey#encrypt and #decryptKazuki Yamaguchi2021-07-181-0/+34
* [ruby/openssl] Implement `Certificate.load` to load certificate chain. (https...Samuel Williams2021-07-186-0/+89
* [ruby/openssl] x509, ssl, pkcs7: try to parse as DER-encoding firstKazuki Yamaguchi2021-07-181-0/+12
* [ruby/openssl] Add SSLSocket#getbyteAaron Patterson2021-07-182-0/+17
* [ruby/openssl] pkey/dh, pkey/ec: use EVP_PKEY_check() familyKazuki Yamaguchi2021-07-181-0/+16
* [ruby/openssl] pkey: implement {DH,DSA,RSA}#public_key in RubyKazuki Yamaguchi2021-07-181-19/+18
* [ruby/openssl] pkey: implement #to_text using EVP APIKazuki Yamaguchi2021-07-181-0/+5
* [ruby/openssl] pkey/dsa: use high level EVP interface to generate parameters ...Kazuki Yamaguchi2021-07-181-14/+9
* [ruby/openssl] pkey/dh: use high level EVP interface to generate parameters a...Kazuki Yamaguchi2021-07-181-4/+11
* [ruby/openssl] pkey: allow setting algorithm-specific options in #sign and #v...Kazuki Yamaguchi2021-07-181-20/+14
* [ruby/openssl] require OpenSSL >= 1.0.2 and LibreSSL >= 3.1Kazuki Yamaguchi2021-07-183-74/+30
* [ruby/openssl] BN.abs and BN uplusRick Mark2021-07-181-0/+21
* One-line pattern matching is no longer experimentalKazuki Tsujimoto2021-07-171-2/+0
* Add Integer.try_convert [Feature #15211]Nobuyoshi Nakada2021-07-161-0/+17
* [rubygems/rubygems] Fix contradictory message about deletion of default gemJared Beck2021-07-161-2/+9
* [ruby/error_highlight] Fix leaked tempfilesNobuyoshi Nakada2021-07-161-10/+12
* Copy hash compare_by_identity setting in more casesJeremy Evans2021-07-151-0/+169
* Add pattern matching pin support for instance/class/global variablesJeremy Evans2021-07-151-0/+24
* [ruby/irb] Show code page by irb_info on Windowsaycabta2021-07-161-0/+5
* [ruby/irb] Escape space in free-spacing modeaycabta2021-07-161-14/+14
* Make Struct#keyword_init? return nil by default [Feature #18008]Nobuyoshi Nakada2021-07-151-0/+3
* Add tests and NEWS [Feature #18008]NARUSE, Yui2021-07-151-0/+8
* [ruby/fiddle] Handle#file_name results in very platform dependentNobuyoshi Nakada2021-07-151-8/+14
* [ruby/fiddle] Module file name may be the realpathNobuyoshi Nakada2021-07-151-1/+1
* [ruby/fiddle] fixed the test on case-insensitive filesystemNobuyoshi Nakada2021-07-141-3/+9
* [ruby/fiddle] Add Fiddle::Handle#file_name (https://github.com/ruby/fiddle/pu...Kenta Murata2021-07-141-0/+6
* [ruby/fiddle] Return the module handle value in Fiddle::Handle#to_i and add F...Kenta Murata2021-07-141-0/+6
* Merge RubyGems/Bundler master from 8459ebd6ad65ce3397233416dc64083ae7572bb9Hiroshi SHIBATA2021-07-142-0/+18
* [ruby/error_highlight] Set the binary mode for Tempfile creation in a testYusuke Endoh2021-07-131-1/+1
* [ruby/fiddle] Add "offsetof" to Struct classes (https://github.com/ruby/fiddl...Aaron Patterson2021-07-131-0/+36
* [ruby/fiddle] Add MemoryView.export and MemoryView#release (https://github.co...Sutou Kouhei2021-07-131-0/+16
* [ruby/fiddle] Add Fiddle::MemoryView#to_s (https://github.com/ruby/fiddle/pul...Sutou Kouhei2021-07-131-0/+10
* [ruby/fiddle] test: fix SetLastError's input typeSutou Kouhei2021-07-131-1/+1
* [ruby/fiddle] test: use double quote for string literalSutou Kouhei2021-07-131-2/+2
* [ruby/fiddle] test: add a test for win32_last_socket_errorSutou Kouhei2021-07-131-1/+15
* [ruby/fiddle] test: add missing receiverSutou Kouhei2021-07-131-1/+1
* [ruby/fiddle] windows: use GetLastError() for win32_last_errorSutou Kouhei2021-07-131-0/+14
* [ruby/error_highlight] Support a file that has no final newlineYusuke Endoh2021-07-131-0/+16
* [ruby/error_highlight] Support hard tabsYusuke Endoh2021-07-131-0/+17
* [ruby/error_highlight] Update a test for multibyte charactersYusuke Endoh2021-07-121-3/+0
* [ruby/date] Fix comparison with Float::INFINITYJeremy Evans2021-07-111-0/+12