aboutsummaryrefslogtreecommitdiffstats
path: root/libuuid
AgeCommit message (Expand)AuthorFilesLines
41 hoursMerge branch 'libuuid/fix-uuidv6' of https://github.com/t-8ch/util-linuxKarel Zak1-5/+6
41 hourslibuuid: drop duplicate assignment liuuid_la_LDFLAGSKarel Zak1-1/+1
45 hourslibuuid: fix v6 generationThomas Weißschuh1-5/+6
7 dayslibuuid: add support for RFC9562 UUIDsThomas Weißschuh4-13/+125
2024-04-09meson: Only use the --version-script linker flag where it is supportedJordan Williams1-2/+10
2024-03-29libuuid: (man) fix function declarationsCismonX6-9/+9
2024-02-28build-sys: introduce localstatedirKarel Zak1-2/+2
2024-01-12libuuid: fix uint64_t printf and scanf formatKarel Zak1-2/+2
2024-01-12uuidd: add cont_clock persistenceMichael Trapp2-31/+90
2023-12-31libuuid: (test_uuid) make reading UUIDs from file more robustThomas Weißschuh1-7/+13
2023-12-08libuuid: Add uuid_time64 for 64bit time_t on 32bitThorsten Kukuk3-1/+70
2023-11-13libuuid: avoid truncate clocks.txt to improve performanceGoldwyn Rodrigues1-7/+2
2023-11-08libuuid/src/gen_uuid.c: fix cs_min declarationFabrice Fontaine1-9/+10
2023-03-09libuuid: fix lib internal cache sizeMichael Trapp1-8/+22
2022-08-22libuuid: check clock value from LIBUUID_CLOCK_FILEMichael Trapp1-0/+5
2022-07-18libuuid: (man) uuid_copy() -- add missing parenthesisAndrew Price1-1/+1
2022-07-07libuuid: Implement continuous clock handling for time based UUIDsMichael Trapp3-5/+88
2022-04-29libuuid: improve cache handlingd0327471-1/+10
2022-04-14meson: fix typoed copy-paste error that override other dependencies to blkidEli Schwartz1-2/+2
2022-04-12meson: export dependencies as declared dependenciesEli Schwartz1-0/+4
2022-03-10libuuid: extend cache in uuid_generate_time_generic()Michael Trapp1-1/+1
2022-02-16libuuid: fix buffer overrun in uuid_parse_range()Zane van Iperen1-4/+2
2021-12-30meson: only install pkgconfig if library is builtThomas Weißschuh1-5/+7
2021-12-30meson: headers: Install headersThomas Weißschuh1-0/+1
2021-10-25libbuid: use _UL_LIBUUID_UUID_H to cover uuid.hKarel Zak1-3/+3
2021-09-21Man pages: Fix end extend formattingMario Blättermann1-1/+1
2021-08-05libuuid: include c.h to cover restrict keywordKarel Zak1-0/+1
2021-06-21libuuid: check errno after strto..()Karel Zak1-3/+16
2021-05-06test_uuid_parser: fix time_t=long assumptionsKarel Zak1-2/+2
2021-05-05build-sys: keep adoc files in dist_noinst_DATAKarel Zak1-0/+11
2021-04-06meson: generate man pages from asciidocKarel Zak1-16/+0
2021-03-31build-sys: make man pages location independentKarel Zak9-26/+26
2021-03-29Merge remote-tracking branch 'mariobl/topic/asciidoc'Karel Zak23-716/+745
2021-03-26build-sys: cleanup .gitignore filesKarel Zak1-3/+0
2021-03-26build-sys: split man pages and man page linksKarel Zak1-2/+4
2021-03-26build-sys: remove man page link filesKarel Zak3-3/+0
2021-03-20Asciidoc: Add Po4a hint to file headersMario Blättermann9-0/+9
2021-03-17meson: add second build systemZbigniew Jędrzejewski-Szmek1-0/+60
2021-03-16Asciidoc: Remove already imported *roff man pagesMario Blättermann9-708/+0
2021-03-14Asciidoc: Import libuuid man pagesMario Blättermann9-0/+732
2021-01-22libuuid: improve "restrict" keyword useKarel Zak1-1/+1
2021-01-21fix compiler warningsKarel Zak1-1/+2
2020-12-28libuuid: simplify uuid_is_null() checkSami Kerola1-7/+3
2020-12-28uuidparse: use uuid type definitions from libuuid headerSami Kerola1-0/+1
2020-11-08libuuid: check quality of random bytesSamanta Navarro3-24/+17
2020-11-03lib/randutils: rename random_get_bytes()Sami Kerola1-3/+3
2020-07-14libuuid: (test) make sure UUID is terminated [coverity scan]Karel Zak1-2/+1
2020-07-14libuuid: (test) close fd [coverity scan]Karel Zak1-0/+2
2020-06-15doc: libuuid/man/*: Fix some warnings from "mandoc -T lint"Bjarni Ingi Gislason1-2/+2
2020-05-22Manual pages: rename RETURN VALUES to RETURN VALUEMichael Kerrisk (man-pages)1-1/+1
2020-05-22Manual pages: order AUTHORS / COPYRIGHT / SEE ALSO / AVAILABILITY consistentlyMichael Kerrisk (man-pages)9-43/+43
2020-05-20Manual pages: Standardize on AUTHORS as section titleMichael Kerrisk (man-pages)9-9/+9
2020-05-19docs: (man) remove double quotes (") in .SH linesMichael Kerrisk (man-pages)9-14/+14
2020-04-20[clang-tidy] do not use else after returnRosen Penev2-7/+9
2020-04-01libuuid: remove function aliasKarel Zak1-4/+5
2020-03-31libuuid: improve uuid_unparse() performanceAurelien LAJOIE1-24/+21
2020-03-29libuuid: ensure variable is initialized [cppcheck]Sami Kerola1-2/+2
2020-02-27libuuid: add uuid_parse_range() to man page and symbol-tableKarel Zak3-2/+23
2020-02-25libuuid: add uuid_parse_range()Zane van Iperen2-7/+17
2019-09-20libuuid: add header file guard [lgtm scan]Karel Zak1-0/+4
2018-12-10libuuid: fix man page typosSeth Girvan4-10/+10
2018-08-31libuuid: fix name-based UUIDsKarel Zak1-18/+16
2018-08-31libuuid: add note about RFC4122 UUID layoutKarel Zak1-0/+29
2018-08-16docs: use SPDX license namesKarel Zak1-1/+1
2018-08-16Fix man page typosJakub Wilk2-2/+2
2018-04-09build: Add missing -lintl linkage to lib{smartcols,uuid}Karel Zak1-1/+1
2018-03-09libuuid: make "CONFORMING TO" man sections more explicitKarel Zak4-4/+17
2018-01-22build-sys: avoid using prog_DEPENDENCIESRuediger Meier1-1/+3
2018-01-22build-sys: remove generated headers from dist tar ballRuediger Meier1-3/+1
2017-12-12lib/md5: use ul_/UL_ prefixKarel Zak1-6/+6
2017-12-12lib/sha1: use ul_/UL_prefix for symbolsKarel Zak1-6/+6
2017-09-15misc: cleanup UUID_STR_LEN definitionsKarel Zak1-2/+2
2017-09-05misc: replace magic number 37 with UUID_STR_LENPhilip Prindeville2-1/+3
2017-09-05libuuid: add support for hash-based UUIDsPhilip Prindeville5-2/+165
2017-08-05libuuid: use access(2) when checking /dev/random availabilitySami Kerola1-3/+2
2017-07-31build: use --runstatedir instead of --localstatedirAndreas Henriksson1-1/+1
2017-06-01build-sys: fix library order when linkingRuediger Meier1-1/+1
2017-02-20misc: do not use plain 0 as NULL [smatch scan]Sami Kerola1-5/+5
2017-01-05libuuid: unused parameter [-Wunused-parameter]Karel Zak1-1/+3
2016-12-19docs: replace FTP by HTTPS in kernel.org URLsSébastien Helleu9-9/+9
2016-11-29Place SEE ALSO entries in orderMichael Kerrisk (man-pages)1-3/+3
2016-03-13build-sys: use AC_PROG_MKDIR_P and remove a few gnuismsRuediger Meier1-1/+1
2016-03-10build-sys: fix if..endif for *_la_LDFLAGSKarel Zak1-4/+4
2016-02-23build-sys: always add AM_CFLAGSRuediger Meier1-1/+2
2016-02-23build-sys: always use global LDADDRuediger Meier1-1/+1
2016-02-18build-sys: check linker support for version scriptsRuediger Meier1-1/+3
2016-02-11misc: fix some printf format stringsRuediger Meier2-3/+3
2015-10-18tests: make test_uuid_parser to read filesSami Kerola1-111/+45
2015-10-18tests: add uuid parser checkSami Kerola2-5/+11
2015-09-30libuuid: fix buffer overflow with long pathsKarel Zak1-1/+6
2015-06-18libuuid: return correct value for uuid_generate_time_safeRomain Bouvier1-0/+3
2014-11-20build-sys: cleanup library symbol filesKarel Zak2-5/+7
2014-10-01libuuid: remove _SVID_SOURCE pre-processor definitionSami Kerola1-6/+0
2014-09-19libuuid: add extern qualifiers to uuid/uuid.h system headerSami Kerola1-15/+15
2014-06-16Only move shared libraries to /lib if they existsThomas Petazzoni1-1/+1
2014-05-06libuuid: (uuid.3) Improve the typesetting of the manualBjarni Ingi Gislason1-1/+1
2014-05-06libuuid: (uuid_unparse.3) Improve the typesetting of the manualBjarni Ingi Gislason1-2/+4
2014-05-06libuuid: (man/uuid_time.3) Improve the typesetting of the manualBjarni Ingi Gislason1-1/+3
2014-05-06libuuid: (uuid_parse.3) Improve the typesetting of the manualBjarni Ingi Gislason1-2/+4
2014-05-06libuuid: (uuid_is_null.3) Improve the typesetting of the manualBjarni Ingi Gislason1-1/+3
2014-05-06libuuid: (uuid_generate) Improve the typesetting of the manualBjarni Ingi Gislason1-2/+2
2014-05-06libuuid: (uuid_copy.3) Improve the typesetting of the manualBjarni Ingi Gislason1-1/+3
2014-05-06libuuid: (uuid_compare.3) Improve the typesetting of the manualBjarni Ingi Gislason1-1/+3
2014-05-06libuuid: (uuid_clear.3) Improve the typesetting of the manualBjarni Ingi Gislason1-1/+3
2013-10-08COPYING: fix grammar of referring phrase, and indicate location betterBenno Schulenberg1-2/+2
2013-08-27build-sys: add CFLAGS and LDFLAGS for daemons and shared libsKarel Zak1-1/+6
2013-04-09docs: remove repeated words [checkmans.sh]Sami Kerola1-1/+1
2013-04-03libuuid: use O_CLOEXECKarel Zak1-2/+2
2012-08-15build-sys: expand paths at make timeKarel Zak1-1/+2
2012-07-30build-sys: move tests to check_PROGRAMSKarel Zak1-1/+1
2012-07-27build-sys: add minisg COPYING filesKarel Zak1-1/+1
2012-07-10uuidd: use run configured state directorySami Kerola1-1/+1
2012-06-26build-sys: create static uuid_generate_*.3 filesKarel Zak4-9/+4
2012-06-26build-sys: cleanup .gitignore filesKarel Zak1-1/+0
2012-06-26build-sys: convert libuuid/ to moduleKarel Zak8-177/+87
2012-06-18uuidd: move from /var/run/uuidd to /run/uuiddKarel Zak1-1/+1
2012-06-18libuuid: move clock.txt path to header fileKarel Zak2-2/+3
2012-05-23libuuid: use max() from c.hPetr Uzel1-3/+1
2012-05-15libuuid: move read_all to include/all-io.hPetr Uzel1-25/+1
2012-05-10libuuid: avoid double open and leaking fd (reworked)Petr Uzel2-11/+19
2012-05-04libuuid: avoid double open and leaking descriptorPetr Uzel2-8/+11
2012-05-04libuuid: don't exec uuiddPetr Uzel2-46/+3
2012-05-04libuuid: use EXIT_FAILUREPetr Uzel1-1/+1
2012-04-27libuuid: fix typo in uuid_compare manpagePetr Uzel1-1/+1
2012-04-23libuuid: use get_fd_tabsize()Karel Zak2-14/+3
2012-04-10libuuid: use randutilsDavidlohr Bueso2-95/+7
2012-02-28build-sys: enhance readability of the autotools filesSami Kerola3-9/+31
2011-11-03libuuid: fix includes in man pagesKarel Zak9-9/+9
2011-09-07libuuid: add limits.h include for OPEN_MAXmaximilian attems1-0/+1
2011-08-30docs: remove duplicated textSami Kerola1-0/+5
2011-08-12docs: Documentation directory addedSami Kerola2-26/+1
2011-06-09build-sys: use top-level directory for libuuid rather than shlibs/uuidKarel Zak32-0/+2662