libvirt/src
Richard W.M. Jones efd495d667 Thu Dec 6 16:32:00 UTC 2007 Richard W.M. Jones <rjones@redhat.com>
* src/virsh.c: The prompt should depend on readonly status,
	  not on the UID.
2007-12-06 16:36:21 +00:00
..
.cvsignore Ignore code coverage data files 2007-02-23 17:15:42 +00:00
bridge.c Mon Nov 26 11:49:00 UTC 2007 Richard W.M. Jones <rjones@redhat.com> 2007-11-26 11:50:16 +00:00
bridge.h Mon Nov 26 11:49:00 UTC 2007 Richard W.M. Jones <rjones@redhat.com> 2007-11-26 11:50:16 +00:00
buf.c Include "config.h". 2007-12-05 21:40:15 +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 Use gnulib, starting with its physmem and getaddrinfo modules. 2007-12-05 21:31:07 +00:00
conf.h Detect heap allocation failure; factor out some duplication. 2007-11-30 15:43:42 +00:00
console.c Mon Nov 26 12:12:00 UTC 2007 Richard W.M. Jones <rjones@redhat.com> 2007-11-26 12:14:32 +00:00
console.h Rename virRunConsole to vshRunConsole 2007-01-28 19:47:36 +00:00
driver.h Added public API for authentication credential callback support 2007-12-05 18:28:05 +00:00
event.c Allow updating of existing timers & file handle event watches 2007-09-19 01:27:32 +00:00
event.h Allow updating of existing timers & file handle event watches 2007-09-19 01:27:32 +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 Include "config.h". 2007-12-05 21:40:15 +00:00
hash.h Added several iterators to hashtable API 2006-11-15 20:11:56 +00:00
internal.h Wire up SASL interaction callbacks to libvirt callbacks. Provide default callback impl 2007-12-05 18:55:04 +00:00
iptables.c Fix numerous memory leaks 2007-12-01 15:45:25 +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 Wire up SASL interaction callbacks to libvirt callbacks. Provide default callback impl 2007-12-05 18:55:04 +00:00
libvirt.c Wire up SASL interaction callbacks to libvirt callbacks. Provide default callback impl 2007-12-05 18:55:04 +00:00
Makefile.am * configure.in src/Makefile.am src/virsh.c: fix compilation problems 2007-12-06 10:24:52 +00:00
nodeinfo.c Include "config.h". 2007-12-05 21:40:15 +00:00
nodeinfo.h Split out generic nodeinfo API 2007-07-25 23:16:30 +00:00
openvz_conf.c Include "config.h". 2007-12-05 21:40:15 +00:00
openvz_conf.h * src/openvz_conf.c src/openvz_conf.h src/openvz_driver.c: a bit 2007-09-03 16:30:00 +00:00
openvz_driver.c Use gnulib, starting with its physmem and getaddrinfo modules. 2007-12-05 21:31:07 +00:00
openvz_driver.h * src/openvz_conf.c src/openvz_conf.h src/openvz_driver.c 2007-09-03 15:37:07 +00:00
proxy_internal.c Include "config.h". 2007-12-05 21:40:15 +00:00
proxy_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
qemu_conf.c Strip autogenerated vnetXXX interfaces 2007-12-05 15:08:23 +00:00
qemu_conf.h Move generic file & I/O routines out of QEMU driver into util.c 2007-12-03 14:30:46 +00:00
qemu_driver.c Use gnulib, starting with its physmem and getaddrinfo modules. 2007-12-05 21:31:07 +00:00
qemu_driver.h Mon Nov 26 11:49:00 UTC 2007 Richard W.M. Jones <rjones@redhat.com> 2007-11-26 11:50:16 +00:00
qemu.conf Added default example configs for libvirtd/qemu driver 2007-10-12 19:54:15 +00:00
remote_internal.c Thu Dec 6 12:00:00 UTC 2007 Richard W.M. Jones <rjones@redhat.com> 2007-12-06 12:05:35 +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 Use gnulib, starting with its physmem and getaddrinfo modules. 2007-12-05 21:31:07 +00:00
sexpr.h Allow empty bootloader tag 2007-09-29 18:31:05 +00:00
stats_linux.c Tue Nov 20 10:49:28 UTC 2007 Richard W.M. Jones <rjones@redhat.com> 2007-11-20 10:58:21 +00:00
stats_linux.h Wed Nov 14 11:55:00 UTC 2007 Richard W.M. Jones <rjones@redhat.com> 2007-11-14 11:58:36 +00:00
test.c Use gnulib, starting with its physmem and getaddrinfo modules. 2007-12-05 21:31:07 +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.c Wed Dec 5 13:48:00 UTC 2007 Richard W.M. Jones <rjones@redhat.com> 2007-12-05 13:56:22 +00:00
util.h Move generic file & I/O routines out of QEMU driver into util.c 2007-12-03 14:30:46 +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 Thu Dec 6 16:32:00 UTC 2007 Richard W.M. Jones <rjones@redhat.com> 2007-12-06 16:36:21 +00:00
virterror.c Include "config.h". 2007-12-05 21:40:15 +00:00
xen_internal.c Added public API for authentication credential callback support 2007-12-05 18:28:05 +00:00
xen_internal.h Added public API for authentication credential callback support 2007-12-05 18:28:05 +00:00
xen_unified.c Added public API for authentication credential callback support 2007-12-05 18:28:05 +00:00
xen_unified.h Wed Dec 5 13:48:00 UTC 2007 Richard W.M. Jones <rjones@redhat.com> 2007-12-05 13:56:22 +00:00
xend_internal.c Added public API for authentication credential callback support 2007-12-05 18:28:05 +00:00
xend_internal.h Added public API for authentication credential callback support 2007-12-05 18:28:05 +00:00
xm_internal.c Added public API for authentication credential callback support 2007-12-05 18:28:05 +00:00
xm_internal.h Added public API for authentication credential callback support 2007-12-05 18:28:05 +00:00
xml.c Disable Xen specific functions if Xen driver is disabled 2007-11-30 22:51:54 +00:00
xml.h Disable Xen specific functions if Xen driver is disabled 2007-11-30 22:51:54 +00:00
xmlrpc.c Include "config.h". 2007-12-05 21:40:15 +00:00
xmlrpc.h Move virBuffer functions into src/buf.c,h 2007-06-26 22:33:22 +00:00
xs_internal.c Include "config.h". 2007-12-05 21:40:15 +00:00
xs_internal.h Added public API for authentication credential callback support 2007-12-05 18:28:05 +00:00