67
I Use This!
Very High Activity

Commits : Listings

Analyzed about 19 hours ago. based on code collected 1 day ago.
May 20, 2023 — May 20, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* TODO: updated * include/virterror.h src/internal.h src/libvirt.c src/virterror.c src/xend_internal.c: commiting a first pass at adding error handling in the code, not finished, but it starts to work, need more coverage and testing. Daniel More... about 18 years ago
Fix search.php, Daniel More... about 18 years ago
Fixing link to search.php, Daniel More... about 18 years ago
missing Daniel More... about 18 years ago
* src/Makefile.am src/internal.h src/libvirt.c src/libvirt_sym.version src/virterror.c include/Makefile.am include/virterror.h: adding the public APIs for errors, callbacks and synchronous. The boring stuff is still left to do, plugging it. Also need to be exposed at the python level. * doc//*: rebuilt Daniel More... about 18 years ago
Tiny fix, Daniel More... about 18 years ago
* docs/index.py docs/search.php: fixing the search engine. Daniel More... about 18 years ago
A few libvir->libvirt, Daniel More... about 18 years ago
* python/generator.py python/libvir.c python/libvirt-python-api.xml: UUID strings can contain zeroes, so the autogenerated conversion functions don't work. Daniel More... about 18 years ago
Oops forgot to update the spec file, Daniel More... about 18 years ago
* src/libvirt.c: fixing a bug before the release of 0.0.5 * 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 More... about 18 years ago
* NEWS configure.in docs/libvir.html docs/news.html: preparing the release of 0.0.5 * include/libvirt.h.in: fixed APIs definition Daniel More... about 18 years ago
* python/tests/Makefile.am: added the create.py in the regression tests Daniel More... about 18 years ago
* include/libvirt.h[.in] src/libvirt.c src/xend_internal.[ch] src/libvirt_sym.version: added virDomainLookupByUUID and virDomainGetUUID to be able to use the persistant UUID names * docs//*: rebuilt the docs following the API extension Daniel More... about 18 years ago
* configure.in libvirt.spec.in docs/Makefile.am docs/devhelp/*: added devhelp docs support, based on libxml2 stylesheets Daniel More... about 18 years ago
* TODO: updated * libvirt.spec.in: package the examples in the doc * src/Makefile.am: forgot to add xml.h Daniel More... about 18 years ago
TODO update More... about 18 years ago
* Makefile.am: extended make tests to run those in docs/examples * docs/examples/suspend.c docs/examples/*: added an example of suspend/resume and regenerated Daniel More... about 18 years ago
* TODO: updated * python/tests/Makefile.am: fix a small PYTHONPATH bug * docs//*: fixed the xsl a bit for toc names, added doc for the python bindings, regenerated Daniel More... about 18 years ago
* src/libvirt.c src/xend_internal.c src/xend_internal.h: move the XML dump function around to make sure all entry points are centralized in libvirt.c and also avoid doc generation troubles. * docs/examples/Makefile.am docs/examples/index.py: fix the makefile a bit. * TODO: updated * docs/format.html: added a description of the XML used for the domains. * docs//*: rebuilt Daniel More... about 18 years ago
* docs/examples/examples.xsl docs/examples/index.html docs/site.xsl: integates the examples page in the web site * docs//* : fixed generator and rebuilt the docs * python/tests/basic.py python/tests/create.py: couple cleanups Daniel More... about 18 years ago
* TODO: updated * include/libvirt.h include/libvirt.h.in: cleanup * src/libvirt.c: remove debugging output * src/xend_internal.c src/xml.c src/xml.h: reimplement virDomainGetXMLDesc() based on xend interface, now work as user too. Daniel More... about 18 years ago
* python/tests/create.py: trying to make test more generic, but it's difficult since it requires a system image * src/libvirt.c src/xend_internal.c: fixed the shutdown API which was broken due to a bad reason at the xend level. Daniel More... over 18 years ago
* configure.in src/Makefile.am: adding dependency to libxml2 * 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 More... over 18 years ago
* configure.in libvirt.spec.in include/libvirt.h.in python/Makefile.am src/Makefile.am: fix rpm packaging problems whith head, more LIBVIR -> LIBVIRT changes. Daniel More... over 18 years ago
* Makefile.am configure.in python/Makefile.am python/tests/Makefile.am python/tests/basic.py: added first python test script and a 'make tests' target Daniel More... over 18 years ago
* libvirt.pc.in: Karel pointed out the name hadn't been updated Daniel More... over 18 years ago
* python/libvir.c: fixed one more problem prior to 0.0.4 Daniel More... over 18 years ago
* NEWS configure.in docs/libvir.html docs/news.html include/libvirt.h libvirt.spec.in: preparing 0.0.4 release Daniel More... over 18 years ago
* README TODO config.h.in libvirt.pc.in: more cleanups. Daniel More... over 18 years ago