]> git.ipfire.org Git - thirdparty/libvirt.git/shortlog
thirdparty/libvirt.git
2009-09-09  Daniel VeillardDeprecate lzma and lzop in favor of xz, add dep
2009-09-09  Maximilian... Check for libssh2 >= 1.0 for phy driver
2009-09-09  Jim Meyeringqemu_driver.c: factor out duplication in compression...
2009-09-09  Jim Meyeringalso allow use of XZ for Qemu image compression
2009-09-09  Jim Meyeringopenvz_conf.c: remove dead store to "p"; use strchrnul
2009-09-09  Jim Meyeringbuild: update gnulib submodule to latest
2009-09-08  Daniel VeillardRemove some tabs used for indent
2009-09-08  Matthias BolteAvoid another leak in src/xend_internal.c
2009-09-08  Daniel VeillardUpdated a number of localizations and regenerated
2009-09-08  Daniel VeillardAdd flags and requires for Multipath storage
2009-09-08  Dave AllanMultipath storage support module
2009-09-08  Matthias BolteAvoid a leak in xenDaemonLookupByID
2009-09-08  Miloslav TrmačAdd a missing comment
2009-09-08  Miloslav TrmačFix a pasto in storage_encryption_conf.c
2009-09-07  Jim Meyeringxm_internal.c: remove four useless comparisons after...
2009-09-07  Jim Meyeringxm_internal.c: remove dead increment of "data"
2009-09-07  Jim Meyeringnetwork_driver.c: remove dead store to "err"
2009-09-07  Jim Meyeringiptables.c: remove dead store to "s"
2009-09-07  Jim Meyeringutil.c: avoid dead store to "flag"
2009-09-07  Jim Meyeringdomain_conf.c: remove two dead stores
2009-09-07  Jim Meyeringxm_internal.c: remove two ret=... dead stores
2009-09-07  Jim Meyeringxm_internal.c: remove dead stores of local, "type"
2009-09-07  Pritesh KothariVBox fix minor bugs in display and added OOM checks
2009-09-07  Jim Meyeringnetwork_conf.c: remove dead store to "err"
2009-09-07  Jim Meyeringopenvz_driver.c: avoid dead store to "err"
2009-09-07  Jim Meyeringxend_internal.c: Remove two dead stores to "ret"
2009-09-07  Jim Meyeringstorage_driver.c: remove two dead stores to "backend"
2009-09-07  Daniel VeillardMerge branch 'tmp'
2009-09-07  Matthias BolteSome close/fclose/closedir calls are missing
2009-09-04  Jim Meyeringlxc_container.c: avoid a leak on error paths
2009-09-04  Jim Meyeringqemu_conf.c: add a comment suggesting why we leave...
2009-09-04  Jim Meyeringhash.c: remove a dead store
2009-09-04  Jim Meyeringinterface_conf.c: remove a dead-store and declaration
2009-09-04  Jim Meyeringeventtest.c: detect write failure and avoid dead stores
2009-09-04  Jim Meyeringopenvz_conf.c: Remove dead store to copy_fd
2009-09-04  Jim Meyeringstorage_backend_logical.c: appease clang: remove useles...
2009-09-04  Matthias BolteESX raise error if UUID parse failed
2009-09-04  Matthias BolteESX add domain undefine based on esxVI_UnregisterVM
2009-09-04  Matthias BolteESX add esxGetCapabilities() with basic defaults
2009-09-04  Matthias BolteESX simplify SOAP request and response handling
2009-09-04  Matthias BolteESX use virXPathNode*() to simplify XPath handling
2009-09-04  Matthias BolteESX: make esxVI_GetVirtualMachineIdentity() robust
2009-09-04  Matthias BolteESX: Fix VMX path parsing and URL encoding
2009-09-04  Pritesh KothariVBox add Storage Volume support
2009-09-04  Ryota OzakiFix several memory leaks
2009-09-04  Pritesh KothariVBox driver cleanups
2009-09-04  Laine StumpMinor comment changes
2009-09-04  Laine StumpFix a memory leak in virsh
2009-09-04  Daniel P. BerrangeFix ID field in virDomainPtr after starting Xen VM
2009-09-04  Daniel VeillardPHYP driver cleanups
2009-09-04  Eduardo OtuboSwitch Power Hypervisor to libssh2
2009-09-04  Chris LalancetteAllow libvirtd to RPC to external libvirtd
2009-09-03  Daniel P. BerrangeFix memory leak of monitor character device
2009-09-03  Daniel P. BerrangeAutomatically set correct ownership of QEMU state direc...
2009-09-03  Daniel P. BerrangeMove QEMU monitor socket in /var/lib/libvirt/qemu
2009-09-03  Daniel P. BerrangeAvoid polling on FDs with no events enabled
2009-09-03  Jim Meyeringxen_internal.c: remove two unused local variables
2009-09-03  Matthias Bolteesx_vi: return -1 upon failure, as intended
2009-09-03  Jim Meyeringpython: let libvirt_virConnectDomainEventCallback indic...
2009-09-03  Jim Meyeringmdns.c: remove dead initialization
2009-09-03  Jim Meyeringnode_device_conf.c: remove dead initialization
2009-09-03  Jim Meyeringopenvz_conf.c: don't use undefined local, "net"
2009-09-03  Jim Meyeringtest.c: don't use undefined local, "def"
2009-09-03  Jim Meyeringuml_conf.c: don't return an uninitialized pointer
2009-09-03  Jim Meyeringstorage_backend.c: assure clang that inputvol can't...
2009-09-03  Jim Meyeringlibvir.c: avoid NULL dereference in virStoragePoolSetAu...
2009-09-03  Jim Meyeringremote_internal.c: appease clang
2009-09-03  Jim Meyeringinfra: define ATTRIBUTE_NONNULL to mark non-NULL parameters
2009-09-03  Jim Meyeringlxc: don't unlink(NULL) in main
2009-09-03  Jim Meyeringlxc: avoid NULL dereference upon getmntent failure
2009-09-03  Jim Meyeringstorage_conf.c: avoid overflow upon use of "z" or ...
2009-09-03  Jim Meyeringstorage_backend_fs: avoid NULL dereference on opendir...
2009-09-03  Pritesh KothariVBox cleanup and update of networking shutdown
2009-09-03  Pritesh KothariVBox cleanup and update of networking XML functions
2009-09-03  Daniel P. BerrangeAdd support for setting disk drive serial numbers
2009-09-03  Daniel P. BerrangeSupport configuration of huge pages in guests
2009-09-03  Daniel P. BerrangeFix misc OOM bugs
2009-09-03  Pritesh KothariVBox support for defining/dumping video devices
2009-09-03  Pritesh KothariGeneric parsing support for video acceleration
2009-09-02  Chris LalancetteFix bugs in virDomainMigrate v2 code.
2009-09-02  Matthias BolteVMware ESX: Don't warn on some query parameter
2009-09-02  Matthias BolteVMware ESX: Allow ethernet address type 'vpx'
2009-09-02  Daniel P. BerrangeDon't blindly reorder disk drives
2009-09-02  Pritesh KothariSupport for getting/setting number of cpus in VBox
2009-09-01  Daniel P. BerrangeMisc fixes to secrets API code
2009-09-01  Daniel P. BerrangeOnly add glusterfs dep for Fedora >= 11
2009-09-01  Daniel P. BerrangeRemove redundant base64 include file
2009-09-01  Daniel P. BerrangeAdd Miloslav Trmač to AUTHORS file
2009-09-01  Miloslav TrmačMake handling of monitor prompts more general.
2009-09-01  Miloslav TrmačDon't assume buffered output echoes the command.
2009-09-01  Miloslav TrmačAttach encryption information to virDomainDiskDef.
2009-09-01  Miloslav TrmačAdd support for encrypted (qcow) volume creation.
2009-09-01  Miloslav TrmačRecognize encryption format of qcow volumes.
2009-09-01  Miloslav TrmačAttach encryption information to virStorageVolDef.
2009-09-01  Miloslav TrmačAdd volume encryption information handling.
2009-09-01  Miloslav TrmačSecret manipulation API docs refresh & wire up python...
2009-09-01  Miloslav TrmačSecret manipulation remote client
2009-09-01  Miloslav TrmačSecret manipulation libvirtd wire protocol & remote...
2009-09-01  Miloslav TrmačSecret manipulation public API implementation
2009-09-01  Miloslav TrmačSecret manipulation internal API
next