aboutsummaryrefslogtreecommitdiff
path: root/daemon
Commit message (Expand)AuthorAgeFilesLines
* 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
* daemon: avoid memory leakajia@redhat.com2011-09-191-0/+2
* Do not log invalid operations in libvirtd logsDaniel Veillard2011-09-131-0/+1
* latency: Wire up the remote protocolOsier Yang2011-09-061-0/+69
* daemon: Create priority workers poolMichal Privoznik2011-09-053-0/+14
* libvirtd: create run dir when running at non-root userXu He Jie2011-09-011-14/+27
* Fix tracking of RPC messages wrt streamsDaniel P. Berrange2011-09-012-6/+6
* Avoid use-after-free on streams, due to message callbacksDaniel P. Berrange2011-09-011-0/+9
* Fix memory leak dispatching domain eventsDaniel P. Berrange2011-08-311-3/+3
* stream: remove redundant reference to client while sending stream dataGuannan Ren2011-08-311-1/+0
* daemon: Move TLS initialization to virInitializeMichal Privoznik2011-08-251-2/+0
* maint: fix comment typosEric Blake2011-08-231-1/+1
* build: work around older systemtap headerEric Blake2011-08-221-1/+31