Software /
code /
prosody
Log
util/uuid.lua @ 8673:6aeed79d9283
description | author | age |
---|---|---|
Merge 0.9->0.10 | Kim Alvefur | 2016-01-11 |
util.uuid: Open /dev/urandom read-only, make seed() a noop | Kim Alvefur | 2016-01-10 |
Merge 0.9->0.10 | Kim Alvefur | 2016-01-08 |
util.uuid: Use /dev/urandom | Kim Alvefur | 2016-01-06 |
util.uuid: Take random byte directly instead of the low bits from the ascii value of a hex nibble | Kim Alvefur | 2016-01-06 |
Merge 0.9->0.10 | Matthew Wild | 2015-12-16 |
util.uuid: Remove unused import | Kim Alvefur | 2015-12-08 |
util.uuid: Use util.hex and util.random | Matthew Wild | 2014-09-02 |
Remove all trailing whitespace | Florian Zeitz | 2013-08-09 |
util.uuid: Use a local instead of a global. | Waqas Hussain | 2010-04-01 |
Update copyright headers for 2010 | Matthew Wild | 2010-03-22 |
Remove version number from copyright headers | Matthew Wild | 2009-07-10 |
util.uuid: Added function seed(string) to allow further seeding of the PRNG | Waqas Hussain | 2009-06-04 |
util.uuid: Now generates RFC 4122 complaint UUIDs (version 4 - random) | Waqas Hussain | 2009-06-04 |