]> xenbits.xensource.com Git - libvirt.git/shortlog
libvirt.git
2006-11-13 Daniel Veillard* src/xend_internal.c src/xml.c: fix for shareable...
2006-11-10 Daniel P. BerrangeFix memory leak of xml parser context
2006-11-10 Daniel P. BerrangeFixed string concatenation in case where there is no...
2006-11-10 Daniel Veillard* src/xend_internal.c src/xml.c: add an extra element...
2006-11-09 Daniel Veillard* python/generator.py: changed the generator to generat...
2006-11-09 Daniel Veillard* tests/reconnect.c: fixed the reconnect test when...
2006-11-08 Daniel P. BerrangeReduce RAM in test node to avoid 32-bit wraparound
2006-11-08 Daniel P. BerrangeAdded implementation of GetOSType driver to test backend
2006-11-08 Daniel Veillard* include/libvirt/virterror.h src/virterror.c src/xend_...
2006-11-08 Daniel Veillard* src/libvirt.c src/proxy_internal.c src/xs_internal...
2006-11-07 Daniel P. BerrangePropagate libvirt errors back with python exceptions
2006-11-07 Daniel P. BerrangeEnsure connection object gets associated with errors
2006-11-07 Daniel Veillard* libvirt.spec.in: libvirt-devel depends on pkgconfig
2006-10-31 Daniel Veillard* src/xend_internal.c: when getting informations about...
2006-10-24 Daniel P. BerrangeMake python bindings threaded, by dropping/acquiring...
2006-10-16 Daniel Veillard* config.h.in configure.in libvirt.spec.in docs/libvir...
2006-10-12 Daniel Veillard* src/xen_internal.c: one of the fix for system with...
2006-10-12 Daniel Veillard* src/xen_internal.c: applied patch from Philippe Berthault
2006-10-11 Daniel Veillard* src/xen_internal.c: applied patch from Peter Vetere...
2006-10-11 Daniel Veillard* virsh.1: fixed some typo and unclear language pointed...
2006-10-09 Daniel P. BerrangeAdded support for <driver> element and blktap
2006-10-06 Daniel P. BerrangeAdded ignore file rules for i18n stuff
2006-10-06 Daniel P. BerrangeFixed multiple memory leaks & make test suite check...
2006-10-02 Daniel Veillard* src/xen_internal.c: Daniel Berrange fixed some mlock...
2006-10-02 Daniel P. BerrangeFix mlock() of getdomaininfolist data buffer
2006-09-29 Daniel Veillard* src/virsh.c: add #include <locale.h> to be able to...
2006-09-29 Daniel Veillard* src/xen_internal.c: fix for system with page size...
2006-09-29 Daniel Veillardadded too,Daniel
2006-09-29 Daniel VeillardDohh, Daniel
2006-09-29 Daniel Veillard* docs/bugs.html docs/libvir.html: added pointers on...
2006-09-29 Daniel Veillard* docs/* libvirt.spec.in configure.in NEWS: preparing...
2006-09-28 Daniel P. BerrangeReally, fixed struct for getdomaininfo to work on both...
2006-09-28 Daniel P. BerrangeFixed buffer overflow in populating CPU<->VCPU mapping...
2006-09-22 Daniel Veillard* docs/* libvirt.spec.in configure.in NEWS: preparing...
2006-09-21 Daniel P. BerrangeAdded support for i18n translation with gettext
2006-09-21 Daniel P. BerrangeRe-generated docs to pull in latest APIs
2006-09-21 Daniel Veillard* src/Makefile.am: add a tst target to ease building...
2006-09-19 Daniel Veillard* src/xen_internal.c: applied patch from Jim Fehlig...
2006-09-14 Daniel P. BerrangeEnsure we strip the :disk postfix from disks in Xen...
2006-09-12 Daniel P. BerrangeAllow setting of VNC port when creating domains
2006-09-12 Daniel P. BerrangeAdded files to EXTRA_DIST
2006-09-12 Daniel P. BerrangeAdded support for XenD 3.0.3 style HVM cdrom config
2006-09-05 Daniel Veillard* NEWS configure.in docs//* include/libvirt/libvirt...
2006-09-05 Daniel Veillard* src/xen_internal.c: finished to convert to the new...
2006-09-04 Daniel P. BerrangeAdded missing return(-1) to cpu APIs. #ifdef out method...
2006-09-03 Daniel P. BerrangeAllow trailing ',' in lists, and '_' in names
2006-09-03 Daniel P. BerrangeIgnore generated files
2006-09-03 Daniel P. BerrangeSeveral bug fixes to list of domains. Display '-' inste...
2006-09-02 Daniel VeillardRemoved debug, oops, Daniel
2006-09-02 Daniel Veillard* src/xen_internal.c: converting to handle the new...
2006-08-30 Daniel P. BerrangeAdded new start, define,undefine commands. Added flags...
2006-08-30 Daniel P. BerrangeFix changelog timestamp/author from previous commit
2006-08-30 Daniel P. BerrangeAdded driver backends for ListDefinedDomains, NumOfDefi...
2006-08-29 Daniel Veillard* src/conf.c: add missing entry point virConfGetValue()
2006-08-29 Daniel VeillardOops fixed 'make rpm', daniel
2006-08-29 Daniel Veillard* TODO libvirt.spec.in: update
2006-08-29 Daniel P. BerrangeAdd handling of error HTTP 500 codes
2006-08-29 Daniel Veillard* python/libvir.c: Pete Vetere pointed out a bug in...
2006-08-26 Daniel Veillard* src/sexpr.c src/sexpr.h src/xend_internal.c src/xml...
2006-08-25 Daniel Veillard* docs/site.xsl docs/*.html: add links to virt-manager
2006-08-25 Daniel P. BerrangeAllow VIRSH_DEFAULT_CONNECT_URI to override default...
2006-08-24 Daniel P. BerrangeAdded tests for virsh domid, domname, domstat, domuuid...
2006-08-24 Daniel P. BerrangeAdded a "make valgrind" test target
2006-08-24 Daniel P. BerrangeAdded tests for the SEXPR<->XML conversion process
2006-08-21 Daniel P. BerrangeCheck for failure of virConnectListDomains in 'list...
2006-08-18 Daniel P. BerrangeFix networking in paravirt guests
2006-08-17 Daniel Veillard* src/xml.c: fix virParseUUID()
2006-08-16 Daniel Veillard* NEWS configure.in doc//* include/libvirt/libvirt.h
2006-08-16 Daniel P. BerrangeAdded setvcpus, setmem, setmaxme commands to virsh
2006-08-16 Daniel P. BerrangeHook up more test driver methods. Allow HV config to...
2006-08-16 Daniel P. BerrangeRe-factored sexpr_uuid into virParseUUID
2006-08-16 Daniel P. BerrangeMake drivers be 'quiet' when opening RW connection...
2006-08-16 Daniel Veillard* include/libvirt/virterror.h src/libvirt.c src/virterr...
2006-08-15 Daniel P. BerrangeAdded <features> tag to XML for enable CPU/system featu...
2006-08-14 Daniel P. BerrangeUpdated notes about HVM devices / boot details
2006-08-11 Daniel P. BerrangeFixup handling of HVM boot preference, and include...
2006-08-11 Daniel Veillard* configure.in: updated python detection code from...
2006-08-10 Daniel Veillard* src/xml.c: markmc pointed out that using number(xpath...
2006-08-09 Daniel P. BerrangeHook up virDomainGetXMLDesc to driver backends. Added...
2006-08-08 Daniel Veillard* src/driver.h src/libvirt.c src/proxy_internal.c src...
2006-08-08 Daniel P. BerrangePull info about serial console TTY and VNC port from...
2006-08-07 Daniel Veillard* TODO: updated with new items
2006-08-07 Daniel P. BerrangeFix corrupt XML when boot device is a cdrom
2006-08-07 Daniel P. BerrangeAdded a port='...' attribute to <graphics> tag for...
2006-08-07 Daniel Veillard* include/libvirt/libvirt.h.in: previous change to...
2006-08-07 Daniel P. BerrangeAdded vcpuinfo vcpupin commands to virsh. Fixed off...
2006-08-04 Daniel Veillard* python/generator.py: fix the generator when handling...
2006-08-04 Daniel Veillard* include/libvirt/libvirt.h include/libvirt/libvirt...
2006-08-01 Daniel Veillard* libvirt.spec.in: xen is now built for ia64, c.f....
2006-07-28 Daniel Veillard* src/virterror.c: Hugh Brock pointed out that error...
2006-07-24 Mark McLoughlinMon Jul 24 14:34:15 IST 2006 Mark McLoughlin <markmc...
2006-07-20 Daniel Veillard* proxy/Makefile.am src/xen_internal.c src/xend_interna...
2006-07-19 Daniel P. BerrangeBulk replace 'informations' with 'information'
2006-07-13 Daniel Veillard* src/xml.c: applied patch from Peter Vetere to pass...
2006-07-11 Daniel Veillard* configure.in libvirt.spec.in docs/* NEWS: preparing...
2006-07-10 Daniel Veillard* docs/format.html docs/libvir.html docs/news.html...
2006-07-10 Daniel Veillard* src/xend_internal.c src/xml.c: patches from Jim Fehli...
2006-07-07 Daniel P. BerrangeRe-wrote xenDomainLookupByID to use more efficient...
2006-07-07 Mark McLoughlinWed Jul 5 17:11:32 IST 2006 Mark McLoughlin <markmc...
2006-07-06 Daniel Veillard* src/xend_internal.c: fixed xenDaemonOpen() to try...
next