summaryrefslogtreecommitdiffstats
path: root/src/libudev/libudev-device.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* libudev: fix typo in commentPeter Hutterer2016-08-191-1/+1
* treewide: fix typos and remove accidental repetition of wordsTorstein Husebø2016-07-111-1/+1
* tree-wide: group include of libudev.h with sd-*Thomas Hindoe Paaboel Andersen2015-11-171-1/+1
* tree-wide: sort includesThomas Hindoe Paaboel Andersen2015-11-161-1/+1
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering2015-10-241-14/+14
* libudev: device - fix typo in udev_device_get_sysattr_list_entry()Tom Gundersen2015-06-171-1/+1
* sd-device: get_subsystem - don't complain if a device does not have a subsystemTom Gundersen2015-06-021-1/+2
* libudev-device: fix lazy loading of devlinks, properties and tagsTom Gundersen2015-04-231-3/+9
* libudev: device - replace by a thin wrapper around sd-deviceTom Gundersen2015-04-021-1480/+328
* libudev: private - introduce udev_device_new_from_synthetic_event()Tom Gundersen2015-03-181-12/+44
* udev: downgrade "has devpath" and "filled with db file" messagesZbigniew Jędrzejewski-Szmek2015-03-151-2/+2
* udev: make set_usec_initialized() internal to libudevTom Gundersen2015-03-131-9/+17
* libudev: introduce clone_with_db()Tom Gundersen2015-03-121-0/+14
* libudev: introduce udev_device_properties_copy()Tom Gundersen2015-03-121-0/+15
* libudev: udev_device_read_db - drop unused argumentTom Gundersen2015-03-091-23/+20
* libudev: udev_device_add_property - implicitly mark properties for saving to dbTom Gundersen2015-03-091-21/+36
* udev/libudev: event - move {OLD_,}INTERFACE handling from udevd to libudevTom Gundersen2015-03-091-0/+8
* libudev: private - make property_from_string_parse* staticTom Gundersen2015-03-091-2/+2
* util: rework strappenda(), and rename it strjoina()Lennart Poettering2015-02-031-1/+1
* libudev: private - drop some functions from the internal APITom Gundersen2015-01-261-41/+41
* libudev: monitor - move nulstr parsing to libudev-deviceTom Gundersen2015-01-261-0/+45
* udev: event - introduce and use internal udev_device_shallow_clone()Tom Gundersen2015-01-261-0/+21
* udev: event - move renaming of udev_device to libudevTom Gundersen2015-01-261-0/+22
* Assorted format fixesZbigniew Jędrzejewski-Szmek2015-01-221-1/+1
* use correct format typesThomas Hindoe Paaboel Andersen2014-12-111-1/+1
* libudev: set errno properly in all error conditions of udev_device_new_from_s...Lennart Poettering2014-12-031-1/+6
* treewide: another round of simplificationsMichal Schmidt2014-11-281-4/+2
* treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt2014-11-281-1/+1
* treewide: drop unnecessary trailing \n in log_*() callsMichal Schmidt2014-11-281-5/+5
* udev: move global property handling from libudev to udevdKay Sievers2014-11-131-6/+1
* udev: switch to systemd logging functionsKay Sievers2014-11-131-5/+5
* udev: fix path for database names on 'change' eventRobert Milasan2014-09-181-1/+1
* udev: allow removing tags via TAG-="foobar"David Herrmann2014-09-111-1/+20
* libudev: set errno when udev_device_new_from_* or udev_device_get_parent_* failTom Gundersen2014-08-011-11/+45
* Remove unnecessary casts in printfsZbigniew Jędrzejewski-Szmek2014-05-151-1/+1
* everywhere: make use of new0() and macro() macros, and stop using perror()Lennart Poettering2014-02-131-1/+1
* use memzero(foo, length); for all memset(foo, 0, length); callsGreg KH2014-01-311-1/+1
* libudev: devices received from udev are always initializedKay Sievers2013-12-181-0/+2
* docs: remove unneeded the's in gudev docsZbigniew Jędrzejewski-Szmek2013-12-011-6/+4
* libudev: always return NULL in _unref() APIsLennart Poettering2013-11-201-2/+2
* libudev: always return valid negative error codes on API functionsLennart Poettering2013-11-201-4/+4
* udev: declare some symbols staticKay Sievers2013-11-131-1/+3
* typo fixes in man and commentsThomas Hindoe Paaboel Andersen2013-08-151-1/+1
* hwdb: add --device=<device-id> and --filter=<key name glob>Kay Sievers2013-07-011-1/+1
* libude: remove special handling of "device" link, it should not be usedKay Sievers2013-03-201-32/+2
* libudev: implement udev_device_set_attribute_value()Hannes Reinecke2013-03-131-0/+102
* udev: move string copy functions to shared/Kay Sievers2013-01-091-30/+30
* udev: in addition to DEVMODE, honor DEVUID, DEVGID from the ueventKay Sievers2012-12-311-0/+40