| Commit message (Expand) | Author | Files | Lines |
2025-05-23 | meta.capim: Add with :dependencies key | EuAndreh | 1 | -0/+7 |
2025-05-15 | src/uuid.go: Use envT in run() | EuAndreh | 2 | -13/+28 |
2025-05-15 | po/: Remove extra headers from files | EuAndreh | 12 | -24/+0 |
2025-05-15 | po/doc/: Update template and translations | EuAndreh | 6 | -24/+390 |
2025-05-15 | Makefile: Simplify variable names and use instool(1) | EuAndreh | 3 | -32/+37 |
2025-05-14 | Revamp i18n: use gotext | EuAndreh | 60 | -1187/+199 |
2025-05-09 | doc/: Add uuid.en.{0,3,7.{CHANGELOG,README,TODOs,recipes,tutorial,why}}.adoc | EuAndreh | 61 | -363/+1802 |
2025-05-07 | Support UUIDv7, with -vN for choosing | EuAndreh | 10 | -48/+744 |
2025-05-04 | tests/{cli-opts,integration}.sh: Add test implementations | EuAndreh | 3 | -0/+202 |
2025-05-04 | Add i18n for manpages | EuAndreh | 15 | -0/+2488 |
2025-05-04 | Add standalone uuid(1) utility | EuAndreh | 9 | -20/+209 |
2025-05-03 | re s/guuid/uuid/g | EuAndreh | 9 | -28/+28 |
2025-01-15 | tests/guuid.go: Use os.Exit over assert when testing panic | EuAndreh | 1 | -1/+1 |
2025-01-15 | Makefile: Simplify variable names | EuAndreh | 4 | -20/+22 |
2025-01-14 | tests/guuid.go: Add test for panic inside New() | EuAndreh | 2 | -8/+21 |
2024-10-29 | .gitignore: Include pattern for cgo | EuAndreh | 1 | -0/+1 |
2024-10-29 | Makefile: Simplify time file generation on bench taget dependencies | EuAndreh | 1 | -2/+1 |
2024-10-29 | Makefile: Prioritize local version when building and linking | EuAndreh | 1 | -2/+2 |
2024-10-20 | Setup conventional functional tests, fuzz targets and benchmarks | EuAndreh | 13 | -42/+310 |
2024-10-19 | src/guuid.go: Remove NewBytes() | EuAndreh | 2 | -20/+0 |
2024-09-30 | Add noop mkdeps.sh and empty deps.mk | EuAndreh | 3 | -0/+8 |
2024-09-28 | src/guuid.go: Remove "uuid" prefix from constants | EuAndreh | 2 | -9/+9 |
2024-09-28 | src/guuid.go: Rename XxxError to ErrXxx | EuAndreh | 2 | -12/+10 |
2024-09-27 | Makefile: "var version" -> "const Version" | EuAndreh | 1 | -1/+1 |
2024-09-22 | src/guuid.go: Add NewBytes() function | EuAndreh | 2 | -0/+20 |
2024-09-16 | src/guuid.go: Export UUIDByteCount | EuAndreh | 1 | -4/+4 |
2024-09-13 | Initial version of v4 UUID | EuAndreh | 6 | -0/+509 |