summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [ruby/openssl] bn: use BN_check_prime() in OpenSSL::BN#prime{,_fasttest}?Kazuki Yamaguchi2021-10-252-49/+22
* [ruby/openssl] ssl: use SSL_get_rbio() to check if SSL is started or notKazuki Yamaguchi2021-10-251-2/+2
* [ruby/openssl] ssl: use SSL_CTX_load_verify_{file,dir}() if availableKazuki Yamaguchi2021-10-252-0/+8
* [ruby/openssl] ts: use TS_VERIFY_CTX_set_certs instead of TS_VERIFY_CTS_set_c...Kazuki Yamaguchi2021-10-253-2/+8
* [ruby/openssl] ossl.c: use ERR_get_error_all() if availableKazuki Yamaguchi2021-10-252-19/+24
* [ruby/openssl] ext/openssl/ossl.h: add helper macros for OpenSSL/LibreSSL ver...Kazuki Yamaguchi2021-10-251-0/+12
* Reduce YJIT runs on Ubuntu [ci skip]Nobuyoshi Nakada2021-10-241-2/+2
* Use `${{}}` for if statementNobuyoshi Nakada2021-10-242-2/+2
* EWOULDBLOCK is always defined since 74ba9c248890Nobuyoshi Nakada2021-10-241-7/+7
* Extract io_again_p to check if EAGAIN or EWOULDBLOCKNobuyoshi Nakada2021-10-241-6/+12
* suppress warnings by parenthesizing unclear expressionsNobuyoshi Nakada2021-10-242-5/+5
* suppress warnings for probable NULL dererefencesNobuyoshi Nakada2021-10-244-1/+8
* Suppress sign-compare warningNobuyoshi Nakada2021-10-241-2/+2
* Refactor associated pointerNobuyoshi Nakada2021-10-241-43/+25
* Suppress false warning for freed pointerNobuyoshi Nakada2021-10-241-13/+24
* [flori/json] Bump version to v2.6.1Hiroshi SHIBATA2021-10-242-2/+2
* [flori/json] Bump JSON::VERSION to 2.6.0.Josef Šimánek2021-10-241-1/+1
* [ruby/psych] Prefer `require_relative` for internal requiresDavid Rodríguez2021-10-2415-49/+49
* [ruby/psych] Add stringio as a dependency.Josef Šimánek2021-10-241-0/+2
* * 2021-10-24 [ci skip]git2021-10-241-1/+1
* NEWS: StringScanner 3.0.1 is releasedSutou Kouhei2021-10-241-1/+1
* [ruby/strscan] Bump versionSutou Kouhei2021-10-241-1/+1
* NEWS: CSV 3.2.1 is releasedSutou Kouhei2021-10-241-1/+1
* [ruby/csv] Add support for Ractor (https://github.com/ruby/csv/pull/218)rm1552021-10-245-6/+94
* [ruby/csv] Use test-unit gem instead of test-framework of ruby repoSutou Kouhei2021-10-241-0/+1
* [ruby/csv] CSV(): Add support for Ruby 3 (https://github.com/ruby/csv/pull/215)Anthony Hernandez2021-10-242-2/+16
* [ruby/csv] CI: Stop coverage mesurementKenta Murata2021-10-241-1/+0
* [ruby/csv] Use "\n" for the default row separator on Ruby 3.0 or laterSutou Kouhei2021-10-244-7/+40
* [ruby/csv] Changed line ending handling to consider the combination \r\n as a...Joakim Antman2021-10-242-4/+17
* [ruby/csv] Resolve CSV::Converters and HeaderConverters lazySutou Kouhei2021-10-242-4/+8
* [ruby/csv] doc: Match text to the struct name (https://github.com/ruby/csv/pu...Vince2021-10-241-1/+1
* [ruby/csv] Bump versionSutou Kouhei2021-10-241-1/+1
* Add INSTRUBY_OPTS to INSTRUBY_ARGS [ci skip]Nobuyoshi Nakada2021-10-231-2/+3
* [ruby/openssl] test/openssl/test_ssl: use assert_raise in test_bad_socketKazuki Yamaguchi2021-10-231-1/+1
* [ruby/openssl] Raise an exception if the IO object passed to SSLSocket isn't ...Aaron Patterson2021-10-232-0/+12
* [ruby/openssl] test/openssl/test_pkey_rsa: disable test_no_private_exp on Ope...Kazuki Yamaguchi2021-10-231-1/+1
* [ruby/openssl] test/openssl/test_pkey: use EC keys for PKey.generate_paramete...Kazuki Yamaguchi2021-10-231-16/+11
* [ruby/openssl] test/openssl/test_ssl: fix illegal SAN extensionKazuki Yamaguchi2021-10-231-2/+1
* [ruby/openssl] test/openssl/test_pkcs12: fix test failures with OpenSSL 3.0Kazuki Yamaguchi2021-10-231-148/+149
* [ruby/openssl] test/openssl/test_ssl: relax regex to match OpenSSL's error me...Kazuki Yamaguchi2021-10-231-1/+3
* [ruby/openssl] test/openssl/test_digest: do not test constants for legacy alg...Kazuki Yamaguchi2021-10-231-1/+1
* [ruby/openssl] test/openssl/test_ssl: assume ECC supportKazuki Yamaguchi2021-10-234-24/+14
* [ruby/openssl] test/openssl/test_ssl: assume TLS 1.2 supportKazuki Yamaguchi2021-10-233-55/+26
* [ruby/openssl] test/openssl/utils: remove dup_public helper methodKazuki Yamaguchi2021-10-235-51/+44
* Sync did_you_meanYuki Nishijima2021-10-221-1/+1
* Disable did_you_mean in TestPatternMatchingYuki Nishijima2021-10-221-0/+19
* Remove the test for DYM's verbose formatterYuki Nishijima2021-10-221-8/+0
* Sync did_you_mean againYuki Nishijima2021-10-2210-134/+103
* Revert "Sync did_you_mean"Yuki Nishijima2021-10-2210-104/+134
* Sync did_you_meanYuki Nishijima2021-10-2210-134/+104