summaryrefslogtreecommitdiff
path: root/lib/uuid.c
Commit message (Expand)AuthorAgeFilesLines
* uuid: Allow record/replay of generated UUIDs.Ilya Maximets2021-06-071-0/+76
* uuid: New function uuid_random().Ben Pfaff2017-10-241-0/+8
* uuid: New function uuid_is_partial_match().Ben Pfaff2017-05-031-0/+11
* uuid: Change semantics of uuid_is_partial_string().Ben Pfaff2017-05-031-9/+21
* uuid: New macro UUID_ZERO for an all-zero expression or initializer.Ben Pfaff2017-02-081-1/+1
* ovn-controller: Tie OpenFlow and logical flows using OpenFlow cookie.Ben Pfaff2016-12-281-1/+21
* 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