| Commit message (Expand) | Author | Age | Files | Lines |
* | fix hexdigest [ci skip] | kazu | 2016-10-20 | 1 | -1/+1 |
* | * remove trailing spaces. | svn | 2016-10-20 | 1 | -1/+1 |
* | * ext/digest/digest.c: Add documentation for Digest. | hsbt | 2016-10-20 | 1 | -0/+20 |
* | Update dependencies | nobu | 2016-07-06 | 1 | -2/+0 |
* | Local header dependencies | nobu | 2016-07-06 | 1 | -0/+1 |
* | * ext/digest/md5/md5ossl.h: Remove excess semicolons. | ngoto | 2016-06-28 | 2 | -3/+3 |
* | Update dependencies. | akr | 2016-04-11 | 1 | -0/+1 |
* | handle ext/ as r53141 | naruse | 2015-12-16 | 1 | -0/+1 |
* | * ext/digest/*/*.[ch]: include ruby.h before digest.h to avoid | naruse | 2015-11-21 | 3 | -3/+3 |
* | md5init.c: fix a typo | nobu | 2015-02-11 | 1 | -1/+1 |
* | digest: CommonDigest | nobu | 2015-02-11 | 2 | -0/+14 |
* | digest: define Finish func from Final func | nobu | 2015-02-11 | 2 | -10/+3 |
* | digest: common configurations | nobu | 2015-02-11 | 2 | -11/+3 |
* | digest: no ID cache | nobu | 2015-02-10 | 1 | -2/+2 |
* | Update dependencies. | akr | 2014-12-19 | 1 | -1/+1 |
* | Update dependency. | akr | 2014-11-21 | 1 | -4/+7 |
* | Mark auogenerated part. | akr | 2014-11-15 | 1 | -0/+3 |
* | * common.mk: Remove comments in Dependency lines. | akr | 2014-11-15 | 1 | -11/+11 |
* | * tool/update-deps: Extend to fix dependencies. | akr | 2014-11-15 | 1 | -2/+11 |
* | digest/*/extconf.rb: do not link openssl when using bundled | nobu | 2014-10-05 | 1 | -6/+5 |
* | ext/digest: hide metadata objects for internal use | nobu | 2014-09-30 | 1 | -1/+1 |
* | protoize no-arguments functions | nobu | 2014-09-30 | 2 | -3/+3 |
* | ruby.h: warn untyped Data | nobu | 2014-09-28 | 1 | -0/+2 |
* | Revert r46828 | nobu | 2014-07-15 | 2 | -25/+6 |
* | md5ossl.c: indicate the result | nobu | 2014-07-15 | 2 | -6/+25 |
* | ext/digest: return values of init and final | nobu | 2014-07-15 | 2 | -4/+6 |
* | Eliminate less-than-zero checks for unsigned variables | nobu | 2013-09-12 | 1 | -1/+1 |
* | * lib/mkmf.rb: Add ruby/ruby.h, ruby/missing.h, ruby/intern.h, | akr | 2013-04-13 | 1 | -5/+2 |
* | extconf.rb: git rid of post-1.8 feature | nobu | 2012-11-27 | 1 | -1/+2 |
* | * revert r35510 and r35511 which caused removing the headers everytime. | nobu | 2012-05-01 | 1 | -2/+0 |
* | depends on ext/openssl/deprecation.rb | nobu | 2012-05-01 | 1 | -0/+2 |
* | * ext/digest/*/extconf.rb: use pkg_config to use same library with | nobu | 2012-04-30 | 1 | -4/+3 |
* | * ext/openssl/extconf.rb: suppress useless deprecation warnings | nobu | 2012-02-27 | 1 | -0/+3 |
* | avoid rdoc's warnings. | naruse | 2012-02-25 | 1 | -0/+3 |
* | .cvsignore: have not been used already. [Bug #3468] | nobu | 2010-08-07 | 1 | -4/+0 |
* | * ext/digest/*/extconf.rb: inttypes.h and unistd.h need not be | knu | 2009-08-06 | 1 | -4/+0 |
* | * ext/digest/md5/md5init.c (md5), ext/digest/rmd160/rmd160init.c | nobu | 2008-09-01 | 1 | -2/+2 |
* | * configure.in (rb_cv_missing__dtos18, rb_cv_missing_fconvert), | nobu | 2008-08-09 | 1 | -0/+2 |
* | * ext/digest: Prefix C constants with RUBY_ and C type names with | knu | 2006-10-20 | 1 | -5/+5 |
* | * ext/digest/digest.c, ext/digest/digest.h, | knu | 2006-10-13 | 1 | -3/+2 |
* | * ext/digest/digest.c, ext/digest/md5/md5init.c, | knu | 2006-10-13 | 1 | -0/+5 |
* | * ext/digest/digest.c (get_digest_base_metadata): Use an instance | knu | 2006-10-11 | 1 | -2/+2 |
* | * ext/digest/digest.c (rb_digest_base_alloc, | knu | 2006-10-11 | 5 | -25/+0 |
* | * ext/digest/digest.c (rb_digest_base_reset, Init_digest): Add | knu | 2006-10-11 | 2 | -0/+5 |
* | * ext/digest/digest.[ch]: Since the argument order of | knu | 2006-10-05 | 5 | -27/+13 |
* | * ext/digest/md5/md5init.c (Init_md5): Now that we have digest.rb, | knu | 2006-09-27 | 1 | -1/+1 |
* | add extconf.h to .cvsignore. | akr | 2006-06-24 | 1 | -0/+1 |
* | * ruby.h, lib/mkmf.rb (create_header): clear command line options for | nobu | 2006-05-25 | 1 | -1/+2 |
* | * ext/digest/md5/md5ossl.h, ext/digest/rmd160/rmd160ossl.h, | gotoyuzo | 2005-08-30 | 1 | -0/+1 |
* | * MANIFEST, ext/**/MANIFEST: removed. | eban | 2004-11-01 | 1 | -8/+0 |