aboutsummaryrefslogtreecommitdiffstats
path: root/ext/digest
Commit message (Expand)AuthorAgeFilesLines
* use 0 for reservednobu2014-12-011-1/+1
* Update dependency.akr2014-11-216-28/+47
* Mark auogenerated part.akr2014-11-156-0/+15
* * common.mk: Remove comments in Dependency lines.akr2014-11-156-89/+89
* * tool/update-deps: Extend to fix dependencies.akr2014-11-156-10/+90
* Make Digest() thread-safe.knu2014-10-311-3/+21
* digest/*/extconf.rb: do not link openssl when using bundlednobu2014-10-054-21/+19
* rmd160/extconf.rb: fix function namenobu2014-10-051-1/+1
* ext/digest: hide metadata objects for internal usenobu2014-09-304-4/+4
* protoize no-arguments functionsnobu2014-09-305-6/+6
* digest: no check for hidden objectsnobu2014-09-294-0/+8
* ruby.h: warn untyped Datanobu2014-09-281-0/+2
* digest.c: typed datanobu2014-09-271-6/+15
* Revert r46828nobu2014-07-152-25/+6
* md5ossl.c: indicate the resultnobu2014-07-152-6/+25
* ext/digest: return values of init and finalnobu2014-07-158-36/+48
* digest.c: raise exception on init failurenobu2014-07-152-7/+15
* Digest::HMAC is finally removed as previously noticed. [fix GH-648]knu2014-07-011-130/+0
* digest.c: call to_s oncenobu2014-06-071-4/+3
* digest.c: fix #== for non-string argumentseregon2014-06-061-1/+3
* * ext/digest/lib/digest/hmac.rb: extracted inline tests into test dir.hsbt2014-05-311-172/+0
* * ext/digest/bubblebabble/bubblebabble.c: Teach RDoc digest/bubblebabblezzak2013-11-211-14/+18
* * ext/digest/*: [DOC] Fix several typos and broken http links.zzak2013-11-133-21/+38
* * ext/digest/digest.c: [DOC] typo in overview by @chastellzzak2013-09-261-2/+1
* Eliminate less-than-zero checks for unsigned variablesnobu2013-09-121-1/+1
* * ext/digest/lib/digest.rb (Digest::Class.file): Take optionalknu2013-05-211-2/+4
* * lib/mkmf.rb: Add ruby/ruby.h, ruby/missing.h, ruby/intern.h,akr2013-04-136-27/+12
* sha2.c: suppress warningsnobu2013-04-011-3/+6
* extconf.rb: git rid of post-1.8 featurenobu2012-11-274-4/+8
* ext/digest/digest.c (hexencode_str_new): return an ASCII stringeregon2012-08-011-1/+1
* rmd160.c: fix for huge datanobu2012-05-071-3/+7
* * revert r35510 and r35511 which caused removing the headers everytime.nobu2012-05-014-8/+0
* depends on ext/openssl/deprecation.rbnobu2012-05-014-0/+8
* * ext/digest/sha2/sha2.c (REVERSE32): exlicitly cast since unsignednobu2012-04-301-7/+7
* * ext/digest/*/extconf.rb: use pkg_config to use same library withnobu2012-04-304-16/+12
* * encoding.c (rb_enc_codepoint_len): Use UNREACHABLE to avoid "controldrbrain2012-04-131-0/+8
* * ext/digest/sha2/lib/sha2.rb (Digest#block_length): Fixed method namedrbrain2012-04-101-3/+3
* * ext/openssl/extconf.rb: suppress useless deprecation warningsnobu2012-02-274-0/+12
* avoid rdoc's warnings.naruse2012-02-253-0/+9
* * ext/digest/digest.c: Add documentation for the Digest module. Patch bydrbrain2011-08-121-0/+47
* * ext/digest/sha2/sha2ossl.c: use original SHA384_Final on DragonFly.naruse2011-08-071-0/+2
* * ext/digest/sha2/sha2.c (SHA256_Update, SHA512_Update): avoid Busnahi2011-07-151-2/+4
* * internal.h: add for internal use only.nobu2011-05-181-2/+2
* * ext/digest: Improve documentation of Digest, Digest::HMAC anddrbrain2011-05-163-46/+112
* * ext/digest/digest.c (rb_digest_class_init): Defineknu2010-10-181-0/+8
* * ext/digest/lib/digest.rb: removed unused exception variablenahi2010-09-101-1/+1
* .cvsignore: have not been used already. [Bug #3468]nobu2010-08-076-24/+0
* * ext/digest/lib/digest/hmac.rb: Emit a deprecation warning inknu2010-06-031-0/+7
* * ext/**/*.[ch]: removed trailing spaces.nobu2010-04-221-1/+1
* * ext/**/*.[ch]: removed trailing spaces.nobu2010-04-226-15/+15