index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
/
digest
Commit message (
Expand
)
Author
Age
Files
Lines
*
no ID cache in Init functions
nobu
2018-02-16
2
-0
/
+2
*
Remove digest.gemspec for default gems.
hsbt
2017-12-19
1
-34
/
+0
*
Added gemspec of digest library.
hsbt
2017-08-16
1
-0
/
+34
*
Copy openssl library finder for ext/digest from OpenSSL extention.
hsbt
2017-07-18
1
-1
/
+53
*
fix hexdigest [ci skip]
kazu
2016-10-20
1
-1
/
+1
*
* remove trailing spaces.
svn
2016-10-20
5
-9
/
+9
*
* ext/digest/digest.c: Add documentation for Digest.
hsbt
2016-10-20
5
-11
/
+159
*
Use qualified names
nobu
2016-08-30
1
-1
/
+1
*
rb_funcallv
nobu
2016-07-29
2
-2
/
+2
*
Update dependencies
nobu
2016-07-06
4
-38
/
+0
*
Local header dependencies
nobu
2016-07-06
5
-2
/
+8
*
* ext/digest/md5/md5ossl.h: Remove excess semicolons.
ngoto
2016-06-28
6
-15
/
+15
*
Update dependencies.
akr
2016-04-11
6
-0
/
+6
*
handle ext/ as r53141
naruse
2015-12-16
9
-0
/
+9
*
fixup! r52695
naruse
2015-11-26
2
-3
/
+4
*
* ext/digest/sha1/extconf.rb: OpenSSL's struct name for SHA1 is
naruse
2015-11-21
1
-1
/
+1
*
* ext/digest/*/*.[ch]: include ruby.h before digest.h to avoid
naruse
2015-11-21
14
-18
/
+15
*
digest.c: GC guard
nobu
2015-05-21
1
-0
/
+3
*
allocate structs with wrapper
nobu
2015-05-16
1
-3
/
+2
*
* doc/contributors.rdoc: fix a typo. Patch by @davydovanton
hsbt
2015-04-15
1
-1
/
+1
*
md5init.c: fix a typo
nobu
2015-02-11
1
-1
/
+1
*
digest: CommonDigest
nobu
2015-02-11
7
-0
/
+72
*
digest: define Finish func from Final func
nobu
2015-02-11
10
-47
/
+40
*
digest: common configurations
nobu
2015-02-11
8
-44
/
+31
*
digest: no ID cache
nobu
2015-02-10
4
-7
/
+7
*
Update dependencies.
akr
2014-12-19
6
-9
/
+9
*
use 0 for reserved
nobu
2014-12-01
1
-1
/
+1
*
Update dependency.
akr
2014-11-21
6
-28
/
+47
*
Mark auogenerated part.
akr
2014-11-15
6
-0
/
+15
*
* common.mk: Remove comments in Dependency lines.
akr
2014-11-15
6
-89
/
+89
*
* tool/update-deps: Extend to fix dependencies.
akr
2014-11-15
6
-10
/
+90
*
Make Digest() thread-safe.
knu
2014-10-31
1
-3
/
+21
*
digest/*/extconf.rb: do not link openssl when using bundled
nobu
2014-10-05
4
-21
/
+19
*
rmd160/extconf.rb: fix function name
nobu
2014-10-05
1
-1
/
+1
*
ext/digest: hide metadata objects for internal use
nobu
2014-09-30
4
-4
/
+4
*
protoize no-arguments functions
nobu
2014-09-30
5
-6
/
+6
*
digest: no check for hidden objects
nobu
2014-09-29
4
-0
/
+8
*
ruby.h: warn untyped Data
nobu
2014-09-28
1
-0
/
+2
*
digest.c: typed data
nobu
2014-09-27
1
-6
/
+15
*
Revert r46828
nobu
2014-07-15
2
-25
/
+6
*
md5ossl.c: indicate the result
nobu
2014-07-15
2
-6
/
+25
*
ext/digest: return values of init and final
nobu
2014-07-15
8
-36
/
+48
*
digest.c: raise exception on init failure
nobu
2014-07-15
2
-7
/
+15
*
Digest::HMAC is finally removed as previously noticed. [fix GH-648]
knu
2014-07-01
1
-130
/
+0
*
digest.c: call to_s once
nobu
2014-06-07
1
-4
/
+3
*
digest.c: fix #== for non-string arguments
eregon
2014-06-06
1
-1
/
+3
*
* ext/digest/lib/digest/hmac.rb: extracted inline tests into test dir.
hsbt
2014-05-31
1
-172
/
+0
*
* ext/digest/bubblebabble/bubblebabble.c: Teach RDoc digest/bubblebabble
zzak
2013-11-21
1
-14
/
+18
*
* ext/digest/*: [DOC] Fix several typos and broken http links.
zzak
2013-11-13
3
-21
/
+38
*
* ext/digest/digest.c: [DOC] typo in overview by @chastell
zzak
2013-09-26
1
-2
/
+1
[next]