summaryrefslogtreecommitdiff
path: root/ext/digest
AgeCommit message (Expand)Author
2017-07-18Copy openssl library finder for ext/digest from OpenSSL extention.hsbt
2016-10-20fix hexdigest [ci skip]kazu
2016-10-20* remove trailing spaces.svn
2016-10-20* ext/digest/digest.c: Add documentation for Digest.hsbt
2016-08-30Use qualified namesnobu
2016-07-29rb_funcallvnobu
2016-07-06Update dependenciesnobu
2016-07-06Local header dependenciesnobu
2016-06-28* ext/digest/md5/md5ossl.h: Remove excess semicolons.ngoto
2016-04-11Update dependencies.akr
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