summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-10-25[ruby/openssl] digest: use EVP_MD_CTX_get0_md() instead of EVP_MD_CTX_md() if...Kazuki Yamaguchi
2021-10-25[ruby/openssl] bn: use BN_check_prime() in OpenSSL::BN#prime{,_fasttest}?Kazuki Yamaguchi
2021-10-25[ruby/openssl] ssl: use SSL_get_rbio() to check if SSL is started or notKazuki Yamaguchi
2021-10-25[ruby/openssl] ssl: use SSL_CTX_load_verify_{file,dir}() if availableKazuki Yamaguchi
2021-10-25[ruby/openssl] ts: use TS_VERIFY_CTX_set_certs instead of TS_VERIFY_CTS_set_c...Kazuki Yamaguchi
2021-10-25[ruby/openssl] ossl.c: use ERR_get_error_all() if availableKazuki Yamaguchi
2021-10-25[ruby/openssl] ext/openssl/ossl.h: add helper macros for OpenSSL/LibreSSL ver...Kazuki Yamaguchi
2021-10-24Reduce YJIT runs on Ubuntu [ci skip]Nobuyoshi Nakada
2021-10-24Use `${{}}` for if statementNobuyoshi Nakada
2021-10-24EWOULDBLOCK is always defined since 74ba9c248890Nobuyoshi Nakada
2021-10-24Extract io_again_p to check if EAGAIN or EWOULDBLOCKNobuyoshi Nakada
2021-10-24suppress warnings by parenthesizing unclear expressionsNobuyoshi Nakada
2021-10-24suppress warnings for probable NULL dererefencesNobuyoshi Nakada
2021-10-24Suppress sign-compare warningNobuyoshi Nakada
2021-10-24Refactor associated pointerNobuyoshi Nakada
2021-10-24Suppress false warning for freed pointerNobuyoshi Nakada
2021-10-24[flori/json] Bump version to v2.6.1Hiroshi SHIBATA
2021-10-24[flori/json] Bump JSON::VERSION to 2.6.0.Josef Šimánek
2021-10-24[ruby/psych] Prefer `require_relative` for internal requiresDavid Rodríguez
2021-10-24[ruby/psych] Add stringio as a dependency.Josef Šimánek
2021-10-24* 2021-10-24 [ci skip]git
2021-10-24NEWS: StringScanner 3.0.1 is releasedSutou Kouhei
2021-10-24[ruby/strscan] Bump versionSutou Kouhei
2021-10-24NEWS: CSV 3.2.1 is releasedSutou Kouhei
2021-10-24[ruby/csv] Add support for Ractor (https://github.com/ruby/csv/pull/218)rm155
2021-10-24[ruby/csv] Use test-unit gem instead of test-framework of ruby repoSutou Kouhei
2021-10-24[ruby/csv] CSV(): Add support for Ruby 3 (https://github.com/ruby/csv/pull/215)Anthony Hernandez
2021-10-24[ruby/csv] CI: Stop coverage mesurementKenta Murata
2021-10-24[ruby/csv] Use "\n" for the default row separator on Ruby 3.0 or laterSutou Kouhei
2021-10-24[ruby/csv] Changed line ending handling to consider the combination \r\n as a...Joakim Antman
2021-10-24[ruby/csv] Resolve CSV::Converters and HeaderConverters lazySutou Kouhei
2021-10-24[ruby/csv] doc: Match text to the struct name (https://github.com/ruby/csv/pu...Vince
2021-10-24[ruby/csv] Bump versionSutou Kouhei
2021-10-23Add INSTRUBY_OPTS to INSTRUBY_ARGS [ci skip]Nobuyoshi Nakada
2021-10-23[ruby/openssl] test/openssl/test_ssl: use assert_raise in test_bad_socketKazuki Yamaguchi
2021-10-23[ruby/openssl] Raise an exception if the IO object passed to SSLSocket isn't ...Aaron Patterson
2021-10-23[ruby/openssl] test/openssl/test_pkey_rsa: disable test_no_private_exp on Ope...Kazuki Yamaguchi
2021-10-23[ruby/openssl] test/openssl/test_pkey: use EC keys for PKey.generate_paramete...Kazuki Yamaguchi
2021-10-23[ruby/openssl] test/openssl/test_ssl: fix illegal SAN extensionKazuki Yamaguchi
2021-10-23[ruby/openssl] test/openssl/test_pkcs12: fix test failures with OpenSSL 3.0Kazuki Yamaguchi
2021-10-23[ruby/openssl] test/openssl/test_ssl: relax regex to match OpenSSL's error me...Kazuki Yamaguchi
2021-10-23[ruby/openssl] test/openssl/test_digest: do not test constants for legacy alg...Kazuki Yamaguchi
2021-10-23[ruby/openssl] test/openssl/test_ssl: assume ECC supportKazuki Yamaguchi
2021-10-23[ruby/openssl] test/openssl/test_ssl: assume TLS 1.2 supportKazuki Yamaguchi
2021-10-23[ruby/openssl] test/openssl/utils: remove dup_public helper methodKazuki Yamaguchi
2021-10-22Sync did_you_meanYuki Nishijima
2021-10-22Disable did_you_mean in TestPatternMatchingYuki Nishijima
2021-10-22Remove the test for DYM's verbose formatterYuki Nishijima
2021-10-22Sync did_you_mean againYuki Nishijima
2021-10-22Revert "Sync did_you_mean"Yuki Nishijima