Age | Commit message (Expand) | Author |
---|
2017-09-11 | lib/securerandom.rb: test one byte to determine urandom or openssl | mame |
2017-09-11 | Remove commented out code of SecureRandom.random_number. | hsbt |
2017-02-24 | securerandom: fix up r57384 | rhe |
2017-01-20 | SecureRandom should try /dev/urandom first [Bug #9569] | shyouhei |
2016-05-10 | random.c: use bytes | nobu |
2016-03-17 | * lib/securerandom.rb (gen_random): to avoid blocking on Windows. | naruse |
2016-03-04 | securerandom.rb: remove to_s call | nobu |
2016-01-10 | stdlib: avoid extra calls to eliminate "\n" from Base64 | normal |
2015-11-30 | * lib/securerandom.rb (SecureRandom::gen_random): use /dev/urandom | kosaki |
2015-11-16 | [DOC] | akr |
2015-11-10 | * lib/open-uri.rb: Remove indicator for "frozen_string_literal: true". | akr |
2015-10-18 | * lib/securerandom.rb: Specify frozen_string_literal: true. | akr |
2015-02-14 | random.c: rand_random_number | nobu |
2015-02-14 | securerandom.rb: Random::Formatter | nobu |
2015-02-14 | random.c: Random.raw_seed | nobu |
2015-01-02 | * lib/securerandom.rb: improve syntax and grammar of documentation. | hsbt |
2014-11-09 | securerandom.rb: separate implementations | nobu |
2014-11-09 | securerandom.rb: fix substring of FormatMessage result | nobu |
2014-11-08 | * lib/securerandom.rb (initialize): call the special method for Win32 | usa |
2014-11-08 | * lib/securerandom.rb: more refactoring. | usa |
2014-11-08 | * lib/securerandom.rb (SecureRandom::AdvApi32): split from `initialize`. | usa |
2014-11-04 | * lib/securerandom.rb (SecureRandom.random_bytes): use fiddle directly | usa |
2014-10-31 | * ext/dl/*: remove DL as it is replaced by Fiddle. | tenderlove |
2014-08-08 | * lib/securerandom.rb: use OpenSSL::BN for performance improvement. | glass |
2014-01-31 | * lib/securerandom.rb: [DOC] Add note on require for examples | zzak |
2013-11-07 | commit miss from r43573 | zzak |
2013-09-20 | * lib/securerandom.rb: [DOC] SecureRandom.hex length argument | zzak |
2013-08-31 | * lib/securerandom.rb (random_bytes): Use Process.clock_gettime. | akr |
2013-07-11 | * lib/securerandom.rb: Refactor conditions by Rafal Chmiel | zzak |
2013-05-20 | * lib/securerandom.rb: Update position of overview for RDoc | zzak |
2013-04-02 | * lib/securerandom.rb (SecureRandom.random_bytes): Use | akr |
2013-04-02 | * lib/securerandom.rb: Don't use Array#to_s. | akr |
2012-09-13 | lib/securerandom.rb: fix errors on Windows | shirosaki |
2012-05-07 | refine an error message. | akr |
2012-05-07 | * lib/securerandom.rb (random_bytes): call to_int method for the | akr |
2012-05-06 | * lib/securerandom.rb: show actual read length in an error message. | akr |
2012-01-02 | * lib/securerandom.rb (random_bytes): use IO#read instead of | akr |
2011-07-29 | * lib/securerandom.rb: call OpenSSL::Random.seed at the | akr |
2011-06-13 | * lib/securerandom.rb (SecureRandom.random_bytes): modify PRNG state | akr |
2010-09-11 | update document. | akr |
2010-09-11 | update document. | akr |
2010-02-05 | * random.c (fill_random_seed): don't use O_NOFOLLOW because | akr |
2009-08-19 | rdoc update. | akr |
2009-07-31 | * lib/securerandom.rb (SecureRandom.random_bytes): return string should | usa |
2009-04-26 | update rdoc. | akr |
2009-03-06 | * lib/securerandom.rb (SecureRandom.urlsafe_base64): add optional | akr |
2009-03-02 | * lib/securerandom.rb (SecureRandom.urlsafe_base64): delete padding. | akr |
2009-03-01 | rdoc update. | akr |
2009-02-15 | * lib/securerandom.rb (SecureRandom.urlsafe_base64): new method. | akr |
2009-01-29 | * lib/securerandom.rb (SecureRandom.uuid): uses unpacked array | nobu |