summaryrefslogtreecommitdiff
path: root/src/test/test-libudev.c
Commit message (Expand)AuthorAgeFilesLines
* libudev: hide definition of struct udev_list from other libudev componentsYu Watanabe2019-06-121-15/+15
* tree-wide: replace explicit NULL checks with their shorter variantsFrantisek Sumsal2019-04-281-8/+8
* test-libudev: modernize and add more debugging infoZbigniew Jędrzejewski-Szmek2019-01-211-49/+75
* libudev-util: make util_replace_whitespace() read only len charactersYu Watanabe2019-01-031-10/+17
* meson: generate version tag from gitZbigniew Jędrzejewski-Szmek2018-12-211-1/+2
* test: add tests for libudev-listYu Watanabe2018-11-221-0/+61
* test: add tests for util_resolve_subsys_kernel()Yu Watanabe2018-11-211-0/+30
* test: add tests for util_replace_whitespace()Yu Watanabe2018-11-211-1/+48
* libudev-list: move libudev-list related definitions to libudev-list-internal.hYu Watanabe2018-11-201-1/+2
* udev: move udev cleanup functions from udev-util.h to udev.hYu Watanabe2018-08-231-4/+1
* tree-wide: drop copyright headers from frequent contributorsZbigniew Jędrzejewski-Szmek2018-06-201-3/+0
* tree-wide: beautify remaining copyright statementsLennart Poettering2018-06-141-1/+1
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* tree-wide: drop redundant _cleanup_ macros (#8810)Lennart Poettering2018-04-251-6/+6
* tree-wide: drop spurious newlines (#8764)Lennart Poettering2018-04-191-1/+0
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* test-libudev: make "-m" equivalent to "--monitor"Douglas Christman2018-03-011-1/+1
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* tree-wide: standardize on $(PACKAGE_VERSION) for the version stringZbigniew Jędrzejewski-Szmek2017-04-041-1/+1
* test-libudev: disable monitor mode by default and add to automatic testsZbigniew Jędrzejewski-Szmek2016-03-041-1/+8
* test-libudev: modernizationZbigniew Jędrzejewski-Szmek2016-03-041-157/+101
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-1/+0
* tree-wide: use xsprintf() where applicableDaniel Mack2016-01-121-1/+2
* tree-wide: group include of libudev.h with sd-*Thomas Hindoe Paaboel Andersen2015-11-171-0/+1
* tree-wide: sort includesThomas Hindoe Paaboel Andersen2015-11-161-1/+0
* util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering2015-10-241-2/+4
* test-libudev: fix leak in error caseThomas Hindoe Paaboel Andersen2015-05-111-1/+3
* test-libudev: add error handlingThomas Hindoe Paaboel Andersen2015-05-061-1/+4
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-231-5/+0
* udev: switch to systemd logging functionsKay Sievers2014-11-131-13/+2
* test: only use assert_seThomas Hindoe Paaboel Andersen2014-10-041-1/+1
* udev: never bypass our own logging framework and call vsyslog() directly from...Lennart Poettering2014-08-111-1/+0
* Unify parse_argv styleZbigniew Jędrzejewski-Szmek2014-08-031-8/+14
* udev: remove seqnum API and all assumptions about seqnumsKay Sievers2014-04-131-24/+0
* use memzero(foo, length); for all memset(foo, 0, length); callsGreg KH2014-01-311-2/+2
* Add more _printf_'s for format-nonliteralsThomas Hindoe Paaboel Andersen2013-12-141-0/+1
* trivial coding style clean upsThomas Hindoe Paaboel Andersen2013-12-031-22/+11
* Introduce udev object cleanup functionsZbigniew Jędrzejewski-Szmek2013-10-131-4/+4
* Fix write-only use of a few variablesZbigniew Jędrzejewski-Szmek2013-10-131-2/+2
* hostnamectl: show only specific hostname when requestedZbigniew Jędrzejewski-Szmek2013-08-141-1/+1
* use the same email address everywhereKay Sievers2012-11-121-10/+18
* libudev: import hwdb and export lookup interfaceKay Sievers2012-10-271-0/+16
* udev: use startswith() and streq()Kay Sievers2012-04-161-1/+2
* udev: remove configuration options for /dev, /sys, /run directoriesKay Sievers2012-04-161-8/+2
* udev: test - move test/ and src/test/Kay Sievers2012-04-141-0/+501