summaryrefslogtreecommitdiff
path: root/src/esx/esx_util.c
Commit message (Expand)AuthorAgeFilesLines
* Rename memory.{c,h} to viralloc.{c,h}Daniel P. Berrange2012-12-211-1/+1
* Rename logging.{c,h} to virlog.{c,h}Daniel P. Berrange2012-12-211-1/+1
* maint: fix up copyright notice inconsistenciesEric Blake2012-09-201-1/+1
* maint: fix missing spaces in messageEric Blake2012-09-121-3/+4
* 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-37/+37
* Consistent style for usage of sizeof operatorDaniel P. Berrange2012-03-301-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
* Fixed URI parsingMartin Kletzander2012-02-241-1/+1
* maint: typo fixesEric Blake2011-12-011-2/+2
* esx: Support folders in the path of vpx:// connection URIsMatthias Bolte2011-11-011-19/+3
* esx: Remove dead store in esxUtil_ParseDatastorePathMatthias Bolte2011-05-041-6/+5
* esx: Escape password for XMLMatthias Bolte2011-03-031-0/+19
* esx: Move VMX handling code out of the driver directoryMatthias Bolte2010-12-211-307/+2
* esx: Handle non-UTF-8 encoded VMX filesMatthias Bolte2010-10-191-3/+41
* esx: Handle name escaping properlyMatthias Bolte2010-10-141-0/+198
* esx: Use the VirtualDisk UUID as storage volume keyMatthias Bolte2010-09-041-0/+19
* esx: Rework datastore path parsing and handlingMatthias Bolte2010-09-031-30/+41
* esx: Make storage pool lookup by name and UUID more robustMatthias Bolte2010-08-021-12/+10
* esx: Parse the path of the URIMatthias Bolte2010-08-021-39/+65
* esx: Use bool instead of int where appropriatedMatthias Bolte2010-06-241-5/+5
* esx: Add proxy query parameterMatthias Bolte2010-06-091-0/+57
* esx: Refactor esxUtil_ParseQuery's parameter handlingMatthias Bolte2010-06-091-50/+50
* esx: Simplify goto usageMatthias Bolte2010-05-271-38/+36
* build: update gnulibEric Blake2010-05-111-6/+0
* esx: Replace scanf with STRSKIP and strtok_rMatthias Bolte2010-04-151-26/+27
* esx: Mark error messages for translationMatthias Bolte2010-04-061-34/+30
* esx: Cleanup file header commentsMatthias Bolte2010-03-231-1/+1
* esx: Move username and password helper functions to authhelper.cMatthias Bolte2010-03-161-83/+0
* build: consistently use C99 varargs macrosEric Blake2010-03-081-2/+3
* Remove conn parameter from virReportOOMErrorMatthias Bolte2010-02-091-5/+5
* esx: Stop passing around virConnectPtr for error reportingMatthias Bolte2010-01-261-47/+45
* esx: Add automatic question handlingMatthias Bolte2009-12-181-1/+21
* esx_util.c: avoid NULL deref for invalid inputsJim Meyering2009-12-161-1/+1
* ESX replace esxUtil_EqualSuffix() with virFileHasSuffix()Matthias Bolte2009-09-231-14/+0
* ESX add esxDomainDefineXML()Matthias Bolte2009-09-231-0/+83
* ESX Whitespace cleanupMatthias Bolte2009-09-231-6/+6
* ESX Set challenge for auth callback to hostnameMatthias Bolte2009-09-231-6/+6
* ESX raise error if UUID parse failedMatthias Bolte2009-09-041-1/+5
* VMware ESX: Don't warn on some query parameterMatthias Bolte2009-09-021-4/+16
* Cleanup structure name namingMatthias Bolte2009-08-061-14/+14
* Enable ESX driver build on Mingw32Daniel P. Berrange2009-07-311-4/+8
* Add no_verify query parameter to ESX URIsMatthias Bolte2009-07-271-1/+11
* First version of the driver for VMWare ESXMatthias Bolte2009-07-231-0/+488