summaryrefslogtreecommitdiff
path: root/libuuid
Commit message (Expand)AuthorAgeFilesLines
* libuuid: fix lib internal cache sizeMichael Trapp2023-03-091-8/+22
* libuuid: check clock value from LIBUUID_CLOCK_FILEMichael Trapp2022-08-221-0/+5
* libuuid: (man) uuid_copy() -- add missing parenthesisAndrew Price2022-07-181-1/+1
* libuuid: Implement continuous clock handling for time based UUIDsMichael Trapp2022-07-073-5/+88
* libuuid: improve cache handlingd0327472022-04-291-1/+10
* meson: fix typoed copy-paste error that override other dependencies to blkidEli Schwartz2022-04-141-2/+2
* meson: export dependencies as declared dependenciesEli Schwartz2022-04-121-0/+4
* libuuid: extend cache in uuid_generate_time_generic()Michael Trapp2022-03-101-1/+1
* libuuid: fix buffer overrun in uuid_parse_range()Zane van Iperen2022-02-161-4/+2
* meson: only install pkgconfig if library is builtThomas Weißschuh2021-12-301-5/+7
* meson: headers: Install headersThomas Weißschuh2021-12-301-0/+1
* libbuid: use _UL_LIBUUID_UUID_H to cover uuid.hKarel Zak2021-10-251-3/+3
* Man pages: Fix end extend formattingMario Blättermann2021-09-211-1/+1
* libuuid: include c.h to cover restrict keywordKarel Zak2021-08-051-0/+1
* libuuid: check errno after strto..()Karel Zak2021-06-211-3/+16
* test_uuid_parser: fix time_t=long assumptionsKarel Zak2021-05-061-2/+2
* build-sys: keep adoc files in dist_noinst_DATAKarel Zak2021-05-051-0/+11
* meson: generate man pages from asciidocKarel Zak2021-04-061-16/+0
* build-sys: make man pages location independentKarel Zak2021-03-319-26/+26
* Merge remote-tracking branch 'mariobl/topic/asciidoc'Karel Zak2021-03-2923-716/+745
|\
| * build-sys: cleanup .gitignore filesKarel Zak2021-03-261-3/+0
| * build-sys: split man pages and man page linksKarel Zak2021-03-261-2/+4
| * build-sys: remove man page link filesKarel Zak2021-03-263-3/+0
| * Asciidoc: Add Po4a hint to file headersMario Blättermann2021-03-209-0/+9
| * Asciidoc: Remove already imported *roff man pagesMario Blättermann2021-03-169-708/+0
| * Asciidoc: Import libuuid man pagesMario Blättermann2021-03-149-0/+732
* | meson: add second build systemZbigniew Jędrzejewski-Szmek2021-03-171-0/+60
|/
* libuuid: improve "restrict" keyword useKarel Zak2021-01-221-1/+1
* fix compiler warningsKarel Zak2021-01-211-1/+2
* libuuid: simplify uuid_is_null() checkSami Kerola2020-12-281-7/+3
* uuidparse: use uuid type definitions from libuuid headerSami Kerola2020-12-281-0/+1
* libuuid: check quality of random bytesSamanta Navarro2020-11-083-24/+17
* lib/randutils: rename random_get_bytes()Sami Kerola2020-11-031-3/+3
* libuuid: (test) make sure UUID is terminated [coverity scan]Karel Zak2020-07-141-2/+1
* libuuid: (test) close fd [coverity scan]Karel Zak2020-07-141-0/+2
* doc: libuuid/man/*: Fix some warnings from "mandoc -T lint"Bjarni Ingi Gislason2020-06-151-2/+2
* Manual pages: rename RETURN VALUES to RETURN VALUEMichael Kerrisk (man-pages)2020-05-221-1/+1
* Manual pages: order AUTHORS / COPYRIGHT / SEE ALSO / AVAILABILITY consistentlyMichael Kerrisk (man-pages)2020-05-229-43/+43
* Manual pages: Standardize on AUTHORS as section titleMichael Kerrisk (man-pages)2020-05-209-9/+9
* docs: (man) remove double quotes (") in .SH linesMichael Kerrisk (man-pages)2020-05-199-14/+14
* [clang-tidy] do not use else after returnRosen Penev2020-04-202-7/+9
* libuuid: remove function aliasKarel Zak2020-04-011-4/+5
* libuuid: improve uuid_unparse() performanceAurelien LAJOIE2020-03-311-24/+21
* libuuid: ensure variable is initialized [cppcheck]Sami Kerola2020-03-291-2/+2
* libuuid: add uuid_parse_range() to man page and symbol-tableKarel Zak2020-02-273-2/+23
* libuuid: add uuid_parse_range()Zane van Iperen2020-02-252-7/+17
* libuuid: add header file guard [lgtm scan]Karel Zak2019-09-201-0/+4
* libuuid: fix man page typosSeth Girvan2018-12-104-10/+10
* libuuid: fix name-based UUIDsKarel Zak2018-08-311-18/+16
* libuuid: add note about RFC4122 UUID layoutKarel Zak2018-08-311-0/+29