]> git.ipfire.org Git - thirdparty/systemd.git/history - src/libudev/libudev-monitor.c
util-lib: split our string related calls from util.[ch] into its own file string...
[thirdparty/systemd.git] / src / libudev / libudev-monitor.c
2015-10-24  Lennart Poetteringutil-lib: split our string related calls from util...
2015-06-10  Lennart PoetteringMerge pull request #6 from xnox/drop-name
2015-06-04  Daniel MackMerge pull request #74 from systemd-mailing-devs/143275...
2015-06-04  David HerrmannMerge pull request #58 from pwithnall/wip/pwithnall...
2015-06-04  David HerrmannMerge pull request #57 from pwithnall/wip/pwithnall...
2015-06-03  Kay SieversMerge pull request #43 from teg/udev-forking-rework
2015-06-02  Tom Gundersenlibudev: monitor - set nl_pid when reusing fd in udev_m...
2015-04-29  Tom Gundersenlibudev: monitor - fix typo in log message
2015-04-25  Tom Gundersenlibudev: monitor - clarify log messages
2015-04-10  Ronny Chevaliershared: add formats-util.h
2015-04-01  Tom Gundersenlibudev: monitor - improve logging
2015-03-15  Zbigniew Jędrzejew... libudev-monitor: use initialization
2015-03-12  Tom Gundersenlibudev: monitor - fix error path in send_device
2015-02-23  Thomas Hindoe Paab... remove unused includes
2015-02-12  Thomas Hindoe Paab... include <poll.h> instead of <sys/poll.h>
2015-02-12  Lennart PoetteringRevert "tree-wide: Always use recvmsg with MSG_CMSG_CLO...
2015-02-10  Cristian Rodrígueztree-wide: Always use recvmsg with MSG_CMSG_CLOEXEC
2015-01-26  Tom Gundersenlibudev: monitor - move nulstr parsing to libudev-device
2015-01-22  Zbigniew Jędrzejew... Assorted format fixes
2015-01-19  Zbigniew Jędrzejew... Add initialization helper for file_handle_union
2015-01-18  Topi Miettinenlibudev: fix check for too long packet
2014-12-25  Shawn Paul Landdenlibudev: fix strict aliasing violation
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: switch to systemd logging functions
2014-11-13  Kay Sieverslibudev: we do not log errors from libraries
2014-09-18  Tom Gundersenlibudev: monitor - warn if we fail to request SO_PASSCRED
2014-04-24  Zbigniew Jędrzejew... udev: warn when name_to_handle_at is not implemented
2014-04-24  Lennart Poetteringutil: make sure all our name_to_handle_at() code makes...
2014-04-21  Dave Reisnerimplement a union to pad out file_handle
2014-04-14  Kay Sieversudev: remove seqnum API and all assumptions about seqnums
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-19  Thomas Hindoe Paab... remove unused variable
2013-12-18  Kay Sieverslibudev: monitor - only disallow "udev" type events
2013-12-18  Kay Sieverslibudev: disable monitor inside a container
2013-12-18  Kay Sieversbus: catch up with kdbus changes
2013-12-18  Kay Sieverslibudev: devices received from udev are always initialized
2013-11-20  Lennart Poetteringlibudev: always return NULL in _unref() APIs
2013-11-20  Lennart Poetteringlibudev: always return valid negative error codes on...
2013-02-13  Thomas Hindoe Paab... use streq instead of strcmp
2013-01-07  Tom GundersenMerge nss-myhostname
2012-11-12  Kay Sieverslibudev: update copyright headers
2012-06-18  Kay Sieverslibudev: clarify that udev_monitor_receive_device(...
2012-05-25  Kay Sieversudev: silent gcc warnings
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-16  Kay Sieversudev: replace ARRAY_SIZE() with ELEMENTSOF()
2012-04-15  Kay Sieversudev: udev_monitor_new_from_socket() - log error and...
2012-04-13  Kay Sieversudev: move libudev, gudev to src/; move gudev/docs...