aboutsummaryrefslogtreecommitdiff
path: root/daemon
Commit message (Expand)AuthorAgeFilesLines
* api: add overflow errorEric Blake2012-03-071-8/+9
* rpc: allow truncated return for virDomainGetCPUStatsEric Blake2012-03-071-2/+8
* daemon: Remove deprecated HAL from init script dependenciesPeter Krempa2012-03-021-1/+0
* build: use correct type for pid and similar typesEric Blake2012-03-021-2/+2
* util: Add netlink event handling to virnetlink.cD. Herrendoerfer2012-02-291-0/+8
* hooks: Add support for capturing hook outputJiri Denemark2012-02-291-3/+3
* Workaround python header file insanityDaniel P. Berrange2012-02-241-1/+1
* Fix polkit0 authenticationJim Fehlig2012-02-151-11/+9
* Fix build with polkit0Jim Fehlig2012-02-151-1/+0
* daemon: fix logic bug with virAsprintfEric Blake2012-02-151-1/+1
* daemon: plug memory leakEric Blake2012-02-151-0/+1
* Allow polkit auth for VNC and SSH usersCole Robinson2012-02-072-4/+4
* 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