summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
2023-09-10Set ripper_init.c.tmpl to C mode [ci skip]Nobuyoshi Nakada
2023-09-06[ruby/openssl] x509ext: let X509::ExtensionFactory#create_ext take a dotted O...Michael Richardson
2023-09-06[ruby/openssl] Fix OCSP documentationPetrik
2023-09-06[ruby/openssl] Prefer String#unpack1Mau Magnaguagno
2023-09-06[ruby/openssl] ssl: use ffdhe2048 from RFC 7919 as the default DH group param...Kazuki Yamaguchi
2023-09-06[ruby/openssl] Refactor Buffering consume_rbuff and getbyte methodsMau Magnaguagno
2023-09-06[ruby/openssl] Remove OSSL_DEBUG compile-time optionKazuki Yamaguchi
2023-08-30BasicSocket#recv* return `nil` rather than an empty packetJean Boussier
2023-08-29Development of 3.0.9 started.Sutou Kouhei
2023-08-28[ruby/openssl] ossl_pkey.c: Workaround: Decode with non-zero selections.Jun Aruga
2023-08-25[ruby/openssl] Fix LIBRESSL_VERSION_NUMBER document mistake.Jun Aruga
2023-08-25include missing header卜部昌平
2023-08-25use configure-detected sanity of _Alignof卜部昌平
2023-08-25tool/update-deps --fix卜部昌平
2023-08-18[ruby/io-console] Get rid of address of an rvalue on TruffleRubyNobuyoshi Nakada
2023-08-18[ruby/io-console] Avoid the influence of special variable `$/`Nobuyoshi Nakada
2023-08-18[ruby/io-console] Ensure to put a newline after passwordNobuyoshi Nakada
2023-08-18[ruby/io-console] Flush after promptNobuyoshi Nakada
2023-08-18[ruby/io-console] Enable `getpass` methods alwaysNobuyoshi Nakada
2023-08-18[ruby/io-console] [DOC] Remove a trailing space from the prompt tooNobuyoshi Nakada
2023-08-18[ruby/io-console] * remove trailing spaces [ci skip]Nobuyoshi Nakada
2023-08-18[ruby/io-console] [DOC] IO::console.getpass usage exampleOlivier Lacan
2023-08-16[ruby/openssl] Enhance printing OpenSSL versions.Jun Aruga
2023-08-16[ruby/openssl] Include "additional data" message in OpenSSL errorsKazuki Yamaguchi
2023-08-16[ruby/openssl] ssl: raise SSLError if loading ca_file or ca_path failsKazuki Yamaguchi
2023-08-16[ruby/openssl] Raise an error when the specified OpenSSL library directory do...Jun Aruga
2023-08-16[ruby/openssl] [DOC] enhance RDoc for exporting pkeysKazuki Yamaguchi
2023-08-16[ruby/openssl] [DOC] prefer PKey#private_to_pem and #public_to_pem in RDocKazuki Yamaguchi
2023-08-16[ruby/openssl] [DOC] prefer "password" to "passphrase"Kazuki Yamaguchi
2023-08-16[ruby/openssl] ssl: adjust "certificate verify failed" error on SSL_ERROR_SYS...Kazuki Yamaguchi
2023-08-16[ruby/openssl] ssl: adjust styles of ossl_start_ssl()Kazuki Yamaguchi
2023-08-10[ruby/zlib] Zlib.gunzip should not fail with utf-8 stringsSorah Fukumori
2023-08-02Implement StringIO#pread (#56)Jean byroot Boussier
2023-08-02[ruby/fiddle] Include stdbool.h explicitlySutou Kouhei
2023-08-02[ruby/fiddle] Include stdbool.h explicitlySutou Kouhei
2023-08-02[ruby/fiddle] Add support for boolSutou Kouhei
2023-08-02[ruby/fiddle] Use ifdefSutou Kouhei
2023-07-28[ruby/strscan] Fix indentation in strscan.cPeter Zhu
2023-07-27Add function rb_reg_onig_matchPeter Zhu
2023-07-27[ruby/strscan] Sync missed commitPeter Zhu
2023-07-24[ruby/openssl] Always respect the openssl prefix chosen by truffle/openssl-pr...Benoit Daloze
2023-07-19[flori/json] Re-generate parser.cNobuyoshi Nakada
2023-07-19[flori/json] Remove unnecessary codeNobuyoshi Nakada
2023-07-19[flori/json] [DOC] Remove duplicate sentenceNobuyoshi Nakada
2023-07-19[flori/json] Remove `HAVE_RB_SCAN_ARGS_OPTIONAL_HASH` checkNobuyoshi Nakada
2023-07-18[flori/json] Skip BigDecimal tests when it's missing to loadHiroshi SHIBATA
2023-07-18[flori/json] Rename JSON::ParseError to JSON:ParserErrorDimitar Haralanov
2023-07-16Fix `#line` directive filename of ripper.cyui-knk
2023-07-16Fix null pointer access in Ripper#initializeNobuyoshi Nakada
2023-07-15Use functions defined by parser_st.c to reduce dependency on st.cyui-knk