Age | Commit message (Expand) | Author |
---|
2024-12-16 | [ruby/securerandom] Bump up v0.4.1 | Hiroshi SHIBATA |
2024-12-16 | [ruby/securerandom] Only define compatible method in < Ruby 3.3 | Hiroshi SHIBATA |
2024-12-16 | [ruby/securerandom] Restore SecureRandom.alphanumeric same as Random::Formatt... | Hiroshi SHIBATA |
2024-12-02 | [ruby/securerandom] Bump up 0.4.0 | Hiroshi SHIBATA |
2024-11-11 | [ruby/securerandom] Bump up v0.3.2 | Hiroshi SHIBATA |
2023-12-16 | [ruby/securerandom] Bump up v0.3.1 | Hiroshi SHIBATA |
2023-12-12 | [ruby/securerandom] [DOC] Satisfy RDoc coverage | Nobuyoshi Nakada |
2023-12-12 | [ruby/securerandom] [DOC] Add documents of methods and constants | Nobuyoshi Nakada |
2023-11-07 | [ruby/securerandom] Bump up 0.3.0 | Hiroshi SHIBATA |
2023-04-14 | [ruby/securerandom] Expose SecureRandom::VERSION | Hiroshi SHIBATA |
2023-04-13 | avoid seeding | 卜部昌平 |
2022-02-16 | lib/securerandom.rb: Fix the check of availability of Random.urandom | Yusuke Endoh |
2021-12-09 | [ruby/securerandom] Split Random::Formatter from SecureRandom [Feature #18190] | Nobuyoshi Nakada |
2021-08-24 | [ruby/securerandom] [DOC] fix a code mark up [ci skip] | Nobuyoshi Nakada |
2020-09-09 | Make SecureRandom support Ractor | Aaron Patterson |
2019-05-14 | fix visibility of SecureRandom.gen_random | Urabe, Shyouhei |
2019-01-20 | lib/securerandom.rb: [DOC] small grammar fixes | stomar |
2018-12-27 | [DOC] SecureRandom is extended by Random::Formatter. | akr |
2018-06-12 | lib/securerandom.rb: improve docs | stomar |
2018-05-11 | lib/securerandom.rb: improve docs | stomar |
2018-05-05 | securerandom.rb: [DOC] require in examples | nobu |
2017-10-25 | securerandom.rb: fix an example of choose [ci skip] | nobu |
2017-10-21 | less random generations in Random::Formatter#choose. | akr |
2017-10-21 | SecureRandom.alphanumeric implemented. | akr |
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 |