aboutsummaryrefslogtreecommitdiff
path: root/src/esx
Commit message (Expand)AuthorAgeFilesLines
* maint: fix up copyright notice inconsistenciesEric Blake2012-09-2024-24/+24
* maint: fix missing spaces in messageEric Blake2012-09-121-3/+4
* 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
* conf: parser/formatter/rng for <forward mode='hostdev'>Shradha Shah2012-08-171-5/+17
* esx: Implement network driverMatthias Bolte2012-08-095-1/+1207
* esx: Remove redundant checks for esxVI_LookupHostSystemProperties resultMatthias Bolte2012-08-093-70/+19
* esx: Fix dynamic deep copyMatthias Bolte2012-08-091-5/+30
* esx: Implement interface driverMatthias Bolte2012-08-095-5/+430
* ESX: Add "Byte" datatypeAta E Husain Bohra2012-08-033-0/+86
* esx: Improve error reporting for unknown VI typesMatthias Bolte2012-07-293-13/+30
* maint: avoid regression on copyright listingsEric Blake2012-07-271-2/+2
* Desert the FSF address in copyrightOsier Yang2012-07-2323-46/+46
* ESX: Fix ESX_VI__TEMPLATE__DYNAMIC_DEEP_COPYAta E Husain Bohra2012-07-213-2/+16
* Replace use of ESX_ERROR & ESX_VI_ERROR with virReportErrorDaniel P. Berrange2012-07-208-739/+728
* esx: Fix esxVI_String_DeserializeMatthias Bolte2012-07-191-4/+19
* esx: Extend esxVI_CURL_Download for partial downloadsMatthias Bolte2012-07-183-10/+57
* esx: Wrap libcurl multi handleMatthias Bolte2012-07-082-0/+129
* 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-132-13/+66
* storage: Allow multiple hosts for a storage poolWido den Hollander2012-04-301-1/+5
* esx: Fix segfault in esxConnectToHostRyan Woodsmall2012-04-211-2/+2
* Consistent style for usage of sizeof operatorDaniel P. Berrange2012-03-305-17/+17
* 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
* Convert drivers over to use virURIPtr for query paramsDaniel P. Berrange2012-03-231-15/+2
* Use a libvirt custom struct for virURIPtrDaniel P. Berrange2012-03-231-4/+0
* 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-243-5/+6
* esx: Correctly disable HTTP Expect header usage of libcurlMatthias Bolte2012-02-211-2/+2
* maint: consolidate several .gitignore filesEric Blake2012-02-031-1/+0
* Add new virDomainShutdownFlags APIDaniel P. Berrange2012-01-241-1/+10
* util: use new virTypedParameter helpersEric Blake2012-01-191-44/+37
* Fix typos in messages.Yuri Chornoivan2012-01-031-1/+1
* maint: fix improper use of 'an'Eric Blake2011-12-032-2/+2
* maint: typo fixesEric Blake2011-12-012-3/+3
* Fix version numbers for isAlive and setKeepAlive driver APIsJiri Denemark2011-11-241-1/+1
* Implement virConnectIsAlive in all driversJiri Denemark2011-11-241-0/+18
* Split src/util/network.{c,h} into 5 piecesDaniel P. Berrange2011-11-151-1/+1
* 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-016-67/+271
* esx: Support vSphere 5.xPatrice LACHANCE2011-11-013-18/+59
* snapshot: implement LIST_LEAVES flag in esxEric Blake2011-10-173-21/+39