aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* [ruby/openssl] Ruby/OpenSSL 3.2.0Kazuki Yamaguchi2023-09-213-2/+42
* [ruby/openssl] Update README and gemspec descriptionKazuki Yamaguchi2023-09-211-2/+2
* [ruby/date] [DOC] Fix linkBurdetteLamar2023-09-201-2/+2
* [ruby/fiddle] Suppress -Wundef warnings on arm64 macOS and WindowsNobuyoshi Nakada2023-09-171-0/+5
* ripper: Preprocess ripper-dispatchable types onlyNobuyoshi Nakada2023-09-171-4/+3
* Set ripper_init.c.tmpl to C mode [ci skip]Nobuyoshi Nakada2023-09-101-0/+1
* [ruby/openssl] x509ext: let X509::ExtensionFactory#create_ext take a dotted O...Michael Richardson2023-09-061-5/+11
* [ruby/openssl] Fix OCSP documentationPetrik2023-09-061-1/+1
* [ruby/openssl] Prefer String#unpack1Mau Magnaguagno2023-09-061-1/+1
* [ruby/openssl] ssl: use ffdhe2048 from RFC 7919 as the default DH group param...Kazuki Yamaguchi2023-09-061-9/+9
* [ruby/openssl] Refactor Buffering consume_rbuff and getbyte methodsMau Magnaguagno2023-09-061-5/+2
* [ruby/openssl] Remove OSSL_DEBUG compile-time optionKazuki Yamaguchi2023-09-062-112/+0
* BasicSocket#recv* return `nil` rather than an empty packetJean Boussier2023-08-303-0/+26
* Development of 3.0.9 started.Sutou Kouhei2023-08-291-1/+1
* [ruby/openssl] ossl_pkey.c: Workaround: Decode with non-zero selections.Jun Aruga2023-08-281-52/+59
* [ruby/openssl] Fix LIBRESSL_VERSION_NUMBER document mistake.Jun Aruga2023-08-251-2/+2
* include missing header卜部昌平2023-08-251-0/+1
* use configure-detected sanity of _Alignof卜部昌平2023-08-251-1/+4
* tool/update-deps --fix卜部昌平2023-08-251-0/+2
* [ruby/io-console] Get rid of address of an rvalue on TruffleRubyNobuyoshi Nakada2023-08-181-1/+2
* [ruby/io-console] Avoid the influence of special variable `$/`Nobuyoshi Nakada2023-08-181-1/+1
* [ruby/io-console] Ensure to put a newline after passwordNobuyoshi Nakada2023-08-181-3/+8
* [ruby/io-console] Flush after promptNobuyoshi Nakada2023-08-181-1/+4
* [ruby/io-console] Enable `getpass` methods alwaysNobuyoshi Nakada2023-08-182-11/+0
* [ruby/io-console] [DOC] Remove a trailing space from the prompt tooNobuyoshi Nakada2023-08-181-1/+1
* [ruby/io-console] * remove trailing spaces [ci skip]Nobuyoshi Nakada2023-08-181-3/+3
* [ruby/io-console] [DOC] IO::console.getpass usage exampleOlivier Lacan2023-08-181-0/+6
* [ruby/openssl] Enhance printing OpenSSL versions.Jun Aruga2023-08-161-1/+18
* [ruby/openssl] Include "additional data" message in OpenSSL errorsKazuki Yamaguchi2023-08-161-12/+17
* [ruby/openssl] ssl: raise SSLError if loading ca_file or ca_path failsKazuki Yamaguchi2023-08-161-3/+3
* [ruby/openssl] Raise an error when the specified OpenSSL library directory do...Jun Aruga2023-08-161-2/+22
* [ruby/openssl] [DOC] enhance RDoc for exporting pkeysKazuki Yamaguchi2023-08-165-26/+219
* [ruby/openssl] [DOC] prefer PKey#private_to_pem and #public_to_pem in RDocKazuki Yamaguchi2023-08-161-8/+6
* [ruby/openssl] [DOC] prefer "password" to "passphrase"Kazuki Yamaguchi2023-08-163-21/+21
* [ruby/openssl] ssl: adjust "certificate verify failed" error on SSL_ERROR_SYS...Kazuki Yamaguchi2023-08-161-25/+25
* [ruby/openssl] ssl: adjust styles of ossl_start_ssl()Kazuki Yamaguchi2023-08-161-36/+36
* [ruby/zlib] Zlib.gunzip should not fail with utf-8 stringsSorah Fukumori2023-08-101-1/+1
* Implement StringIO#pread (#56)Jean byroot Boussier2023-08-021-0/+43
* [ruby/fiddle] Include stdbool.h explicitlySutou Kouhei2023-08-021-0/+2
* [ruby/fiddle] Include stdbool.h explicitlySutou Kouhei2023-08-021-0/+2
* [ruby/fiddle] Add support for boolSutou Kouhei2023-08-024-0/+39
* [ruby/fiddle] Use ifdefSutou Kouhei2023-08-021-1/+1
* [ruby/strscan] Fix indentation in strscan.cPeter Zhu2023-07-281-5/+5
* Add function rb_reg_onig_matchPeter Zhu2023-07-272-39/+69
* [ruby/strscan] Sync missed commitPeter Zhu2023-07-271-1/+3
* [ruby/openssl] Always respect the openssl prefix chosen by truffle/openssl-pr...Benoit Daloze2023-07-241-1/+8
* [flori/json] Re-generate parser.cNobuyoshi Nakada2023-07-191-2964/+1828
* [flori/json] Remove unnecessary codeNobuyoshi Nakada2023-07-191-24/+4
* [flori/json] [DOC] Remove duplicate sentenceNobuyoshi Nakada2023-07-191-2/+0
* [flori/json] Remove `HAVE_RB_SCAN_ARGS_OPTIONAL_HASH` checkNobuyoshi Nakada2023-07-191-85/+72