summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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