summaryrefslogtreecommitdiffstats
path: root/src/common/uuid.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2023-06-09Fix potentially uninitialized local variable warningTokarev Artem1-1/+1
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
2022-02-10common: uuid: Use sizeof(u64) instead of 8 in Hash()Morph1-5/+5
2022-02-05common: uuid: Return an invalid UUID if conversion from string failsMorph1-14/+39
2022-02-05general: Rename NewUUID to UUID, and remove the previous UUID implMorph1-42/+143
2021-08-04common: uuid: Add hex string to UUID constructorMorph1-0/+54
2021-07-27common: uuid: Return a lower-case hex string in FormatMorph1-1/+1
2019-04-25mii_manager: Cleanup and optimizationZach Hilman1-1/+1
2019-04-25common: Extract UUID to its own classZach Hilman1-0/+33