netstat: Initial implementation.
[wine] / dlls / msxml3 / xmlelem.c
2012-11-29  Nikolay Sivovmsxml3: Revert "msxml3: AddRef() typeinfo pointers...
2012-11-19  Nikolay Sivovmsxml3: AddRef() typeinfo pointers only when we have to.
2011-11-07  Nikolay Sivovmsxml3: Support IDispatch in IXMLElement.
2011-03-11  Nikolay Sivovmsxml3: Move string conversion helper to header.
2011-03-01  Nikolay Sivovmsxml3: Always set out pointer to null on failed QueryI...
2011-02-24  Alexandre Julliardmsxml3: Include the system libxml headers before the...
2011-02-22  Nikolay Sivovmsxml3: Use helper to consistently dump variant parameters.
2010-12-23  Michael Stefaniucmsxml3: Standardize the COM usage in xmlelem.c.
2010-08-30  Nikolay Sivovmsxml3: Add IXMLDOMDocument3 stub support.
2010-06-23  Nikolay Sivovmsxml3: Don't free namespace data tracked in a tree.
2010-06-22  Nikolay Sivovmsxml3: Properly free namespace structure pointer.
2010-06-21  Nikolay Sivovmsxml3: Don't crash on null pointer when doing ::Next...
2010-06-21  Nikolay Sivovmsxml3: Support xml:lang attribute in IXMLElement:...
2010-02-04  Nikolay Sivovmsxml3: Use existing helpers for heap allocations.
2010-01-18  Nikolay Sivovmsxml3: Track linked/unlinked state for element and...
2010-01-18  Nikolay Sivovmsxml3: In IXMLElementCollection store pointer to node...
2010-01-18  Nikolay Sivovmsxml3: Implement IXMLElement::removeChild() with some...
2010-01-11  Nikolay Sivovmsxml3: Get rid of upper case converting helper.
2009-03-10  Michael Stefaniucmsxml3: Change the remaining long variables to LONG.
2009-03-10  Michael Stefaniucmsxml3: Change long to LONG in msxml.idl.
2009-01-26  Michael Stefaniucmsxml3: Remove superfluous pointer casts.
2008-12-20  Alistair Leslie... msxml3: Make functions static.
2008-02-19  Alistair Leslie... msxml3: Implemented IDispatch for IXMLElement.
2007-11-07  Alistair Leslie... msxml3: Fix memory leak.
2007-11-05  Alistair Leslie... msxml: Fix a memory leak.
2007-07-25  Andrew Talbotmsxml3: Cast-qual warning fix.
2007-06-11  Alexandre Julliardmsxml: Don't use VariantClear on an uninitialized variant.
2007-05-25  James Hawkinsmsxml3: Add initial implementation of IXMLElement and...