aboutsummaryrefslogtreecommitdiff
path: root/daemon
Commit message (Expand)AuthorAgeFilesLines
* maint: consolidate several .gitignore filesEric Blake2012-02-031-15/+0
* build: clean up CPPFLAGS/INCLUDES usageEric Blake2012-02-031-10/+10
* command: allow merging stdout and stderr in string captureEric Blake2012-02-031-8/+3
* qemu: Silent bogus warning about unitialized variableJiri Denemark2012-02-011-1/+1
* daemon: Allow overriding NOFILES ulimit for the daemon as wellMichal Privoznik2012-02-014-0/+17
* Remote protocol for virDomainGetDiskErrorsJiri Denemark2012-02-011-0/+103
* simplify block of codesAlex Jia2012-02-011-5/+1
* remote handler for virDomainGetCPUStats()KAMEZAWA Hiroyuki2012-01-281-2/+74
* Return more error output if policykit auth fails.Cole Robinson2012-01-271-2/+10
* Add new error code VIR_ERROR_AUTH_CANCELLEDCole Robinson2012-01-271-2/+12
* build: allow for 64-bit pid in daemonEric Blake2012-01-261-21/+29
* daemon: convert virRun to virCommandEric Blake2012-01-261-25/+17
* API: make declaration of _LAST enum values conditionalEric Blake2012-01-201-3/+5
* util: add new file for virTypedParameter utilsEric Blake2012-01-191-0/+1
* Rename APIs for fetching UNIX socket credentialsDaniel P. Berrange2012-01-191-3/+3
* Remove duplicate call to virNetSASLSessionGetIdentityDaniel P. Berrange2012-01-191-1/+0
* Also retrieve GID from SO_PEERCREDDaniel P. Berrange2012-01-191-3/+6
* domiftune: clean up previous patchesEric Blake2012-01-021-2/+3
* domiftune: Add support of new APIs to the remote driverHu Tao2011-12-291-0/+64
* daemon: clean up daemonizationEric Blake2011-12-281-16/+37
* Add virDomain{G, S}etNumaParameters support to the remote driverHu Tao2011-12-201-0/+65
* rpc: handle param_int, plug memory leaksEric Blake2011-12-201-13/+10
* build: follow directory install conventionsEric Blake2011-12-121-15/+31
* Fix make uninstallDave Allan2011-12-121-1/+1
* maint: fix improper use of 'an'Eric Blake2011-12-031-2/+2
* maint: typo fixesEric Blake2011-12-011-2/+2
* Add virDomain{Set, Get}BlockIoTune support to the remote driverLei Li2011-11-301-0/+64
* Implement keepalive protocol in libvirt daemonJiri Denemark2011-11-245-1/+64
* Add support for systemd init serviceDaniel P. Berrange2011-11-184-23/+99
* Revert commit 0f590c62Jim Fehlig2011-11-161-4/+0
* fix a bug in remoteSerializeTypedParametersHu Tao2011-11-161-1/+1
* Fix handling of stream EOFDaniel P. Berrange2011-11-161-4/+36
* Fix build with polkit0Jim Fehlig2011-11-151-0/+4
* Split src/util/network.{c,h} into 5 piecesDaniel P. Berrange2011-11-152-2/+0
* API: remote support for VIR_TYPED_PARAM_STRINGEric Blake2011-11-111-26/+62
* startupPolicty: Minor cleanupsMichal Privoznik2011-10-311-0/+2
* Implement RPC driver support for virDomainOpenGraphicsDaniel P. Berrange2011-10-281-0/+43
* Extend RPC server to allow FD passingDaniel P. Berrange2011-10-281-43/+82
* startupPolicy: Emit event on disk source droppingMichal Privoznik2011-10-251-0/+51
* waitpid: improve safetyEric Blake2011-10-241-5/+1
* daemon: Always advertise libvirtd serviceOsier Yang2011-10-121-1/+5
* build: Fix VPATH build with new probesJiri Denemark2011-10-111-1/+1
* Rewrite all the DTrace/SystemTAP probingDaniel P. Berrange2011-10-115-170/+40
* Make libvirt.so include the RPC server codeDaniel P. Berrange2011-10-111-2/+0
* init: raise default system aio limitsEric Blake2011-10-052-3/+16
* daemon: Don't remove pidfiles in init scriptsPeter Krempa2011-09-272-5/+0
* debug: Annotate some variables as unusedMichal Privoznik2011-09-271-2/+2
* remote: fix crash on OOMEric Blake2011-09-211-14/+14
* Fix crash on events due to allocation errorsDaniel Veillard2011-09-201-22/+81
* daemon: Error and exit if specified value for timeout is not validOsier Yang2011-09-201-2/+4