summaryrefslogtreecommitdiff
path: root/src/libsystemd/sd-hwdb
Commit message (Expand)AuthorAgeFilesLines
* hwdb: optimize isatty()-per-line awayLennart Poettering2020-04-131-1/+1
* hwdb: fix error numbers passed to log_syntax()Lennart Poettering2020-01-211-12/+9
* hwdb: use strv_extend() where we canLennart Poettering2020-01-211-11/+2
* strv: get rid of strv_clear()Lennart Poettering2020-01-211-3/+3
* tree-wide: drop string.h when string-util.h or friends are includedYu Watanabe2019-11-041-1/+0
* sd-hwdb: use return value from ordered_hashmap_iterate()Zbigniew Jędrzejewski-Szmek2019-08-031-2/+1
* tree-wide: (void)ify a few unlink() and rmdir()Lennart Poettering2019-03-271-1/+1
* headers: remove unneeded includes from util.hZbigniew Jędrzejewski-Szmek2019-03-272-0/+3
* util: split out nulstr related stuff to nulstr-util.[ch]Lennart Poettering2019-03-141-1/+1
* util: split out sorting related calls to new sort-util.[ch]Lennart Poettering2019-03-131-0/+1
* sd-hwdb: fix off_t vs. size_t confusion in castZbigniew Jędrzejewski-Szmek2019-03-041-1/+1
* sd-hwdb: some minor logging and style updatesZbigniew Jędrzejewski-Szmek2019-03-041-12/+11
* sd-hwdb: use non-atomic reference countersZbigniew Jędrzejewski-Szmek2019-03-041-4/+3
* sd-hwdb: fix matching for characters with an ord > 127Peter Hutterer2019-02-131-1/+1
* meson: define PROJECT_VERSION as the "bare" project versionZbigniew Jędrzejewski-Szmek2018-12-201-1/+1
* util-lib: split out all temporary file related calls into tmpfiles-util.cLennart Poettering2018-12-021-0/+1
* Move LONG_LINE_MAX definition to fileio.hZbigniew Jędrzejewski-Szmek2018-11-141-1/+0
* sd_hwdb: update log messagesYu Watanabe2018-10-241-6/+6
* hwdb: fgets() excorcismLennart Poettering2018-10-181-2/+9
* sd-hwdb: update error log a bitYu Watanabe2018-10-091-1/+1
* sd-hwdb: initialize variableYu Watanabe2018-09-201-1/+1
* hwdb,udevadm: also unify hwdb_query() and hwdb_test()Yu Watanabe2018-09-192-0/+19
* sd-hwdb: use structured initializersYu Watanabe2018-09-191-18/+23
* hwdb: unify duplicated code and move it to hwdb-util.cYu Watanabe2018-09-192-0/+657
* sd-hwdb: adjust included headersYu Watanabe2018-09-193-3/+5
* libsystemd: use DEFINE_ATOMIC_REF_UNREF_FUNC or frineds where applicableYu Watanabe2018-08-281-16/+8
* sd-hwdb: drop unused variableYu Watanabe2018-08-281-1/+0
* tree-wide: drop empty lines in commentsYu Watanabe2018-07-231-1/+0
* tree-wide: drop double newlineYu Watanabe2018-06-292-2/+0
* tree-wide: drop copyright headers from frequent contributorsZbigniew Jędrzejewski-Szmek2018-06-203-8/+0
* tree-wide: beautify remaining copyright statementsLennart Poettering2018-06-143-5/+5
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-143-6/+0
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-063-39/+0
* tree-wide: use TAKE_PTR() and TAKE_FD() macrosYu Watanabe2018-04-051-2/+1
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-193-0/+3
* build-sys: use #if Y instead of #ifdef Y everywhereZbigniew Jędrzejewski-Szmek2017-10-041-1/+1
* build-sys: drop automake supportZbigniew Jędrzejewski-Szmek2017-07-181-1/+0
* sd-hwdb: drop caching of search stringZbigniew Jędrzejewski-Szmek2016-11-301-23/+1
* hwdb, sd-hwdb: rework priority comparison when loading propertiesZbigniew Jędrzejewski-Szmek2016-11-302-5/+35
* Two small cleanupsZbigniew Jędrzejewski-Szmek2016-11-291-1/+1
* hwdb: use systemd-hwdb instead of obsolete udevadm hwdb (#4722)Michael Biebl2016-11-231-1/+1
* sd-hwdb: order properties by originDavid Herrmann2016-09-211-15/+28
* hwdb: store file-name and file-number with propertiesDavid Herrmann2016-09-211-0/+8
* sd-hwdb: fix child/value offset calculationDavid Herrmann2016-09-211-9/+14
* tree-wide: place #pragma once at the same place everywhereLennart Poettering2016-02-201-1/+2
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easyLennart Poettering2015-11-272-4/+1
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering2015-10-251-0/+1
* util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering2015-10-242-8/+8