Age | Commit message (Expand) | Author |
2015-03-27 | Remove hardcoded path /run and configure using --with-rootrundir= | David Cortarello |
2015-03-18 | libudev: private - introduce udev_device_new_from_synthetic_event() | Tom Gundersen |
2015-03-18 | udev: downgrade "has devpath" and "filled with db file" messages | Zbigniew Jędrzejewski-Szmek |
2015-03-18 | udev: make set_usec_initialized() internal to libudev | Tom Gundersen |
2015-03-18 | libudev: introduce clone_with_db() | Tom Gundersen |
2015-03-18 | libudev: introduce udev_device_properties_copy() | Tom Gundersen |
2015-03-18 | libudev: private - make property_from_string_parse* static | Tom Gundersen |
2015-03-18 | libudev: udev_device_read_db - drop unused argument | Tom Gundersen |
2015-03-18 | libudev: udev_device_add_property - implicitly mark properties for saving to db | Tom Gundersen |
2015-03-18 | udev/libudev: event - move {OLD_,}INTERFACE handling from udevd to libudev | Tom Gundersen |
2015-02-11 | Minor cleanups | Anthony G. Basile |
2015-02-11 | libudev: private - drop some functions from the internal API | Tom Gundersen |
2015-02-11 | udev: event - move renaming of udev_device to libudev | Tom Gundersen |
2015-02-08 | libudev: monitor - move nulstr parsing to libudev-device | Tom Gundersen |
2015-02-08 | udev: event - introduce and use internal udev_device_shallow_clone() | Tom Gundersen |
2015-01-25 | Assorted format fixes | Zbigniew JÄdrzejewski-Szmek |
2014-12-17 | use correct format types | Thomas Hindoe Paaboel Andersen |
2014-12-04 | libudev: set errno properly in all error conditions of udev_device_new_from_s... | Lennart Poettering |
2014-12-01 | treewide: another round of simplifications | Michal Schmidt |
2014-12-01 | treewide: use log_*_errno whenever %m is in the format string | Michal Schmidt |
2014-11-30 | treewide: drop unnecessary trailing \n in log_*() calls | Michal Schmidt |
2014-11-14 | udev: switch to systemd logging functions | Kay Sievers |
2014-09-18 | udev: fix path for database names on 'change' event | Robert Milasan |
2014-09-13 | udev: allow removing tags via TAG-="foobar" | David Herrmann |
2014-08-04 | libudev: set errno when udev_device_new_from_* or udev_device_get_parent_* fail | Tom Gundersen |
2014-05-15 | Remove unnecessary casts in printfs | Zbigniew Jedrzejewski-Szmek |
2014-02-21 | everywhere: make use of new0() and macro() macros, and stop using perror() | Lennart Poettering |
2014-02-02 | use memzero(foo, length); for all memset(foo, 0, length); calls | Greg KH |
2014-01-09 | libudev: devices received from udev are always initialized | Kay Sievers |
2014-01-09 | docs: remove unneeded the's in gudev docs | Zbigniew Jędrzejewski-Szmek |
2014-01-09 | libudev: always return NULL in _unref() APIs | Lennart Poettering |
2014-01-09 | libudev: always return valid negative error codes on API functions | Lennart Poettering |
2014-01-09 | udev: declare some symbols static | Kay Sievers |
2013-09-10 | typo fixes in man and comments | Thomas Hindoe Paaboel Andersen |
2013-07-07 | Import strxcpyx from upstream | Anthony G. Basile |
2013-06-03 | src/libudev/libudev-device.c: fix typo | Anthony G. Basile |
2013-06-02 | libude: remove special handling of "device" link and legacy respecting code | Kay Sievers |
2013-06-02 | libudev: implement udev_device_set_attribute_value() | Hannes Reinecke |
2013-04-04 | Add support for legacy behaviour in udev_device_get_sysattr_value() | Ian Stakenvicius |
2013-04-02 | libudev: update to 199 | Ian Stakenvicius |
2013-01-28 | Honor DEVUID, DEVGID in addition to DEVMODE | Ian Stakenvicius |
2012-11-15 | src/libudev: successfully builds | Anthony G. Basile |
2012-11-12 | libudev: update copyright headers | Kay Sievers |
2012-11-12 | udev: use usec_t and now() | Kay Sievers |
2012-10-08 | udev: remove SYMLINK "unique" option | Kay Sievers |
2012-09-13 | man: fix a bunch of typos in docs | Thomas Hindoe Paaboel Andersen |
2012-08-10 | udev: export udev_device_new_from_device_id() | Kay Sievers |
2012-07-15 | udev: get rid of TEST_PREFIX and use unshare() to fake /sys, /dev, /run | Kay Sievers |
2012-05-15 | udev: update docs, NEWS | Kay Sievers |
2012-05-15 | udev: libudev - bump soname, remove deprecated functions, introduce symbol ve... | Kay Sievers |