aboutsummaryrefslogtreecommitdiff
path: root/core/encoding/uuid
Commit message (Expand)AuthorAgeFilesLines
* Change Odin's LICENSE to zlib from BSD 3-clausegingerBill2025-10-281-25/+14
* Link doc lines to source specifications.Jeroen van Rijn2025-10-101-1/+1
* Further overhaul of package line comments.Jeroen van Rijn2025-10-092-4/+3
* package lines for encodingJeroen van Rijn2025-10-091-2/+1
* Fix broken examples in documentation tester.Jeroen van Rijn2025-04-051-2/+2
* core: improve package doc comments for the documentation generatorLaytan Laats2024-09-031-4/+5
* Fix error for uuid to require 36 bytes instead 32 (4 bytes for dashes)Ed Yu2024-08-261-15/+20
* Add another `-vet-cast` checkgingerBill2024-06-291-1/+1
* Keep `-vet` happyFeoramund2024-06-281-2/+2
* Use new API `from_nanoseconds` in `uuid`Feoramund2024-06-221-3/+3
* Change how `Time` is constructed in `uuid`Feoramund2024-06-221-5/+3
* Clarify some `uuid` legacy documentationFeoramund2024-06-221-16/+12
* Add API for creating custom version 8 UUIDsFeoramund2024-06-221-0/+89
* Add vendor-specific version 8 UUID generation (hashing)Feoramund2024-06-221-0/+116
* Add `unsafe_write` to `uuid` packageFeoramund2024-06-221-4/+45
* Address minor organizational issuesFeoramund2024-06-223-17/+21
* Add buffer-based `to_string` to `uuid` packageFeoramund2024-06-221-1/+30
* Improve time-related API in `uuid` packageFeoramund2024-06-222-25/+80
* Update `uuid` package documentationFeoramund2024-06-221-7/+38
* Require CSPRNG in UUID generation where applicableFeoramund2024-06-222-3/+12
* Move v3 and v5 UUID procs to `uuid/legacy`Feoramund2024-06-222-135/+150
* Add version 6 UUID generationFeoramund2024-06-222-1/+65
* Add version 1 UUID generationFeoramund2024-06-223-0/+102
* Add version 7 UUID generationFeoramund2024-06-223-0/+120
* Make UUID namespaces `@(rodata)`Feoramund2024-06-221-0/+4
* Make UUID `Identfier` only a distinct byte arrayFeoramund2024-06-224-48/+38
* Fix wrong commentsFeoramund2024-06-221-2/+2
* Add `core:encoding/uuid`Feoramund2024-06-226-0/+419