summaryrefslogtreecommitdiffstats
path: root/lib/securerandom.rb
Commit message (Collapse)AuthorAgeFilesLines
* rdoc update.akr2009-08-191-0/+1
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24589 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/securerandom.rb (SecureRandom.random_bytes): return string shouldusa2009-07-311-1/+1
| | | | | | | | be ASCII-8BIT. [ruby-core:24640] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24341 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* update rdoc.akr2009-04-261-1/+5
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23297 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/securerandom.rb (SecureRandom.urlsafe_base64): add optionalakr2009-03-061-6/+13
| | | | | | | argument to add padding. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22801 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/securerandom.rb (SecureRandom.urlsafe_base64): delete padding.akr2009-03-021-3/+6
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22713 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* rdoc update.akr2009-03-011-1/+1
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22697 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/securerandom.rb (SecureRandom.urlsafe_base64): new method.akr2009-02-151-0/+53
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22326 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/securerandom.rb (SecureRandom.uuid): uses unpacked arraynobu2009-01-291-5/+3
| | | | | | | instead of string, because String#[] returns one length string. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@21872 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/securerandom.rb: new method SecureRandom#uuidtechnorama2009-01-291-0/+10
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@21868 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/securerandom.rb: Add Win32 support.technorama2008-01-061-2/+47
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14909 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/securerandom.rb: documente updated.akr2007-06-141-2/+2
| | | | | | | suggested by NaHi. [ruby-dev:30966] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12534 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* add document.akr2007-06-101-0/+9
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12500 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/securerandom.rb: renamed from lib/secrand.rb.akr2007-06-101-0/+128
suggested by NaHi. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12499 b2dd03c8-39d4-4d8f-98ff-823fe69b080e