aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Use rb_getnameinfo instead of directly using getnameinfoYusuke Endoh2023-10-171-9/+9
* [ruby/psych] Bump up v5.1.1.1Hiroshi SHIBATA2023-10-161-1/+1
* Switch mid dump to dump_append_string_valueJohn Hawthorn2023-10-121-3/+2
* Fix ObjectSpace.dump with super() callinfoJohn Hawthorn2023-10-121-3/+7
* [ruby/psych] Bump up v5.1.1Hiroshi SHIBATA2023-10-111-1/+1
* ripper: Support member references in the DSLNobuyoshi Nakada2023-10-101-1/+1
* Remove `NODE_VALUES`Nobuyoshi Nakada2023-10-061-1/+0
* [ruby/stringio] StringIO#pread: handle 0 length like IO#preadJean byroot Boussier2023-10-051-0/+7
* Move internal NODE_DEF_TEMP to parse.yNobuyoshi Nakada2023-10-051-1/+0
* [ruby/bigdecimal] Bump up to 3.1.5Nobuyoshi Nakada2023-10-041-1/+1
* Dump name of method for imemo callinfoPeter Zhu2023-10-022-0/+14
* [ruby/psych] Update SnakeYAML Engine to 2.7Charles Oliver Nutter2023-10-021-1/+1
* Use rb_node_opt_arg_t and rb_node_kw_arg_t instead of NODEyui-knk2023-10-011-2/+2
* Extract `ripper_parser_params`Nobuyoshi Nakada2023-09-301-76/+42
* Merge NODE_DEF_TEMP and NODE_DEF_TEMP2yui-knk2023-09-291-1/+0
* Change RNode structure from union to structyui-knk2023-09-282-3/+6
* [Bug #19902] Update the coderange regarding the changed regionNobuyoshi Nakada2023-09-261-0/+10
* ripper: Support named references in the DSLNobuyoshi Nakada2023-09-251-9/+12
* [ruby/stringio] [DOC] Fix linkBurdette Lamar2023-09-221-1/+1
* [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