chiark / gitweb /
libudev: monitor - export filter_update()
[elogind.git] / udev / lib / libudev-monitor.c
2009-04-23 Kay Sieverslibudev: monitor - export filter_update()
2009-04-23 Kay Sieverslibudev: monitor - add udev_monitor_filter_remove
2009-04-23 Kay Sieverslibudev: monitor - do not filter messages with wrong...
2009-04-23 Kay Sieverslibudev: monitor - switch to filter_add_match_subsystem...
2009-04-22 Kay Sieverslibudev: monitor - use simpler hash
2009-04-22 Kay Sieverslibudev: monitor - add client socket filter for subsyst...
2009-04-15 Kay Sieverslibudev: monitor - clarify socket handling documentation
2009-04-08 Scott James Remnantlibudev: monitor - ignore messages from unusual sources
2009-04-08 Kay Sieverslibudev: monitor - unify socket message handling
2009-04-06 Alan Jenkinsavoid leaking netlink socket fd to external programs
2009-03-29 Kay Sievers"UDEV_MONITOR_KERNEL/UDEV" -> "kernel/udev"
2009-03-29 Kay Sieverssend monitor events back to netlink socket
2009-03-26 Kay Sieverslibudev: GPL -> LGPL
2009-01-02 Marcel Holtmannlibudev: device - add devtype support
2008-11-01 Kay Sieversmove some info() to dbg()
2008-10-26 Alan Jenkinskerneldoc comment fixes
2008-10-24 Kay Sieverslibudev: monitor - cache result of monitor send buffer
2008-10-24 Kay Sieverslibudev: monitor - replace far too expensive snprintf...
2008-10-21 Alan Jenkinsuse more appropriate alternatives to malloc()
2008-10-17 Kay Sieverslibudev: monitor - add set_receive_buffer_size()
2008-10-16 Kay Sieverslibudev: monitor - export MAJOR/MINOR only if available
2008-10-16 Kay Sieverslibudev: device - export properties when values are set
2008-10-15 Kay Sieverslibudev: monitor - do not mangle DEVLINKS property
2008-10-15 Kay Sieverslibudev: monitor - fix send_device() property copying
2008-10-09 Kay Sieverslibudev: add udev_monitor_send_device()
2008-10-09 Kay Sieverslibudev: also prefix non-exported functions with udev_*
2008-09-30 Kay Sieverslibudev: device_init() -> device_new()
2008-09-29 Alan Jenkinsreplace strerror() usage with threadsafe "%m" format...
2008-09-26 Kay Sieverslibudev: device - read database only when needed
2008-09-20 Kay Sieversalways include config.h from Makefile
2008-09-16 Kay Sieverslibudev: switch API from devpath to syspath
2008-09-15 Kay Sieverslibudev: handle "device" link as parent, handle "class...
2008-09-10 Kay Sieverslibudev: do not use any udev source file
2008-09-09 Kay Sieverslibudev: monitor- add netlink uevent support
2008-09-09 Kay Sieverslibudev: monitor - add event properties to udev_device
2008-09-09 Kay Sieversadd a bunch of private device properties to udev_device
2008-09-08 Kay Sieversmove udev_ctrl to libudev-private
2008-09-06 Kay Sieversuse libudev code, unify logging, pass udev context...
2008-09-01 Kay Sieverslibudev: add udev_device_get_syspath()
2008-09-01 Kay Sieverslibudev: fix monitor documentation
2008-08-30 Kay Sieverslibudev: add monitor documentation
2008-08-28 Kay Sieverslibudev: add udev event monitor API