summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
2024-06-08[ruby/openssl] Rename LICENSE.txt to COPYINGKazuki Yamaguchi
2024-06-08[ruby/openssl] openssl.gemspec: add BSD-2-Clause to the list of licensesKazuki Yamaguchi
2024-06-08[ruby/openssl] Add X509::Certificate#tbs_bytesSamuel Giddins
2024-06-08ripper: Introduce `RIPPER_ID` macro instead of `ripper_id_` macrosNobuyoshi Nakada
2024-06-08[ruby/digest] [DOC] Update document to use `rb_digest_make_metadata`Nobuyoshi Nakada
2024-06-08[ruby/digest] Use typed data in digestNobuyoshi Nakada
2024-06-07[Feature #19998] Untyped Data API has been marked as deprecatedNobuyoshi Nakada
2024-06-05[ruby/openssl] Fix test_create_with_mac_iter accidently setting keytype not m...KJ Tsanaktsidis
2024-06-04Remove dependency on fiddle from test/rubyHiroshi SHIBATA
2024-06-04[ruby/win32ole] Added missing extensionsHiroshi SHIBATA
2024-06-04[flori/json] Use the pure-Ruby generator on TruffleRuby as it is much fasterBenoit Daloze
2024-06-04Sync strscan HEAD again.Hiroshi SHIBATA
2024-06-04[flori/json] Cleanup useless ifdefJean Boussier
2024-06-03[ruby/date] [DOC] specify the unit of return value for Date#-p0pemaru
2024-06-03[ruby/date] Prevent converted gregorian date from GCNobuyoshi Nakada
2024-06-03Raise EAI_SYSTEM when pthread_create fails in getaddrinfoYusuke Endoh
2024-06-02Stop exposing `rb_str_chilled_p`Jean Boussier
2024-06-01Suppress -Wmaybe-uninitialized warnings with LTONobuyoshi Nakada
2024-05-30[ruby/stringio] Remove special handling of chilled stringsJean Boussier
2024-05-30Revert "[ruby/strscan] Doc for StringScanner"Hiroshi SHIBATA
2024-05-30Revert "Fix reference path for strscan documentation"Hiroshi SHIBATA
2024-05-30Fix reference path for strscan documentationHiroshi SHIBATA
2024-05-30[ruby/strscan] Doc for StringScannerBurdette Lamar
2024-05-29[ruby/zlib] Update license files with ruby/rubyHiroshi SHIBATA
2024-05-28Test for compiling without warnings against public headersMike Dalessio
2024-05-21ripper: Extend to represent array access and splatNobuyoshi Nakada
2024-05-21ripper: Allow parenthesized comma in optionsNobuyoshi Nakada
2024-05-21ripper: Preserve indentationNobuyoshi Nakada
2024-05-21ripper: Remove rb_ripper_noneNobuyoshi Nakada
2024-05-21ripper: Short hand for `rb_ary_new_from_args`Nobuyoshi Nakada
2024-05-21ripper: Make `$:n` to refer each grammar valuesNobuyoshi Nakada
2024-05-14[ruby/zlib] Avoid double copying into provided outbufSamuel Giddins
2024-05-14[ruby/zlib] Avoid allocating intermediary strings when read/readpartial are p...Samuel Giddins
2024-05-08[ruby/openssl] Add to_text for PKCS7 and Timestamp::ResponseSamuel Giddins
2024-05-05[ruby/openssl] read: don't clear buffer when nothing can be readJean Boussier
2024-05-04Change return value of `gets` function to be `rb_parser_string_t *` instead o...yui-knk
2024-05-03win32/registry: Shorten with safe navigation operatorNobuyoshi Nakada
2024-05-03win32/registry: Make frozen_string_literal trueNobuyoshi Nakada
2024-05-03win32/registry: Refine pack/unpackNobuyoshi Nakada
2024-05-02[ruby/openssl] pkcs7: raise PKCS7Error for PKCS7 without content in PKCS7.rea...Jeremy Evans
2024-05-02[ruby/openssl] pkcs7: raise ArgumentError for PKCS7 with no content in PKCS7.newJeremy Evans
2024-05-02[ruby/openssl] cipher: fix buffer overflow in Cipher#updateKazuki Yamaguchi
2024-05-02[ruby/openssl] Fix performance regression in do_write(s)Jaymz Julian
2024-05-02[ruby/openssl] asn1: check error return from i2d_ASN1_TYPE()Kazuki Yamaguchi
2024-04-30[ruby/openssl] Update Cipher#name to match Digest#name explanationBart de Water
2024-04-30[ruby/openssl] Add OpenSSL::Digest.digests to get a list of available digestsBart de Water
2024-04-30[ruby/openssl] Further clarification of documentation.Samuel Williams
2024-04-30[ruby/openssl] More documentation.Samuel Williams
2024-04-30[ruby/openssl] Introduce basic support for `close_read` and `close_write`.Samuel Williams
2024-04-29ripper: Move DSL line patternNobuyoshi Nakada