aboutsummaryrefslogtreecommitdiffstats
path: root/ext/digest
Commit message (Expand)AuthorAgeFilesLines
* Suppress deprecation warnings of MD5 from Xcode 11.1Nobuyoshi Nakada2019-10-121-0/+7
* Check metadata a bit moreNobuyoshi Nakada2019-08-231-0/+12
* Hoisted out get_digest_obj_metadataNobuyoshi Nakada2019-08-231-7/+13
* Hoisted out rb_id_metadataNobuyoshi Nakada2019-08-223-4/+8
* Hoisted out rb_digest_namespaceNobuyoshi Nakada2019-08-225-12/+11
* Separated initializing IDsNobuyoshi Nakada2019-08-211-2/+6
* Include ruby/assert.h in ruby/ruby.h so that assertions can be thereNobuyoshi Nakada2019-07-146-0/+6
* Prefer relative directory from srcdir to top_srcdirnobu2019-02-145-5/+5
* Use $(hdrdir) for include/ruby.h, as well as r67033nobu2019-02-115-5/+5
* Removed moving toplevel header since r12501nobu2019-02-081-1/+1
* no ID cache in Init functionsnobu2018-02-162-0/+2
* Remove digest.gemspec for default gems.hsbt2017-12-191-34/+0
* Added gemspec of digest library.hsbt2017-08-161-0/+34
* Copy openssl library finder for ext/digest from OpenSSL extention.hsbt2017-07-181-1/+53
* fix hexdigest [ci skip]kazu2016-10-201-1/+1
* * remove trailing spaces.svn2016-10-205-9/+9
* * ext/digest/digest.c: Add documentation for Digest.hsbt2016-10-205-11/+159
* Use qualified namesnobu2016-08-301-1/+1
* rb_funcallvnobu2016-07-292-2/+2
* Update dependenciesnobu2016-07-064-38/+0
* Local header dependenciesnobu2016-07-065-2/+8
* * ext/digest/md5/md5ossl.h: Remove excess semicolons.ngoto2016-06-286-15/+15
* 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