summaryrefslogtreecommitdiff
path: root/ext/digest
AgeCommit message (Expand)Author
2015-12-16handle ext/ as r53141naruse
2015-11-26fixup! r52695naruse
2015-11-21* ext/digest/sha1/extconf.rb: OpenSSL's struct name for SHA1 isnaruse
2015-11-21* ext/digest/*/*.[ch]: include ruby.h before digest.h to avoidnaruse
2015-05-21digest.c: GC guardnobu
2015-05-16allocate structs with wrappernobu
2015-04-15* doc/contributors.rdoc: fix a typo. Patch by @davydovantonhsbt
2015-02-11md5init.c: fix a typonobu
2015-02-11digest: CommonDigestnobu
2015-02-11digest: define Finish func from Final funcnobu
2015-02-11digest: common configurationsnobu
2015-02-10digest: no ID cachenobu
2014-12-19Update dependencies.akr
2014-12-01use 0 for reservednobu
2014-11-21Update dependency.akr
2014-11-15Mark auogenerated part.akr
2014-11-15* common.mk: Remove comments in Dependency lines.akr
2014-11-15* tool/update-deps: Extend to fix dependencies.akr
2014-10-31Make Digest() thread-safe.knu
2014-10-05digest/*/extconf.rb: do not link openssl when using bundlednobu
2014-10-05rmd160/extconf.rb: fix function namenobu
2014-09-30ext/digest: hide metadata objects for internal usenobu
2014-09-30protoize no-arguments functionsnobu
2014-09-29digest: no check for hidden objectsnobu
2014-09-28ruby.h: warn untyped Datanobu
2014-09-27digest.c: typed datanobu
2014-07-15Revert r46828nobu
2014-07-15md5ossl.c: indicate the resultnobu
2014-07-15ext/digest: return values of init and finalnobu
2014-07-15digest.c: raise exception on init failurenobu
2014-07-01Digest::HMAC is finally removed as previously noticed. [fix GH-648]knu
2014-06-07digest.c: call to_s oncenobu
2014-06-06digest.c: fix #== for non-string argumentseregon
2014-05-31* ext/digest/lib/digest/hmac.rb: extracted inline tests into test dir.hsbt
2013-11-21* ext/digest/bubblebabble/bubblebabble.c: Teach RDoc digest/bubblebabblezzak
2013-11-13* ext/digest/*: [DOC] Fix several typos and broken http links.zzak
2013-09-26* ext/digest/digest.c: [DOC] typo in overview by @chastellzzak
2013-09-12Eliminate less-than-zero checks for unsigned variablesnobu
2013-05-21* ext/digest/lib/digest.rb (Digest::Class.file): Take optionalknu
2013-04-13* lib/mkmf.rb: Add ruby/ruby.h, ruby/missing.h, ruby/intern.h,akr
2013-04-01sha2.c: suppress warningsnobu
2012-11-27extconf.rb: git rid of post-1.8 featurenobu
2012-08-01ext/digest/digest.c (hexencode_str_new): return an ASCII stringeregon
2012-05-07rmd160.c: fix for huge datanobu
2012-05-01* revert r35510 and r35511 which caused removing the headers everytime.nobu
2012-05-01depends on ext/openssl/deprecation.rbnobu
2012-04-30* ext/digest/sha2/sha2.c (REVERSE32): exlicitly cast since unsignednobu
2012-04-30* ext/digest/*/extconf.rb: use pkg_config to use same library withnobu
2012-04-13* encoding.c (rb_enc_codepoint_len): Use UNREACHABLE to avoid "controldrbrain
2012-04-10* ext/digest/sha2/lib/sha2.rb (Digest#block_length): Fixed method namedrbrain