summaryrefslogtreecommitdiff
path: root/src/libsystemd/sd-id128/id128-util.c
Commit message (Expand)AuthorAgeFilesLines
* id128-util: add new helper id128_equal_string()Lennart Poettering2022-02-141-0/+16
* sd128: export sd_id128_to_uuid_string()Lennart Poettering2022-02-141-29/+6
* sd-id128: use /proc/device-treeYu Watanabe2021-11-111-1/+1
* basic: split out sync() family of calls from fs-util.[ch] into new c/h fileLennart Poettering2021-10-051-5/+2
* id128-util: use common implementation of helper to get/validate product IDLennart Poettering2021-04-291-0/+22
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* id128: add format which treats "uninitialized" like an empty idHarald Seiler2020-10-191-1/+7
* id128: move make_v4_uuid into id128-util.h to make it generally usefulLennart Poettering2020-01-201-0/+13
* id128: introduce ID128_UUID_STRING_MAX for sizing UUID buffersLennart Poettering2019-12-101-1/+1
* tree-wide: make hash_ops typesafeYu Watanabe2018-12-021-7/+4
* tree-wide: drop empty commentsYu Watanabe2018-06-291-2/+0
* tree-wide: remove Lennart's copyright linesLennart Poettering2018-06-141-1/+0
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* tree-wide: make use of fsync_directory_of_file() all over the placeLennart Poettering2018-02-201-1/+6
* log: minimize includes in log.hLennart Poettering2018-01-111-0/+1
* tree-wide: adjust fall through comments so that gcc is happyShawn Landden2017-11-201-2/+2
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* libsystemd: use IN_SET macroYu Watanabe2017-09-281-1/+1
* sd-id128: id128_write overwrites target fileEvgeny Vereshchagin2016-12-131-1/+1
* core: add "invocation ID" concept to service managerLennart Poettering2016-10-071-0/+13
* sd-id128: be more liberal when reading files with 128bit IDsLennart Poettering2016-07-251-9/+21
* machine-id-setup: port machine_id_commit() to new id128-util.c APIsLennart Poettering2016-07-221-4/+15
* sd-id128: split UUID file read/write code into new id128-util.[ch]Lennart Poettering2016-07-221-0/+171