]> git.ipfire.org Git - thirdparty/libvirt.git/shortlog
thirdparty/libvirt.git
2009-02-24  Mark McLoughlinAdd virXPathLongHex() and virXPathULongHex()
2009-02-24  Mark McLoughlinFix a typo in hostdev docs
2009-02-22  Mark McLoughlinnetworkEnableIpForwarding() now returns zero for success
2009-02-22  Mark McLoughlindocs: commit auto-generated change
2009-02-19  Guido Günther(s)size_t type cleanup
2009-02-18  Cole RobinsonRemove the _actually_ incorrect ATTRIBUTE_UNUSED (Patch...
2009-02-17  Jim Meyeringfix build failure due to invalid generated Makefile
2009-02-17  Cole RobinsonFix daemon TCP listen cleanup
2009-02-17  Cole RobinsonRemove incorrect ATTRIBUTE_UNUSED usage.
2009-02-17  Jim MeyeringBuild fix for 'driver.c' when building with loadable...
2009-02-17  Jim MeyeringAvoid link failure when configured --with-driver-modules
2009-02-17  Jim MeyeringWork around 'virGetVersion' build problem
2009-02-17  Jim Meyeringavoid compiler warning about unused parameter
2009-02-17  Jim Meyeringdon't fail daemon-conf test when configured --without...
2009-02-17  Jim Meyeringaccommodate configuring --without-lxc --without-qemu
2009-02-17  Jim Meyeringdoc: fix typo in formatdomain's clock offset specification
2009-02-17  Daniel P. BerrangeFix I/O errors in libvirtd daemon, and hang/crash in...
2009-02-16  Cole RobinsonUnbreak virsh *-edit commands: Don't pass unexpected...
2009-02-16  Cole RobinsonRemove erroneous lvm volume format check for backing...
2009-02-16  Cole RobinsonFix building python bindings: Skip bindings for virSave...
2009-02-13  Mark McLoughlinAdd virFileWriteStr()
2009-02-13  Mark McLoughlinFix some error strings in xml.c
2009-02-13  Mark McLoughlinvirXPathInt() and virXPathUInt() don't exist
2009-02-13  Mark McLoughlinFix bugzilla link in virsh man page
2009-02-13  Mark McLoughlin Fix libvirt_proxy.c warnings from gcc-4.4
2009-02-13  Mark McLoughlinFix bridge.c warnings with gcc-4.4
2009-02-13  John LevonFix migrate for Xen 3.3
2009-02-13  Jim Meyeringtest:///default driver: don't dereference NULL "def"
2009-02-13  Guido Güntherusleep to wait for domain logfile to fill up
2009-02-11  Guido Güntherfix return status when domain didn't show up
2009-02-09  Jim Meyeringlibvirtd: new config-file option: unix_sock_dir
2009-02-09  Jim Meyeringdon't print uninitialized in debug diagnostic
2009-02-09  Jim Meyeringavoid two test failures induced by today's error-report...
2009-02-09  John LevonImprove error reporting in virsh
2009-02-09  John Levonintroduce virSaveLastError(), virFreeError()
2009-02-09  Daniel P. BerrangeLimit virsh history entries to 500 (Jim Paris)
2009-02-07  Guido GüntherDon't ignore errors to save domain status
2009-02-06  Daniel P. BerrangeFix 100% libvirt CPU usage when --timeout is set
2009-02-05  John Levonsrc/domain_conf.c: Check the last error, not the last
2009-02-05  John Levonxenstore: Use virMacAddrCompare() for case-insensitive...
2009-02-05  John Levonreport error for some xend operations on shutdown domain
2009-02-05  John Levonrobustify sexpr parser for NICs
2009-02-05  Jim Meyeringsyntax-check: enable prohibit_nonreentrant
2009-02-05  Jim Meyeringremove remainder of offending strerror uses
2009-02-05  Jim Meyeringdon't include raw errno in diagnostics
2009-02-05  Jim Meyeringqemud.c: use virStrerror, not strerror
2009-02-05  Jim Meyeringiptables.c: Use virStrerror, not strerror.
2009-02-05  Jim Meyeringuse virReportOOMError rather than more verbose equivalent
2009-02-05  Jim Meyeringqemu_driver.c: s/strerror/virStrerror.../
2009-02-05  Jim Meyeringremove duplicate *SetCloseExec and *SetNonBlock functions
2009-02-05  Jim MeyeringChangeLog: correct date formats one last time
2009-02-05  Jim Meyeringqemu_driver.c: use virReportSystemError in place of...
2009-02-05  Jim Meyeringpublicize virStrerror
2009-02-05  Jim Meyeringremove useless code
2009-02-05  Jim Meyeringlxc_container: Don't dereference NULL upon failure
2009-02-03  Jim MeyeringChangeLog: reformat recent date/name/email lines
2009-02-03  Jim Meyeringavoid a format-related warning
2009-02-03  Jim Meyeringbuild: enable redundant-const check
2009-02-03  Jim Meyeringsyntax-check: enable more checks
2009-02-03  Jim Meyeringcleanup: remove useless if-before-VIR_FREE
2009-02-02  Jim Meyeringtests: diagnose more open failures
2009-02-02  John Levonfix more printf("%s", NULL) cases
2009-01-31  Guido GüntherDon't hardcode ssh port 22, use VIR_FREE, initialize...
2009-01-31  Daniel VeillardRelease of 0.6.0 LIBVIRT_0_6_0 v0.6.0
2009-01-31  Daniel Veillard* docs/news.html*: update with infos for 0.6.0
2009-01-30  Jim Meyeringtests: diagnose open failure
2009-01-30  Daniel P. BerrangeFix empty declaration in enum declaration
2009-01-30  Daniel P. BerrangeAdded missing shared disk test case
2009-01-30  Jim Meyeringfix qemud version reporting when qemu is not installed
2009-01-30  Daniel P. BerrangeFix ifname= passing to QEMU for type=ethernet network...
2009-01-30  Daniel P. BerrangeSupport disk caching mode config
2009-01-30  Daniel P. BerrangeFix crash using bogus arch in QEMU
2009-01-30  Daniel P. BerrangeFix numerous bugs in QEMU domain startup
2009-01-30  Daniel P. BerrangeFix valgrind crash in LXC & avoid probing unneccessarily
2009-01-30  Daniel P. BerrangeFix leak of storage vols when freeing pool
2009-01-30  Daniel P. BerrangeFix leak in serializing error message from daemon to...
2009-01-30  John LevonFix yet another printf("%s", NULL) case
2009-01-29  Daniel P. BerrangeMisc xen driver bug/crash fixes
2009-01-29  John LevonFix xend XML generation when CPU pinning is used
2009-01-29  Jim Meyeringmaint: sync from coreutils
2009-01-29  Daniel P. BerrangeSupport VNC password setting in QEMU driver
2009-01-29  Daniel P. BerrangeFix save/restore migrate syntax for new KVM releases
2009-01-29  John Levonfix another printf("%s", NULL) case
2009-01-29  John Levonadd missing files
2009-01-29  John Levoncorrectly enable floppies for HVM guests.
2009-01-29  John Levonfix VNC port reporting when vncunused is set
2009-01-29  Jim Meyering* Makefile.cfg: disable some new checks
2009-01-29  Jim Meyering* Makefile.maint: sync from coreutils
2009-01-29  Jim Meyeringprohibit new uses of VIR_ERR_NO_MEMORY
2009-01-29  Jim Meyeringerror-reporting calls using VIR_ERR_NO_MEMORY: use...
2009-01-29  Guido Güntherdon't abort if setlocale() fails
2009-01-28  Daniel P. BerrangeFix typo & tweak variable decl
2009-01-28  Daniel P. BerrangeStopping reading off wire after 1 complete RPC message...
2009-01-28  Daniel P. BerrangeFix bogus valgrind memory leak warnings in test suite
2009-01-28  Daniel P. BerrangeSolaris portability for RPC code data types
2009-01-28  Jim Meyeringremote_internal.c: fix typo that would mistakenly repor...
2009-01-28  Jim Meyeringqparams.c: Use virReportOOMError(NULL), not qparam_repo...
2009-01-28  John Levonfix mis-use of PF_UNIX as a protocol
2009-01-28  Jim Meyeringlibvirt_proxy: avoid potential buffer overflow
2009-01-28  Jim Meyering* po/POTFILES.in: Add src/lxc_conf.c
next