summaryrefslogtreecommitdiff
path: root/src/libudev/libudev-device.c
Commit message (Expand)AuthorAge
* udev: downgrade "has devpath" and "filled with db file" messagesZbigniew Jędrzejewski-Szmek2015-03-14
* udev: make set_usec_initialized() internal to libudevTom Gundersen2015-03-13
* libudev: introduce clone_with_db()Tom Gundersen2015-03-12
* libudev: introduce udev_device_properties_copy()Tom Gundersen2015-03-12
* libudev: udev_device_read_db - drop unused argumentTom Gundersen2015-03-09
* libudev: udev_device_add_property - implicitly mark properties for saving to dbTom Gundersen2015-03-09
* udev/libudev: event - move {OLD_,}INTERFACE handling from udevd to libudevTom Gundersen2015-03-09
* libudev: private - make property_from_string_parse* staticTom Gundersen2015-03-09
* util: rework strappenda(), and rename it strjoina()Lennart Poettering2015-02-03
* libudev: private - drop some functions from the internal APITom Gundersen2015-01-26
* libudev: monitor - move nulstr parsing to libudev-deviceTom Gundersen2015-01-26
* udev: event - introduce and use internal udev_device_shallow_clone()Tom Gundersen2015-01-26
* udev: event - move renaming of udev_device to libudevTom Gundersen2015-01-26
* Assorted format fixesZbigniew Jędrzejewski-Szmek2015-01-22
* use correct format typesThomas Hindoe Paaboel Andersen2014-12-11
* libudev: set errno properly in all error conditions of udev_device_new_from_s...Lennart Poettering2014-12-03
* treewide: another round of simplificationsMichal Schmidt2014-11-28
* treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt2014-11-28
* treewide: drop unnecessary trailing \n in log_*() callsMichal Schmidt2014-11-28
* udev: move global property handling from libudev to udevdKay Sievers2014-11-13
* udev: switch to systemd logging functionsKay Sievers2014-11-13
* udev: fix path for database names on 'change' eventRobert Milasan2014-09-18
* udev: allow removing tags via TAG-="foobar"David Herrmann2014-09-11
* libudev: set errno when udev_device_new_from_* or udev_device_get_parent_* failTom Gundersen2014-08-01
* Remove unnecessary casts in printfsZbigniew Jędrzejewski-Szmek2014-05-15
* everywhere: make use of new0() and macro() macros, and stop using perror()Lennart Poettering2014-02-13
* use memzero(foo, length); for all memset(foo, 0, length); callsGreg KH2014-01-31
* libudev: devices received from udev are always initializedKay Sievers2013-12-18
* docs: remove unneeded the's in gudev docsZbigniew Jędrzejewski-Szmek2013-11-30
* libudev: always return NULL in _unref() APIsLennart Poettering2013-11-20
* libudev: always return valid negative error codes on API functionsLennart Poettering2013-11-20
* udev: declare some symbols staticKay Sievers2013-11-13
* typo fixes in man and commentsThomas Hindoe Paaboel Andersen2013-08-15
* hwdb: add --device=<device-id> and --filter=<key name glob>Kay Sievers2013-07-01
* libude: remove special handling of "device" link, it should not be usedKay Sievers2013-03-20
* libudev: implement udev_device_set_attribute_value()Hannes Reinecke2013-03-13
* udev: move string copy functions to shared/Kay Sievers2013-01-09
* udev: in addition to DEVMODE, honor DEVUID, DEVGID from the ueventKay Sievers2012-12-31
* libudev: do not resolve $attr{device} symlinksKay Sievers2012-11-20
* libudev: update copyright headersKay Sievers2012-11-12
* udev: use usec_t and now()Kay Sievers2012-11-12
* udev: remove SYMLINK "unique" optionKay Sievers2012-10-08
* man: fix a bunch of typos in docsThomas Hindoe Paaboel Andersen2012-09-13
* udev: export udev_device_new_from_device_id()Kay Sievers2012-08-10
* udev: get rid of TEST_PREFIX and use unshare() to fake /sys, /dev, /runKay Sievers2012-07-15
* udev: update docs, NEWSKay Sievers2012-05-15
* udev: libudev - bump soname, remove deprecated functions, introduce symbol ve...Kay Sievers2012-05-15
* libudev: prefix log macros with 'udev_'Kay Sievers2012-04-26
* docs: hook-up gtk-doc to 'make check'Kay Sievers2012-04-20
* udev: use startswith() and streq()Kay Sievers2012-04-16