67
I Use This!
Very High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jun 02, 2023 — Jun 02, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
add nodeinfo, rename dinfo to dominfo, fix libvirt.h typo More... about 18 years ago
* include/libvirt.h[.in] src/driver.h src/libvirt.c src/libvirt_sym.version src/*_internal.[ch]: added an entry point for reboot and corresponding driver plug * src/virsh.c: added a reboot option using it * docs/*: regenerated Daniel More... about 18 years ago
* src/xend_internal.c: applied patch from Daniel P. Berrange, plus a bit of code cleanup Daniel More... about 18 years ago
* src/virsh.c: allocation check (Jim Meyering) and adding a new create command * src/xend_internal.c src/xml.c: trying to cope with the new xvda domains states generated on FC5, but Dom0 bootloader really break the model, so that doesn't work. Daniel More... about 18 years ago
* src/virsh.c: catching memory allocation error and existing, as pointed by Jim Meyering Daniel More... about 18 years ago
* doc/*: rebuilt Daniel More... about 18 years ago
* python/libvir.c: fixed a bug in the new wrapper * python/tests/Makefile.am python/tests/node.py: added a new test for the new API * python/tests/create.py: remove a debug Daniel More... about 18 years ago
* include/libvirt.h[.in] include/virterror.h src/driver.h src/internal.h src/libvirt_sym.version src/xen_internal.c src/xs_internal.c: added a new entry point to get node hardware informations virGetNodeInfo, and associated driver hook. * src/xend_internal.c: implemented the node and version information hooks for the Xen Daemon * python/libvir.c python/libvirt-python-api.xml python/generator.py: also added Python bindings for the new call Daniel More... about 18 years ago
Fixing the python example, Daniel More... about 18 years ago
* python/libvir.c: call the initialize entry point * src/libvirt_sym.version: add initialize entry point * src/libvirt.c: make sure we always initialize the lib * python/tests/*.py: start updating exemple for exception handling as pointed by Jim Meyering Daniel More... about 18 years ago
* doc/site.xsl doc/libvir.html doc/*: added informations about the Perl bindings, regenerated * python/libvirt_wrap.h: added a missing include. Daniel More... about 18 years ago
* doc/*: updated module list and rebuilt * include/libvirt.h include/libvirt.h.in: added intialization function * include/virterror.h src/virterror.c: one more error code * src/internal.h: first part of Jim's format checking * src/libvirt.c src/xen_internal.[ch] src/xend_internal.[ch] src/xs_internal.[ch]: initialization and registration of drivers Daniel More... about 18 years ago
* src/Makefile.am: add driver.h to SOURCES as pointed by Jim Meyering * doc/*: rebuilt Daniel More... about 18 years ago
* src/virterror.c: add message as pointed by Jim Meyering Daniel More... about 18 years ago
* include/virterror.h: fix typos pointed by Jim Meyering Daniel More... about 18 years ago
* include/virterror.h: applied patch from Daniel Berrange for out of tree compiles. Daniel More... about 18 years ago
* libvirt.pc.in: applied patch from Daniel Berrange to fix --cflags Daniel More... about 18 years ago
* src/Makefile.am: fix out of tree build Daniel More... about 18 years ago
* src/xs_internal.c src/xs_internal.h include/virterror.h src/virterror.c: created a new module related to Xen Store accesses * src/libvirt.c src/xen_internal.[ch] src/xend_internal.[ch]: nearly completed the separation of the code from the different modules Daniel More... about 18 years ago
* python/tests/create.py: add one more image path * src/libvirt.c src/xend_internal.c src/xend_internal.h: more work on the xend refactoring Daniel More... about 18 years ago
* python/tests/create.py: adapt to new naming scheme in FC5 Daniel More... about 18 years ago
* src/driver.h src/xen_internal.c: just add a driver block for the Xen hypervisor direct access module. Need to convert xend_internal.[ch] and make one for the Xenstore now ... Daniel More... about 18 years ago
* src/driver.h src/internal.h src/libvirt.c src/xen_internal.c src/xen_internal.h docs/apibuild.py: starting the refactoring, first the direct Xen hypervisor module. New header describing the entry points of a driver. Daniel More... about 18 years ago
* src/hash.c src/hash.h src/internal.h src/libvirt.c src/sexpr.c src/sexpr.h src/virsh.c src/virterror.c src/xen_internal.c src/xen_internal.h src/xend_internal.c src/xend_internal.h src/xml.c src/xml.h: applied cb/indent to homogenize the source style, as a first pass. Daniel More... about 18 years ago
First import of XML-RPC protocol support for newer versions of Xend. I've not put it in the Makefiles yet as it's not actually being used by anything. More... about 18 years ago
* configure.in: applied patch for --with-xen-distdir option from Ronald Aigner * docs/site.xsl docs/*.html: added link to Bugzilla Daniel More... about 18 years ago
* src/xml.c: another patch from David Lutterkort fixing a typo when generating physical block devices descriptions. Daniel More... over 18 years ago
* libvirt.spec.in: applied patch from David Lutterkort adding missing reqs for readline. Daniel More... over 18 years ago
* NEWS configure.in libvirt.spec.in include/libvirt.h docs/*: preparing release 0.0.6 Daniel More... over 18 years ago
* docs/errors.html docs/libvir.html docs/*: added a page about error handling and regenerated the docs Daniel More... over 18 years ago