netstat: Initial implementation.
[wine] / dlls / msxml3 / nodelist.c
2012-12-17  Nikolay Sivovmsxml3: Add custom handling for DISPID_VALUE for node...
2012-07-02  Nikolay Sivovmsxml3: Implement _newEnum() for schema cache.
2012-07-02  Nikolay Sivovmsxml3: Add IEnumVARIANT support for IXMLDOMNodeList.
2012-07-02  Nikolay Sivovmsxml3: Correct IEnumVARIANT regarding IUnknown forwarding.
2011-11-21  Nikolay Sivovmsxml3: Support IDispatchEx for IXMLDOMNodeList too.
2011-03-14  Nikolay Sivovmsxml3: Downgrade FIXME to TRACE for unsupported interf...
2011-03-07  Nikolay Sivovmsxml3: Trace ref counts for all dom objects.
2011-02-28  Nikolay Sivovmsxml3/tests: Remove broken test and parameter check.
2011-02-24  Alexandre Julliardmsxml3: Include the system libxml headers before the...
2010-12-16  Michael Stefaniucmsxml3: Use an iface instead of a vtbl pointer in xmlno...
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-03-10  Michael Stefaniucmsxml3: Change the remaining long variables to LONG.
2009-03-10  Michael Stefaniucmsxml3: Change long to LONG in msxml2.idl and xmldom...
2008-07-03  Alistair Leslie... msxml3: Added checks for invalid arguments in nodelist.
2008-02-21  Alistair Leslie... msxml3: Implement IDispatch for IXMLDOMNodeList.
2007-05-18  Mikołaj Zalewskimsxml3: Improve the XPath queries handling.
2006-10-24  Eric Pouechmsxml: Fixed list walking in xmlnodelist_get_length.
2006-08-02  Alexandre Julliardmsxml3: Make some functions and variables static.
2006-06-12  Robert Shearmanmsxml3: Initialise output interface pointers to NULL...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-02-24  Huw Daviesmsxml3: Fix for empty node lists.
2006-02-14  Huw Daviesmsxml: Implement getElementsByTagName.
2006-01-27  Huw Daviesmsxml: Issue a fixme if the interface is not implemented.
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 DaviesFix cut-n-paste error in licence text.
2005-11-05  Huw DaviesFilter out CTEXT nodes when building element child...
2005-11-03  Stefan HuehnerAdd indexed access to attributes (nodemap) and childNodes
2005-10-31  Huw DaviesActually print the IIDs.
2005-09-03  Mike McCormackImplemented IXMLDOMNode::selectNodes.
2005-08-19  Mike McCormackImplement the IXMLDOMNodeList interface for