Age | Commit message (Expand) | Author |
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 |
2012-04-26 | libudev: prefix log macros with 'udev_' | Kay Sievers |
2012-04-20 | docs: hook-up gtk-doc to 'make check' | Kay Sievers |
2012-04-16 | udev: use startswith() and streq() | Kay Sievers |
2012-04-16 | udev: remove configuration options for /dev, /sys, /run directories | Kay Sievers |
2012-04-13 | udev: move libudev, gudev to src/; move gudev/docs/, udev/docs/ to to docs/ | Kay Sievers |