summaryrefslogtreecommitdiff
path: root/src/esx/esx_util.c
Commit message (Expand)AuthorAgeFilesLines
* esx: Remove unused includesPeng Liang2022-06-161-3/+0
* lib: Drop internal virXXXPtr typedefsMichal Privoznik2021-04-131-2/+2
* esx: replace some VIR_FREE with g_clear_pointer(x, g_free)Laine Stump2021-02-161-4/+4
* esx: eliminate unnecessary cleanup: labels and result variablesLaine Stump2021-02-161-6/+2
* esx: switch VIR_FREE->g_free when the pointer will immediately go out of scopeLaine Stump2021-02-161-2/+2
* esx: switch VIR_FREE->g_free in esx*Free*()Laine Stump2021-02-161-5/+5
* esx: use g_autofree for char* where it is trivially possibleLaine Stump2021-02-161-8/+3
* esx: switch esxUtil_ResolveHostname to return a new stringPino Toscano2020-10-051-4/+7
* esx: call freeaddrinfo earlier in esxUtil_ResolveHostnamePino Toscano2020-10-051-3/+1
* esx: use g_new0 instead of VIR_ALLOC*Ján Tomko2020-10-011-2/+1
* esx: improve some of the virErrorNumber usedPino Toscano2020-09-141-1/+1
* esx: use g_auto() for all virBuffersLaine Stump2020-07-081-2/+2
* src: convert all code to use virsocket.hDaniel P. Berrangé2020-01-291-2/+1
* util: buffer: Remove virBufferCheckErrorPeter Krempa2019-10-241-6/+0
* esx: use g_strdup instead of VIR_STRDUPJán Tomko2019-10-211-22/+11
* Use g_strdup to fill in default valuesJán Tomko2019-10-211-3/+2
* esx: Use ESX_VI_CHECK_ARG_LIST macro to avoid code duplicationMarcos Paulo de Souza2018-07-041-4/+1
* Remove unnecessary curly brackets in rest of src/esx/Martin Kletzander2014-11-141-30/+15
* Use virBufferCheckError everywhere we report OOM errorJán Tomko2014-07-031-10/+2
* Indent top-level labels by one space in src/esx/Ján Tomko2014-03-251-3/+3
* Add virLogSource variables to all source filesDaniel P. Berrange2014-03-181-1/+1
* Don't leave empty first line in C source filesMartin Kletzander2014-03-181-1/+0
* esx: Remove unnecessary NULL comparisons (2/3)Geoff Hickey2013-10-171-24/+24
* Convert 'int i' to 'size_t i' in src/{esx,vmx,vmware} filesDaniel P. Berrange2013-07-101-1/+1
* Adapt to VIR_ALLOC and virAsprintf in src/esx/*Michal Privoznik2013-07-101-3/+1
* esx: Replace almost all esxVI_String_DeepCopyValue vith VIR_STRDUPMatthias Bolte2013-05-211-7/+4
* Adapt to VIR_STRDUP and VIR_STRNDUP in src/esx/*Michal Privoznik2013-05-091-35/+10
* virutil: Move string related functions to virstring.cMichal Privoznik2013-05-021-1/+1
* Rename uuid.{c,h} to viruuid.{c,h}Daniel P. Berrange2012-12-211-1/+1
* Rename util.{c,h} to virutil.{c,h}Daniel P. Berrange2012-12-211-1/+1
* 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