Age | Commit message (Expand) | Author |
---|
2024-01-28 | [ruby/digest] [DOC] Expand `Digest::SHA2` definitions for RDoc | Nobuyoshi Nakada |
2024-01-28 | [ruby/digest] Prefer `rb_const_get` over `rb_path2class` for direct constants | Nobuyoshi Nakada |
2022-07-21 | Expand tabs [ci skip] | Takashi Kokubun |
2020-12-19 | [digest] Added rb_digest_make_metadata to wrap metadata | Nobuyoshi Nakada |
2020-12-02 | digest: remove OpenSSL engine | Kazuki Yamaguchi |
2019-08-22 | Hoisted out rb_id_metadata | Nobuyoshi Nakada |
2019-08-22 | Hoisted out rb_digest_namespace | Nobuyoshi Nakada |
2015-11-21 | * ext/digest/*/*.[ch]: include ruby.h before digest.h to avoid | naruse |
2015-02-11 | digest: CommonDigest | nobu |
2015-02-10 | digest: no ID cache | nobu |
2014-09-30 | ext/digest: hide metadata objects for internal use | nobu |
2014-09-30 | protoize no-arguments functions | nobu |
2014-09-29 | digest: no check for hidden objects | nobu |
2010-02-24 | * ext/digest/extconf.rb: use OpenSSL only when all transform | nobu |
2010-02-22 | * ext/digest/sha2/sha2init.c: test OpenSSL more strictly. | akr |
2010-02-22 | * ext/digest/sha2: Use OpenSSL's SHA1 engine if available. | nobu |
2008-09-01 | * ext/digest/md5/md5init.c (md5), ext/digest/rmd160/rmd160init.c | nobu |
2006-10-20 | * ext/digest: Prefix C constants with RUBY_ and C type names with | knu |
2006-10-13 | * ext/digest/digest.c, ext/digest/digest.h, | knu |
2006-10-13 | * ext/digest/digest.c, ext/digest/md5/md5init.c, | knu |
2006-10-11 | * ext/digest/digest.c (get_digest_base_metadata): Use an instance | knu |
2006-10-11 | * ext/digest/digest.c (rb_digest_base_alloc, | knu |
2006-10-11 | * ext/digest/digest.c (rb_digest_base_reset, Init_digest): Add | knu |
2006-10-05 | * ext/digest/digest.[ch]: Since the argument order of | knu |
2006-09-27 | * ext/digest/md5/md5init.c (Init_md5): Now that we have digest.rb, | knu |
2002-02-17 | * ext/digest/md5/md5init.c (Init_md5): rb_cvar_declare() is | nobu |
2001-07-13 | Import the "digest" module and the submodules, from the Rough Ruby | knu |