inetcomm: Prevent possible dereferences (Coverity).
[wine] / dlls / msxml3 / node.c
2009-04-20  Francois GougetAssorted spelling fixes.
2009-02-09  Alistair Leslie... msxml3: Use our parent doc if we don't have one.
2009-01-26  Michael Stefaniucmsxml3: Remove superfluous pointer casts.
2008-12-23  Alistair Leslie... msxml3: Use xmlNodeGetContent to get text data.
2008-12-05  Michael Stefaniucmsxml3: Do not cast void pointers to other pointer...
2008-12-01  Michael Karchermsxml3: Move attach_xmlnode.c to domdoc.c.
2008-12-01  Michael Karchermsxml3: Avoid duplicate encoding.
2008-11-18  Francois Gougetmsxml3: Dynamically load libxslt.so and only call xsltI...
2008-10-31  Marcus Meissnermsxml3: Fixed if nesting / ptr checking problems in...
2008-10-31  Marcus Meissnermsxml3: Fixed NULL ptr dereference possibilities (Cover...
2008-10-28  Alistair Leslie... msxml3: Add support to get_nodeTypedValue on Element...
2008-10-13  Michael Karchermsxml3: Use orphan node list.
2008-10-13  Michael Karchermsxml3: Fix memory leaks in node.c.
2008-10-13  Michael Karchermsxml3: Fix leaks in callers of xmlChar_from_wchar.
2008-10-13  Michael Karchermsxml3: IXMLDOMNode_put_nodeValue: Use variant coercion.
2008-10-07  Michael Karchermsxml3: Revert "Simplify IXMLDOMNode::removeChild".
2008-10-07  Michael Karchermsxml3: replaceNode accepts IXMLDOMElement instead...
2008-10-07  Michael Karchermsxml3: Basic implementation of IXMLDOMNode::replaceChild.
2008-10-06  Michael Karchermsxml3: Parameter validation for IXMLDOMNode::replaceCh...
2008-10-06  Michael Karchermsxml3: Simplify IXMLDOMNode::removeChild.
2008-10-06  Michael Karchermsxml3: Fail a bit earlier on removeChild(...,NULL...
2008-10-06  Michael Karchermsxml3: removeChild can only delete direct children.
2008-09-22  Piotr Cabanmsxml3: Fix xmlnode_get_xml to work properly with XML_D...
2008-09-03  Alistair Leslie... msxml3: Correct FIXME.
2008-07-28  Alistair Leslie... msxml3: Format get_xml string to be more like msxml3.
2008-07-16  Zhangrong Huangmsxml3: Add support for accessing CDATASection node.
2008-07-16  Zhangrong Huangmsxml3: Add support for accessing document node.
2008-07-11  Piotr Cabanmsxml3: Fixed xmlnode_removeChild.
2008-07-10  Piotr Cabanmsxml3: oldChild in xmlnode_removeChild may be NULL.
2008-07-09  Piotr Cabanmsxml3: Implemented xmlnode_get_ownerDocument.
2008-07-09  Piotr Cabanmsxml3: Use IXMLDOMNode_get_nodeType in xmlnode_appendC...
2008-04-29  Alistair Leslie... msxml3: Implement IDispatch for IXMLDOMNode.
2008-04-25  Alistair Leslie... msxml3: Corrected transformNode.
2008-04-21  Alistair Leslie... msxml3: Implement get_prefix.
2008-04-21  Alistair Leslie... msxml3: Implement get_namespaceURI.
2008-04-17  Alistair Leslie... msxml3: Implement transformNode.
2008-04-09  Austin EnglishSpelling fixes.
2008-03-19  Francois GougetAssorted spelling fixes.
2008-03-05  Alistair Leslie... msxml3: Remove Byte since it's not a valid datatype.
2008-03-03  Alistair Leslie... msxml3: Implement IXMLDOMProcessingInstruction_get_node...
2008-03-03  Alistair Leslie... msxml3: Implement IXMLDOMCDATASection_get_nodeValue.
2008-02-28  Alistair Leslie... msxml3: Implement IXMLDOMComment_get_nodeValue.
2008-02-27  Francois Gougetmsxml3: Add a trailing '\n' to a Wine trace.
2008-02-25  Alistair Leslie... msxml3: Implement IXMLDOMNode put_nodeValue.
2008-02-21  Alistair Leslie... msxml3: Correct get_nodeValue for PI Nodes.
2008-02-20  Alistair Leslie... msxml3: Implement put_dataType.
2008-01-21  Alistair Leslie... msxml3: Entity Reference nodes do not support attribute...
2008-01-18  Alistair Leslie... msxml3: Attribute nodes are not typed.
2008-01-16  Alistair Leslie... msxml3: Implement get_nodeTypeString.
2008-01-16  Alistair Leslie... msxml3: Implement put_text.
2008-01-14  Alistair Leslie... msxml3: Correct get_attributes for CDATA Section.
2008-01-14  Alistair Leslie... msxml3: Implement get_dataType.
2008-01-09  Alistair Leslie... msxml3: get_attributes not supported for Attribute...
2008-01-09  Alistair Leslie... msxml3: previousSibling not supported for Attribute...
2008-01-09  Alistair Leslie... msxml3: lastChild not supported for CDATASection, Comme...
2008-01-09  Alistair Leslie... msxml3: nextSibling not supported for Attribute, Docume...
2008-01-04  Alistair Leslie... msxml3: Implement get_xml.
2008-01-04  Alistair Leslie... msxml3: Cannot add an attribute with appendChild.
2008-01-04  Alistair Leslie... msxml3: Add missing values for get_nodeName.
2008-01-04  Alistair Leslie... msxml3: Implement setNamedItem.
2008-01-03  Alistair Leslie... msxml3: Return E_INVALIDARG when value is NULL.
2007-12-07  Alistair Leslie... msxml3: Implement cloneNode.
2007-11-21  Alistair Leslie... msxml: Always return a string in get_text.
2007-11-15  Alistair Leslie... msxml: Allow insertBefore to have a NULL output parameter.
2007-07-13  Rob Shearmanmsxml3: Implement IXMLDOMNode::get_text for CDATA,...
2007-05-18  Mikołaj Zalewskimsxml3: Improve the XPath queries handling.
2006-11-02  Paul Chitescumsxml3: Check parameters of IXMLDOMNode::insertBefore().
2006-10-05  Michael Stefaniucmsxml3: Win64 printf format warning fixes.
2006-07-19  Huw Daviesmsxml3: removeChild should catch a NULL child node.
2006-07-11  Huw Daviesmsxml3: Implement removeChild.
2006-06-14  Robert Shearmanmsxml: Allow the element implementation to be aggregatable.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-02-16  Huw Daviesmsxml3: Implement comment node.
2006-02-16  Huw Daviesmsxml3: Fix get_text on text nodes.
2006-02-14  Huw Daviesmsxml: Implement getElementsByTagName.
2006-01-27  Huw Daviesmsxml: Issue a fixme if the interface is not implemented.
2006-01-19  Huw Daviesmsxml: Text node implementation.
2006-01-18  Huw Daviesmsxml: Implement get_nodeTypedValue.
2006-01-18  Huw Daviesmsxml: Add attribute node implementation.
2006-01-16  Huw Daviesmsxml: Fix for get_nodeValue on attributes.
2006-01-11  Huw Daviesmsxml: Implement createNode, appendChild and insertAfter.
2006-01-11  Huw Daviesmsxml: Fix for selectNodes when the node has no children.
2006-01-10  Huw Daviesmsxml: It's valid to release an empty document.
2005-12-01  Huw DaviesMake the node object aggregatable so that the element...
2005-11-18  Huw DaviesRef count the xmlDocPtr.
2005-11-08  Huw DaviesInclude msxml2.h rather than msxml.h and xmldom.h.
2005-11-08  Huw DaviesImplement selectSingleNode.
2005-11-08  Huw DaviesFix cut-n-paste error in licence text.
2005-11-05  Huw DaviesFilter out CTEXT nodes when building element child...
2005-11-02  Stefan HuehnerExtend get_nodeName add testcases for it.
2005-11-02  Mike McCormackImplement IXMLDOMNode::get_nodeName.
2005-10-31  Huw DaviesActually print the IIDs.
2005-09-03  Mike McCormackImplemented IXMLDOMNode::selectNodes.
2005-08-22  Mike McCormackImplement IXMLDOMNode::hasChildNode().
2005-08-19  Mike McCormackImplement the IXMLDOMNodeList interface for
2005-08-19  Mike McCormackImplement parentNode, firstChild, lastChild, previousSi...
2005-08-19  Mike McCormackUse a single function to create all IXMLDOMNode impleme...
2005-08-18  Mike McCormackMake each IXMLDOMNode interface represent one libxml2...
2005-08-17  Mike McCormackFix a search and replace mishap.
2005-08-10  Mike McCormackCreate a node object and use it to hold libxml2 pointers.