summaryrefslogtreecommitdiff
path: root/daemon
Commit message (Expand)AuthorAgeFilesLines
* Make SASL work over UNIX domain socketsDaniel P. Berrange2010-09-221-0/+8
* Refactor some daemon code to facilitate introduction of static probesDaniel P. Berrange2010-09-222-96/+147
* libvirtd: improve the error message displayed on tls client auth failureJustin Clift2010-09-161-1/+1
* Fix dependancies for remote generated filesDaniel P. Berrange2010-09-101-8/+11
* Ensure remote daemon unions are always non-zero lengthDaniel P. Berrange2010-09-101-0/+4
* build: Fix permissions of sysconfig filesJiri Denemark2010-09-071-1/+1
* maint: track moved fileEric Blake2010-08-311-1/+0
* Move libvirt-guests init script and config to toolsJiri Denemark2010-08-253-377/+4
* Try harder to send RPC error message back to clientDaniel P. Berrange2010-08-241-17/+28
* Add explicit warning messages when failing to serialize to XDRDaniel P. Berrange2010-08-241-0/+6
* build-sys: fix build when daemon is disabled by not installing libvirtd.8Diego Elio Pettenò2010-08-061-2/+2
* build: distribute libvirt_qemu.symsEric Blake2010-07-291-0/+4
* build: restore operation of bit-rotted 'make cov'Eric Blake2010-07-291-2/+0
* libvirt-guests: add reload, condrestartEric Blake2010-07-281-2/+6
* libvirt-guests: enhance statusEric Blake2010-07-281-6/+20
* libvirt-guests: detect invalid argumentsEric Blake2010-07-281-2/+14
* libvirt-guests: Don't throw errors if libvirtd is not installedJiri Denemark2010-07-271-0/+7
* Qemu remote protocol.Chris Lalancette2010-07-2310-43/+185
* man pages: update authors and copyright notice for libvirtd and virshJustin Clift2010-07-171-23/+3
* daemon: dispatch.c should include stdio.h (and stdarg.h)Ryota Ozaki2010-07-151-0/+3
* .gitignore: Ignore generated libvirtd docsCole Robinson2010-07-131-0/+2
* Fix build by removing unknown pod2man flagDaniel P. Berrange2010-07-121-1/+1
* libvirtd: add man page for libvirtdJustin Clift2010-07-102-1/+206
* Fix a reference leak for node devices.Chris Lalancette2010-06-261-0/+15
* Don't leak open fd to virsh in libvirt-guests init scriptJiri Denemark2010-06-221-1/+1
* Add several missing vir*Free calls in libvirtd's remote codeMatthias Bolte2010-06-161-1/+17
* remote: protocol implementation for virDomainCreateWithFlagsEric Blake2010-06-155-0/+43
* Ensure UNIX domain sockets are removed on daemon shutdownDaniel P. Berrange2010-06-082-59/+70
* build: depend on correct fileEric Blake2010-06-011-1/+1
* Fix libvirt-guests init scriptJiri Denemark2010-05-281-9/+18
* daemon: sysconf: Update comment about VNC audioCole Robinson2010-05-261-1/+2
* libvirtd: diagnose invalid host UUIDJim Meyering2010-05-251-1/+3
* Expose a host UUID in the capabilities XMLDaniel P. Berrange2010-05-252-0/+22
* libvirtd: start each diagnostic with "argv0: "Jim Meyering2010-05-221-13/+15
* libvirtd: mark strings for translation, including --help outputJim Meyering2010-05-221-15/+21
* build: force init scripts to rebuild on changed --prefixEric Blake2010-05-211-1/+1
* .gitignore: Add libvirt-guests.initCole Robinson2010-05-211-0/+1
* daemon: Export SDL audio environment variablesCole Robinson2010-05-211-0/+3
* Init script for handling guests on shutdown/bootJiri Denemark2010-05-213-4/+331
* maint: more of same, but manual: convert VIR_ERROR("%s" to VIR_ERROR0(Jim Meyering2010-05-201-2/+1
* maint: mark translatable string args of VIR_ERRORJim Meyering2010-05-201-1/+1
* maint: mark translatable string args of VIR_ERROR0Jim Meyering2010-05-201-3/+3
* maint: use VIR_ERROR0 rather than VIR_ERROR with a bare "%s"Jim Meyering2010-05-201-6/+6
* daemon: A few initscript correctionsCole Robinson2010-05-201-3/+3
* libvirtd: don't ignore virInitialize failureJim Meyering2010-05-201-1/+4
* docs: distribute more coding convention documentationEric Blake2010-05-191-0/+1
* maint: don't mark VIR_WARN or VIR_WARN0 diagnostics for translationJim Meyering2010-05-191-3/+3
* Add support for another explicit IO error eventDaniel P. Berrange2010-04-302-0/+43
* Remote protocol impl for virDomainGetBlockInfoDaniel P. Berrange2010-04-295-0/+49
* Fix a memory leak in the snapshot code in libvirtd.Chris Lalancette2010-04-231-42/+65