aboutsummaryrefslogtreecommitdiff
path: root/tests/core/encoding/uuid
Commit message (Collapse)AuthorAgeFilesLines
* Change how `Time` is constructed in `uuid`Feoramund2024-06-221-24/+24
|
* Add API for creating custom version 8 UUIDsFeoramund2024-06-221-3/+17
|
* Add vendor-specific version 8 UUID generation (hashing)Feoramund2024-06-221-0/+14
|
* Test if v1 and v6 UUID `node` is set correctlyFeoramund2024-06-221-6/+20
|
* Add `uuid` test for timestampsFeoramund2024-06-221-0/+48
|
* Add UUID sorting testsFeoramund2024-06-221-0/+125
|
* Fix indentationFeoramund2024-06-221-94/+94
|
* Add buffer-based `to_string` to `uuid` packageFeoramund2024-06-221-3/+8
|
* Improve time-related API in `uuid` packageFeoramund2024-06-221-51/+50
| | | | | | - Let timestamps be specified by the user. - Change `time_v*` to `raw_time_v*` and implement an API that returns timestamps from the `time` package.
* Require CSPRNG in UUID generation where applicableFeoramund2024-06-221-0/+9
|
* Move v3 and v5 UUID procs to `uuid/legacy`Feoramund2024-06-221-5/+6
|
* Add version 6 UUID generationFeoramund2024-06-221-0/+31
|
* Add version 1 UUID generationFeoramund2024-06-221-0/+31
|
* Add version 7 UUID generationFeoramund2024-06-221-1/+31
|
* Make UUID `Identfier` only a distinct byte arrayFeoramund2024-06-221-2/+2
|
* Add `core:encoding/uuid`Feoramund2024-06-221-0/+118