| Commit message (Expand) | Author | Age | Files | Lines |
* | libudev: fix typo in comment | Peter Hutterer | 2016-08-19 | 1 | -1/+1 |
* | treewide: fix typos and remove accidental repetition of words | Torstein Husebø | 2016-07-11 | 1 | -1/+1 |
* | tree-wide: group include of libudev.h with sd-* | Thomas Hindoe Paaboel Andersen | 2015-11-17 | 1 | -1/+1 |
* | tree-wide: sort includes | Thomas Hindoe Paaboel Andersen | 2015-11-16 | 1 | -1/+1 |
* | util-lib: split out allocation calls into alloc-util.[ch] | Lennart Poettering | 2015-10-27 | 1 | -0/+1 |
* | util-lib: split string parsing related calls from util.[ch] into parse-util.[ch] | Lennart Poettering | 2015-10-27 | 1 | -0/+1 |
* | util-lib: split our string related calls from util.[ch] into its own file str... | Lennart Poettering | 2015-10-24 | 1 | -14/+14 |
* | libudev: device - fix typo in udev_device_get_sysattr_list_entry() | Tom Gundersen | 2015-06-17 | 1 | -1/+1 |
* | sd-device: get_subsystem - don't complain if a device does not have a subsystem | Tom Gundersen | 2015-06-02 | 1 | -1/+2 |
* | libudev-device: fix lazy loading of devlinks, properties and tags | Tom Gundersen | 2015-04-23 | 1 | -3/+9 |
* | libudev: device - replace by a thin wrapper around sd-device | Tom Gundersen | 2015-04-02 | 1 | -1480/+328 |
* | libudev: private - introduce udev_device_new_from_synthetic_event() | Tom Gundersen | 2015-03-18 | 1 | -12/+44 |
* | udev: downgrade "has devpath" and "filled with db file" messages | Zbigniew Jędrzejewski-Szmek | 2015-03-15 | 1 | -2/+2 |
* | udev: make set_usec_initialized() internal to libudev | Tom Gundersen | 2015-03-13 | 1 | -9/+17 |
* | libudev: introduce clone_with_db() | Tom Gundersen | 2015-03-12 | 1 | -0/+14 |
* | libudev: introduce udev_device_properties_copy() | Tom Gundersen | 2015-03-12 | 1 | -0/+15 |
* | libudev: udev_device_read_db - drop unused argument | Tom Gundersen | 2015-03-09 | 1 | -23/+20 |
* | libudev: udev_device_add_property - implicitly mark properties for saving to db | Tom Gundersen | 2015-03-09 | 1 | -21/+36 |
* | udev/libudev: event - move {OLD_,}INTERFACE handling from udevd to libudev | Tom Gundersen | 2015-03-09 | 1 | -0/+8 |
* | libudev: private - make property_from_string_parse* static | Tom Gundersen | 2015-03-09 | 1 | -2/+2 |
* | util: rework strappenda(), and rename it strjoina() | Lennart Poettering | 2015-02-03 | 1 | -1/+1 |
* | libudev: private - drop some functions from the internal API | Tom Gundersen | 2015-01-26 | 1 | -41/+41 |
* | libudev: monitor - move nulstr parsing to libudev-device | Tom Gundersen | 2015-01-26 | 1 | -0/+45 |
* | udev: event - introduce and use internal udev_device_shallow_clone() | Tom Gundersen | 2015-01-26 | 1 | -0/+21 |
* | udev: event - move renaming of udev_device to libudev | Tom Gundersen | 2015-01-26 | 1 | -0/+22 |
* | Assorted format fixes | Zbigniew Jędrzejewski-Szmek | 2015-01-22 | 1 | -1/+1 |
* | use correct format types | Thomas Hindoe Paaboel Andersen | 2014-12-11 | 1 | -1/+1 |
* | libudev: set errno properly in all error conditions of udev_device_new_from_s... | Lennart Poettering | 2014-12-03 | 1 | -1/+6 |
* | treewide: another round of simplifications | Michal Schmidt | 2014-11-28 | 1 | -4/+2 |
* | treewide: use log_*_errno whenever %m is in the format string | Michal Schmidt | 2014-11-28 | 1 | -1/+1 |
* | treewide: drop unnecessary trailing \n in log_*() calls | Michal Schmidt | 2014-11-28 | 1 | -5/+5 |
* | udev: move global property handling from libudev to udevd | Kay Sievers | 2014-11-13 | 1 | -6/+1 |
* | udev: switch to systemd logging functions | Kay Sievers | 2014-11-13 | 1 | -5/+5 |
* | udev: fix path for database names on 'change' event | Robert Milasan | 2014-09-18 | 1 | -1/+1 |
* | udev: allow removing tags via TAG-="foobar" | David Herrmann | 2014-09-11 | 1 | -1/+20 |
* | libudev: set errno when udev_device_new_from_* or udev_device_get_parent_* fail | Tom Gundersen | 2014-08-01 | 1 | -11/+45 |
* | Remove unnecessary casts in printfs | Zbigniew Jędrzejewski-Szmek | 2014-05-15 | 1 | -1/+1 |
* | everywhere: make use of new0() and macro() macros, and stop using perror() | Lennart Poettering | 2014-02-13 | 1 | -1/+1 |
* | use memzero(foo, length); for all memset(foo, 0, length); calls | Greg KH | 2014-01-31 | 1 | -1/+1 |
* | libudev: devices received from udev are always initialized | Kay Sievers | 2013-12-18 | 1 | -0/+2 |
* | docs: remove unneeded the's in gudev docs | Zbigniew Jędrzejewski-Szmek | 2013-12-01 | 1 | -6/+4 |
* | libudev: always return NULL in _unref() APIs | Lennart Poettering | 2013-11-20 | 1 | -2/+2 |
* | libudev: always return valid negative error codes on API functions | Lennart Poettering | 2013-11-20 | 1 | -4/+4 |
* | udev: declare some symbols static | Kay Sievers | 2013-11-13 | 1 | -1/+3 |
* | typo fixes in man and comments | Thomas Hindoe Paaboel Andersen | 2013-08-15 | 1 | -1/+1 |
* | hwdb: add --device=<device-id> and --filter=<key name glob> | Kay Sievers | 2013-07-01 | 1 | -1/+1 |
* | libude: remove special handling of "device" link, it should not be used | Kay Sievers | 2013-03-20 | 1 | -32/+2 |
* | libudev: implement udev_device_set_attribute_value() | Hannes Reinecke | 2013-03-13 | 1 | -0/+102 |
* | udev: move string copy functions to shared/ | Kay Sievers | 2013-01-09 | 1 | -30/+30 |
* | udev: in addition to DEVMODE, honor DEVUID, DEVGID from the uevent | Kay Sievers | 2012-12-31 | 1 | -0/+40 |