summaryrefslogtreecommitdiffstats
path: root/src/common/uuid.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix potentially uninitialized local variable warningTokarev Artem2023-06-091-1/+1
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
* common: uuid: Use sizeof(u64) instead of 8 in Hash()Morph2022-02-101-5/+5
* common: uuid: Return an invalid UUID if conversion from string failsMorph2022-02-051-14/+39
* general: Rename NewUUID to UUID, and remove the previous UUID implMorph2022-02-051-42/+143
* common: uuid: Add hex string to UUID constructorMorph2021-08-041-0/+54
* common: uuid: Return a lower-case hex string in FormatMorph2021-07-271-1/+1
* mii_manager: Cleanup and optimizationZach Hilman2019-04-251-1/+1
* common: Extract UUID to its own classZach Hilman2019-04-251-0/+33