summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release of libvirt-python-1.3.5v1.3.5Daniel Veillard2016-06-051-1/+1
* generator.py: Consider symbols from libvirt-commonv1.3.4Peter Krempa2016-04-211-0/+1
* spec: Don't pull in dependencies for example scriptsCole Robinson2016-04-201-0/+5
* fix crash in getAllDomainStatsPavel Hrdina2016-04-181-1/+7
* event: Add support VIR_DOMAIN_EVENT_ID_DEVICE_REMOVAL_FAILEDPeter Krempa2016-04-183-0/+73
* Post-release version bump to 1.3.4Peter Krempa2016-04-181-1/+1
* Release of libvirt-python-1.3.3v1.3.3Daniel Veillard2016-04-061-1/+1
* python: add python binding for Perf APIQiaowei Ren2016-03-313-0/+115
* Add support for JOB_COMPLETED eventJiri Denemark2016-03-083-0/+76
* libvirt-override: fix PyArg_ParseTuple for size_tv1.3.2Pavel Hrdina2016-02-231-2/+2
* libvirt-override: fix PyArg_ParseTuple for unsigned long longPavel Hrdina2016-02-231-2/+2
* libvirt-override: fix PyArg_ParseTuple for unsigned intPavel Hrdina2016-02-231-6/+6
* libvirt-override: all flags should be defined as unsigned intPavel Hrdina2016-02-231-1/+1
* Add support for MIGRATION_ITERATION eventJiri Denemark2016-01-183-0/+70
* setup: Use cflags and ldflags properlyJiri Denemark2016-01-181-14/+8
* Post-release version bump to 1.3.2Jiri Denemark2016-01-181-1/+1
* Version bump to 1.3.1v1.3.1Daniel Veillard2016-01-171-1/+1
* Post-release version bump to 1.3.0v1.3.0Pavel Hrdina2015-11-241-1/+1
* fix crash introduced by commit 1d39dbafv1.2.21Pavel Hrdina2015-10-311-2/+7
* Post-release version bump to 1.2.21Martin Kletzander2015-10-151-1/+1
* use VIR_PY_DICT_SET_GOTOPavel Hrdina2015-10-052-193/+104
* use VYR_PY_LIST_SET_GOTO and VIR_PY_LIST_APPEND_GOTOPavel Hrdina2015-10-052-283/+343
* use VIR_PY_TUPLE_GOTOPavel Hrdina2015-10-051-153/+155
* utils: introduce new macro helpers for tuple, list and dict objectsPavel Hrdina2015-10-051-0/+82
* improve usage of cleanup pathsPavel Hrdina2015-10-051-138/+126
* drop unnecessary py_retval variablePavel Hrdina2015-10-051-97/+43
* change the order of some statementsPavel Hrdina2015-10-051-103/+85
* Must check return value for all Py*_New functionsPavel Hrdina2015-10-052-97/+196
* use Py_CLEAR instead of Py_XDECREF followed by NULL assignmentPavel Hrdina2015-10-051-46/+23
* Use VIR_PY_NONE instead of increment and Py_NonePavel Hrdina2015-10-052-42/+21
* Return NULL and set an exception if allocation failsPavel Hrdina2015-10-051-22/+31
* Return correct python objectPavel Hrdina2015-10-051-11/+18
* Return NULL if python exception is setPavel Hrdina2015-10-053-87/+64
* wrap lines to 80 columnsPavel Hrdina2015-10-051-53/+95
* fix indentationPavel Hrdina2015-10-054-108/+96
* indent labels by one spacePavel Hrdina2015-10-054-60/+60
* cleanup functions definitionPavel Hrdina2015-10-055-122/+255
* Move utils and shared code into libvirt-utilsPavel Hrdina2015-10-055-427/+457
* drop unnecessary gotoPavel Hrdina2015-10-051-12/+8
* remove useless check for NULL before Py_XDECREFPavel Hrdina2015-10-051-6/+3
* refactor the function to not override python exceptionsPavel Hrdina2015-10-051-16/+8
* update virDomainGetVcpus xml API descriptionPavel Hrdina2015-10-051-2/+2
* Release of libvirt-python-1.2.20v1.2.20Daniel Veillard2015-10-021-1/+1
* generator: fix build fail with old xml libLuyao Huang2015-09-211-1/+1
* examples: small fix for nodestats.py examplev1.2.19Luyao Huang2015-08-262-0/+4
* Check return value of PyList_AppendJiri Denemark2015-08-031-8/+38
* Post-release version bump to 1.2.19Jiri Denemark2015-08-031-1/+1
* Forgot to bump version to 1.2.18Daniel Veillard2015-08-031-1/+1
* iothread: Fix crash if virDomainGetIOThreadInfo returns errorv1.2.18Peter Krempa2015-07-301-2/+4
* examples: Introduce nodestats exampleMichal Privoznik2015-07-171-0/+87