libvirt/src
Jim Meyering 1de5bace80 Plug two leaks: host.migrateTrans and arch.name
* src/capabilities.c (virCapabilitiesFree): Free host.migrateTrans.
(virCapabilitiesFreeGuest): Free arch.name member.
2008-03-03 13:15:14 +00:00
..
.cvsignore Ignore libvirt_parthelper binary 2008-02-20 15:58:38 +00:00
bridge.c Set MAC address on TUN device for Xenner compatability 2008-02-28 01:23:14 +00:00
bridge.h Set MAC address on TUN device for Xenner compatability 2008-02-28 01:23:14 +00:00
buf.c Added convenience virsh command for creating pools/volumes without XML 2008-02-20 15:29:13 +00:00
buf.h Added convenience virsh command for creating pools/volumes without XML 2008-02-20 15:29:13 +00:00
capabilities.c Plug two leaks: host.migrateTrans and arch.name 2008-03-03 13:15:14 +00:00
capabilities.h Fix a "make syntax-check" failure. 2008-02-27 14:40:19 +00:00
conf.c Use safewrite in place of write, in many cases. 2008-02-22 15:55:04 +00:00
conf.h Detect heap allocation failure; factor out some duplication. 2007-11-30 15:43:42 +00:00
console.c Use safewrite in place of write, in many cases. 2008-02-22 15:55:04 +00:00
console.h Fri Dec 7 14:49:00 UTC 2007 Richard W.M. Jones <rjones@redhat.com> 2007-12-07 14:56:37 +00:00
driver.h * src/driver.h src/libvirt.c src/openvz_driver.c src/qemu_driver.c 2008-02-26 07:05:18 +00:00
event.c Enable the <config.h>-requiring test; fix violations 2008-01-29 18:15:54 +00:00
event.h Fix typos (Atsushi SAKAI). 2008-02-27 10:37:19 +00:00
gnutls_1_0_compat.h Enable the <config.h>-requiring test; fix violations 2008-01-29 18:15:54 +00:00
hash.c Internal driver API for storage management 2008-02-20 15:06:53 +00:00
hash.h Added several iterators to hashtable API 2006-11-15 20:11:56 +00:00
internal.h virMacAddrCompare for comparing MAC addresses 2008-02-27 16:14:44 +00:00
iptables.c Fix typos (Atsushi SAKAI). 2008-02-27 10:37:19 +00:00
iptables.h add iptablesSaveRules(), and don't save the rules to disk 2008-01-10 14:01:00 +00:00
libvirt_sym.version Avoid link errors with "configure --disable-shared". 2008-02-28 17:06:32 +00:00
libvirt.c Oops trailing blank, Daniel 2008-02-26 07:06:48 +00:00
Makefile.am Rewrite test-coverage rules to accommodate multiple .o files per .c. 2008-02-28 17:07:37 +00:00
nodeinfo.c Fix gcc-4.3.0 "inlining failed" warning. 2008-02-08 09:15:16 +00:00
nodeinfo.h Fix gcc-4.3.0 "inlining failed" warning. 2008-02-08 09:15:16 +00:00
openvz_conf.c Rewrite openvzSetUUID. 2008-02-21 18:48:06 +00:00
openvz_conf.h Remove all trailing blanks; turn on the rule to detect them. 2008-02-05 19:27:37 +00:00
openvz_driver.c * src/driver.h src/libvirt.c src/openvz_driver.c src/qemu_driver.c 2008-02-26 07:05:18 +00:00
openvz_driver.h Remove all trailing blanks; turn on the rule to detect them. 2008-02-05 19:27:37 +00:00
parthelper.c Added disk partition storage pool backend 2008-02-20 15:52:17 +00:00
proxy_internal.c Use safewrite in place of write, in many cases. 2008-02-22 15:55:04 +00:00
proxy_internal.h Remove all trailing blanks; turn on the rule to detect them. 2008-02-05 19:27:37 +00:00
qemu_conf.c Fix qemudReportError. 2008-02-28 11:17:49 +00:00
qemu_conf.h Add formal internal capabilities API and update drivers to use it 2008-02-27 04:35:08 +00:00
qemu_driver.c Add formal internal capabilities API and update drivers to use it 2008-02-27 04:35:08 +00:00
qemu_driver.h Enable the <config.h>-requiring test; fix violations 2008-01-29 18:15:54 +00:00
qemu.conf Remove all trailing blanks; turn on the rule to detect them. 2008-02-05 19:27:37 +00:00
qparams.c Miscellaneous fixes for building on Windows (MinGW). 2008-01-05 16:06:36 +00:00
qparams.h Add separate qparams module for handling query parameters. 2007-12-17 10:07:56 +00:00
remote_internal.c * src/driver.h src/libvirt.c src/openvz_driver.c src/qemu_driver.c 2008-02-26 07:05:18 +00:00
remote_internal.h Wed Dec 5 13:48:00 UTC 2007 Richard W.M. Jones <rjones@redhat.com> 2007-12-05 13:56:22 +00:00
sexpr.c Fix typos (Atsushi SAKAI). 2008-02-27 10:37:19 +00:00
sexpr.h Adjust sexpr-related interfaces to be const-correct. 2008-01-21 14:22:15 +00:00
socketcompat.h Fix typos (Atsushi SAKAI). 2008-02-27 10:37:19 +00:00
stats_linux.c Fix gcc-4.3.0 "inlining failed" warning. 2008-02-08 09:15:16 +00:00
stats_linux.h Fix device name -> number conversion for block stats 2008-01-29 18:36:00 +00:00
storage_backend_disk.c Fix typos (Atsushi SAKAI). 2008-02-27 10:37:19 +00:00
storage_backend_disk.h Added disk partition storage pool backend 2008-02-20 15:52:17 +00:00
storage_backend_fs.c Avoid new "make syntax-check" failures. 2008-02-25 10:00:16 +00:00
storage_backend_fs.h Added directory/filesystem/netfs based storage pool backend 2008-02-20 15:45:59 +00:00
storage_backend_iscsi.c avoid format string warnings 2008-02-22 16:26:13 +00:00
storage_backend_iscsi.h Added iSCSI storage pool backend 2008-02-20 15:49:25 +00:00
storage_backend_logical.c Avoid new "make syntax-check" failures. 2008-02-25 10:00:16 +00:00
storage_backend_logical.h Added logical volume storage pool driver 2008-02-20 15:45:33 +00:00
storage_backend.c Fix typos (Atsushi SAKAI). 2008-02-27 10:37:19 +00:00
storage_backend.h Added storage backend helper APIs 2008-02-20 15:38:29 +00:00
storage_conf.c Fix typos (Atsushi SAKAI). 2008-02-27 10:37:19 +00:00
storage_conf.h Added main internal storage driver impl 2008-02-20 15:34:52 +00:00
storage_driver.c avoid format string warnings 2008-02-22 16:26:13 +00:00
storage_driver.h Added main internal storage driver impl 2008-02-20 15:34:52 +00:00
test.c Add formal internal capabilities API and update drivers to use it 2008-02-27 04:35:08 +00:00
test.h Wed Dec 5 13:48:00 UTC 2007 Richard W.M. Jones <rjones@redhat.com> 2007-12-05 13:56:22 +00:00
util-lib.c Move safewrite and saferead to a separate file. 2008-02-22 15:53:13 +00:00
util-lib.h fix compilation against static libraries 2008-02-25 13:55:56 +00:00
util.c virMacAddrCompare for comparing MAC addresses 2008-02-27 16:14:44 +00:00
util.h virMacAddrCompare for comparing MAC addresses 2008-02-27 16:14:44 +00:00
uuid.c Mark all qemudLog diagnostics for translation. 2008-02-07 16:50:17 +00:00
uuid.h Cleanup UUID apis & constants 2007-08-09 20:19:12 +00:00
virsh.c virMacAddrCompare for comparing MAC addresses 2008-02-27 16:14:44 +00:00
virterror.c Fix typos (Atsushi SAKAI). 2008-02-27 10:37:19 +00:00
xen_internal.c Fix typos (Atsushi SAKAI). 2008-02-27 10:37:19 +00:00
xen_internal.h Added public API for authentication credential callback support 2007-12-05 18:28:05 +00:00
xen_unified.c Fix typos (Atsushi SAKAI). 2008-02-27 10:37:19 +00:00
xen_unified.h Fri Dec 7 14:36:00 UTC 2007 Richard W.M. Jones <rjones@redhat.com> 2007-12-07 14:45:39 +00:00
xend_internal.c Add formal internal capabilities API and update drivers to use it 2008-02-27 04:35:08 +00:00
xend_internal.h Add formal internal capabilities API and update drivers to use it 2008-02-27 04:35:08 +00:00
xm_internal.c virMacAddrCompare for comparing MAC addresses 2008-02-27 16:14:44 +00:00
xm_internal.h src/xm_internal.[ch]: Move static function prototype from header 2008-02-07 10:14:43 +00:00
xml.c Add formal internal capabilities API and update drivers to use it 2008-02-27 04:35:08 +00:00
xml.h Add formal internal capabilities API and update drivers to use it 2008-02-27 04:35:08 +00:00
xmlrpc.c Remove all trailing blanks; turn on the rule to detect them. 2008-02-05 19:27:37 +00:00
xmlrpc.h Move virBuffer functions into src/buf.c,h 2007-06-26 22:33:22 +00:00
xs_internal.c Remove all trailing blanks; turn on the rule to detect them. 2008-02-05 19:27:37 +00:00
xs_internal.h fix the detach-disk command when using Xen tap devices 2007-12-14 15:38:02 +00:00