summaryrefslogtreecommitdiffstats
path: root/libvir.c
Commit message (Collapse)AuthorAgeFilesLines
* * src/libvirt.c: fixing a bug before the release of 0.0.5v0.0.5Daniel Veillard2006-02-231-0/+26
| | | | | | | | * python/generator.py python/libvir.c python/libvirt-python-api.xml: also fixing the binding for getting a domain UUID * python/tests/Makefile.am python/tests/uuid.py: added a test for the new UUID API Daniel
* * python/libvir.c: fixed one more problem prior to 0.0.4v0.0.4Daniel Veillard2006-02-101-1/+1
| | | | Daniel
* * //* : renamed the project libvirt , this affects all makefiles,v0.0.3Daniel Veillard2006-02-091-22/+22
| | | | | | the specs, the icons, the docs, etc ... * configure.in: prepare for 0.0.3 Daniel
* * python/*: update of the python bindings, fix names, addDaniel Veillard2006-01-311-0/+54
| | | | | missing features like list of domains and domain info extraction Daniel
* * python/libvir.c: fix a stupid bug in python bindings (DomainDestroyv0.0.2Daniel Veillard2006-01-281-0/+34
| | | | | is still mishandled though) Daniel
* * Makefile.am configure.in libvir.spec.in python/*: added a firstv0.0.1Daniel Veillard2005-12-191-0/+41
version for python bindings, heavilly based on libxml2/libxslt way of doing things, maybe this need to be revisited. Added packaging too. * src/hash.h: fixed the Copyright notice. Daniel