aboutsummaryrefslogtreecommitdiffstats
path: root/ext/digest
Commit message (Expand)AuthorAgeFilesLines
* Update dependencies.akr2016-04-116-0/+6
* handle ext/ as r53141naruse2015-12-169-0/+9
* fixup! r52695naruse2015-11-262-3/+4
* * ext/digest/sha1/extconf.rb: OpenSSL's struct name for SHA1 isnaruse2015-11-211-1/+1
* * ext/digest/*/*.[ch]: include ruby.h before digest.h to avoidnaruse2015-11-2114-18/+15
* digest.c: GC guardnobu2015-05-211-0/+3
* allocate structs with wrappernobu2015-05-161-3/+2
* * doc/contributors.rdoc: fix a typo. Patch by @davydovantonhsbt2015-04-151-1/+1
* md5init.c: fix a typonobu2015-02-111-1/+1
* digest: CommonDigestnobu2015-02-117-0/+72
* digest: define Finish func from Final funcnobu2015-02-1110-47/+40
* digest: common configurationsnobu2015-02-118-44/+31
* digest: no ID cachenobu2015-02-104-7/+7
* Update dependencies.akr2014-12-196-9/+9
* 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