| Commit message (Expand) | Author | Age | Files | Lines |
* | * internal.h: add for internal use only. | nobu | 2011-05-18 | 1 | -2/+2 |
* | * ext/digest: Improve documentation of Digest, Digest::HMAC and | drbrain | 2011-05-16 | 3 | -46/+112 |
* | * ext/digest/digest.c (rb_digest_class_init): Define | knu | 2010-10-18 | 1 | -0/+8 |
* | * ext/digest/lib/digest.rb: removed unused exception variable | nahi | 2010-09-10 | 1 | -1/+1 |
* | .cvsignore: have not been used already. [Bug #3468] | nobu | 2010-08-07 | 6 | -24/+0 |
* | * ext/digest/lib/digest/hmac.rb: Emit a deprecation warning in | knu | 2010-06-03 | 1 | -0/+7 |
* | * ext/**/*.[ch]: removed trailing spaces. | nobu | 2010-04-22 | 1 | -1/+1 |
* | * ext/**/*.[ch]: removed trailing spaces. | nobu | 2010-04-22 | 6 | -15/+15 |
* | * ext/digest/sha2/extconf.rb: check SHA256_CTX and SHA512_CTX to fix | akr | 2010-04-21 | 1 | -1/+2 |
* | * ext/digest/extconf.rb: use OpenSSL only when all transform | nobu | 2010-02-24 | 2 | -2/+3 |
* | * ext/digest/sha2/sha2init.c: test OpenSSL more strictly. | akr | 2010-02-22 | 1 | -1/+1 |
* | * ext/digest/sha2: Use OpenSSL's SHA1 engine if available. | nobu | 2010-02-22 | 7 | -96/+81 |
* | * ext/digest/digest.c (rb_digest_instance_hexdigest_bang): Fix | knu | 2010-01-17 | 2 | -2/+28 |
* | * ext/digest/digest.c (rb_digest_instance_digest) | knu | 2010-01-17 | 1 | -8/+2 |
* | * ext/digest/digest.c (rb_digest_instance_method_unimpl): Suppress | knu | 2009-12-31 | 1 | -2/+2 |
* | * ext/digest/digest.c (rb_digest_instance_method_unimpl): Do not | knu | 2009-11-25 | 1 | -4/+13 |
* | * ext/bigdecimal/bigdecimal.c (VpMidRound): remove warnings. | naruse | 2009-10-16 | 2 | -2/+2 |
* | * ext/digest/lib/digest/hmac.rb (Digest::HMAC#initialize): faster | nobu | 2009-08-14 | 1 | -5/+5 |
* | * ext/digest/sha2/sha2.c: The ULL suffix is not supported by | knu | 2009-08-06 | 1 | -60/+65 |
* | * ext/digest/*/extconf.rb: inttypes.h and unistd.h need not be | knu | 2009-08-06 | 4 | -16/+0 |
* | * ext/digest/sha2/lib/sha2.eb: should require sha2.so. | usa | 2009-08-06 | 1 | -0/+1 |
* | * ext/digest/sha2/sha2.c (*_Final): typos. | usa | 2009-08-06 | 1 | -6/+6 |
* | * ext/digest/sha2/sha2.h (BYTE_ORDER): Define BYTE_ORDER as | knu | 2009-08-06 | 1 | -1/+10 |
* | * ext/digest/sha2/sha2.[ch]: Update to 1.0 RELEASE which fixes an | knu | 2009-08-05 | 2 | -137/+446 |
* | * {ext,lib,test}/**/*.rb: removed trailing spaces. | nobu | 2009-03-06 | 2 | -4/+4 |
* | * ext/digest/md5/md5init.c (md5), ext/digest/rmd160/rmd160init.c | nobu | 2008-09-01 | 4 | -8/+8 |
* | * configure.in (rb_cv_missing__dtos18, rb_cv_missing_fconvert), | nobu | 2008-08-09 | 1 | -0/+2 |
* | * ext/digest/digest.c (rb_digest_instance_inspect): constified. | shyouhei | 2008-07-01 | 1 | -1/+1 |
* | * array.c, bignum.c, cont.c, dir.c, dln.c, encoding.c, enumerator.c, | ko1 | 2008-06-08 | 1 | -1/+1 |
* | * include/ruby/ruby.h (inttypes.h): includes always if available. | nobu | 2008-03-14 | 1 | -4/+0 |
* | * ext/digest/defs.h: inttypes.h is still needed. | nobu | 2008-03-14 | 1 | -0/+4 |
* | * configure.in (int8_t, uint8_t, int16_t, uint16_t int32_t, | naruse | 2008-03-14 | 1 | -14/+0 |
* | * ext/digest/lib/digest/hmac.rb (Digest::HMAC#initialize): use | akr | 2008-01-04 | 1 | -1/+1 |
* | * include/ruby/intern.h: export rb_ivar_foreach. | akr | 2007-09-28 | 1 | -1/+1 |
* | * ext/digest/lib/digest.rb (Digest::self.const_missing): avoid | matz | 2007-07-28 | 1 | -2/+4 |
* | * ext/dl/cfunc.c (rb_dlcfunc_call): adjust format. [ruby-dev:31222] | nobu | 2007-07-15 | 1 | -5/+4 |
* | * include/ruby: moved public headers. | nobu | 2007-06-10 | 1 | -1/+1 |
* | better error message | knu | 2007-02-28 | 1 | -1/+1 |
* | * ext/digest/digest.c (get_digest_base_metadata): Allow inheriting | knu | 2007-02-28 | 1 | -4/+8 |
* | * ext/bigdecimal/bigdecimal.c (BigDecimal_load): Silence warnings | knu | 2007-02-27 | 3 | -4/+4 |
* | * ext/digest/lib/digest.rb (Digest::self.const_missing): Drop | knu | 2007-02-14 | 1 | -8/+10 |
* | * ext/digest/sha2/lib/sha2.rb: Moved one level up from under | knu | 2006-12-11 | 1 | -0/+0 |
* | Do alias << update. | knu | 2006-12-04 | 1 | -0/+1 |
* | * ext/digest/lib/digest/hmac.rb: Fix problems with update | knu | 2006-12-03 | 1 | -2/+6 |
* | * ext/digest/lib/digest/hmac.rb (Digest::HMAC::update): Minor | knu | 2006-11-01 | 2 | -5/+6 |
* | * ext/digest/digest.c (Init_digest): typo. | usa | 2006-10-26 | 1 | -1/+1 |
* | * ext/digest/test.sh: make this script work again. | knu | 2006-10-25 | 1 | -4/+1 |
* | * ext/digest/lib/digest.rb: Follow the framework updates. | knu | 2006-10-21 | 1 | -5/+12 |
* | * ext/digest/lib/digest/hmac.rb: Complete half-boiled updates. | knu | 2006-10-20 | 2 | -9/+10 |
* | * ext/digest: Prefix C constants with RUBY_ and C type names with | knu | 2006-10-20 | 12 | -404/+569 |