summaryrefslogtreecommitdiff
path: root/src/libudev/libudev-private.h
AgeCommit message (Expand)Author
2015-03-18libudev: private - introduce udev_device_new_from_synthetic_event()Tom Gundersen
2015-03-18udev: make set_usec_initialized() internal to libudevTom Gundersen
2015-03-18libudev: introduce clone_with_db()Tom Gundersen
2015-03-18libudev: introduce udev_device_properties_copy()Tom Gundersen
2015-03-18libudev: private - make property_from_string_parse* staticTom Gundersen
2015-03-18libudev: udev_device_read_db - drop unused argumentTom Gundersen
2015-03-18libudev: udev_device_add_property - implicitly mark properties for saving to dbTom Gundersen
2015-02-11libudev: private - drop some functions from the internal APITom Gundersen
2015-02-11udev: event - move renaming of udev_device to libudevTom Gundersen
2015-02-08libudev: monitor - move nulstr parsing to libudev-deviceTom Gundersen
2015-02-08udev: event - introduce and use internal udev_device_shallow_clone()Tom Gundersen
2014-11-14udev: switch to systemd logging functionsKay Sievers
2014-11-14udev: use the systemd logging functions in udev toolsKay Sievers
2014-09-18udev: fix path for database names on 'change' eventRobert Milasan
2014-09-17libudev: util - drop util_delete_path()Tom Gundersen
2014-09-17libudev: drop util_lookup_{user,group}Tom Gundersen
2014-09-13udev: allow removing tags via TAG-="foobar"David Herrmann
2014-09-10udev - drop print_kmsgTom Gundersen
2014-08-12udev: never bypass our own logging framework and call vsyslog() directly from...Lennart Poettering
2014-04-04libudev: Fix redefinition of usec_t and nsec_t.Eric Le Bihan
2014-01-09udev: declare some symbols staticKay Sievers
2014-01-09udev: declare some symbols staticKay Sievers
2014-01-09macro: clean up usage of gcc attributesLennart Poettering
2013-07-07src/libudev/libudev-private.h: add missing include strxcpyx.hAnthony G. Basile
2013-07-07Import strxcpyx from upstreamAnthony G. Basile
2013-01-28Port new net_id capabilities from systemd-udev-197Ian Stakenvicius
2013-01-28Honor DEVUID, DEVGID in addition to DEVMODEIan Stakenvicius
2012-11-17Restructure src/ as per lu_zeroAnthony G. Basile
2012-11-17src/test: disable for now to get a full buildAnthony G. Basile
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
2012-04-16udev: replace ARRAY_SIZE() with ELEMENTSOF()Kay Sievers
2012-04-13udev: move libudev, gudev to src/; move gudev/docs/, udev/docs/ to to docs/Kay Sievers