aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* 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
* [flori/json] Skip BigDecimal tests when it's missing to loadHiroshi SHIBATA2023-07-181-2/+5
* [flori/json] Rename JSON::ParseError to JSON:ParserErrorDimitar Haralanov2023-07-182-2/+2
* Fix `#line` directive filename of ripper.cyui-knk2023-07-161-1/+1
* Fix null pointer access in Ripper#initializeNobuyoshi Nakada2023-07-161-3/+3
* Use functions defined by parser_st.c to reduce dependency on st.cyui-knk2023-07-151-0/+1
* [Feature #19757] Add new API `rb_data_define`Nobuyoshi Nakada2023-07-132-0/+172
* [ruby/etc] Declare `getlogin` even if unistd.h is not availableNobuyoshi Nakada2023-07-121-2/+1
* [ruby/openssl] [DOC] remove top-level example forKazuki Yamaguchi2023-07-121-39/+0
* [ruby/openssl] Add support for raw private/public keysRyo Kajiwara2023-07-121-0/+132
* [ruby/etc] Chec if the target file exists, not "depend" fileNobuyoshi Nakada2023-07-121-7/+9
* [ruby/etc] Fix for srcdir with spacesNobuyoshi Nakada2023-07-121-2/+8
* [ruby/etc] Declare `getlogin` only if unistd.h is not availableNobuyoshi Nakada2023-07-121-2/+4