summaryrefslogtreecommitdiff
path: root/src/libudev/libudev-device.c
AgeCommit message (Expand)Author
2015-07-20libudev: fix commit 3df6350Anthony G. Basile
2015-07-20sd-device: get_subsystem - don't complain if a device does not have a subsystemTom Gundersen
2015-06-18udevd: fix REMOVE handlingChris Clayton
2015-03-27Remove hardcoded path /run and configure using --with-rootrundir=David Cortarello
2015-03-18libudev: private - introduce udev_device_new_from_synthetic_event()Tom Gundersen
2015-03-18udev: downgrade "has devpath" and "filled with db file" messagesZbigniew Jędrzejewski-Szmek
2015-03-18udev: make set_usec_initialized() internal to libudevTom Gundersen
2015-03-18libudev: introduce clone_with_db()Tom Gundersen
2015-03-18libudev: introduce udev_device_properties_copy()Tom Gundersen
2015-03-18libudev: private - make property_from_string_parse* staticTom Gundersen
2015-03-18libudev: udev_device_read_db - drop unused argumentTom Gundersen
2015-03-18libudev: udev_device_add_property - implicitly mark properties for saving to dbTom Gundersen
2015-03-18udev/libudev: event - move {OLD_,}INTERFACE handling from udevd to libudevTom Gundersen
2015-02-11Minor cleanupsAnthony G. Basile
2015-02-11libudev: private - drop some functions from the internal APITom Gundersen
2015-02-11udev: event - move renaming of udev_device to libudevTom Gundersen
2015-02-08libudev: monitor - move nulstr parsing to libudev-deviceTom Gundersen
2015-02-08udev: event - introduce and use internal udev_device_shallow_clone()Tom Gundersen
2015-01-25Assorted format fixesZbigniew Jędrzejewski-Szmek
2014-12-17use correct format typesThomas Hindoe Paaboel Andersen
2014-12-04libudev: set errno properly in all error conditions of udev_device_new_from_s...Lennart Poettering
2014-12-01treewide: another round of simplificationsMichal Schmidt
2014-12-01treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt
2014-11-30treewide: drop unnecessary trailing \n in log_*() callsMichal Schmidt
2014-11-14udev: switch to systemd logging functionsKay Sievers
2014-09-18udev: fix path for database names on 'change' eventRobert Milasan
2014-09-13udev: allow removing tags via TAG-="foobar"David Herrmann
2014-08-04libudev: set errno when udev_device_new_from_* or udev_device_get_parent_* failTom Gundersen
2014-05-15Remove unnecessary casts in printfsZbigniew Jedrzejewski-Szmek
2014-02-21everywhere: make use of new0() and macro() macros, and stop using perror()Lennart Poettering
2014-02-02use memzero(foo, length); for all memset(foo, 0, length); callsGreg KH
2014-01-09libudev: devices received from udev are always initializedKay Sievers
2014-01-09docs: remove unneeded the's in gudev docsZbigniew Jędrzejewski-Szmek
2014-01-09libudev: always return NULL in _unref() APIsLennart Poettering
2014-01-09libudev: always return valid negative error codes on API functionsLennart Poettering
2014-01-09udev: declare some symbols staticKay Sievers
2013-09-10typo fixes in man and commentsThomas Hindoe Paaboel Andersen
2013-07-07Import strxcpyx from upstreamAnthony G. Basile
2013-06-03src/libudev/libudev-device.c: fix typoAnthony G. Basile
2013-06-02libude: remove special handling of "device" link and legacy respecting codeKay Sievers
2013-06-02libudev: implement udev_device_set_attribute_value()Hannes Reinecke
2013-04-04Add support for legacy behaviour in udev_device_get_sysattr_value()Ian Stakenvicius
2013-04-02libudev: update to 199Ian Stakenvicius
2013-01-28Honor DEVUID, DEVGID in addition to DEVMODEIan Stakenvicius
2012-11-15src/libudev: successfully buildsAnthony G. Basile
2012-11-12libudev: update copyright headersKay Sievers
2012-11-12udev: use usec_t and now()Kay Sievers
2012-10-08udev: remove SYMLINK "unique" optionKay Sievers
2012-09-13man: fix a bunch of typos in docsThomas Hindoe Paaboel Andersen
2012-08-10udev: export udev_device_new_from_device_id()Kay Sievers