summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Introduce public API for domain async job handlingv0.7.7Daniel P. Berrange2010-03-025-0/+51
* python: Actually add virConnectGetVersion to generated bindingsCole Robinson2010-02-171-1/+0
* libvirt-override.c: avoid a leak upon call with invalid argumentJim Meyering2010-02-161-2/+4
* virConnectBaselineCPU public APIJiri Denemark2010-02-123-0/+60
* Add virConnectGetVersion Python APIv0.7.6Taizo ITO2010-01-223-0/+33
* gnulib added a new syntax-check test: use $(VAR), not @VAR@Jim Meyering2010-01-182-6/+6
* Disable building of static Python moduleDiego Elio Pettenò2010-01-061-1/+1
* python: Add python bindings for virDomainMemoryStatsv0.7.5Adam Litke2009-12-203-2/+50
* Add new API virDomainMemoryStats to header and driversAdam Litke2009-12-201-1/+3
* Fix install location for Python bindingscpumask-v3cpumask-v2Matthias Bolte2009-12-141-4/+4
* Use AM_PATH_PYTHON and python-config to detect Python configurationMatthias Bolte2009-12-081-1/+1
* Fix threading problems in python bindingsDaniel P. Berrange2009-11-261-11/+100
* python: Actually implement list*Interfaces bindingsv0.7.4v0.7.3Cole Robinson2009-11-203-2/+114
* Add virConnectGetLibvirtVersion APICole Robinson2009-11-123-0/+32
* give up python interpreter lock before calling cbDan Kenigsberg2009-11-031-2/+8
* python: Add a newline after custom classesv0.7.2libvirt-0.7.2-3.fc13libvirt-0.7.2-2.fc13libvirt-0.7.2-1.fc13Cole Robinson2009-10-051-0/+1
* python: Fix generated virInterface method namesCole Robinson2009-10-051-2/+5
* python: Use a pure python implementation of 'vir*GetConnect'Cole Robinson2009-10-051-0/+21
* python: Don't generate bindings for vir*RefCole Robinson2009-10-051-0/+10
* python: Don't generate conflicting conn.createXML functions.Cole Robinson2009-10-051-1/+1
* python: Remove use of xmllib in generator.pyCole Robinson2009-10-051-14/+9
* python: Remove FastParser from generator.Cole Robinson2009-10-051-50/+3
* Add public API definition for data stream handlingDaniel P. Berrange2009-09-295-5/+74
* Fix API doc extractor to stop munging comment formattingDaniel P. Berrange2009-09-281-12/+13
* Misc syntax-check fixesDaniel P. Berrange2009-09-211-2/+0
* Re-arrange python generator to make it clear what's auto-generatedDaniel P. Berrange2009-09-2110-71/+80
* Add usage type/id as a public API property of virSecretv0.7.1libvirt-0.7.1-9.fc13libvirt-0.7.1-9.fc12libvirt-0.7.1-8.fc13libvirt-0.7.1-8.fc12libvirt-0.7.1-15.fc12libvirt-0.7.1-14.fc12libvirt-0.7.1-13.fc12libvirt-0.7.1-12.fc13libvirt-0.7.1-12.fc12libvirt-0.7.1-11.fc13libvirt-0.7.1-11.fc12libvirt-0.7.1-10.fc13libvirt-0.7.1-10.fc12Daniel P. Berrange2009-09-141-0/+2
* Fix UUID handling in secrets/storage encryption APIsDaniel P. Berrange2009-09-143-0/+98
* python: let libvirt_virConnectDomainEventCallback indicate successsubmission-5Jim Meyering2009-09-031-2/+2
* Secret manipulation API docs refresh & wire up python generatorMiloslav Trmač2009-09-015-4/+167
* python: Raise exceptions if virDomain*Stats fail.v0.7.0Cole Robinson2009-07-261-1/+4
* remove all trailing blank linesJim Meyering2009-07-161-1/+0
* remove all .cvsignore filesJim Meyering2009-07-082-17/+0
* Fix python examples to use read-write connDan Kenigsberg2009-07-061-1/+1
* Fix python domain events example & bindingv0.6.5v0.6.4LIBVIRT_0_6_5LIBVIRT_0_6_4Daniel P. Berrange2009-05-281-0/+1
* Add virInterface APIs to python code generatorDaniel P. Berrange2009-05-213-3/+67
* Better error reporting if 'import libvirtmod' failsCole Robinson2009-05-191-2/+6
* Fix crash after calling virConnectClosev0.6.3v0.6.2libvirt-0.6.2-19.fc11LIBVIRT_0_6_3LIBVIRT_0_6_2Daniel P. Berrange2009-04-011-0/+3
* Fix generation of networkCreateXML and storagePoolCreateXMLDaniel P. Berrange2009-04-011-0/+6
* update .gitignore and .hgignore filesv0.6.1LIBVIRT_0_6_1Jim Meyering2009-03-031-0/+1
* Internal driver API for sVirt support (James Morris & Dan Walsh)Daniel P. Berrange2009-03-031-0/+2
* Ignore some generated autotools files in example appDaniel P. Berrange2009-03-021-0/+1
* * python/Makefile.am: avoid a parallel make issue #472702Daniel Veillard2009-02-261-2/+5
* Fix building python bindings: Skip bindings for virSaveLastError andCole Robinson2009-02-161-0/+2
* Use global thread-local error for all python error reportingv0.6.0LIBVIRT_0_6_0Daniel P. Berrange2009-01-202-26/+25
* Replace __FUNCTION__ with __func__ for better portability (John Levon)Daniel P. Berrange2008-12-181-2/+2
* Fix gcc-ism in python build (John Levon)Daniel P. Berrange2008-12-181-2/+3
* syntax-check: enforce the no-cvs-keywords prohibitionJim Meyering2008-12-151-2/+0
* Support domain lifecycle events for Xen (Ben Guthro & Daniel Berrange)v0.5.1v0.5.0LIBVIRT_0_5_1LIBVIRT_0_5_0Daniel P. Berrange2008-11-251-1/+2
* Fix python bindings events code (David Lively)Daniel P. Berrange2008-11-245-42/+178