libvirt/daemon
Daniel P. Berrange e7b0382945 Tweak EOF handling of streams
Typically when you get EOF on a stream, poll will return
POLLIN|POLLHUP at the same time. Thus when we deal with
stream reads, if we see EOF during the read, we can then
clear the VIR_STREAM_EVENT_HANGUP & VIR_STREAM_EVENT_ERROR
event bits.

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
2013-04-12 11:27:57 +01:00
..
libvirtd-config.c Rename HAVE_POLKIT to WITH_POLKIT 2013-01-14 13:29:55 +00:00
libvirtd-config.h maint: fix up copyright notice inconsistencies 2012-09-20 16:30:55 -06:00
libvirtd.aug Fix mistakes in augeas lens 2012-05-28 11:00:01 +01:00
libvirtd.c call virstateCleanup to do the cleanup before libvirtd exits 2013-01-16 17:18:59 -07:00
libvirtd.conf Various typos and misspellings 2012-10-12 00:03:43 +02:00
libvirtd.h Implement the RPC protocol for the libvirt-lxc.la library 2013-01-15 18:16:53 +00:00
libvirtd.init.in
libvirtd.logrotate.in
libvirtd.lxc.logrotate.in
libvirtd.pod.in Update paths in man page to reflect libvirtd code 2012-08-15 21:40:39 +08:00
libvirtd.policy.in daemon: Make the default PolicyKit policy auth_admin_keep. 2012-11-01 13:17:26 +00:00
libvirtd.qemu.logrotate.in
libvirtd.sasl daemon: Avoid 'Could not find keytab file' in syslog 2012-10-21 13:21:07 -04:00
libvirtd.service.in libvirt does not logout of iscsi targets, causing system hang on shutdown 2013-03-04 06:28:57 -07:00
libvirtd.sysconf
libvirtd.sysctl
libvirtd.uml.logrotate.in
libvirtd.upstart
Makefile.am Enable full RELRO mode 2013-04-03 16:19:35 +01:00
remote.c Remove hack using existance of an 'identity' string to disable auth 2013-03-12 18:07:17 +00:00
remote.h Implement the RPC protocol for the libvirt-lxc.la library 2013-01-15 18:16:53 +00:00
stream.c Tweak EOF handling of streams 2013-04-12 11:27:57 +01:00
stream.h maint: fix up copyright notice inconsistencies 2012-09-20 16:30:55 -06:00
test_libvirtd.aug.in Autogenerate augeas test case from default config files 2012-05-28 11:07:12 +01:00
THREADS.txt