libvirt/src
Jim Meyering b8111adf35 avoid one more ctype vs. sign-extension problem
* src/util.c (TOLOWER): Also convert tolower argument.
2008-05-09 08:09:48 +00:00
..
.cvsignore Ignore libvirt_parthelper binary 2008-02-20 15:58:38 +00:00
bridge.c remove Vim and Emacs variable settings from C source files 2008-04-10 16:53:29 +00:00
bridge.h remove Vim and Emacs variable settings from C source files 2008-04-10 16:53:29 +00:00
buf.c Change virBuffer API to prevent common usage errors. Update all users of APIs 2008-04-28 15:14:59 +00:00
buf.h Change virBuffer API to prevent common usage errors. Update all users of APIs 2008-04-28 15:14:59 +00:00
capabilities.c Added safer lowlevel memory allocation APis. Converted hash.c and capabilities.c to use them 2008-04-28 21:44:54 +00:00
capabilities.h remove Vim and Emacs variable settings from C source files 2008-04-10 16:53:29 +00:00
conf.c Change virBuffer API to prevent common usage errors. Update all users of APIs 2008-04-28 15:14:59 +00:00
conf.h convert TAB-based indentation in C sources to use only spaces 2008-04-10 16:54:54 +00:00
console.c remove Vim and Emacs variable settings from C source files 2008-04-10 16:53:29 +00:00
console.h remove Vim and Emacs variable settings from C source files 2008-04-10 16:53:29 +00:00
driver.h convert TAB-based indentation in C sources to use only spaces 2008-04-10 16:54:54 +00:00
event.c remove Vim and Emacs variable settings from C source files 2008-04-10 16:53:29 +00:00
event.h convert TAB-based indentation in C sources to use only spaces 2008-04-10 16:54:54 +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 Remove bogus test code accidentally left in previous commit 2008-04-29 13:48:41 +00:00
hash.h convert TAB-based indentation in C sources to use only spaces 2008-04-10 16:54:54 +00:00
internal.h Added safer lowlevel memory allocation APis. Converted hash.c and capabilities.c to use them 2008-04-28 21:44:54 +00:00
iptables.c remove Vim and Emacs variable settings from C source files 2008-04-10 16:53:29 +00:00
iptables.h remove Vim and Emacs variable settings from C source files 2008-04-10 16:53:29 +00:00
libvirt_sym.version Change virBuffer API to prevent common usage errors. Update all users of APIs 2008-04-28 15:14:59 +00:00
libvirt.c convert TAB-based indentation in C sources to use only spaces 2008-04-10 16:54:54 +00:00
lxc_conf.c Change virBuffer API to prevent common usage errors. Update all users of APIs 2008-04-28 15:14:59 +00:00
lxc_conf.h * src/Makefile.am src/lxc_conf.c src/lxc_conf.h src/lxc_container.c 2008-04-10 07:30:52 +00:00
lxc_container.c remove Vim and Emacs variable settings from C source files 2008-04-10 16:53:29 +00:00
lxc_container.h remove Vim and Emacs variable settings from C source files 2008-04-10 16:53:29 +00:00
lxc_driver.c *** empty log message *** 2008-05-09 07:16:30 +00:00
lxc_driver.h remove Vim and Emacs variable settings from C source files 2008-04-10 16:53:29 +00:00
Makefile.am Tell gcov to look in .libs to find coverage data 2008-04-29 15:38:13 +00:00
memory.c Fix build on F9 with missing stddefs.h include 2008-05-06 21:44:12 +00:00
memory.h Added safer lowlevel memory allocation APis. Converted hash.c and capabilities.c to use them 2008-04-28 21:44:54 +00:00
nodeinfo.c avoid problems with sign-extended "char" operand to is* functions 2008-04-25 14:53:05 +00:00
nodeinfo.h Fix gcc-4.3.0 "inlining failed" warning. 2008-02-08 09:15:16 +00:00
openvz_conf.c convert TAB-based indentation in C sources to use only spaces 2008-04-10 16:54:54 +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 remove Vim and Emacs variable settings from C source files 2008-04-10 16:53:29 +00:00
openvz_driver.h convert TAB-based indentation in C sources to use only spaces 2008-04-10 16:54:54 +00:00
parthelper.c Avoid in-function #if directives. 2008-04-29 13:20:46 +00:00
proxy_internal.c convert TAB-based indentation in C sources to use only spaces 2008-04-10 16:54:54 +00:00
proxy_internal.h convert TAB-based indentation in C sources to use only spaces 2008-04-10 16:54:54 +00:00
qemu_conf.c SetVcpus and DomainGetMaxVcpus for QEmu 2008-05-07 16:16:44 +00:00
qemu_conf.h SetVcpus and DomainGetMaxVcpus for QEmu 2008-05-07 16:16:44 +00:00
qemu_driver.c SetVcpus and DomainGetMaxVcpus for QEmu 2008-05-07 16:16:44 +00:00
qemu_driver.h remove Vim and Emacs variable settings from C source files 2008-04-10 16:53:29 +00:00
qemu.conf * NEWS virsh.1 docs//* include/libvirt/libvirt.h[.in] qemud/mdns.h 2008-03-17 10:27:31 +00:00
qparams.c Change virBuffer API to prevent common usage errors. Update all users of APIs 2008-04-28 15:14:59 +00:00
qparams.h convert TAB-based indentation in C sources to use only spaces 2008-04-10 16:54:54 +00:00
remote_internal.c Remove bogus check for NULL in qparams breaking connections 2008-05-01 18:11:03 +00:00
remote_internal.h remove Vim and Emacs variable settings from C source files 2008-04-10 16:53:29 +00:00
sexpr.c avoid problems with sign-extended "char" operand to is* functions 2008-04-25 14:53:05 +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 avoid problems with sign-extended "char" operand to is* functions 2008-04-25 14:53:05 +00:00
stats_linux.h convert TAB-based indentation in C sources to use only spaces 2008-04-10 16:54:54 +00:00
storage_backend_disk.c remove Vim and Emacs variable settings from C source files 2008-04-10 16:53:29 +00:00
storage_backend_disk.h remove Vim and Emacs variable settings from C source files 2008-04-10 16:53:29 +00:00
storage_backend_fs.c complete the previous change 2008-05-09 08:06:50 +00:00
storage_backend_fs.h remove Vim and Emacs variable settings from C source files 2008-04-10 16:53:29 +00:00
storage_backend_iscsi.c remove Vim and Emacs variable settings from C source files 2008-04-10 16:53:29 +00:00
storage_backend_iscsi.h remove Vim and Emacs variable settings from C source files 2008-04-10 16:53:29 +00:00
storage_backend_logical.c remove Vim and Emacs variable settings from C source files 2008-04-10 16:53:29 +00:00
storage_backend_logical.h remove Vim and Emacs variable settings from C source files 2008-04-10 16:53:29 +00:00
storage_backend.c remove Vim and Emacs variable settings from C source files 2008-04-10 16:53:29 +00:00
storage_backend.h remove Vim and Emacs variable settings from C source files 2008-04-10 16:53:29 +00:00
storage_conf.c remove useless tests before xmlFree 2008-04-29 19:43:57 +00:00
storage_conf.h remove Vim and Emacs variable settings from C source files 2008-04-10 16:53:29 +00:00
storage_driver.c Fixes for MinGW. 2008-04-18 08:33:23 +00:00
storage_driver.h remove Vim and Emacs variable settings from C source files 2008-04-10 16:53:29 +00:00
test.c Change virBuffer API to prevent common usage errors. Update all users of APIs 2008-04-28 15:14:59 +00:00
test.h remove Vim and Emacs variable settings from C source files 2008-04-10 16:53:29 +00:00
util-lib.c convert TAB-based indentation in C sources to use only spaces 2008-04-10 16:54:54 +00:00
util-lib.h fix compilation against static libraries 2008-02-25 13:55:56 +00:00
util.c avoid one more ctype vs. sign-extension problem 2008-05-09 08:09:48 +00:00
util.h avoid problems with sign-extended "char" operand to is* functions 2008-04-25 14:53:05 +00:00
uuid.c remove Vim and Emacs variable settings from C source files 2008-04-10 16:53:29 +00:00
uuid.h convert TAB-based indentation in C sources to use only spaces 2008-04-10 16:54:54 +00:00
virsh.c Change virBuffer API to prevent common usage errors. Update all users of APIs 2008-04-28 15:14:59 +00:00
virterror.c convert TAB-based indentation in C sources to use only spaces 2008-04-10 16:54:54 +00:00
xen_internal.c Fix array out of bounds in capabilities code parsing 2008-04-29 14:13:54 +00:00
xen_internal.h convert TAB-based indentation in C sources to use only spaces 2008-04-10 16:54:54 +00:00
xen_unified.c convert TAB-based indentation in C sources to use only spaces 2008-04-10 16:54:54 +00:00
xen_unified.h convert TAB-based indentation in C sources to use only spaces 2008-04-10 16:54:54 +00:00
xend_internal.c add "const" and "static" attributes to file-scoped globals 2008-05-09 08:02:44 +00:00
xend_internal.h Sound support for QEmu and Xen 2008-05-07 14:04:40 +00:00
xm_internal.c Added disk target bus type to Xen driver 2008-05-08 14:41:56 +00:00
xm_internal.h convert TAB-based indentation in C sources to use only spaces 2008-04-10 16:54:54 +00:00
xml.c Disable sound functions when in proxy 2008-05-07 18:50:23 +00:00
xml.h Sound support for QEmu and Xen 2008-05-07 14:04:40 +00:00
xmlrpc.c Change virBuffer API to prevent common usage errors. Update all users of APIs 2008-04-28 15:14:59 +00:00
xmlrpc.h Change virBuffer API to prevent common usage errors. Update all users of APIs 2008-04-28 15:14:59 +00:00
xs_internal.c convert TAB-based indentation in C sources to use only spaces 2008-04-10 16:54:54 +00:00
xs_internal.h convert TAB-based indentation in C sources to use only spaces 2008-04-10 16:54:54 +00:00