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
/
lib
/
securerandom.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
lib/securerandom.rb: improve docs
stomar
2018-06-12
1
-0
/
+5
*
lib/securerandom.rb: improve docs
stomar
2018-05-11
1
-27
/
+27
*
securerandom.rb: [DOC] require in examples
nobu
2018-05-05
1
-0
/
+14
*
securerandom.rb: fix an example of choose [ci skip]
nobu
2017-10-25
1
-1
/
+1
*
less random generations in Random::Formatter#choose.
akr
2017-10-21
1
-1
/
+25
*
SecureRandom.alphanumeric implemented.
akr
2017-10-21
1
-2
/
+42
*
lib/securerandom.rb: test one byte to determine urandom or openssl
mame
2017-09-11
1
-5
/
+1
*
Remove commented out code of SecureRandom.random_number.
hsbt
2017-09-11
1
-47
/
+0
*
securerandom: fix up r57384
rhe
2017-02-24
1
-1
/
+1
*
SecureRandom should try /dev/urandom first [Bug #9569]
shyouhei
2017-01-20
1
-13
/
+44
*
random.c: use bytes
nobu
2016-05-10
1
-0
/
+4
*
* lib/securerandom.rb (gen_random): to avoid blocking on Windows.
naruse
2016-03-17
1
-1
/
+1
*
securerandom.rb: remove to_s call
nobu
2016-03-04
1
-2
/
+1
*
stdlib: avoid extra calls to eliminate "\n" from Base64
normal
2016-01-10
1
-3
/
+2
*
* lib/securerandom.rb (SecureRandom::gen_random): use /dev/urandom
kosaki
2015-11-30
1
-0
/
+4
*
[DOC]
akr
2015-11-16
1
-0
/
+2
*
* lib/open-uri.rb: Remove indicator for "frozen_string_literal: true".
akr
2015-11-10
1
-1
/
+1
*
* lib/securerandom.rb: Specify frozen_string_literal: true.
akr
2015-10-18
1
-0
/
+1
*
random.c: rand_random_number
nobu
2015-02-14
1
-20
/
+27
*
securerandom.rb: Random::Formatter
nobu
2015-02-14
1
-8
/
+12
*
random.c: Random.raw_seed
nobu
2015-02-14
1
-76
/
+7
*
* lib/securerandom.rb: improve syntax and grammar of documentation.
hsbt
2015-01-02
1
-24
/
+31
*
securerandom.rb: separate implementations
nobu
2014-11-09
1
-14
/
+15
*
securerandom.rb: fix substring of FormatMessage result
nobu
2014-11-09
1
-0
/
+1
*
* lib/securerandom.rb (initialize): call the special method for Win32
usa
2014-11-08
1
-4
/
+4
*
* lib/securerandom.rb: more refactoring.
usa
2014-11-08
1
-37
/
+46
*
* lib/securerandom.rb (SecureRandom::AdvApi32): split from `initialize`.
usa
2014-11-08
1
-33
/
+36
*
* lib/securerandom.rb (SecureRandom.random_bytes): use fiddle directly
usa
2014-11-04
1
-4
/
+9
*
* ext/dl/*: remove DL as it is replaced by Fiddle.
tenderlove
2014-10-31
1
-2
/
+2
*
* lib/securerandom.rb: use OpenSSL::BN for performance improvement.
glass
2014-08-08
1
-13
/
+21
*
* lib/securerandom.rb: [DOC] Add note on require for examples
zzak
2014-01-31
1
-0
/
+6
*
commit miss from r43573
zzak
2013-11-07
1
-8
/
+8
*
* lib/securerandom.rb: [DOC] SecureRandom.hex length argument
zzak
2013-09-20
1
-3
/
+3
*
* lib/securerandom.rb (random_bytes): Use Process.clock_gettime.
akr
2013-08-31
1
-2
/
+2
*
* lib/securerandom.rb: Refactor conditions by Rafal Chmiel
zzak
2013-07-11
1
-5
/
+5
*
* lib/securerandom.rb: Update position of overview for RDoc
zzak
2013-05-20
1
-27
/
+21
*
* lib/securerandom.rb (SecureRandom.random_bytes): Use
akr
2013-04-02
1
-1
/
+1
*
* lib/securerandom.rb: Don't use Array#to_s.
akr
2013-04-02
1
-1
/
+1
*
lib/securerandom.rb: fix errors on Windows
shirosaki
2012-09-13
1
-4
/
+5
*
refine an error message.
akr
2012-05-07
1
-1
/
+1
*
* lib/securerandom.rb (random_bytes): call to_int method for the
akr
2012-05-07
1
-1
/
+1
*
* lib/securerandom.rb: show actual read length in an error message.
akr
2012-05-06
1
-1
/
+1
*
* lib/securerandom.rb (random_bytes): use IO#read instead of
akr
2012-01-02
1
-1
/
+1
*
* lib/securerandom.rb: call OpenSSL::Random.seed at the
akr
2011-07-29
1
-1
/
+1
*
* lib/securerandom.rb (SecureRandom.random_bytes): modify PRNG state
akr
2011-06-13
1
-0
/
+8
*
update document.
akr
2010-09-11
1
-2
/
+2
*
update document.
akr
2010-09-11
1
-10
/
+10
*
* random.c (fill_random_seed): don't use O_NOFOLLOW because
akr
2010-02-05
1
-1
/
+0
*
rdoc update.
akr
2009-08-19
1
-0
/
+1
*
* lib/securerandom.rb (SecureRandom.random_bytes): return string should
usa
2009-07-31
1
-1
/
+1
[next]