summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* python: Avoid freeing uninitialized new_params pointerJiri Denemark2013-01-171-7/+7
* Fix build due to previous LXC patchDaniel P. Berrange2013-01-141-0/+1
* Introduce an LXC specific public API & libraryDaniel P. Berrange2013-01-144-6/+361
* python: Adapt to virevent renameMichal Privoznik2012-12-281-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-212-2/+2
* Fix the indentionv1.0.1-rc2v1.0.1-rc1v1.0.1Osier Yang2012-12-041-1/+1
* Bind connection close callback APIs to python bindingDaniel P. Berrange2012-12-043-2/+133
* python: Use virNodeGetCPUMap where possibleCVE-2012-3411Viktor Mihajlovski2012-11-151-35/+52
* Remove spurious whitespace between function name & open bracketsDaniel P. Berrange2012-11-021-18/+18
* maint: consistent whitespace after 'if'v1.0.0-rc3v1.0.0-rc2v1.0.0Eric Blake2012-10-251-27/+27
* virNodeGetCPUMap: Add python bindingViktor Mihajlovski2012-10-252-0/+76
* virNodeGetCPUMap: Define public API.v1.0.0-rc1Viktor Mihajlovski2012-10-231-0/+1
* Add support for SUSPEND_DISK eventMartin Kletzander2012-10-152-0/+59
* Properly parse (unsigned) long longGuido Günther2012-10-131-2/+2
* python: keep consistent handling of Python integer conversionGuannan Ren2012-10-081-2/+6
* python: cleanup vcpu related binding APIsGuannan Ren2012-10-081-42/+121
* python: return error if PyObject obj is NULL for unwrapper helper functionsGuannan Ren2012-09-281-2/+41
* node_memory: Expose the APIs to Python bindingsv0.10.2-rc2v0.10.2-rc1v0.10.2Osier Yang2012-09-172-0/+138
* node_memory: Define the APIs to get/set memory parametersOsier Yang2012-09-171-0/+2
* list: Expose virConnectListAllSecrets to Python bindingOsier Yang2012-09-173-0/+66
* list: Define new API virConnectListAllSecretsOsier Yang2012-09-171-0/+1
* list: Expose virConnectListAllNWFilters to Python bindingOsier Yang2012-09-173-0/+66
* list: Define new API virConnectListAllNWFiltersOsier Yang2012-09-171-0/+1
* list: Expose virConnectListAllNodeDevices to Python bindingOsier Yang2012-09-173-0/+66
* list: Define new API virConnectListAllNodeDevicesOsier Yang2012-09-171-0/+1
* list: Expose virConnectListAllInterfaces to Python bindingCVE-2012-4423Osier Yang2012-09-123-0/+66
* list: Define new API virConnectListAllInterfacesOsier Yang2012-09-121-0/+1
* python: Initialize new_params in virDomainSetSchedulerParametersFederico Simoncelli2012-09-111-1/+1
* Check against python None type when filling in auth parametersDaniel P. Berrange2012-09-111-1/+2
* Print any exception that occurs in authentication callbackDaniel P. Berrange2012-09-111-1/+3
* Fix crash passing an empty list to python openAuth() APIDaniel P. Berrange2012-09-111-0/+1
* list: Expose virConnectListAllNetworks to Python bindingOsier Yang2012-09-113-0/+66
* list: Define new API virConnectListAllNetworksOsier Yang2012-09-111-0/+1
* list: Expose virStoragePoolListAllVolumes to Python bindingOsier Yang2012-09-103-1/+68
* list: Define new API virStoragePoolListAllVolumesOsier Yang2012-09-101-0/+1
* Fix PMSuspend and PMWakeup eventsJiri Denemark2012-09-071-2/+2
* python: Expose virStorageListAllStoragePools to python bindingOsier Yang2012-09-063-0/+65
* list: Define new API virStorageListAllStoragePoolsOsier Yang2012-09-061-2/+3
* python: don't mask libvirt errorsEric Blake2012-08-311-2/+6
* agent: add python module supportv0.10.1v0.10.0-rc2v0.10.0MATSUDA Daiki2012-08-232-0/+37
* agent: add virDrvDomainQemuAgentCommand prototype for drivers.MATSUDA Daiki2012-08-231-0/+1
* Update the remote APIv0.10.0-rc1Marcelo Cerri2012-08-201-0/+1
* python: Don't generate bodies for close callback functionsv0.10.0-rc0CVE-2012-3445Peter Krempa2012-07-301-0/+2
* Define public API for receiving guest memory balloon eventsDaniel P. Berrange2012-07-142-0/+59
* list: provide python bindings for snapshotsv0.9.13-rc2v0.9.13-rc1v0.9.13Eric Blake2012-06-195-2/+130
* list: add virDomainListAllSnapshots APIEric Blake2012-06-191-0/+2
* python: add API exports for virConnectListAllDomains()Peter Krempa2012-06-183-4/+70
* lib: Add public api to enable atomic listing of guestPeter Krempa2012-06-181-0/+1
* python: fix snapshot listing bugsEric Blake2012-06-121-17/+39