summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* * NEWS libvirt.spec.in docs/*: preparing release of 0.1.1v0.1.1LIBVIRT_0_1_1Daniel Veillard2006-06-211-1/+1
| | | | Daniel
* XML-RPC testsKarel Zak2006-05-091-2/+3
|
* * configure.in: patch for ncurses fallback from Jim FehligDaniel Veillard2006-04-251-2/+5
| | | | Daniel
* * configure.in libvirt.spec.in docs/examples/Makefile.amDaniel Veillard2006-04-251-0/+1
| | | | | | docs/examples/index.py docs/examples/python/*: integrated examples for Python from David Lutterkort Daniel
* * NEWS configure.in libvirt.spec.in docs/*: documented andv0.1.0LIBVIRT_0_1_0Daniel Veillard2006-04-101-2/+2
| | | | | | regenerated for release of 0.1.0 * Makefile.am virsh.1: added man page from Andrew Puch Daniel
* * configure.in: applied patch for --with-xen-distdir option fromDaniel Veillard2006-03-101-0/+12
| | | | | | Ronald Aigner * docs/site.xsl docs/*.html: added link to Bugzilla Daniel
* * NEWS configure.in libvirt.spec.in include/libvirt.h docs/*:Daniel Veillard2006-02-281-1/+1
| | | | | preparing release 0.0.6 Daniel
* * NEWS configure.in docs/libvir.html docs/news.html: preparing theDaniel Veillard2006-02-231-1/+1
| | | | | | release of 0.0.5 * include/libvirt.h.in: fixed APIs definition Daniel
* * configure.in libvirt.spec.in docs/Makefile.am docs/devhelp/*:Daniel Veillard2006-02-221-1/+1
| | | | | added devhelp docs support, based on libxml2 stylesheets Daniel
* * configure.in src/Makefile.am: adding dependency to libxml2Daniel Veillard2006-02-161-0/+44
| | | | | | | | | | | | * include/libvirt.h* src/libvirt.c src/xend_internal.[ch] src/xml.[ch]: added XML parsing for Xen domain descriptions needed for creates, plugged in a converter to s-exp and xend call. Modified the virDomainCreateLinux() to reflect that XML based description. Seems to work. * python/tests/create.py: added a test case which seems to work not tested much yet * docs/*: regenerated Daniel
* * configure.in libvirt.spec.in include/libvirt.h.in python/Makefile.amDaniel Veillard2006-02-151-16/+16
| | | | | | src/Makefile.am: fix rpm packaging problems whith head, more LIBVIR -> LIBVIRT changes. Daniel
* * Makefile.am configure.in python/Makefile.am python/tests/Makefile.amDaniel Veillard2006-02-141-1/+2
| | | | | | python/tests/basic.py: added first python test script and a 'make tests' target Daniel
* * NEWS configure.in docs/libvir.html docs/news.html include/libvirt.hDaniel Veillard2006-02-101-2/+2
| | | | | libvirt.spec.in: preparing 0.0.4 release Daniel
* * autogen.sh configure.in: fixed snapshot autogeneration, had toDaniel Veillard2006-02-101-3/+4
| | | | | tweak a few things Daniel
* * //* : renamed the project libvirt , this affects all makefiles,Daniel Veillard2006-02-091-4/+4
| | | | | | the specs, the icons, the docs, etc ... * configure.in: prepare for 0.0.3 Daniel
* * configure.in docs/examples/*: starting to add examples. the XSLTDaniel Veillard2006-01-311-0/+1
| | | | | still need to be fixed for web site Daniel
* Release of 0.0.2, danielv0.0.2LIBVIR_0_0_2Daniel Veillard2006-01-311-1/+1
|
* * Makefile.am configure.in libvir.spec.in python/*: added a firstDaniel Veillard2005-12-191-1/+84
| | | | | | | | 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
* Remove autogenerated COPYING from make dist, DanielDaniel Veillard2005-12-091-0/+3
|
* * configure.in: adding --without-depends to make dist on nonDaniel Veillard2005-12-091-0/+12
| | | | | Xenified machine. Daniel
* * configure.in include/libvir.h.in include/libvir.h src/Makefile.amDaniel Veillard2005-12-081-19/+20
| | | | | | | | | include/Makefile.am: provide/fix library versionning information include/libvir.h is now generated ! * include/libvir.h.in src/libvir.c: revamp APIs and implement complete ones. * src/virsh.c: finish the version command and a bit of cleanup. Daniel
* * configure.in: activate pedantic flagsDaniel Veillard2005-12-081-3/+7
| | | | | | | * src/libvir.c src/libvir_sym.version src/xen_internal.[ch] include/libvir.h: implementing hypervisor Version and Type interfaces * src/virsh.c: adding a version command, WIP Daniel
* virsh is more sexy nowKarel Zak2005-12-081-0/+11
|
* * configure.in src/Makefile.am src/libvir.c src/xen_internal.cDaniel Veillard2005-12-071-2/+1
| | | | | | src/xen_internal.h: removed dependancy on xenctrl library, untested yet. Daniel
* * configure.in libvir.spec.in docs/Makefile.am: make sure theDaniel Veillard2005-12-071-0/+11
| | | | | | docs are installed and packaged in the -devel RPM * docs/api.xsl docs/newapi.xsl: forgot to commit API HTML stylesheets Daniel
* * configure.in docs/FAQ.html docs/Libxml2-Logo-90x34.gifDaniel Veillard2005-12-071-0/+3
| | | | | | | | docs/Makefile.am docs/bugs.html docs/index.html docs/intro.html docs/libvir.html docs/redhat.gif docs/site.xsl: starting to add the web site, based on libxml2 one. * src/hash.c: add a missing include Daniel
* * Makefile.am README TODO autogen.sh configure.in libvir.pc.inDaniel Veillard2005-12-051-4/+4
| | | | | | | | libvir.spec.in docs/Makefile.am docs/apibuild.py docs/structures.fig include/Makefile.am include/libvir.h src/Makefile.am src/hash.c src/hash.h src/internal.h src/libvir.c src/libvir_sym.version src/virsh.c: renamed to libvir Daniel
* * configure.in src/Makefile.am: more warnings from compiler andDaniel Veillard2005-12-021-0/+13
| | | | | link static in work environement Daniel
* * Makefile.am configure.in docs/apibuild.py docs/libxen-api.xmlDaniel Veillard2005-12-011-1/+1
| | | | | | | docs/libxen-refs.xml docs/structures.fig: starting to add docs and the extraction tool * src/libxen.c: fixed comments error raised by apibuild Daniel
* * configure.in: checking xenstore library, error out on missing libsDaniel Veillard2005-11-231-1/+2
| | | | | | * include/libxen.h src/libxen.c src/libxen_sym.version: adding new entry points Daniel
* * TODO libxen.pc.in libxen.spec.in include/Makefile.am Makefile.amDaniel Veillard2005-11-021-1/+1
| | | | | | | config.h.in configure.in: fix make dist, add rpm packaging * src/libxen_sym.version src/Makefile.am: set a policy of no export by default of library symbols Daniel
* * AUTHORS NEWS README autogen.sh configure.in: allow autogen.sh andDaniel Veillard2005-11-021-1/+19
| | | | | | configure to start working * src/Makefile.am src/internal.h src/libxen.c: make the first compile Daniel
* Initial revisionDaniel Veillard2005-11-021-0/+35