chiark / gitweb /
libudev: introduce clone_with_db()
[elogind.git] / src / libudev / libudev-private.h
2015-03-12 Tom Gundersenlibudev: introduce clone_with_db()
2015-03-12 Tom Gundersenlibudev: introduce udev_device_properties_copy()
2015-03-09 Tom Gundersenlibudev: udev_device_read_db - drop unused argument
2015-03-09 Tom Gundersenlibudev: udev_device_add_property - implicitly mark...
2015-03-09 Tom Gundersenlibudev: private - make property_from_string_parse...
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
2014-12-15 Tom Gundersenudev: builtin-hwdb - port to sd-hwdb
2014-11-13 Kay Sieversudev: move global property handling from libudev to...
2014-11-13 Kay Sieversudev: switch to systemd logging functions
2014-11-13 Kay Sieverslibudev: we do not log errors from libraries
2014-11-12 Kay Sieversudev: use the systemd logging functions in udev tools
2014-09-18 Robert Milasanudev: fix path for database names on 'change' event
2014-09-16 Tom Gundersenlibudev: util - drop util_delete_path()
2014-09-16 Tom Gundersenlibudev: drop util_lookup_{user,group}
2014-09-11 David Herrmannudev: allow removing tags via TAG-="foobar"
2014-09-09 Tom Gundersenudev - drop print_kmsg
2014-08-11 Lennart Poetteringudev: never bypass our own logging framework and call...
2014-08-01 Tom GundersenRevert "libudev: use get_*_creds from shared rather...
2014-08-01 Tom Gundersenlibudev: use get_*_creds from shared rather than util_l...
2013-11-13 Kay Sieversudev: declare some symbols static
2013-11-12 Kay Sieversudev: declare some symbols static
2013-10-16 Lennart Poetteringmacro: clean up usage of gcc attributes
2013-01-09 Kay Sieversudev: move string copy functions to shared/
2013-01-07 Tom GundersenMerge nss-myhostname
2013-01-04 Kay Sieversudev: net_id - append "dev_id" value if needed
2012-12-31 Kay Sieversudev: in addition to DEVMODE, honor DEVUID, DEVGID...
2012-11-12 Kay Sieverslibudev: update copyright headers
2012-11-12 Kay Sieversudev: use usec_t and now()
2012-10-27 Kay Sieverslibudev: import hwdb and export lookup interface
2012-10-08 Kay Sieversudev: remove SYMLINK "unique" option
2012-09-19 Kay Sieverslibudev: remove dead code
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-07-13 Kay Sieversudev: avoid creating /dev/kmsg with fopen() to support...
2012-04-26 Kay Sieverslibudev: prefix log macros with 'udev_'
2012-04-17 Kay Sieversselinux: unify systemd and udev code
2012-04-17 Kay Sieversudev: kill udev_selinux_setfscreateconat()
2012-04-16 Kay Sieversudev: replace util_create_path() with mkdir_parents()
2012-04-16 Kay Sieversudev: use startswith() and streq()
2012-04-16 Kay Sieversudev: remove configuration options for /dev, /sys,...
2012-04-16 Kay Sieversudev: replace ARRAY_SIZE() with ELEMENTSOF()
2012-04-13 Kay Sieversudev: move libudev, gudev to src/; move gudev/docs...