summaryrefslogtreecommitdiff
path: root/src/libudev/libudev-util.c
AgeCommit message (Expand)AuthorFilesLines
2018-11-20libudev: coding style fixesYu Watanabe1-7/+7
2018-11-20libudev-list: move libudev-list related definitions to libudev-list-internal.hYu Watanabe1-4/+2
2018-11-12udev: drop util_log_priority() and use log_level_from_string()Yu Watanabe1-16/+0
2018-10-17libudev: re-implement udev-monitor by sd_device_monitorYu Watanabe1-16/+0
2018-09-10libudev-util: adjust type of returned value by util_string_hash32()Yu Watanabe1-15/+8
2018-09-10libudev-util: drop unnecessary argument 'struct udev *udev' from util_resolve...Yu Watanabe1-4/+3
2018-06-20tree-wide: drop copyright headers from frequent contributorsZbigniew Jędrzejewski-Szmek1-3/+0
2018-06-14tree-wide: beautify remaining copyright statementsLennart Poettering1-1/+1
2018-06-14tree-wide: drop 'This file is part of systemd' blurbLennart Poettering1-2/+0
2018-04-06tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek1-13/+0
2017-11-19Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek1-0/+1
2017-11-13string-util: add delete_trailing_chars() and skip_leading_chars() helpersLennart Poettering1-11/+0
2017-01-27udev-event: use in-place whitespace replacementDan Streetman1-0/+14
2017-01-03libudev-util: change util_replace_whitespace to return number of chars in destDan Streetman1-1/+1
2015-11-17tree-wide: group include of libudev.h with sd-*Thomas Hindoe Paaboel Andersen1-1/+2
2015-11-16tree-wide: sort includesThomas Hindoe Paaboel Andersen1-2/+1
2015-10-27util-lib: split out syslog-related calls into syslog-util.[ch]Lennart Poettering1-0/+1
2015-10-24util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering1-6/+7
2015-10-19tree-wide: remove unused functionsThomas Hindoe Paaboel Andersen1-46/+0
2015-04-05libudev-util: check length before accesing the arrayThomas Hindoe Paaboel Andersen1-1/+1
2015-02-23remove unused includesThomas Hindoe Paaboel Andersen1-8/+0
2014-11-28treewide: drop unnecessary trailing \n in log_*() callsMichal Schmidt1-2/+2
2014-11-13udev: switch to systemd logging functionsKay Sievers1-2/+2
2014-11-01libudev: do not accept invalid log levelsZbigniew Jędrzejewski-Szmek1-3/+7
2014-09-16udev: util - use log_level_from_string()Tom Gundersen1-7/+2
2014-09-16libudev: util - drop util_delete_path()Tom Gundersen1-32/+0
2014-09-16libudev: drop util_lookup_{user,group}Tom Gundersen1-64/+0
2014-09-09udev - drop print_kmsgTom Gundersen1-25/+0
2014-08-01Revert "libudev: use get_*_creds from shared rather than util_lookup_*"Tom Gundersen1-0/+64
2014-08-01libudev: use get_*_creds from shared rather than util_lookup_*Tom Gundersen1-64/+0
2014-02-13everywhere: make use of new0() and macro() macros, and stop using perror()Lennart Poettering1-3/+4
2013-12-23libudev: ship the original MurmurHash2.[ch] fileKay Sievers1-56/+2
2013-09-19device-nodes: move device node specific code to own fileDave Reisner1-2/+3
2013-09-17move utf8 functions from libudev-private.h to utf8.hDave Reisner1-168/+3
2013-03-31Remove some dead codeZbigniew Jędrzejewski-Szmek1-2/+1
2013-03-20libudev: avoid potential misaligned accessesJan Engelhardt1-5/+6
2013-02-13use streq instead of strcmpThomas Hindoe Paaboel Andersen1-2/+2
2013-01-09udev: move string copy functions to shared/Kay Sievers1-91/+8
2013-01-04udev: net_id - append "dev_id" value if neededKay Sievers1-3/+20
2012-11-12libudev: update copyright headersKay Sievers1-10/+18
2012-11-12udev: use usec_t and now()Kay Sievers1-17/+0
2012-09-19libudev: remove dead codeKay Sievers1-20/+0
2012-07-14udev: avoid creating /dev/kmsg with fopen() to support CONFIG_PRINTK=nKay Sievers1-0/+25
2012-04-26libudev: prefix log macros with 'udev_'Kay Sievers1-6/+6
2012-04-20docs: hook-up gtk-doc to 'make check'Kay Sievers1-0/+2
2012-04-17udev: replace util_create_path() with mkdir_parents()Kay Sievers1-0/+161
2012-04-16udev: use startswith() and streq()Kay Sievers1-4/+4
2012-04-13udev: move libudev, gudev to src/; move gudev/docs/, udev/docs/ to to docs/Kay Sievers1-0/+566