libvirt/src
Jim Meyering e8ff93b4e6 Remove more useless if tests before "free"-like functions.
* build-aux/useless-if-before-free: Rename from ...
* build-aux/find-unnecessary-if-before-free: ... this.  Remove file.
Also changed it so that new names are no longer hard-coded in the
script.  Instead, they're supplied via options:
* Makefile.cfg (useless_free_options): Define.
Add xmlXPathFreeObject to the list of free-like functions it detects.
* Makefile.maint (sc_avoid_if_before_free): Reflect script renaming.
* .x-sc_avoid_if_before_free: Likewise.
* src/openvz_conf.c (openvzParseXML): Remove useless "if"-before-free.
* src/qemu_conf.c (qemudParseXML, qemudParseNetworkXML): Likewise.
* src/virsh.c (cmdVNCDisplay, cmdTTYConsole, cmdDetachInterface):
(cmdDetachDisk): Likewise.
* src/xm_internal.c (xenXMConfigSetIntFromXPath): Likewise.
(xenXMConfigSetStringFromXPath, xenXMParseXMLToConfig): Likewise.
(xenXMDomainAttachDevice, xenXMAttachDisk, xenXMAttachInterface):
(xenXMDomainDetachDevice): Likewise.
* src/xml.c (virXPathString): Likewise.
* tests/xmlrpctest.c (checkRequestValue): Likewise.
2008-02-07 16:49:29 +00:00
..
.cvsignore Fri Dec 7 14:36:00 UTC 2007 Richard W.M. Jones <rjones@redhat.com> 2007-12-07 14:45:39 +00:00
bridge.c Remove all trailing blanks; turn on the rule to detect them. 2008-02-05 19:27:37 +00:00
bridge.h Enable the <config.h>-requiring test; fix violations 2008-01-29 18:15:54 +00:00
buf.c Remove all trailing blanks; turn on the rule to detect them. 2008-02-05 19:27:37 +00:00
buf.h Eliminate all uses of virBufferAdd with string literals. 2008-02-05 14:22:28 +00:00
conf.c Remove all trailing blanks; turn on the rule to detect them. 2008-02-05 19:27:37 +00:00
conf.h Detect heap allocation failure; factor out some duplication. 2007-11-30 15:43:42 +00:00
console.c Enable the <config.h>-requiring test; fix violations 2008-01-29 18:15:54 +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 Remove all trailing blanks; turn on the rule to detect them. 2008-02-05 19:27:37 +00:00
event.c Enable the <config.h>-requiring test; fix violations 2008-01-29 18:15:54 +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 Enable the <config.h>-requiring test; fix violations 2008-01-29 18:15:54 +00:00
hash.c Remove all trailing blanks; turn on the rule to detect them. 2008-02-05 19:27:37 +00:00
hash.h Added several iterators to hashtable API 2006-11-15 20:11:56 +00:00
internal.h Fix & refactor ref counting cleanup code 2008-01-21 16:29:10 +00:00
iptables.c src/iptables.c: Create directory for saving iptables rules 2008-02-07 10:17:24 +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 Use virFileReadAll in virsh.c 2008-01-21 15:27:14 +00:00
libvirt.c Remove all trailing blanks; turn on the rule to detect them. 2008-02-05 19:27:37 +00:00
Makefile.am Miscellaneous fixes for building on Windows (MinGW). 2008-01-05 16:06:36 +00:00
nodeinfo.c Enable the <config.h>-requiring test; fix violations 2008-01-29 18:15:54 +00:00
nodeinfo.h Split out generic nodeinfo API 2007-07-25 23:16:30 +00:00
openvz_conf.c Remove more useless if tests before "free"-like functions. 2008-02-07 16:49:29 +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 all trailing blanks; turn on the rule to detect them. 2008-02-05 19:27:37 +00:00
openvz_driver.h Remove all trailing blanks; turn on the rule to detect them. 2008-02-05 19:27:37 +00:00
proxy_internal.c Remove all trailing blanks; turn on the rule to detect them. 2008-02-05 19:27:37 +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 Remove more useless if tests before "free"-like functions. 2008-02-07 16:49:29 +00:00
qemu_conf.h Enable the <config.h>-requiring test; fix violations 2008-01-29 18:15:54 +00:00
qemu_driver.c Remove all trailing blanks; turn on the rule to detect them. 2008-02-05 19:27:37 +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 Remove all trailing blanks; turn on the rule to detect them. 2008-02-05 19:27:37 +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 Remove all trailing blanks; turn on the rule to detect them. 2008-02-05 19:27:37 +00:00
sexpr.h Adjust sexpr-related interfaces to be const-correct. 2008-01-21 14:22:15 +00:00
socketcompat.h Portability improvements for Mac OS X. 2008-01-23 14:54:41 +00:00
stats_linux.c Fix device name -> number conversion for block stats 2008-01-29 18:36:00 +00:00
stats_linux.h Fix device name -> number conversion for block stats 2008-01-29 18:36:00 +00:00
test.c Eliminate all uses of virBufferAdd with string literals. 2008-02-05 14:22:28 +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 Remove all trailing blanks; turn on the rule to detect them. 2008-02-05 19:27:37 +00:00
util.h Use virFileReadAll in virsh.c 2008-01-21 15:27:14 +00:00
uuid.c Enable the <config.h>-requiring test; fix violations 2008-01-29 18:15:54 +00:00
uuid.h Cleanup UUID apis & constants 2007-08-09 20:19:12 +00:00
virsh.c Remove more useless if tests before "free"-like functions. 2008-02-07 16:49:29 +00:00
virterror.c Remove all trailing blanks; turn on the rule to detect them. 2008-02-05 19:27:37 +00:00
xen_internal.c * src/xen_internal.c: Don't crash if there's no /sys/hypervisor/capabilities 2008-02-07 10:43:14 +00:00
xen_internal.h Added public API for authentication credential callback support 2007-12-05 18:28:05 +00:00
xen_unified.c * src/libvirt.c: fix bug in xenUnifiedDomainSuspend() patch provided 2008-02-07 09:37:10 +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 Remove all trailing blanks; turn on the rule to detect them. 2008-02-05 19:27:37 +00:00
xend_internal.h Remove all trailing blanks; turn on the rule to detect them. 2008-02-05 19:27:37 +00:00
xm_internal.c Remove more useless if tests before "free"-like functions. 2008-02-07 16:49:29 +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 Remove more useless if tests before "free"-like functions. 2008-02-07 16:49:29 +00:00
xml.h Disable Xen specific functions if Xen driver is disabled 2007-11-30 22:51:54 +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