summaryrefslogtreecommitdiff
path: root/src/libsystemd/sd-hwdb/sd-hwdb.c
Commit message (Expand)AuthorAgeFilesLines
* nulstr-util: Declare NULSTR_FOREACH() iterator inlineDaan De Meyer2022-11-111-5/+7
* sd-hwdb: fix NULL arg to %s in error messagesZbigniew Jędrzejewski-Szmek2022-06-071-14/+10
* sd-hwdb: add sd_hwdb_new_from_pathNick Rosbrook2022-05-271-14/+31
* core: check size before mmapTobias Stoeckmann2022-03-031-0/+4
* Move hwdb creation code to src/shared/Zbigniew Jędrzejewski-Szmek2021-06-241-49/+0
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* tree-wide: assorted coccinelle fixesFrantisek Sumsal2020-10-091-4/+4
* 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
* headers: remove unneeded includes from util.hZbigniew Jędrzejewski-Szmek2019-03-271-0/+2
* util: split out nulstr related stuff to nulstr-util.[ch]Lennart Poettering2019-03-141-1/+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
* sd_hwdb: update log messagesYu Watanabe2018-10-241-6/+6
* sd-hwdb: update error log a bitYu Watanabe2018-10-091-1/+1
* sd-hwdb: adjust included headersYu Watanabe2018-09-191-0/+1
* 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 copyright headers from frequent contributorsZbigniew Jędrzejewski-Szmek2018-06-201-2/+0
* tree-wide: beautify remaining copyright statementsLennart Poettering2018-06-141-3/+3
* 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: 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-191-0/+1
* build-sys: use #if Y instead of #ifdef Y everywhereZbigniew Jędrzejewski-Szmek2017-10-041-1/+1
* 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-301-4/+32
* 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
* sd-hwdb: fix child/value offset calculationDavid Herrmann2016-09-211-9/+14
* tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easyLennart Poettering2015-11-271-1/+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-241-6/+6
* util: introduce safe_fclose() and port everything over to itLennart Poettering2015-09-091-2/+1
* tree-wide: we place the opening bracket on the same line as the function nameLennart Poettering2015-08-271-7/+6
* hashmap: fix iterators to not skip entriesDavid Herrmann2015-06-141-2/+3
* fix double semicolon typoThomas Hindoe Paaboel Andersen2015-06-021-1/+1
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-231-2/+0
* Assorted format fixesZbigniew Jędrzejewski-Szmek2015-01-221-1/+1
* refcnt: refcnt is unsigned, fix comparisonsTom Gundersen2015-01-131-1/+1
* libsystemd: add sd-hwdb libraryTom Gundersen2014-12-111-0/+471