netstat: Initial implementation.
[wine] / dlls / msxml3 / pi.c
2012-05-15  Nikolay Sivovmsxml3: Remove no longer used get_xml() option to mess...
2012-05-07  Nikolay Sivovmsxml3: Make ::put_data() use passed BSTR as general...
2012-04-30  Nikolay Sivovmsxml3: Use dispex support for IDispatch implementation...
2012-01-24  Nikolay Sivovmsxml3: Internally call methods with interface macros.
2012-01-09  Nikolay Sivovmsxml3: Some put_dataType() tests for nodes without...
2011-11-21  Nikolay Sivovmsxml3: Added common ISupportErrorInfo implementation.
2011-11-15  Nikolay Sivovmsxml3: Support multiple IXMLDOMNamedNodeMap implementa...
2011-10-31  Nikolay Sivovmsxml3: Init IDispatchEx data for all node types.
2011-03-28  Nikolay Sivovmsxml3: Allow to create dummy node map for <?xml ?>.
2011-03-14  Nikolay Sivovmsxml3: Downgrade FIXME to TRACE for unsupported interf...
2011-03-10  Nikolay Sivovmsxml3: Some get_attributes() tests.
2011-03-07  Nikolay Sivovmsxml3: Implement get_nodeTypedValue() for nodes that...
2011-03-07  Nikolay Sivovmsxml3: Trace ref counts for all dom objects.
2011-03-01  Nikolay Sivovmsxml3: Always set out pointer to null on failed QueryI...
2011-02-24  Nikolay Sivovmsxml3: Remove transformNode() forward.
2011-02-24  Nikolay Sivovmsxml3: Remove selectSingleNode() forward.
2011-02-24  Nikolay Sivovmsxml3: Remove selectNodes() forward.
2011-02-24  Alexandre Julliardmsxml3: Include the system libxml headers before the...
2011-02-23  Nikolay Sivovmsxml3: Remove get_text() forward.
2011-02-23  Nikolay Sivovmsxml3: Remove get_ownerDocument() forward.
2011-02-23  Nikolay Sivovmsxml3: Remove hasChildNodes() forward.
2011-02-23  Nikolay Sivovmsxml3: Remove appendChild() forward.
2011-02-23  Nikolay Sivovmsxml3: Remove forward to removeChild() method for...
2011-02-22  Nikolay Sivovmsxml3: Use helper to consistently dump variant parameters.
2011-01-24  Michael Stefaniucmsxml3: COM cleanup for the IXMLDOMNode iface in xmlnode.
2011-01-10  Jacek Cabanmsxml3: Don't forward get_namespaceURI calls to node...
2011-01-10  Jacek Cabanmsxml3: Don't forward get_nodeTypedValue to node's...
2011-01-06  Jacek Cabanmsxml3: Get rid of xmlnode_transformNodeToObject.
2010-12-30  Jacek Cabanmsxml3: Don't forward put_nodeTypedValue and put_dataTy...
2010-12-16  Michael Stefaniucmsxml3: Use an iface instead of a vtbl pointer in dom_pi.
2010-11-08  Jacek Cabanmsxml3: Don't use xmlnode's IXMLDOMNode iface in get_no...
2010-11-01  Nikolay Sivovmsxml3: Get rid of ::get_baseName() forward.
2010-11-01  Nikolay Sivovmsxml3: Get rid of ::get_prefix() forward.
2010-11-01  Nikolay Sivovmsxml3: Get rid of ::cloneNode() forward.
2010-10-29  Jacek Cabanmsxml3: Don't use xmlnode's IXMLDOMNode iface in get_xm...
2010-10-25  Jacek Cabanmsxml3: Don't use xmlnode's IXMLDOMNode iface for a...
2010-10-19  Nikolay Sivovmsxml3: Get rid of ::put_text() forward to IXMLDOMNode...
2010-10-19  Nikolay Sivovmsxml3: Get rid of ::get_dataType() forward to IXMLDOMN...
2010-10-13  Jacek Cabanmsxml3: Don't use xmlnode's IXMLDOMNode iface in replac...
2010-09-18  Nikolay Sivovmsxml3: Remove some useless initializers.
2010-09-13  Jacek Cabanmsxml3: Don't use xmlnode's IXMLDOMNode iface in insert...
2010-09-13  Jacek Cabanmsxml3: Don't use xmlnode's IXMLDOMNode iface in get_at...
2010-09-13  Jacek Cabanmsxml3: Don't use xmlnode's IXMLDOMNode iface in get_...
2010-09-08  Jacek Cabanmsxml3: Don't use xmlnode's IXMLDOMNode iface in get_...
2010-09-08  Jacek Cabanmsxml3: Don't use xmlnode's IXMLDOMNode iface in get_ch...
2010-09-07  Jacek Cabanmsxml3: Don't use xmlnode's IXMLDOMNode iface in get_no...
2010-09-07  Jacek Cabanmsxml3: Don't use xmlnode's IXMLDOMNode iface in put_no...
2010-09-06  Jacek Cabanmsxml3: Don't use xmlnode's IXMLDOMNode iface in get_no...
2010-09-06  Jacek Cabanmsxml3: Don't use xmlnode's IXMLDOMNode iface in get_no...
2010-09-06  Jacek Cabanmsxml3: Use xmlnode child object's IXMLDOMNode implemen...
2010-09-06  Jacek Cabanmsxml3: Added node_query_inerface function for common...
2010-09-06  Jacek Cabanmsxml3: Store outer iface as IXMLDOMNode instead of...
2010-08-30  Nikolay Sivovmsxml3: Add IXMLDOMDocument3 stub support.
2010-02-17  Nikolay Sivovmsxml3: Use common format for TRACE() in DOM objects.
2010-02-04  Nikolay Sivovmsxml3: Use existing helpers for heap allocations.
2009-10-15  Jacek Cabanmsxml3: Store xmlnode structure instead of pointer...
2009-09-30  Jacek Cabanmsxml3: Get rid of node internal IUnknown.
2009-09-30  Jacek Cabanmsxml3: Store xmlnode pointer in dom_pi.
2009-08-29  Jacek Cabanmsxml3: Moved IDispatchEx implementation from domdoc...
2009-08-21  Jacek Cabanmsxml3: Return xmlnode object from create_basic_node.
2008-06-20  Andrew Talbotmsxml3: Constify some variables.
2008-04-09  Austin EnglishSpelling fixes.
2008-03-13  Alistair Leslie... msxml3: Cannot use put_nodeValue on a IXMLDOMProcessing...
2008-02-29  Alistair Leslie... msxml3: Correct IXMLDOMProcessingInstruction_put_data...
2008-02-25  Alistair Leslie... msxml3: Implement IXMLDOMProcessingInstruction put_data.
2008-02-21  Alistair Leslie... msxml3: Implement get_data for PI Nodes.
2008-02-19  Alistair Leslie... msxml3: Implemented IDispatch for IXMLDOMProcessingInst...
2008-02-16  Alistair Leslie... msxml3: Implement IXMLDOMProcessingInstruction target.
2008-01-22  Alistair Leslie... msxml3: Return correct IDispatch Interface.
2008-01-16  Francois GougetAssorted spelling fixes.
2007-01-15  Andrew Talbotmsxml3: Remove unused functions.
2006-11-17  Huw Daviesmsxml3: Implement createProcessingInstruction with...