summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2021-07-25Distinguish signal and timeout [Bug #16608]Nobuyoshi Nakada
2021-07-24Escape unprintable chars only, without surrounding quotesNobuyoshi Nakada
2021-07-23Suppress exception message in finalizer [Feature #17798]Nobuyoshi Nakada
2021-07-23Show exception in finalizer [Feature #17798]Nobuyoshi Nakada
2021-07-21Fix interpolated heredoceileencodes
2021-07-19test/openssl/test_x509cert.rb: Prevent "unused variable" warningYusuke Endoh
2021-07-19[ruby/did_you_mean] Prevent "warning: ambiguity between regexp and two divisi...Yusuke Endoh
2021-07-18[ruby/openssl] Include peer socket IP address in errorsVinicius Stock
2021-07-18[ruby/openssl] Add OpenSSL::BN#set_flags and #get_flagsYusuke Endoh
2021-07-18[ruby/openssl] pkey: implement PKey#sign_raw, #verify_raw, and #verify_recoverKazuki Yamaguchi
2021-07-18[ruby/openssl] pkey: implement PKey#encrypt and #decryptKazuki Yamaguchi
2021-07-18[ruby/openssl] Implement `Certificate.load` to load certificate chain. (https...Samuel Williams
2021-07-18[ruby/openssl] x509, ssl, pkcs7: try to parse as DER-encoding firstKazuki Yamaguchi
2021-07-18[ruby/openssl] Add SSLSocket#getbyteAaron Patterson
2021-07-18[ruby/openssl] pkey/dh, pkey/ec: use EVP_PKEY_check() familyKazuki Yamaguchi
2021-07-18[ruby/openssl] pkey: implement {DH,DSA,RSA}#public_key in RubyKazuki Yamaguchi
2021-07-18[ruby/openssl] pkey: implement #to_text using EVP APIKazuki Yamaguchi
2021-07-18[ruby/openssl] pkey/dsa: use high level EVP interface to generate parameters ...Kazuki Yamaguchi
2021-07-18[ruby/openssl] pkey/dh: use high level EVP interface to generate parameters a...Kazuki Yamaguchi
2021-07-18[ruby/openssl] pkey: allow setting algorithm-specific options in #sign and #v...Kazuki Yamaguchi
2021-07-18[ruby/openssl] require OpenSSL >= 1.0.2 and LibreSSL >= 3.1Kazuki Yamaguchi
2021-07-18[ruby/openssl] BN.abs and BN uplusRick Mark
2021-07-17One-line pattern matching is no longer experimentalKazuki Tsujimoto
2021-07-16Add Integer.try_convert [Feature #15211]Nobuyoshi Nakada
2021-07-16[rubygems/rubygems] Fix contradictory message about deletion of default gemJared Beck
2021-07-16[ruby/error_highlight] Fix leaked tempfilesNobuyoshi Nakada
2021-07-15Copy hash compare_by_identity setting in more casesJeremy Evans
2021-07-15Add pattern matching pin support for instance/class/global variablesJeremy Evans
2021-07-16[ruby/irb] Show code page by irb_info on Windowsaycabta
2021-07-16[ruby/irb] Escape space in free-spacing modeaycabta
2021-07-15Make Struct#keyword_init? return nil by default [Feature #18008]Nobuyoshi Nakada
2021-07-15Add tests and NEWS [Feature #18008]NARUSE, Yui
2021-07-15[ruby/fiddle] Handle#file_name results in very platform dependentNobuyoshi Nakada
2021-07-15[ruby/fiddle] Module file name may be the realpathNobuyoshi Nakada
2021-07-14[ruby/fiddle] fixed the test on case-insensitive filesystemNobuyoshi Nakada
2021-07-14[ruby/fiddle] Add Fiddle::Handle#file_name (https://github.com/ruby/fiddle/pu...Kenta Murata
2021-07-14[ruby/fiddle] Return the module handle value in Fiddle::Handle#to_i and add F...Kenta Murata
2021-07-14Merge RubyGems/Bundler master from 8459ebd6ad65ce3397233416dc64083ae7572bb9Hiroshi SHIBATA
2021-07-13[ruby/error_highlight] Set the binary mode for Tempfile creation in a testYusuke Endoh
2021-07-13[ruby/fiddle] Add "offsetof" to Struct classes (https://github.com/ruby/fiddl...Aaron Patterson
2021-07-13[ruby/fiddle] Add MemoryView.export and MemoryView#release (https://github.co...Sutou Kouhei
2021-07-13[ruby/fiddle] Add Fiddle::MemoryView#to_s (https://github.com/ruby/fiddle/pul...Sutou Kouhei
2021-07-13[ruby/fiddle] test: fix SetLastError's input typeSutou Kouhei
2021-07-13[ruby/fiddle] test: use double quote for string literalSutou Kouhei
2021-07-13[ruby/fiddle] test: add a test for win32_last_socket_errorSutou Kouhei
2021-07-13[ruby/fiddle] test: add missing receiverSutou Kouhei
2021-07-13[ruby/fiddle] windows: use GetLastError() for win32_last_errorSutou Kouhei
2021-07-13[ruby/error_highlight] Support a file that has no final newlineYusuke Endoh
2021-07-13[ruby/error_highlight] Support hard tabsYusuke Endoh
2021-07-12[ruby/error_highlight] Update a test for multibyte charactersYusuke Endoh