summaryrefslogtreecommitdiffstats
path: root/libvirt_wrap.h
Commit message (Collapse)AuthorAgeFilesLines
* Added python bindings for networking APIsDaniel P. Berrange2007-03-091-0/+10
|
* Fixed up numerous compiler warningsDaniel P. Berrange2007-03-061-1/+1
|
* Fix unsigned long wraparound in python bindingDaniel P. Berrange2006-11-151-0/+1
|
* Make python bindings threaded, by dropping/acquiring Python GIL where neededDaniel P. Berrange2006-10-241-0/+50
|
* * configure.in libvirt.spec.in docs/examples/* include/Makefile.amDaniel Veillard2006-06-261-2/+2
| | | | | | | | | | include/libvirt/virterror.h python/generator.py python/libvir.c python/libvirt_wrap.h src/driver.h src/internal.h src/test.h src/virsh.c src/virterror.c src/xend_internal.c src/xend_internal.h src/xml.c src/xml.h: moved the includes from include/ to include/libvirt to reflect the installed include tree. This avoid using "" in the includes themselves. Daniel
* * doc/site.xsl doc/libvir.html doc/*: added informations aboutDaniel Veillard2006-03-281-0/+1
| | | | | | the Perl bindings, regenerated * python/libvirt_wrap.h: added a missing include. Daniel
* * //* : renamed the project libvirt , this affects all makefiles,v0.0.3Daniel Veillard2006-02-091-0/+49
the specs, the icons, the docs, etc ... * configure.in: prepare for 0.0.3 Daniel