summaryrefslogtreecommitdiff
path: root/lib/uuid.c
Commit message (Expand)AuthorAgeFilesLines
* dpif: Always generate RFC4122 UUIDs for UFID.Joe Stringer2015-06-091-0/+6
* uuid: Use current time to compute sha.Gurucharan Shetty2014-03-121-11/+13
* Use "error-checking" mutexes in place of other kinds wherever possible.Ben Pfaff2013-08-201-1/+1
* clang: Add annotations for thread safety check.Ethan Jackson2013-07-301-3/+3
* uuid: Make uuid_generate() thread-safe.Ben Pfaff2013-07-231-8/+13
* Global replace of Nicira Networks.Raju Subramanian2012-05-021-1/+1
* Log anything that could prevent a daemon from starting.Ben Pfaff2011-04-041-4/+3
* util: Add function hexits_value() for parsing multiple hex digits.Ben Pfaff2010-11-151-15/+35
* uuid: Fix warnings carelessly introduced a few commits ago.Ben Pfaff2010-08-131-1/+1
* uuid: Break code to read /dev/urandom into a new module.Ben Pfaff2010-08-121-25/+3
* uuid: New function uuid_from_string_prefix().Ben Pfaff2010-02-151-2/+18
* ovsdb: Save some space in the log for newly inserted records.Ben Pfaff2010-01-111-1/+9
* Implement RFC 4122-compliant UUIDs.Ben Pfaff2009-11-041-0/+216