summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-10-29Set 0.3.0 release datev0.3.0Christophe Fergeau1-2/+2
2013-10-29Fix leak in ovirt_proxy_get_collection_xml_async()Christophe Fergeau1-1/+1
2013-10-29Remove 2 debug g_warning()Christophe Fergeau1-2/+0
2013-10-29Fix setting of OvirtProxy::ssl-ca-file from tmp fileChristophe Fergeau2-2/+13
2013-10-28Add fallback write_to_tmp_file() for older glibsChristophe Fergeau1-0/+52
2013-10-28proxy: Move tmp file writing code to a separate functionChristophe Fergeau1-34/+41
2013-10-28Fix ovirt_collection_fetch_finish() annotationChristophe Fergeau1-6/+2
2013-10-08Update NEWS in preparation for 0.3.0 releaseChristophe Fergeau2-3/+21
2013-10-08OvirtResourceRestCall needs to include glib-compat.hChristophe Fergeau1-0/+1
2013-10-08Don't use variables named 'link'Christophe Fergeau1-9/+9
2013-10-08Add fallback for G_DEPRECATED_FOR in older glibChristophe Fergeau1-0/+4
2013-10-08Use ovirt_utils_genum_get_value() to parse VM stateChristophe Fergeau1-21/+16
2013-10-08Use matrix parameters for resource GET callsChristophe Fergeau1-1/+1
2013-10-08More verbose console warning when rest_proxy_call_sync() failsChristophe Fergeau1-1/+5
2013-10-08Change ovirt_collection_fetch_finish() return valueChristophe Fergeau2-11/+10
2013-10-08Allow empty <file> cdrom nodesChristophe Fergeau1-4/+4
2013-10-08OvirtProxy: take into account RestProxy::ssl-ca-certChristophe Fergeau2-22/+129
2013-10-08Add ovirt_get_option_group() APIChristophe Fergeau5-0/+110
2013-10-08Don't force ssl-strict to FALSE on RestProxy instancesChristophe Fergeau1-1/+0
2013-10-08examples: Add example for changing the CDRom contentChristophe Fergeau1-4/+32
2013-10-08Add ovirt_cdrom_update_async()Christophe Fergeau3-0/+56
2013-10-08Implement ovirt_resource_update_async()Christophe Fergeau3-0/+65
2013-10-08Add ovirt_cdrom_update()Christophe Fergeau3-0/+30
2013-10-08Split ovirt_rest_call_async in 2 functionsChristophe Fergeau5-41/+74
2013-10-08OvirtResourceRestCall: Handle RestParamsChristophe Fergeau1-1/+36
2013-10-08OvirtResourceRestCall: Set function from resource URIChristophe Fergeau3-18/+12
2013-10-08Add 'href' and 'method' properties to OvirtRestCallChristophe Fergeau1-1/+91
2013-10-08Rework Ovirt*RestCallChristophe Fergeau10-76/+209
2013-10-08Add OvirtResourceRestCall classChristophe Fergeau4-0/+228
2013-10-08Implement ovirt_resource_update()Christophe Fergeau4-0/+73
2013-10-08Implement OvirtCdrom::to_xml()Christophe Fergeau1-0/+14
2013-10-08Add OvirtResource::to_xml() vfuncChristophe Fergeau3-1/+17
2013-10-08Make sure a name is set for OvirtCdrom instancesChristophe Fergeau1-1/+15
2013-10-08Reorder headers in OvirtVmChristophe Fergeau1-3/+4
2013-10-08Add ovirt_utils_gerror_from_xml_fault()Christophe Fergeau3-20/+35
2013-09-10Add common ovirt_utils_strip_api_base_dir()Christophe Fergeau5-30/+19
2013-09-02Add OvirtCdrom::file propertyChristophe Fergeau1-1/+109
2013-09-02async_test: Test VM cdrom fetching methodsChristophe Fergeau1-1/+22
2013-09-02Implement ovirt_vm_get_cdroms()Christophe Fergeau3-6/+43
2013-09-02Add OvirtCdrom skeletonChristophe Fergeau5-0/+111
2013-09-02sync-test: List storage domain filesChristophe Fergeau1-0/+75
2013-09-02storage-domain: Add support for 'files' subcollectionChristophe Fergeau3-0/+54
2013-09-02api: Implement ovirt_api_get_storage_domains()Christophe Fergeau3-0/+31
2013-09-02Add generic resource parserChristophe Fergeau1-49/+65
2013-09-02Implement ovirt_storage_domain_new_from_xml()Christophe Fergeau6-0/+142
2013-09-02Add OvirtStorageDomain classChristophe Fergeau5-0/+309
2013-09-02Deprecate VM-related OvirtProxy methodsChristophe Fergeau7-176/+276
2013-09-02api: Implement ovirt_api_get_vms()Christophe Fergeau3-1/+45
2013-09-02Fix OvirtApi parsingChristophe Fergeau1-2/+11
2013-09-02proxy: Add function to fetch the root Api objectChristophe Fergeau3-0/+113