libvirt/src
Daniel Veillard 3a4c8d219c * src/xs_internal.c: cleanup of memory leaks from Masayuki Sunou
* src/virsh.c: another memory leaks of virsh schedinfo cleanup from
  Saori Fukuta
* po/*: string localization merge/update
Daniel
2007-08-21 11:53:52 +00:00
..
.cvsignore Ignore code coverage data files 2007-02-23 17:15:42 +00:00
bridge.c Tue Aug 7 13:58:00 BST 2007 Richard W.M. Jones <rjones@redhat.com> 2007-08-07 13:02:35 +00:00
bridge.h * docs/apibuild.py docs/newapi.xsl: fix generation of XML and 2007-06-29 13:23:13 +00:00
buf.c * src/xm_internal.c src/xend_internal.c src/buf.[ch]: add 2007-07-09 11:24:52 +00:00
buf.h * src/xm_internal.c src/xend_internal.c src/buf.[ch]: add 2007-07-09 11:24:52 +00:00
conf.c Wed Jul 4 10:14:00 BST 2007 Richard W.M. Jones <rjones@redhat.com> 2007-07-04 09:16:23 +00:00
conf.h Export virConf symbols with leading __ 2007-03-09 20:47:12 +00:00
console.c Rename virRunConsole to vshRunConsole 2007-01-28 19:47:36 +00:00
console.h Rename virRunConsole to vshRunConsole 2007-01-28 19:47:36 +00:00
driver.h Tue Aug 21 10:58:00 BST 2007 Richard W.M. Jones <rjones@redhat.com> 2007-08-21 10:08:12 +00:00
event.c Switch to using internal event API for QEMU driver 2007-06-26 22:51:01 +00:00
event.h Switch to using internal event API for QEMU driver 2007-06-26 22:51:01 +00:00
gnutls_1_0_compat.h Tue Aug 7 13:58:00 BST 2007 Richard W.M. Jones <rjones@redhat.com> 2007-08-07 13:02:35 +00:00
hash.c Fri Jul 6 16:00:00 BST 2007 Richard W.M. Jones <rjones@redhat.com> 2007-07-06 15:02:09 +00:00
hash.h Added several iterators to hashtable API 2006-11-15 20:11:56 +00:00
internal.h Tue Aug 21 10:21:00 BST 2007 Richard W.M. Jones <rjones@redhat.com> 2007-08-21 09:31:12 +00:00
iptables.c * docs/apibuild.py docs/newapi.xsl: fix generation of XML and 2007-06-29 13:23:13 +00:00
iptables.h Move the QEMU driver & utility files from qemud/ to src/ 2007-06-27 00:12:29 +00:00
libvirt_sym.version Tue Aug 21 10:58:00 BST 2007 Richard W.M. Jones <rjones@redhat.com> 2007-08-21 10:08:12 +00:00
libvirt.c Tue Aug 21 10:58:00 BST 2007 Richard W.M. Jones <rjones@redhat.com> 2007-08-21 10:08:12 +00:00
Makefile.am Tue Aug 21 10:21:00 BST 2007 Richard W.M. Jones <rjones@redhat.com> 2007-08-21 09:31:12 +00:00
nodeinfo.c Split out generic nodeinfo API 2007-07-25 23:16:30 +00:00
nodeinfo.h Split out generic nodeinfo API 2007-07-25 23:16:30 +00:00
openvz_conf.c Cleanup UUID apis & constants 2007-08-09 20:19:12 +00:00
openvz_conf.h Cleanup UUID apis & constants 2007-08-09 20:19:12 +00:00
openvz_driver.c Allow stdin to be specified with virExec() 2007-08-14 01:23:59 +00:00
openvz_driver.h * configure.in src/Makefile.am src/driver.h src/libvirt.c: 2007-07-17 13:27:26 +00:00
proxy_internal.c * src/proxy_internal.c: fix the UUID lookup though proxy, by 2007-08-14 12:29:40 +00:00
proxy_internal.h Fri Jul 6 16:08:00 BST 2007 Richard W.M. Jones <rjones@redhat.com> 2007-07-06 15:11:22 +00:00
qemu_conf.c Added support for -incoming option in prepare for restore 2007-08-14 01:28:47 +00:00
qemu_conf.h Added support for -incoming option in prepare for restore 2007-08-14 01:28:47 +00:00
qemu_driver.c Tue Aug 21 10:58:00 BST 2007 Richard W.M. Jones <rjones@redhat.com> 2007-08-21 10:08:12 +00:00
qemu_driver.h * docs/apibuild.py docs/newapi.xsl: fix generation of XML and 2007-06-29 13:23:13 +00:00
remote_internal.c Tue Aug 21 10:58:00 BST 2007 Richard W.M. Jones <rjones@redhat.com> 2007-08-21 10:08:12 +00:00
remote_internal.h Move QEMU driver into main libvirt.so and use single daemon for all drivers 2007-06-26 23:48:46 +00:00
sexpr.c Wed Jul 4 10:14:00 BST 2007 Richard W.M. Jones <rjones@redhat.com> 2007-07-04 09:16:23 +00:00
sexpr.h * qemud/conf.c qemud/driver.h qemud/internal.h src/internal.h 2007-03-16 15:03:21 +00:00
test.c Tue Aug 21 10:58:00 BST 2007 Richard W.M. Jones <rjones@redhat.com> 2007-08-21 10:08:12 +00:00
test.h Wed Apr 4 15:18:00 BST 2007 Richard W.M. Jones <rjones@redhat.com> 2007-04-04 14:19:49 +00:00
util.c Added qemudEscapeShellArg(), and saferead()/safewrite() APIs 2007-08-14 01:33:38 +00:00
util.h Added qemudEscapeShellArg(), and saferead()/safewrite() APIs 2007-08-14 01:33:38 +00:00
uuid.c Cleanup UUID apis & constants 2007-08-09 20:19:12 +00:00
uuid.h Cleanup UUID apis & constants 2007-08-09 20:19:12 +00:00
virsh.c * src/xs_internal.c: cleanup of memory leaks from Masayuki Sunou 2007-08-21 11:53:52 +00:00
virterror.c * src/virterror.c src/xml.c include/libvirt/virterror.h: 2007-07-13 08:26:57 +00:00
xen_internal.c Tue Aug 21 10:58:00 BST 2007 Richard W.M. Jones <rjones@redhat.com> 2007-08-21 10:08:12 +00:00
xen_internal.h Tue Aug 21 10:58:00 BST 2007 Richard W.M. Jones <rjones@redhat.com> 2007-08-21 10:08:12 +00:00
xen_unified.c Tue Aug 21 10:58:00 BST 2007 Richard W.M. Jones <rjones@redhat.com> 2007-08-21 10:08:12 +00:00
xen_unified.h Fri Jul 6 16:08:00 BST 2007 Richard W.M. Jones <rjones@redhat.com> 2007-07-06 15:11:22 +00:00
xend_internal.c Tue Aug 21 10:21:00 BST 2007 Richard W.M. Jones <rjones@redhat.com> 2007-08-21 09:31:12 +00:00
xend_internal.h Tue Aug 21 10:21:00 BST 2007 Richard W.M. Jones <rjones@redhat.com> 2007-08-21 09:31:12 +00:00
xm_internal.c Cleanup UUID apis & constants 2007-08-09 20:19:12 +00:00
xm_internal.h Fri Jul 6 16:08:00 BST 2007 Richard W.M. Jones <rjones@redhat.com> 2007-07-06 15:11:22 +00:00
xml.c Cleanup UUID apis & constants 2007-08-09 20:19:12 +00:00
xml.h Cleanup UUID apis & constants 2007-08-09 20:19:12 +00:00
xmlrpc.c Tue Feb 14 15:37:17 EST 2007 Mark McLoughlin <markmc@redhat.com> 2007-02-14 15:40:53 +00:00
xmlrpc.h Move virBuffer functions into src/buf.c,h 2007-06-26 22:33:22 +00:00
xs_internal.c * src/xs_internal.c: cleanup of memory leaks from Masayuki Sunou 2007-08-21 11:53:52 +00:00
xs_internal.h Speed up impl of lookupbyid/uuid and getostype for Xen by using HV where available 2007-08-10 18:25:15 +00:00