aboutsummaryrefslogtreecommitdiff
path: root/qemud
Commit message (Expand)AuthorAgeFilesLines
* Fix leak in serializing error message from daemon to clientDaniel P. Berrange2009-01-301-0/+1
* Support VNC password setting in QEMU driverDaniel P. Berrange2009-01-294-13/+41
* Solaris portability for RPC code data typesDaniel P. Berrange2009-01-284-119/+127
* avoid printf format-mismatch warningsJim Meyering2009-01-281-2/+4
* qemud: don't dereference NULL on failed virGetUserDirectoryJim Meyering2009-01-231-0/+4
* Remove use of non-reentrant POSIX apisDaniel P. Berrange2009-01-221-12/+11
* Least privilege support for SolarisJohn Levon2009-01-221-6/+98
* libvirtd: respect LIBVIRT_DEBUG when logging to syslogJohn Levon2009-01-201-3/+8
* Dynamically adjust worker threads in daemonDaniel P. Berrange2009-01-202-16/+106
* Allow concurrent processing of RPC calls in daemonDaniel P. Berrange2009-01-206-310/+577
* Generic internal threads APIDaniel P. Berrange2009-01-153-70/+89
* qemud.c: fix error in yesterday's change: s/X_OK/R_OK/Jim Meyering2009-01-131-1/+1
* Fix invocation of rpcgen.Richard W.M. Jones2009-01-121-3/+8
* diagnose "libvirtd --config=no-such-file"Jim Meyering2009-01-121-8/+12
* fix non-srcdir build failureJim Meyering2009-01-121-1/+2
* Fixups after gnulib refreshJohn Levon2009-01-081-1/+1
* ignore generated libvirtd.logrotate.Jim Meyering2009-01-072-12/+14
* Fix misc mingw portability problemsDaniel P. Berrange2009-01-064-152/+153
* * qemud/remote.c: fix compilation without SASL, patch by John LevonDaniel Veillard2009-01-061-3/+3
* fix make check with the new logging supportDaniel Veillard2008-12-222-3/+40
* * qemud/mdns.c: fix a compilation problem in the switchDaniel Veillard2008-12-221-1/+1
* Document the new daemon optionsDaniel Veillard2008-12-222-0/+54
* Finish switching the daemon code to new loggingDaniel Veillard2008-12-223-46/+34
* Switch daemon to new logging APIsDaniel Veillard2008-12-222-229/+154
* Fix unused variable compile warning when polkit is disabled (John Levon)Daniel P. Berrange2008-12-181-1/+1
* Don't munge default network XML if uuidgen is not present (John Levon)Daniel P. Berrange2008-12-181-3/+4
* Misc daemon fixes (John Levon)Daniel P. Berrange2008-12-182-3/+2
* Remove use of _PATH_DEVNULL in favour of /dev/null for portability (John Levon)Daniel P. Berrange2008-12-171-2/+2
* enforce the "include <config.h> first" ruleJim Meyering2008-12-174-5/+7
* remove cvs $Id$ stringsJim Meyering2008-12-121-2/+0
* *** empty log message ***Jim Meyering2008-12-121-0/+1
* add --version support to libvirtdDaniel Veillard2008-12-121-0/+17
* build: avoid libvirtd link failure with CFLAGS=-gJim Meyering2008-12-111-2/+5
* avoid a new "make distcheck" failureJim Meyering2008-12-101-1/+3
* logrotate qemu monitor logsGuido Günther2008-12-092-1/+21
* Fix mixup between LDFLAGS & LDADD varsDaniel P. Berrange2008-12-081-7/+8
* Make thread pool size configurable & allow client connection limitDaniel P. Berrange2008-12-044-1/+79
* Use a thread pool for RPC dispatchDaniel P. Berrange2008-12-046-737/+1726
* Make event loop thread safe & re-entrant safeDaniel P. Berrange2008-12-044-28/+167
* Simplify error reporting rulesDaniel P. Berrange2008-12-045-850/+973
* Change daemon client linked list into arrayDaniel P. Berrange2008-12-042-22/+25
* Change RPC dispatch to use an array lookup for handler functionsDaniel P. Berrange2008-12-048-1241/+893
* Fix driver ordering to make domain autostart work (Gerd von Egidy)Daniel P. Berrange2008-12-021-12/+19
* tests: daemon-conf: accommodate numeric-valued config paramsJim Meyering2008-12-011-2/+5
* Fix libnuma use to build with v1 compatability codeDaniel P. Berrange2008-11-281-1/+3
* Remote protocol support for node devices (David Lively)Daniel P. Berrange2008-11-217-1/+671
* Node device driver for HAL and DeviceKit (David Lively)Daniel P. Berrange2008-11-212-0/+11
* Optional dlopen support for driversDaniel P. Berrange2008-11-212-1/+20
* Add an initial User Mode Linux DriverDaniel P. Berrange2008-11-192-0/+10
* Add a virFreeCallback to event loop APIsDaniel P. Berrange2008-11-194-15/+51