summaryrefslogtreecommitdiffstats
path: root/src/common/uuid.h (unfollow)
Commit message (Expand)AuthorFilesLines
2024-01-24Rework time service to fix time passing offline.Kelebek11-10/+2
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
2022-03-19common: Reduce unused includesameerj1-1/+0
2022-02-05general: Rename NewUUID to UUID, and remove the previous UUID implMorph1-57/+109
2021-09-22common/uuid: Add validity checking functions to interfaceLioncash1-0/+7
2021-08-06common: uuid: Add hash function for UUIDMorph1-0/+11
2021-08-04common: uuid: Add hex string to UUID constructorMorph1-0/+19
2021-07-20uuid: Directly compare UUID instead of checking per elementChloe Marcec1-3/+2
2021-01-15core: Silence Wclass-memaccess warningsReinUsesLisp1-2/+2
2020-08-15common: Make use of [[nodiscard]] where applicableLioncash1-7/+7
2020-04-29acc: Return a unique value per account for GetAccountIdDavid Marcec1-0/+5
2019-04-25mii: Implement Delete and Destroy fileZach Hilman1-5/+6
2019-04-25mii_manager: Cleanup and optimizationZach Hilman1-2/+4
2019-04-25common: Extract UUID to its own classZach Hilman1-0/+45