aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* rpc: Pass through DISPLAY so ssh can launch askpassv0.9.3-gentoo-1v0.9.3-gentooCole Robinson2011-07-211-0/+1
* Fix compilation error when SASL support is disabledJean-Baptiste Rouault2011-07-211-1/+7
* Release of libvirt-0.9.3v0.9.3Daniel Veillard2011-07-0478-340620/+389050
* initialize pointer to NULLWen Congyang2011-07-041-1/+1
* storage: avoid crash on parse errorEric Blake2011-07-041-4/+10
* vmware: avoid null deref on failed lookupEric Blake2011-07-041-1/+1
* qemu: avoid null deref on low memoryEric Blake2011-07-041-1/+2
* cgroup: silence coverity warningEric Blake2011-07-041-1/+1
* rpc: silence coverity warningEric Blake2011-07-041-1/+2
* qemu: silence coverity warningsEric Blake2011-07-043-5/+11
* rpc: avoid memory leak on errorEric Blake2011-07-041-1/+6
* rpc: fix logic bugEric Blake2011-07-041-0/+1
* pci: avoid memory leak on errorEric Blake2011-07-011-16/+15
* interface: avoid memory leak on parse errorEric Blake2011-07-011-0/+2
* libvirtd: avoid memory leak on OOMEric Blake2011-07-011-1/+3
* build: avoid 'make syntax-check' failureEric Blake2011-07-011-1/+1
* tests: Add a general util testMatthias Bolte2011-07-014-71/+186
* util: choose whether to require micro in version stringsEric Blake2011-07-0110-10/+23
* build: consistently use CFLAGSEric Blake2011-07-013-18/+20
* Explicitely invoke python for API doc generatorDaniel Veillard2011-07-011-1/+1
* fix virParseVersionString with linux 3.0Scott Moser2011-07-012-4/+5
* build: remove dead variablesEric Blake2011-07-012-5/+4
* Remove bogus jsondata.h file reference which does not existDaniel P. Berrange2011-07-011-1/+1
* build: simplify sanlock distributionEric Blake2011-06-301-8/+9
* build: allow 'make syntax-check' on fresh checkoutEric Blake2011-06-301-0/+8
* build: ignore generated fileEric Blake2011-06-301-0/+1
* Add conditionals to allow build without SASLDaniel P. Berrange2011-06-302-0/+50
* build: avoid double-close bug with pipe2Eric Blake2011-06-301-0/+0
* rpc: avoid freeing uninitialized variableEric Blake2011-06-302-3/+3
* virsh: avoid uninitialized variableEric Blake2011-06-301-1/+4
* virsh: avoid integer overflowEric Blake2011-06-301-1/+1
* Fix stream procedure number for virDomainMigratePrepareTunnel3Daniel P. Berrange2011-06-301-1/+1
* Send back an error if we get unexpected stream control messageDaniel P. Berrange2011-06-301-8/+17
* Fix release of virNetMessagePtr instances in streams processingDaniel P. Berrange2011-06-302-1/+9
* Add missing include of signal.h in virnetsocket.cDaniel P. Berrange2011-06-301-0/+1
* Add test case for parsing JSON docsDaniel P. Berrange2011-06-302-0/+125
* Fix potential crash when saving guestsDaniel P. Berrange2011-06-301-1/+8
* Fix uninitialized value in QEMU monitor FD sending codeDaniel P. Berrange2011-06-301-0/+1
* Fix leak of JSON object for eventsDaniel P. Berrange2011-06-301-3/+2
* Remove bogus warning message in JSON codeDaniel P. Berrange2011-06-301-1/+0
* Fix use of uninitialized memory when releasing PCI slotsDaniel P. Berrange2011-06-301-3/+3
* Fix leak of virStreamPtr object with callback added in fdstream implDaniel P. Berrange2011-06-301-1/+8
* Fix leak of mdnsGroupName in virNetServer objectDaniel P. Berrange2011-06-301-0/+2
* Fix release of filtered stream messagesDaniel P. Berrange2011-06-301-4/+16
* Ensure RPC message is cleared before being reusedDaniel P. Berrange2011-06-301-0/+1
* Fix hardcoded limit on client requests in RPC codeDaniel P. Berrange2011-06-305-1/+15
* tests: Add valgrind.supp into EXTRA_DISTOsier Yang2011-06-301-1/+2
* virsh: Fix a problem of buildPoolXMLOsier Yang2011-06-301-1/+1
* lock qemu_driver early in qemuGetSchedulerParametersFlags()Wen Congyang2011-06-301-1/+2
* save domain status after modifing vcpupinWen Congyang2011-06-301-0/+2