summaryrefslogtreecommitdiff
path: root/misc-utils/uuidd.c
Commit message (Expand)AuthorAgeFilesLines
* uuidd: use sizeof_memberThomas Weißschuh2023-01-231-1/+1
* uuidd: fix random UUIDsKarel Zak2022-10-101-3/+1
* libuuid: Implement continuous clock handling for time based UUIDsMichael Trapp2022-07-071-5/+49
* uuidd: fix open/lock state issueKarel Zak2022-01-241-3/+6
* uuidd: use snprintf() rather than sprintf()Karel Zak2021-07-271-3/+3
* *: spelling and grammar fixesVille Skyttä2020-12-171-1/+1
* uuidd: fix misleading indentationSami Kerola2020-11-231-1/+1
* uuidd: make timeout to take effect when debug is not definedSami Kerola2020-11-231-1/+1
* uuidd: remove unnecessary bulk request size limitSami Kerola2020-11-231-2/+0
* uuidd: add uuidd specific data types that are used in protocolSami Kerola2020-11-231-39/+45
* uuidd: reorder bulk time and random generation codeSami Kerola2020-11-231-5/+6
* uuidd: document uuidd protocolSami Kerola2020-11-231-0/+17
* uuidd: override operation type when performing bulk requestSami Kerola2020-11-231-2/+13
* uuidd: move option parsing to separate functionSami Kerola2020-11-231-33/+38
* uuidd: add command-line option values structSami Kerola2020-11-231-37/+54
* uuidd: use pid_t type when referring to process idSami Kerola2020-11-231-6/+8
* [clang-tidy] do not use else after returnRosen Penev2020-04-201-2/+1
* misc: consolidate version printing and close_stdout()Karel Zak2019-04-161-3/+3
* various: fix 'uninitialized when used' warnings [clang]Sami Kerola2019-02-181-1/+2
* lib/timer: add fallback if timer_create() not availableKarel Zak2018-12-031-3/+5
* uuidd: cosmetic coding style changeKarel Zak2018-03-071-2/+1
* uuidd: don't truncate long socket pathsRuediger Meier2018-03-071-4/+8
* misc: replace magic number 37 with UUID_STR_LENPhilip Prindeville2017-09-051-3/+0
* misc: consolidate macro style USAGE_HELP_OPTIONSRuediger Meier2017-06-291-2/+2
* misc: introduce print_usage_help_options()Ruediger Meier2017-06-271-2/+1
* misc: cosmetics, remove argument from usage(FILE*)Ruediger Meier2017-06-261-3/+4
* uuidd: remove unused defineRuediger Meier2017-06-221-6/+0
* Use --help suggestion on invalid optionKarel Zak2016-12-191-1/+1
* uuidd: remove unnecessary pidpile path variableSami Kerola2016-08-081-5/+2
* misc: simplify if clauses [oclint]Sami Kerola2016-07-211-3/+2
* misc: Fix various typosSebastian Rasmussen2016-05-311-1/+1
* uuidd: correct the wording of an error messageBenno Schulenberg2016-03-161-1/+1
* docs: fix typos found by codespellRuediger Meier2016-02-031-1/+1
* uuidd: add debug message for timeoutKarel Zak2015-10-091-2/+5
* uuidd: use cxt->quietKarel Zak2015-10-091-7/+6
* uuidd: fix compiler warning [-Wsign-compare]Karel Zak2015-10-091-1/+3
* uuidd: fix shadow declarationSami Kerola2015-10-091-5/+5
* uuidd: use signalfd() and setup_timer()Sami Kerola2015-10-091-39/+96
* blkid, uuidd, uuidgen: assume getopt.h and getopt.h are availableSami Kerola2015-10-091-8/+0
* uuidd: slice up the usage text and normalize its layoutSami Kerola2015-10-091-19/+17
* uuidd: improve socket activation error messagingSami Kerola2015-10-021-3/+11
* textual: add a docstring to most of the utilitiesBenno Schulenberg2015-01-061-0/+3
* textual: use usage() text element macrosSami Kerola2014-10-011-2/+2
* uuidd: do not mix signed type and unsigned codeSami Kerola2014-05-261-2/+2
* uuidd: set options to be mutually exclusiveSami Kerola2014-05-261-3/+9
* uuidd: ensure pid file is wrote when it is requestedSami Kerola2014-05-261-2/+4
* build-sys: consolidate systemd supportKarel Zak2014-04-091-5/+5
* uuidd: use pkg-config to find systemd-deamon supportSami Kerola2014-01-071-5/+5
* uuidd: add missing initializer [clang-analyzer]Karel Zak2013-07-091-3/+3
* textual: fix typo in error message and uniformize their use of periodBenno Schulenberg2013-05-281-6/+6