summaryrefslogtreecommitdiffstats
path: root/libvir.c
Commit message (Expand)AuthorAgeFilesLines
* Use global thread-local error for all python error reportingv0.6.0Daniel P. Berrange2009-01-201-22/+22
* 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-241-37/+166
* Python binding for node device APIs (David Lively)Daniel P. Berrange2008-11-211-0/+86
* Add a virFreeCallback to event loop APIsDaniel P. Berrange2008-11-191-6/+17
* 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/Makefile.am python/generator.py python/libvir.cDaniel Veillard2008-10-311-0/+441
* * python/generator.py python/libvir.c python/libvirt-python-api.xml:Daniel Veillard2008-06-101-0/+82
* 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-101-17/+17
* remove Vim and Emacs variable settings from C source filesJim Meyering2008-04-101-14/+0
* Many typos fixed (Atsushi SAKAI).v0.4.1Richard W.M. Jones2008-02-291-5/+5
* Added python binding for storage APIsDaniel P. Berrange2008-02-201-0/+293
* Python bindings return values fixesDaniel Veillard2008-02-071-11/+13
* Remove all trailing blanks; turn on the rule to detect them.Jim Meyering2008-02-051-3/+3
* Enable the <config.h>-requiring test; fix violationsJim Meyering2008-01-291-1/+1
* Make python generator fail build on any missing APIsDaniel P. Berrange2008-01-211-75/+10
* Add missing vcpu/schedular APIs to python bindingDaniel P. Berrange2008-01-211-0/+318
* 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-071-1/+3
* * python/generator.py python/libvir.c python/libvirt-python-api.xml:Daniel Veillard2007-12-071-0/+40
* Add manual impl of virConnectOpenAuth python bindingDaniel P. Berrange2007-12-051-0/+123
* Wed Dec 5 13:48:00 UTC 2007 Richard W.M. Jones <rjones@redhat.com>Richard W.M. Jones2007-12-051-2/+2
* Fri Nov 30 11:04:00 GMT 2007 Richard W.M. Jones <rjones@redhat.com>Richard W.M. Jones2007-11-301-2/+17
* * python/generator.py python/libvir.c python/libvirt-python-api.xml:v0.3.3Daniel Veillard2007-09-301-0/+71
* +Tue May 29 15:56:00 BST 2007 Richard W.M. Jones <rjones@redhat.com>v0.2.3Richard W.M. Jones2007-05-291-0/+45
* Added vir*GetAutostart APIs to pythonDaniel P. Berrange2007-04-101-0/+52
* Added python bindings for networking APIsDaniel P. Berrange2007-03-091-1/+177
* Fixed up numerous compiler warningsDaniel P. Berrange2007-03-061-3/+3
* Mon Jan 23 14:36:18 IST 2007 Mark McLoughlin <markmc@redhat.com>Mark McLoughlin2007-01-231-3/+3
* Added binding for virConnectListDefinedDomains apiv0.1.9v0.1.11v0.1.10Daniel P. Berrange2006-11-161-0/+47
* Fix unsigned long wraparound in python bindingDaniel P. Berrange2006-11-151-2/+2
* Propagate libvirt errors back with python exceptionsDaniel P. Berrange2006-11-071-0/+60
* Make python bindings threaded, by dropping/acquiring Python GIL where neededDaniel P. Berrange2006-10-241-1/+24
* * python/libvir.c: Pete Vetere pointed out a bug in string castv0.1.8v0.1.7v0.1.6Daniel Veillard2006-08-291-4/+4
* * configure.in libvirt.spec.in docs/examples/* include/Makefile.amDaniel Veillard2006-06-261-2/+2
* * python/libvir.c: fixed a bug in the new wrapperv0.1.1v0.1.0Daniel Veillard2006-03-291-2/+2
* * include/libvirt.h[.in] include/virterror.h src/driver.hDaniel Veillard2006-03-291-0/+30
* * python/libvir.c: call the initialize entry pointDaniel Veillard2006-03-281-0/+2
* * TODO: updatedDaniel Veillard2006-02-281-1/+98
* * python/generator.py python/libvir.c python/libvirt-python-api.xml:Daniel Veillard2006-02-241-0/+24
* * src/libvirt.c: fixing a bug before the release of 0.0.5v0.0.5Daniel Veillard2006-02-231-0/+26
* * python/libvir.c: fixed one more problem prior to 0.0.4v0.0.4Daniel Veillard2006-02-101-1/+1
* * //* : renamed the project libvirt , this affects all makefiles,v0.0.3Daniel Veillard2006-02-091-22/+22
* * python/*: update of the python bindings, fix names, addDaniel Veillard2006-01-311-0/+54