summaryrefslogtreecommitdiff
path: root/src/libsystemd/sd-hwdb/sd-hwdb.c
Commit message (Expand)AuthorAgeFilesLines
* 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