summaryrefslogtreecommitdiff
path: root/src/libudev/libudev-private.h
AgeCommit message (Expand)Author
2016-05-25stuffLuke Shumaker
2015-11-18tree-wide: sort includes in *.hThomas Hindoe Paaboel Andersen
2015-10-24util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering
2015-10-19tree-wide: remove unused functionsThomas Hindoe Paaboel Andersen
2015-05-12udevd: manager - move a few global variables into the Manager objectTom Gundersen
2015-04-23udevd: fix REMOVE handlingTom Gundersen
2015-03-18libudev: private - introduce udev_device_new_from_synthetic_event()Tom Gundersen
2015-03-13udev: make set_usec_initialized() internal to libudevTom Gundersen
2015-03-12libudev: introduce clone_with_db()Tom Gundersen
2015-03-12libudev: introduce udev_device_properties_copy()Tom Gundersen
2015-03-09libudev: udev_device_read_db - drop unused argumentTom Gundersen
2015-03-09libudev: udev_device_add_property - implicitly mark properties for saving to dbTom Gundersen
2015-03-09libudev: private - make property_from_string_parse* staticTom Gundersen
2015-01-26libudev: private - drop some functions from the internal APITom Gundersen
2015-01-26libudev: monitor - move nulstr parsing to libudev-deviceTom Gundersen
2015-01-26udev: event - introduce and use internal udev_device_shallow_clone()Tom Gundersen
2015-01-26udev: event - move renaming of udev_device to libudevTom Gundersen
2014-12-15udev: builtin-hwdb - port to sd-hwdbTom Gundersen
2014-11-13udev: move global property handling from libudev to udevdKay Sievers
2014-11-13udev: switch to systemd logging functionsKay Sievers
2014-11-13libudev: we do not log errors from librariesKay Sievers
2014-11-12udev: use the systemd logging functions in udev toolsKay Sievers
2014-09-18udev: fix path for database names on 'change' eventRobert Milasan
2014-09-16libudev: util - drop util_delete_path()Tom Gundersen
2014-09-16libudev: drop util_lookup_{user,group}Tom Gundersen
2014-09-11udev: allow removing tags via TAG-="foobar"David Herrmann
2014-09-09udev - drop print_kmsgTom Gundersen
2014-08-11udev: never bypass our own logging framework and call vsyslog() directly from...Lennart Poettering
2014-08-01Revert "libudev: use get_*_creds from shared rather than util_lookup_*"Tom Gundersen
2014-08-01libudev: use get_*_creds from shared rather than util_lookup_*Tom Gundersen
2013-11-13udev: declare some symbols staticKay Sievers
2013-11-12udev: declare some symbols staticKay Sievers
2013-10-16macro: clean up usage of gcc attributesLennart Poettering
2013-01-09udev: move string copy functions to shared/Kay Sievers
2013-01-04udev: net_id - append "dev_id" value if neededKay Sievers
2012-12-31udev: in addition to DEVMODE, honor DEVUID, DEVGID from the ueventKay Sievers
2012-11-12libudev: update copyright headersKay Sievers
2012-11-12udev: use usec_t and now()Kay Sievers
2012-10-27libudev: import hwdb and export lookup interfaceKay Sievers
2012-10-08udev: remove SYMLINK "unique" optionKay Sievers
2012-09-19libudev: remove dead codeKay Sievers
2012-08-10udev: export udev_device_new_from_device_id()Kay Sievers
2012-07-15udev: get rid of TEST_PREFIX and use unshare() to fake /sys, /dev, /runKay Sievers
2012-07-14udev: avoid creating /dev/kmsg with fopen() to support CONFIG_PRINTK=nKay Sievers
2012-04-26libudev: prefix log macros with 'udev_'Kay Sievers
2012-04-17selinux: unify systemd and udev codeKay Sievers
2012-04-17udev: kill udev_selinux_setfscreateconat()Kay Sievers
2012-04-17udev: replace util_create_path() with mkdir_parents()Kay Sievers
2012-04-16udev: use startswith() and streq()Kay Sievers
2012-04-16udev: remove configuration options for /dev, /sys, /run directoriesKay Sievers