summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use global thread-local error for all python error reportingv0.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.0Daniel P. Berrange2008-11-251-1/+2
* Fix python bindings events code (David Lively)Daniel P. Berrange2008-11-245-42/+178
* Python binding for node device APIs (David Lively)Daniel P. Berrange2008-11-215-3/+149
* Add a virFreeCallback to event loop APIsDaniel P. Berrange2008-11-193-6/+34
* Change public API for virEventAddHandle to allow multiple registrations per FDDaniel P. Berrange2008-11-191-4/+4
* Add a virFreeCallback to virDomainEventRegister (from David Lively)Daniel P. Berrange2008-11-191-1/+1
* Add domain events detail informationDaniel P. Berrange2008-11-171-2/+4
* Fix domain events python thread safety & incorrect enum generationDaniel P. Berrange2008-11-171-14/+93
* * python/virConnect.py: needed for events from the python bindingsDaniel Veillard2008-10-311-0/+43
* * python/Makefile.am python/generator.py python/libvir.cDaniel Veillard2008-10-316-6/+553
* Massive patch adding event APIs by Ben GuthroDaniel Veillard2008-10-231-0/+3
* generate .gitignore files from .cvsignore onesJim Meyering2008-10-172-0/+16
* Xen interface order and fix python parallel buildDaniel Veillard2008-10-011-1/+1
* Use libvirt error message for python exceptionsv0.4.6Daniel P. Berrange2008-08-221-10/+11
* Fix connection lookup in python storage instancesDaniel Veillard2008-08-121-1/+5
* Skip python bindings for virDomainBlockPeek and virDomainMemoryPeekDaniel Veillard2008-07-251-0/+2
* Ignore JIT'd python filesDaniel P. Berrange2008-07-091-0/+1
* * python/types.c: patch from Ryan Scott to remove misplaced verbosityDaniel Veillard2008-06-251-40/+0
* * python/libvir.py python/libvirt-python-api.xml: more pythonv0.4.4Daniel Veillard2008-06-112-1/+10
* * python/generator.py python/libvir.c python/libvirt-python-api.xml:Daniel Veillard2008-06-103-2/+105
* Fix python code generation for storage APIsDaniel P. Berrange2008-05-291-0/+25
* Don't free C object after destroy method in pythonDaniel P. Berrange2008-05-211-6/+1
* Python header workaroundDaniel P. Berrange2008-04-181-0/+5
* Work around Python.h name-space pollution.Jim Meyering2008-04-181-1/+6
* convert TAB-based indentation in C sources to use only spacesJim Meyering2008-04-102-22/+22
* remove Vim and Emacs variable settings from C source filesJim Meyering2008-04-101-14/+0
* Fix potential infinite loop in python generatorv0.4.2Daniel Veillard2008-04-081-0/+3
* Fix typo "informations" -> "information" (Atsushi SAKAI andRichard W.M. Jones2008-03-143-7/+7
* Many typos fixed (Atsushi SAKAI).v0.4.1Richard W.M. Jones2008-02-293-8/+8
* Added python binding for storage APIsDaniel P. Berrange2008-02-204-3/+437
* Python bindings return values fixesDaniel Veillard2008-02-071-11/+13
* Remove all trailing blanks; turn on the rule to detect them.Jim Meyering2008-02-056-11/+11
* Enable the <config.h>-requiring test; fix violationsJim Meyering2008-01-292-2/+2
* Given code like if (foo) free (foo); remove the useless "if (foo) " part.Jim Meyering2008-01-291-1/+1
* Make python generator fail build on any missing APIsDaniel P. Berrange2008-01-212-92/+43
* Add missing vcpu/schedular APIs to python bindingDaniel P. Berrange2008-01-213-0/+352
* Handle PyTuple_New's malloc failure.Jim Meyering2008-01-171-6/+10
* Factor out some duplication.Jim Meyering2008-01-171-103/+58
* Use a variable name as sizeof argument, not a type name.Jim Meyering2007-12-111-6/+6
* Include "config.h" in remaining non-generated files.Jim Meyering2007-12-072-2/+6
* * python/generator.py python/libvir.c python/libvirt-python-api.xml:Daniel Veillard2007-12-073-0/+48
* Add manual impl of virConnectOpenAuth python bindingDaniel P. Berrange2007-12-052-0/+129
* Wed Dec 5 13:48:00 UTC 2007 Richard W.M. Jones <rjones@redhat.com>Richard W.M. Jones2007-12-052-4/+4
* Fri Nov 30 11:04:00 GMT 2007 Richard W.M. Jones <rjones@redhat.com>Richard W.M. Jones2007-11-303-10/+24
* Thu Nov 29 17:40:00 GMT 2007 Richard W.M. Jones <rjones@redhat.com>Richard W.M. Jones2007-11-291-3/+12
* Make "make distcheck" work.Jim Meyering2007-11-152-1/+7