chiark / gitweb /
libudev: udev_device_add_property - implicitly mark properties for saving to db
[elogind.git] / src / libudev / libudev-device.c
2015-03-09 Tom Gundersenlibudev: udev_device_add_property - implicitly mark...
2015-03-09 Tom Gundersenudev/libudev: event - move {OLD_,}INTERFACE handling...
2015-03-09 Tom Gundersenlibudev: private - make property_from_string_parse...
2015-02-03 Lennart Poetteringutil: rework strappenda(), and rename it strjoina()
2015-01-26 Tom Gundersenlibudev: private - drop some functions from the interna...
2015-01-26 Tom Gundersenlibudev: monitor - move nulstr parsing to libudev-device
2015-01-26 Tom Gundersenudev: event - introduce and use internal udev_device_sh...
2015-01-26 Tom Gundersenudev: event - move renaming of udev_device to libudev
2015-01-22 Zbigniew Jędrzejew... Assorted format fixes
2014-12-11 Thomas Hindoe Paab... use correct format types
2014-12-03 Lennart Poetteringlibudev: set errno properly in all error conditions...
2014-11-28 Michal Schmidttreewide: another round of simplifications
2014-11-28 Michal Schmidttreewide: use log_*_errno whenever %m is in the format...
2014-11-28 Michal Schmidttreewide: drop unnecessary trailing \n in log_*() calls
2014-11-13 Kay Sieversudev: move global property handling from libudev to...
2014-11-13 Kay Sieversudev: switch to systemd logging functions
2014-09-18 Robert Milasanudev: fix path for database names on 'change' event
2014-09-11 David Herrmannudev: allow removing tags via TAG-="foobar"
2014-08-01 Tom Gundersenlibudev: set errno when udev_device_new_from_* or udev_...
2014-05-15 Zbigniew Jędrzejew... Remove unnecessary casts in printfs
2014-02-13 Lennart Poetteringeverywhere: make use of new0() and macro() macros,...
2014-01-31 Greg KHuse memzero(foo, length); for all memset(foo, 0, length...
2013-12-18 Kay Sieverslibudev: devices received from udev are always initialized
2013-12-01 Zbigniew Jędrzejew... docs: remove unneeded the's in gudev docs
2013-11-20 Lennart Poetteringlibudev: always return NULL in _unref() APIs
2013-11-20 Lennart Poetteringlibudev: always return valid negative error codes on...
2013-11-13 Kay Sieversudev: declare some symbols static
2013-08-15 Thomas Hindoe Paab... typo fixes in man and comments
2013-07-01 Kay Sievershwdb: add --device=<device-id> and --filter=<key name...
2013-03-20 Kay Sieverslibude: remove special handling of "device" link, it...
2013-03-13 Hannes Reineckelibudev: implement udev_device_set_attribute_value()
2013-01-09 Kay Sieversudev: move string copy functions to shared/
2013-01-07 Tom GundersenMerge nss-myhostname
2012-12-31 Kay Sieversudev: in addition to DEVMODE, honor DEVUID, DEVGID...
2012-11-20 Kay Sieverslibudev: do not resolve $attr{device} symlinks
2012-11-12 Kay Sieverslibudev: update copyright headers
2012-11-12 Kay Sieversudev: use usec_t and now()
2012-10-08 Kay Sieversudev: remove SYMLINK "unique" option
2012-09-13 Thomas Hindoe Paab... man: fix a bunch of typos in docs
2012-08-10 Kay Sieversudev: export udev_device_new_from_device_id()
2012-07-15 Kay Sieversudev: get rid of TEST_PREFIX and use unshare() to fake...
2012-05-15 Kay Sieversudev: update docs, NEWS
2012-05-15 Kay Sieversudev: libudev - bump soname, remove deprecated function...
2012-04-26 Kay Sieverslibudev: prefix log macros with 'udev_'
2012-04-20 Kay Sieversdocs: hook-up gtk-doc to 'make check'
2012-04-16 Kay Sieversudev: use startswith() and streq()
2012-04-16 Kay Sieversudev: remove configuration options for /dev, /sys,...
2012-04-13 Kay Sieversudev: move libudev, gudev to src/; move gudev/docs...