2006-09-03 |
Daniel P. Berrange | Allow trailing ',' in lists, and '_' in names |
commit | commitdiff | tree |
2006-09-03 |
Daniel P. Berrange | Ignore generated files |
commit | commitdiff | tree |
2006-09-03 |
Daniel P. Berrange | Several bug fixes to list of domains. Display '-' inste... |
commit | commitdiff | tree |
2006-09-02 |
Daniel Veillard | Removed debug, oops, Daniel |
commit | commitdiff | tree |
2006-09-02 |
Daniel Veillard | * src/xen_internal.c: converting to handle the new... |
commit | commitdiff | tree |
2006-08-30 |
Daniel P. Berrange | Added new start, define,undefine commands. Added flags... |
commit | commitdiff | tree |
2006-08-30 |
Daniel P. Berrange | Fix changelog timestamp/author from previous commit |
commit | commitdiff | tree |
2006-08-30 |
Daniel P. Berrange | Added driver backends for ListDefinedDomains, NumOfDefi... |
commit | commitdiff | tree |
2006-08-29 |
Daniel Veillard | * src/conf.c: add missing entry point virConfGetValue() |
commit | commitdiff | tree |
2006-08-29 |
Daniel Veillard | Oops fixed 'make rpm', daniel |
commit | commitdiff | tree |
2006-08-29 |
Daniel Veillard | * TODO libvirt.spec.in: update |
commit | commitdiff | tree |
2006-08-29 |
Daniel P. Berrange | Add handling of error HTTP 500 codes |
commit | commitdiff | tree |
2006-08-29 |
Daniel Veillard | * python/libvir.c: Pete Vetere pointed out a bug in... |
commit | commitdiff | tree |
2006-08-26 |
Daniel Veillard | * src/sexpr.c src/sexpr.h src/xend_internal.c src/xml... |
commit | commitdiff | tree |
2006-08-25 |
Daniel Veillard | * docs/site.xsl docs/*.html: add links to virt-manager |
commit | commitdiff | tree |
2006-08-25 |
Daniel P. Berrange | Allow VIRSH_DEFAULT_CONNECT_URI to override default... |
commit | commitdiff | tree |
2006-08-24 |
Daniel P. Berrange | Added tests for virsh domid, domname, domstat, domuuid... |
commit | commitdiff | tree |
2006-08-24 |
Daniel P. Berrange | Added a "make valgrind" test target |
commit | commitdiff | tree |
2006-08-24 |
Daniel P. Berrange | Added tests for the SEXPR<->XML conversion process |
commit | commitdiff | tree |
2006-08-21 |
Daniel P. Berrange | Check for failure of virConnectListDomains in 'list... |
commit | commitdiff | tree |
2006-08-18 |
Daniel P. Berrange | Fix networking in paravirt guests |
commit | commitdiff | tree |
2006-08-17 |
Daniel Veillard | * src/xml.c: fix virParseUUID() |
commit | commitdiff | tree |
2006-08-16 |
Daniel Veillard | * NEWS configure.in doc//* include/libvirt/libvirt.h LIBVIRT_0_1_4 v0.1.4 |
commit | commitdiff | tree |
2006-08-16 |
Daniel P. Berrange | Added setvcpus, setmem, setmaxme commands to virsh |
commit | commitdiff | tree |
2006-08-16 |
Daniel P. Berrange | Hook up more test driver methods. Allow HV config to... |
commit | commitdiff | tree |
2006-08-16 |
Daniel P. Berrange | Re-factored sexpr_uuid into virParseUUID |
commit | commitdiff | tree |
2006-08-16 |
Daniel P. Berrange | Make drivers be 'quiet' when opening RW connection... |
commit | commitdiff | tree |
2006-08-16 |
Daniel Veillard | * include/libvirt/virterror.h src/libvirt.c src/virterr... |
commit | commitdiff | tree |
2006-08-15 |
Daniel P. Berrange | Added <features> tag to XML for enable CPU/system featu... |
commit | commitdiff | tree |
2006-08-14 |
Daniel P. Berrange | Updated notes about HVM devices / boot details |
commit | commitdiff | tree |
2006-08-11 |
Daniel P. Berrange | Fixup handling of HVM boot preference, and include... |
commit | commitdiff | tree |
2006-08-11 |
Daniel Veillard | * configure.in: updated python detection code from... |
commit | commitdiff | tree |
2006-08-10 |
Daniel Veillard | * src/xml.c: markmc pointed out that using number(xpath... |
commit | commitdiff | tree |
2006-08-09 |
Daniel P. Berrange | Hook up virDomainGetXMLDesc to driver backends. Added... |
commit | commitdiff | tree |
2006-08-08 |
Daniel Veillard | * src/driver.h src/libvirt.c src/proxy_internal.c src... |
commit | commitdiff | tree |
2006-08-08 |
Daniel P. Berrange | Pull info about serial console TTY and VNC port from... |
commit | commitdiff | tree |
2006-08-07 |
Daniel Veillard | * TODO: updated with new items |
commit | commitdiff | tree |
2006-08-07 |
Daniel P. Berrange | Fix corrupt XML when boot device is a cdrom |
commit | commitdiff | tree |
2006-08-07 |
Daniel P. Berrange | Added a port='...' attribute to <graphics> tag for... |
commit | commitdiff | tree |
2006-08-07 |
Daniel Veillard | * include/libvirt/libvirt.h.in: previous change to... |
commit | commitdiff | tree |
2006-08-07 |
Daniel P. Berrange | Added vcpuinfo vcpupin commands to virsh. Fixed off... |
commit | commitdiff | tree |
2006-08-04 |
Daniel Veillard | * python/generator.py: fix the generator when handling... |
commit | commitdiff | tree |
2006-08-04 |
Daniel Veillard | * include/libvirt/libvirt.h include/libvirt/libvirt... |
commit | commitdiff | tree |
2006-08-01 |
Daniel Veillard | * libvirt.spec.in: xen is now built for ia64, c.f.... |
commit | commitdiff | tree |
2006-07-28 |
Daniel Veillard | * src/virterror.c: Hugh Brock pointed out that error... |
commit | commitdiff | tree |
2006-07-24 |
Mark McLoughlin | Mon Jul 24 14:34:15 IST 2006 Mark McLoughlin <markmc... |
commit | commitdiff | tree |
2006-07-20 |
Daniel Veillard | * proxy/Makefile.am src/xen_internal.c src/xend_interna... |
commit | commitdiff | tree |
2006-07-19 |
Daniel P. Berrange | Bulk replace 'informations' with 'information' |
commit | commitdiff | tree |
2006-07-13 |
Daniel Veillard | * src/xml.c: applied patch from Peter Vetere to pass... |
commit | commitdiff | tree |
2006-07-11 |
Daniel Veillard | * configure.in libvirt.spec.in docs/* NEWS: preparing... LIBVIRT_0_1_3 v0.1.3 |
commit | commitdiff | tree |
2006-07-10 |
Daniel Veillard | * docs/format.html docs/libvir.html docs/news.html... |
commit | commitdiff | tree |
2006-07-10 |
Daniel Veillard | * src/xend_internal.c src/xml.c: patches from Jim Fehli... |
commit | commitdiff | tree |
2006-07-07 |
Daniel P. Berrange | Re-wrote xenDomainLookupByID to use more efficient... |
commit | commitdiff | tree |
2006-07-07 |
Mark McLoughlin | Wed Jul 5 17:11:32 IST 2006 Mark McLoughlin <markmc... |
commit | commitdiff | tree |
2006-07-06 |
Daniel Veillard | * src/xend_internal.c: fixed xenDaemonOpen() to try... |
commit | commitdiff | tree |
2006-07-05 |
Mark McLoughlin | unleash the hush puppies |
commit | commitdiff | tree |
2006-07-05 |
Mark McLoughlin | Wed Jul 5 17:11:32 IST 2006 Mark McLoughlin <markmc... |
commit | commitdiff | tree |
2006-07-05 |
Mark McLoughlin | Wed Jul 5 16:51:45 IST 2006 Mark McLoughlin <markmc... |
commit | commitdiff | tree |
2006-07-04 |
Daniel Veillard | * libvirt.spec.in proxy/Makefile.am: do the chown at... |
commit | commitdiff | tree |
2006-07-03 |
Daniel Veillard | * NEWS docs/* configure.in libvirt.spec.in include... |
commit | commitdiff | tree |
2006-07-03 |
Daniel Veillard | * libvirt.spec.in proxy/Makefile.am src/proxy_internal.c |
commit | commitdiff | tree |
2006-07-03 |
Daniel Veillard | * proxy/libvirt_proxy.c src/proxy_internal.[ch] src... |
commit | commitdiff | tree |
2006-06-30 |
Daniel Veillard | * proxy/libvirt_proxy.c src/proxy_internal.c: more... |
commit | commitdiff | tree |
2006-06-29 |
Daniel Veillard | * proxy/libvirt_proxy.c src/proxy_internal.c src/xen_in... |
commit | commitdiff | tree |
2006-06-29 |
Daniel Veillard | * src/proxy_internal.c src/proxy_internal.h src/driver... |
commit | commitdiff | tree |
2006-06-29 |
Daniel Veillard | * proxy/libvirt_proxy.c proxy/proxy.h proxy/proxy_clien... |
commit | commitdiff | tree |
2006-06-28 |
Daniel Veillard | * configure.in Makefile.am proxy/Makefile.am proxy... |
commit | commitdiff | tree |
2006-06-26 |
Daniel Veillard | * configure.in libvirt.spec.in docs/examples/* include... |
commit | commitdiff | tree |
2006-06-21 |
Daniel Veillard | * NEWS libvirt.spec.in docs/*: preparing release of... LIBVIRT_0_1_1 v0.1.1 |
commit | commitdiff | tree |
2006-06-21 |
Daniel Veillard | * src/driver.h src/libvirt.c src/test.c src/xen_internal.c |
commit | commitdiff | tree |
2006-06-21 |
Daniel Veillard | * src/xen_internal.c: try to autodetect the Xen hypervi... |
commit | commitdiff | tree |
2006-06-20 |
Daniel Veillard | * src/xen_internal.c: fix breakage introduced in Xen... |
commit | commitdiff | tree |
2006-06-16 |
Daniel Veillard | * src/xen_internal.c src/xen_internal.h src/xs_internal... |
commit | commitdiff | tree |
2006-06-16 |
Daniel Veillard | * src/libvirt.c src/xen_internal.c src/xend_internal... |
commit | commitdiff | tree |
2006-06-15 |
Daniel Veillard | * src/libvirt.c src/xend_internal.c src/xend_internal.h |
commit | commitdiff | tree |
2006-06-14 |
Daniel P. Berrange | Added implementation of shutdown & reboot driver methods |
commit | commitdiff | tree |
2006-06-14 |
Daniel P. Berrange | Connect up domain destroy, suspend, resume, reboot... |
commit | commitdiff | tree |
2006-06-14 |
Daniel Veillard | * src/libvirt.c src/xend_internal.c src/xend_internal... |
commit | commitdiff | tree |
2006-06-14 |
Daniel Veillard | * src/libvirt.c: Daniel P. Berrange pointed out a bug... |
commit | commitdiff | tree |
2006-06-13 |
Daniel P. Berrange | Switch float -> double when calculating CPU time in... |
commit | commitdiff | tree |
2006-06-13 |
Daniel Veillard | * src/libvirt.c src/xen_internal.c src/xend_internal.c |
commit | commitdiff | tree |
2006-06-13 |
Daniel Veillard | * docs//*: rebuilt the documentation |
commit | commitdiff | tree |
2006-06-13 |
Daniel P. Berrange | Call xenDeamonClose if ping test fails during open... |
commit | commitdiff | tree |
2006-06-12 |
Daniel P. Berrange | Do a 'ping' test when opening connection to verify... |
commit | commitdiff | tree |
2006-06-06 |
Daniel P. Berrange | Added 'mock' hypervisor driver for use by unit tests |
commit | commitdiff | tree |
2006-05-29 |
Daniel Veillard | * src/hash.c, src/internal.h: Switch the uuid parameter... |
commit | commitdiff | tree |
2006-05-29 |
Karel Zak | added Daniel B.'s build system patches |
commit | commitdiff | tree |
2006-05-29 |
Karel Zak | support mock & domuuid for virsh |
commit | commitdiff | tree |
2006-05-22 |
Karel Zak | UUID utils, virsh cleanup, ... |
commit | commitdiff | tree |
2006-05-10 |
Karel Zak | XML-RPC errors checks |
commit | commitdiff | tree |
2006-05-10 |
Karel Zak | added virBufferStrcat |
commit | commitdiff | tree |
2006-05-09 |
Karel Zak | XML-RPC tests |
commit | commitdiff | tree |
2006-04-28 |
Daniel Veillard | * src/hash.c src/internal.h src/libvirt.c src/virterror.c |
commit | commitdiff | tree |
2006-04-27 |
Daniel Veillard | * src/xml.c src/xend_internal.c TODO: added uuid to... |
commit | commitdiff | tree |
2006-04-26 |
Daniel Veillard | * src/xml.c: applied patch from Jeremy Katz to not... |
commit | commitdiff | tree |
2006-04-26 |
Daniel Veillard | * docs//* : fixed perl binding URL to point to CPAN... |
commit | commitdiff | tree |
2006-04-25 |
Daniel Veillard | * configure.in: patch for ncurses fallback from Jim... |
commit | commitdiff | tree |
2006-04-25 |
Daniel Veillard | * configure.in libvirt.spec.in docs/examples/Makefile.am |
commit | commitdiff | tree |
2006-04-25 |
Daniel Veillard | * src/xend_internal.c: applied patch from Jim Fehlig... |
commit | commitdiff | tree |
2006-04-24 |
Daniel Veillard | * src/hash.c src/internal.h: add virGetDomainByID(... |
commit | commitdiff | tree |
next |