aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* esx: Remove unused variable from esxDomainGetAutostartMatthias Bolte2012-09-091-2/+0
* esx: Add implementation for virConnectListAllDomains()Peter Krempa2012-09-061-0/+194
* snapshot: split snapshot conf code into own fileEric Blake2012-08-241-0/+1
* esx: Remove redundant checks for esxVI_LookupHostSystemProperties resultMatthias Bolte2012-08-091-67/+15
* Desert the FSF address in copyrightOsier Yang2012-07-231-2/+2
* Replace use of ESX_ERROR & ESX_VI_ERROR with virReportErrorDaniel P. Berrange2012-07-201-211/+211
* esx: Extend esxVI_CURL_Download for partial downloadsMatthias Bolte2012-07-181-1/+1
* snapshot: implement new APIs for esx and vboxEric Blake2012-06-201-0/+71
* snapshot: require existence before returning successEric Blake2012-06-201-4/+41
* esx: Fix memory leaks in error paths related to transferred ownershipMatthias Bolte2012-05-131-3/+13
* esx: Fix segfault in esxConnectToHostRyan Woodsmall2012-04-211-2/+2
* Consistent style for usage of sizeof operatorDaniel P. Berrange2012-03-301-7/+7
* Lookup auth credentials in config file before promptingDaniel P. Berrange2012-03-231-29/+29
* Rename virRequest{Username,Password} to virAuthGet{Username,Password}Daniel P. Berrange2012-03-231-4/+4
* Rename src/util/authhelper.[ch] to src/util/virauth.[ch]Daniel P. Berrange2012-03-231-1/+1
* Centralize error reporting for URI parsing/formatting problemsDaniel P. Berrange2012-03-231-5/+1
* Use virURIFree instead of xmlFreeURIDaniel P. Berrange2012-03-231-1/+1
* xml: use long long internally, to centralize overflow checksEric Blake2012-03-071-2/+2
* Fixed URI parsingMartin Kletzander2012-02-241-2/+3
* Add new virDomainShutdownFlags APIDaniel P. Berrange2012-01-241-1/+10
* util: use new virTypedParameter helpersEric Blake2012-01-191-44/+37
* maint: fix improper use of 'an'Eric Blake2011-12-031-1/+1
* Fix version numbers for isAlive and setKeepAlive driver APIsJiri Denemark2011-11-241-1/+1
* Implement virConnectIsAlive in all driversJiri Denemark2011-11-241-0/+18
* Fix default console type settingDaniel P. Berrange2011-11-031-0/+6
* esx: allow getting < max typed parametersEric Blake2011-11-021-13/+1
* API: document scheduler parameter namesEric Blake2011-11-021-6/+6
* esx: Support folders in the path of vpx:// connection URIsMatthias Bolte2011-11-011-12/+18
* esx: Support vSphere 5.xPatrice LACHANCE2011-11-011-5/+9
* snapshot: implement LIST_LEAVES flag in esxEric Blake2011-10-171-8/+21
* snapshot: implement snapshot children listing in esxEric Blake2011-10-101-0/+99
* maint: typo fixesEric Blake2011-10-101-1/+1
* snapshot: simplify esx snapshot name lookupEric Blake2011-10-051-8/+4
* snapshot: implement snapshot roots listing in esxEric Blake2011-10-051-4/+13
* snapshot: implement getparent for esxEric Blake2011-10-031-0/+41
* esx: Report an error for acceptable URI schemes with a transportMatthias Bolte2011-09-291-5/+26
* snapshot: add flag for requesting disk snapshotEric Blake2011-09-051-0/+6
* snapshot: allow full domain xml in snapshotEric Blake2011-09-031-2/+2
* snapshot: prevent stranding snapshot data on domain destructionEric Blake2011-09-021-1/+4
* snapshot: add qemu snapshot redefine supportEric Blake2011-09-021-1/+1
* snapshot: allow recreation of metadataEric Blake2011-09-021-1/+2
* snapshot: identify which snapshots have metadataEric Blake2011-09-021-3/+7
* snapshot: allow deletion of just snapshot metadataEric Blake2011-09-021-1/+9
* Rename virDomainControllerModel to virDomainControllerModelSCSIMarc-André Lureau2011-09-021-4/+4
* destroy: Implement internal API for ESX driverMichal Privoznik2011-07-211-1/+11
* undefine: Implement undefineFlags for all other driversOsier Yang2011-07-201-1/+10
* esx: reject unknown flagsEric Blake2011-07-151-7/+29
* esx: Initialize all instances of esxVMX_Data to zeroMatthias Bolte2011-07-121-1/+8
* esx: Fix a potential crashOsier Yang2011-07-121-0/+1
* Add domain type checkingMatthias Bolte2011-07-111-2/+3