summaryrefslogtreecommitdiff
path: root/src/libsystemd/sd-device/device-enumerator.c
Commit message (Expand)AuthorAgeFilesLines
* sd-device: normalize debug messagesYu Watanabe2018-11-061-14/+13
* sd-device: make sd_device_get_is_initialized() returns is_initialized by retu...Yu Watanabe2018-10-291-7/+6
* sd-device: return positive ifindex when sd_device_get_ifindex() succeedsYu Watanabe2018-10-271-1/+1
* sd-device: dedup enumerated devicesYu Watanabe2018-10-131-0/+29
* sd-device: make sd_device_get_*() return -ENOENT if the values are not setYu Watanabe2018-09-231-13/+2
* tree-wide: use typesafe_qsort()Yu Watanabe2018-09-191-5/+7
* sd-device: use qsort_safe() (#10099)Yu Watanabe2018-09-161-2/+2
* sd-device: introduce device_enumerator_get_devices()Yu Watanabe2018-09-101-0/+11
* sd-device: make sd_device_enumerator_get_*_next() not destroy the listYu Watanabe2018-09-101-39/+55
* sd-device: sd_device_enumerator_get_subsystem_next() requests the device list...Yu Watanabe2018-08-281-1/+1
* sd-device: use structured initializersYu Watanabe2018-08-281-3/+5
* tree-wide: use DEFINE_TRIVIAL_REF_UNREF_FUNC() macro or friends where applicableYu Watanabe2018-08-271-25/+17
* tree-wide: add a space after (void)Yu Watanabe2018-07-031-1/+1
* tree-wide: drop copyright headers from frequent contributorsZbigniew Jędrzejewski-Szmek2018-06-201-4/+0
* tree-wide: beautify remaining copyright statementsLennart Poettering2018-06-141-2/+2
* 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
* tree-wide: make use of new STRLEN() macro everywhere (#7639)Lennart Poettering2017-12-141-1/+1
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* tree-wide: when %m is used in log_*, always specify errno explicitlyZbigniew Jędrzejewski-Szmek2017-05-191-8/+4
* tree-wide: drop NULL sentinel from strjoinZbigniew Jędrzejewski-Szmek2016-10-231-1/+1
* sd-device: enumerator - do not abort enumeration if a device failsTom Gundersen2016-06-261-16/+18
* tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easyLennart Poettering2015-11-271-4/+4
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: introduce dirent-util.[ch] for directory entry callsLennart 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
* tree-wide: remove a number of invocations of strerror() and replace by %mLennart Poettering2015-09-301-4/+2
* sd-device: fix enumeration of devices without subsystemMaxim Mikityanskiy2015-08-221-0/+2
* libudev: enumerate - accept NULL parameters in add_match()Tom Gundersen2015-06-031-8/+10
* sd-device: enumerator - fix matching on properties and sysattrsTom Gundersen2015-05-281-3/+3
* sd-device: fix return codes on errorZbigniew Jędrzejewski-Szmek2015-05-201-3/+3
* sd-device: simplify enumerator hacksDavid Herrmann2015-04-171-12/+5
* sd-device: uniformly handle missing devicesTom Gundersen2015-04-171-4/+10
* sd-device: enumerator - match only on initialized devices by defaultTom Gundersen2015-04-171-4/+14
* sd-device: enumerator - don't expose add_device()Tom Gundersen2015-04-171-4/+4
* sd-device: add device-enumerator libraryTom Gundersen2015-04-161-0/+972