aboutsummaryrefslogtreecommitdiffstats
path: root/ext/digest/md5
Commit message (Expand)AuthorAgeFilesLines
* [ruby/digest] Place common parts in lib and engine specific parts under ext/*...Akinori MUSHA2021-10-121-9/+0
* [ruby/digest] jruby supportPavel Rosický2021-10-121-0/+9
* Removed unused macro HAVE_CONFIG_HNobuyoshi Nakada2021-04-281-2/+0
* dependency updates卜部昌平2021-04-131-2/+0
* [digest] Added rb_digest_make_metadata to wrap metadataNobuyoshi Nakada2020-12-191-4/+1
* digest: remove OpenSSL engineKazuki Yamaguchi2020-12-023-19/+1
* Update dependencies for macOSNobuyoshi Nakada2020-10-211-13/+178
* sed -i '/rmodule.h/d'卜部昌平2020-08-271-1/+0
* sed -i '/r_cast.h/d'卜部昌平2020-08-271-1/+0
* sed -i '\,2/extern.h,d'卜部昌平2020-08-271-1/+0
* sed -i 's|ruby/impl|ruby/internal|'卜部昌平2020-05-111-140/+140
* sed -i s|ruby/3|ruby/impl|g卜部昌平2020-05-111-140/+140
* Merge pull request #2991 from shyouhei/ruby.h卜部昌平2020-04-081-0/+152
* Suppress deprecation warnings of MD5 from Xcode 11.1Nobuyoshi Nakada2019-10-121-0/+7
* Hoisted out rb_digest_namespaceNobuyoshi Nakada2019-08-221-3/+1
* Include ruby/assert.h in ruby/ruby.h so that assertions can be thereNobuyoshi Nakada2019-07-141-0/+1
* Prefer relative directory from srcdir to top_srcdirnobu2019-02-141-1/+1
* Use $(hdrdir) for include/ruby.h, as well as r67033nobu2019-02-111-1/+1
* fix hexdigest [ci skip]kazu2016-10-201-1/+1
* * remove trailing spaces.svn2016-10-201-1/+1
* * ext/digest/digest.c: Add documentation for Digest.hsbt2016-10-201-0/+20
* Update dependenciesnobu2016-07-061-2/+0
* Local header dependenciesnobu2016-07-061-0/+1
* * ext/digest/md5/md5ossl.h: Remove excess semicolons.ngoto2016-06-282-3/+3
* Update dependencies.akr2016-04-111-0/+1
* handle ext/ as r53141naruse2015-12-161-0/+1
* * ext/digest/*/*.[ch]: include ruby.h before digest.h to avoidnaruse2015-11-213-3/+3
* md5init.c: fix a typonobu2015-02-111-1/+1
* digest: CommonDigestnobu2015-02-112-0/+14
* digest: define Finish func from Final funcnobu2015-02-112-10/+3
* digest: common configurationsnobu2015-02-112-11/+3
* digest: no ID cachenobu2015-02-101-2/+2
* Update dependencies.akr2014-12-191-1/+1
* Update dependency.akr2014-11-211-4/+7
* Mark auogenerated part.akr2014-11-151-0/+3
* * common.mk: Remove comments in Dependency lines.akr2014-11-151-11/+11
* * tool/update-deps: Extend to fix dependencies.akr2014-11-151-2/+11
* digest/*/extconf.rb: do not link openssl when using bundlednobu2014-10-051-6/+5
* ext/digest: hide metadata objects for internal usenobu2014-09-301-1/+1
* protoize no-arguments functionsnobu2014-09-302-3/+3
* ruby.h: warn untyped Datanobu2014-09-281-0/+2
* Revert r46828nobu2014-07-152-25/+6
* md5ossl.c: indicate the resultnobu2014-07-152-6/+25
* ext/digest: return values of init and finalnobu2014-07-152-4/+6
* Eliminate less-than-zero checks for unsigned variablesnobu2013-09-121-1/+1
* * lib/mkmf.rb: Add ruby/ruby.h, ruby/missing.h, ruby/intern.h,akr2013-04-131-5/+2
* extconf.rb: git rid of post-1.8 featurenobu2012-11-271-1/+2
* * revert r35510 and r35511 which caused removing the headers everytime.nobu2012-05-011-2/+0
* depends on ext/openssl/deprecation.rbnobu2012-05-011-0/+2
* * ext/digest/*/extconf.rb: use pkg_config to use same library withnobu2012-04-301-4/+3