index
:
~lukeshu/systemd
elogind/master
eudev/master
notsystemd/master
notsystemd/postmove
notsystemd/premove
notsystemd/wip/cgroup2
notsystemd/wip/nspawn
notsystemd/wip/nspawn-parse
systemd/master
systemd/parabola
Unnamed repository; edit this file 'description' to name the repository.
git-mirror
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
udev
/
lib
/
libudev-monitor.c
Age
Commit message (
Expand
)
Author
2009-04-23
libudev: monitor - export filter_update()
Kay Sievers
2009-04-23
libudev: monitor - add udev_monitor_filter_remove
Kay Sievers
2009-04-23
libudev: monitor - do not filter messages with wrong magic
Kay Sievers
2009-04-23
libudev: monitor - switch to filter_add_match_subsystem_devtype()
Kay Sievers
2009-04-22
libudev: monitor - use simpler hash
Kay Sievers
2009-04-22
libudev: monitor - add client socket filter for subsystem value
Kay Sievers
2009-04-16
libudev: monitor - clarify socket handling documentation
Kay Sievers
2009-04-08
libudev: monitor - ignore messages from unusual sources
Scott James Remnant
2009-04-08
libudev: monitor - unify socket message handling
Kay Sievers
2009-04-06
avoid leaking netlink socket fd to external programs
Alan Jenkins
2009-03-29
"UDEV_MONITOR_KERNEL/UDEV" -> "kernel/udev"
Kay Sievers
2009-03-29
send monitor events back to netlink socket
Kay Sievers
2009-03-26
libudev: GPL -> LGPL
Kay Sievers
2009-01-02
libudev: device - add devtype support
Marcel Holtmann
2008-11-01
move some info() to dbg()
Kay Sievers
2008-10-26
kerneldoc comment fixes
Alan Jenkins
2008-10-24
libudev: monitor - cache result of monitor send buffer
Kay Sievers
2008-10-24
libudev: monitor - replace far too expensive snprintf() with strlcpy()
Kay Sievers
2008-10-21
use more appropriate alternatives to malloc()
Alan Jenkins
2008-10-17
libudev: monitor - add set_receive_buffer_size()
Kay Sievers
2008-10-16
libudev: monitor - export MAJOR/MINOR only if available
Kay Sievers
2008-10-16
libudev: device - export properties when values are set
Kay Sievers
2008-10-15
libudev: monitor - do not mangle DEVLINKS property
Kay Sievers
2008-10-15
libudev: monitor - fix send_device() property copying
Kay Sievers
2008-10-09
libudev: add udev_monitor_send_device()
Kay Sievers
2008-10-09
libudev: also prefix non-exported functions with udev_*
Kay Sievers
2008-09-30
libudev: device_init() -> device_new()
Kay Sievers
2008-09-29
replace strerror() usage with threadsafe "%m" format string
Alan Jenkins
2008-09-26
libudev: device - read database only when needed
Kay Sievers
2008-09-19
always include config.h from Makefile
Kay Sievers
2008-09-15
libudev: switch API from devpath to syspath
Kay Sievers
2008-09-15
libudev: handle "device" link as parent, handle "class" "block" as "subsystem"
Kay Sievers
2008-09-10
libudev: do not use any udev source file
Kay Sievers
2008-09-09
libudev: monitor- add netlink uevent support
Kay Sievers
2008-09-09
libudev: monitor - add event properties to udev_device
Kay Sievers
2008-09-09
add a bunch of private device properties to udev_device
Kay Sievers
2008-09-08
move udev_ctrl to libudev-private
Kay Sievers
2008-09-06
use libudev code, unify logging, pass udev context around everywhere
Kay Sievers
2008-09-01
libudev: add udev_device_get_syspath()
Kay Sievers
2008-09-01
libudev: fix monitor documentation
Kay Sievers
2008-08-30
libudev: add monitor documentation
Kay Sievers
2008-08-28
libudev: add udev event monitor API
Kay Sievers