]> git.ipfire.org Git - thirdparty/systemd.git/history - src/libudev/libudev-private.h
util-lib: split our string related calls from util.[ch] into its own file string...
[thirdparty/systemd.git] / src / libudev / libudev-private.h
2015-10-24  Lennart Poetteringutil-lib: split our string related calls from util...
2015-10-24  Lennart PoetteringMerge pull request #1659 from vcaputo/journal_verify_en...
2015-10-23  Lennart PoetteringMerge pull request #1653 from keszybz/lz4-compress...
2015-10-20  Tom GundersenMerge pull request #1538 from ssahani/ipv62
2015-10-19  Lennart PoetteringMerge pull request #1614 from alkino/master
2015-10-19  Lennart PoetteringMerge pull request #1613 from phomes/unused-functions-2
2015-10-19  Thomas Hindoe Paab... tree-wide: remove unused functions 1613/head
2015-06-04  David HerrmannMerge pull request #57 from pwithnall/wip/pwithnall...
2015-05-12  Tom Gundersenudevd: manager - move a few global variables into the...
2015-04-23  Tom Gundersenudevd: fix REMOVE handling
2015-03-18  Tom Gundersenlibudev: private - introduce udev_device_new_from_synth...
2015-03-13  Tom Gundersenudev: make set_usec_initialized() internal to libudev
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...