summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Makefile: Add switch for picking number of parallel fuzz workersHEADmainEuAndreh2025-05-271-1/+2
|
* meta.capim: Add with :dependencies keyEuAndreh2025-05-231-0/+7
|
* src/uuid.go: Use envT in run()EuAndreh2025-05-152-13/+28
|
* po/: Remove extra headers from filesEuAndreh2025-05-1512-24/+0
|
* po/doc/: Update template and translationsEuAndreh2025-05-156-24/+390
|
* Makefile: Simplify variable names and use instool(1)EuAndreh2025-05-153-32/+37
|
* Revamp i18n: use gotextEuAndreh2025-05-1460-1187/+199
|
* doc/: Add uuid.en.{0,3,7.{CHANGELOG,README,TODOs,recipes,tutorial,why}}.adocEuAndreh2025-05-0961-363/+1802
|
* Support UUIDv7, with -vN for choosingEuAndreh2025-05-0710-48/+744
|
* tests/{cli-opts,integration}.sh: Add test implementationsEuAndreh2025-05-043-0/+202
|
* Add i18n for manpagesEuAndreh2025-05-0415-0/+2488
|
* Add standalone uuid(1) utilityEuAndreh2025-05-049-20/+209
|
* re s/guuid/uuid/gEuAndreh2025-05-039-28/+28
|
* tests/guuid.go: Use os.Exit over assert when testing panicEuAndreh2025-01-151-1/+1
|
* Makefile: Simplify variable namesEuAndreh2025-01-154-20/+22
|
* tests/guuid.go: Add test for panic inside New()EuAndreh2025-01-142-8/+21
|
* .gitignore: Include pattern for cgoEuAndreh2024-10-291-0/+1
|
* Makefile: Simplify time file generation on bench taget dependenciesEuAndreh2024-10-291-2/+1
|
* Makefile: Prioritize local version when building and linkingEuAndreh2024-10-291-2/+2
|
* Setup conventional functional tests, fuzz targets and benchmarksEuAndreh2024-10-2013-42/+310
|
* src/guuid.go: Remove NewBytes()EuAndreh2024-10-192-20/+0
|
* Add noop mkdeps.sh and empty deps.mkEuAndreh2024-09-303-0/+8
|
* src/guuid.go: Remove "uuid" prefix from constantsEuAndreh2024-09-282-9/+9
|
* src/guuid.go: Rename XxxError to ErrXxxEuAndreh2024-09-282-12/+10
|
* Makefile: "var version" -> "const Version"EuAndreh2024-09-271-1/+1
|
* src/guuid.go: Add NewBytes() functionEuAndreh2024-09-222-0/+20
|
* src/guuid.go: Export UUIDByteCountEuAndreh2024-09-161-4/+4
|
* Initial version of v4 UUIDEuAndreh2024-09-136-0/+509
|
* Initial empty commitEuAndreh2024-09-120-0/+0