netstat: Initial implementation.
[wine] / dlls / msxml3 / tests /
2012-12-24  Nikolay Sivovmsxml3: Remove separate structures for test interfaces.
2012-12-24  Nikolay Sivovmsxml3: Make callback data available for ready state...
2012-12-20  Nikolay Sivovmsxml3: More tests for DISPID_VALUE properties handling.
2012-12-17  Nikolay Sivovmsxml3: Add custom handling for DISPID_VALUE for node...
2012-12-14  Nikolay Sivovmsxml3: Some tests to show that DISPID_VALUE properties...
2012-12-11  Nikolay Sivovmsxml3: GetMaxSize() is not a stub.
2012-12-07  Jacek Cabanmsxml3: Tests code clean up.
2012-12-07  Jacek Cabanmsxml3: Added URL validation tests.
2012-12-04  Jacek Cabanmsxml3: Moved XMLHTTPRequest tests to separated file.
2012-11-28  Nikolay Sivovmsxml3: Check return value (Coverity).
2012-11-28  Nikolay Sivovmsxml3: Fix handling of NULL object site (Coverity).
2012-11-28  Nikolay Sivovmsxml3: Actually use skipped entity event data.
2012-11-21  Nikolay Sivovmsxml3: Properly update node to doc link when cloning.
2012-11-16  Nikolay Sivovmsxml3: Stub support for external entity resolver.
2012-11-12  Nikolay Sivovmsxml3: Disable text data escaping for format nodes...
2012-11-12  Nikolay Sivovmsxml3: Fix a redundant newline in transformation resul...
2012-08-28  Jacek CabanAlways define WIDL_C_INLINE_WRAPPERS.
2012-08-27  Nikolay Sivovmsxml3: Implement xmldecl-version property for a reader.
2012-07-30  Nikolay Sivovmsxml3: Enable inline wrappers for tests.
2012-07-19  Nikolay Sivovmsxml3: Accept selection namespaces string with trailin...
2012-07-16  Nikolay Sivovmsxml3: Implement a common way to store and get callbac...
2012-07-16  Nikolay Sivovmsxml3: Protect from null pointer in load().
2012-07-09  Nikolay Sivovmsxml3: Fix xml declaration output when it's specified...
2012-07-09  Nikolay Sivovmsxml3: Don't use stream written value when saving...
2012-07-03  Nikolay Sivovmsxml3: Added _newEnum() support for IXMLDOMNamedNodeMap.
2012-07-02  Nikolay Sivovmsxml3: Add support for bin.hex element type encoding.
2012-07-02  Nikolay Sivovmsxml3: Fix putref_schemas()/get_schemas() behaviour...
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.
2012-06-29  Nikolay Sivovmsxml3: Implement put_nodeTypedValue() for bin.base64...
2012-06-25  Nikolay Sivovmsxml3: Basic refcount test for IMXNamespacePrefixes.
2012-06-25  Nikolay Sivovmsxml3: Implement internalEntityDecl() for writer.
2012-06-25  Nikolay Sivovmsxml3: Initial implementation of attributeDecl() in...
2012-06-25  Nikolay Sivovmsxml3: Fix closing of open element.
2012-06-25  Nikolay Sivovmsxml3: Properly handle -1 as length of element qualifi...
2012-06-25  Nikolay Sivovmsxml3: Return stream reference from get_output() if...
2012-06-13  Ulrik Dickowmsxml3/tests: Test namespace change for all document...
2012-06-12  Alistair Leslie... msxml3: Implement IXMLParser Get/Set Flags.
2012-06-11  Nikolay Sivovmsxml3: Reuse MXAttributes implementation for SAX reade...
2012-06-04  Michael Stefaniucmsxml3/tests: Fix the expected values in some ok()...
2012-05-21  Nikolay Sivovmsxml3/tests: A test to show that writer flushes buffer...
2012-05-21  Nikolay Sivovmsxml3/tests: Fix test crashes running old versions.
2012-05-16  Michael Stefaniucmsxml3/tests: Check the correct return value.
2012-05-15  Francois GougetAssorted typo, spelling, wording and case fixes.
2012-05-14  Nikolay Sivovmsxml3: Support iso-8859-x encodings in writer.
2012-05-09  Nikolay Sivovmsxml3/tests: Really test load() on files with leading...
2012-05-09  Nikolay Sivovmsxml3/tests: Correct variant type.
2012-05-07  Nikolay Sivovmsxml3: Make ::put_data() use passed BSTR as general...
2012-04-30  Nikolay Sivovmsxml3: Test for attribute value normalization.
2012-04-27  Nikolay Sivovmsxml3: Query for handler interface instead of using...
2012-04-26  Nikolay Sivovmsxml3: Support disabled escaping mode when writing...
2012-04-26  Nikolay Sivovmsxml3: Support disabled escaping mode for characters...
2012-04-23  Nikolay Sivovmsxml3: Added getValueFromName() for IMXAttributes.
2012-04-23  Nikolay Sivovmsxml3: getPrefix() should check all pushed contexts...
2012-04-23  Nikolay Sivovmsxml3: Implement push/pop operations for contexts.
2012-04-23  Nikolay Sivovmsxml3: Switch parser encoding manually when it won...
2012-04-20  Nikolay Sivovmsxml3: Support 'namespace-prefixes' feature.
2012-04-19  Nikolay Sivovmsxml3: Fix handling of feature values.
2012-04-19  Nikolay Sivovmsxml3: Respect 'namespaces' feature calling content...
2012-04-17  Nikolay Sivovmsxml3: Set namespace-prefixes on by default.
2012-04-17  Nikolay Sivovmsxml3: Added getIndexFromName() implementation for...
2012-04-17  Nikolay Sivovmsxml3: Added IMXAttributes::clear().
2012-04-17  Nikolay Sivovmsxml3: Fix end prefix iteration for SAXXMLReader40.
2012-04-16  Nikolay Sivovmsxml3: Use expected/actual sequence concept for reader...
2012-03-26  Nikolay Sivovmsxml3: Support ignorable whitespaces output in writer.
2012-03-26  Nikolay Sivovmsxml3: Support processing instructions in writer.
2012-03-15  Nikolay Sivovmsxml3: Added IVBSAXAttributes for MXAttributes.
2012-03-15  Nikolay Sivovmsxml3: Implement getValueFromQName() for MXAttributes.
2012-03-14  Nikolay Sivovmsxml3: Implement getIndexFromQName() for MXAttributes.
2012-03-14  Nikolay Sivovmsxml3: Implement getType() for MXAttributes.
2012-03-14  Nikolay Sivovmsxml3: Implement getValue() for MXAttributes.
2012-03-13  Nikolay Sivovmsxml3: Implement ISAXAttributes_getQName() for MXAttri...
2012-03-13  Nikolay Sivovmsxml3: Implement ISAXAttributes::getLength() for MXAtt...
2012-03-13  Nikolay Sivovmsxml3: Implement IMXAttributes::addAttribute().
2012-03-13  Piotr Cabanmsxml3: Added XMLView IPersistMoniker_Load test.
2012-03-13  Piotr Cabanmsxml3/tests: Skip tests when XMLView object fails...
2012-03-12  Piotr Cabanmsxml3/tests: Added XMLView QueryInterface tests.
2012-03-12  Nikolay Sivovmsxml3: Accept names in predicate expressions for XSLPa...
2012-03-09  Nikolay Sivovmsxml3: Add stub ISAXAttributes for MXAttributes implem...
2012-03-09  Nikolay Sivovmsxml3: Stub support for IMXAttributes.
2012-03-08  Nikolay Sivovmsxml3: Support element declaration output in MXWriter.
2012-03-08  Nikolay Sivovmsxml3: Add stub support of ISAXDeclHandler for MXWriter.
2012-03-01  Nikolay Sivovmsxml3: Return default namespace uri for 'xml'-prefixed...
2012-02-27  Nikolay Sivovmsxml3: Properly escape character data in text nodes.
2012-02-24  Nikolay Sivovmsxml3/tests: Tests for IMXAttributes::clear().
2012-02-24  Nikolay Sivovmsxml3/tests: Some tests for IMXAttributes::addAttribute().
2012-02-20  Francois Gougetmsxml3/tests: Make test_XPath() static.
2012-01-27  Nikolay Sivovmsxml3: Support startDTD()/endDTD() in MXWriter.
2012-01-27  Nikolay Sivovmsxml3: Support CDATA nodes in MXWriter.
2012-01-27  Nikolay Sivovmsxml3: Support comment nodes in MXWriter.
2012-01-27  Nikolay Sivovmsxml3: Stub lexical handler support for MXWriter.
2012-01-24  Nikolay Sivovmsxml3: Block ::add() if collection is read-only.
2012-01-24  Nikolay Sivovmsxml3: Put all defined document namespaces in collection.
2012-01-23  Nikolay Sivovmsxml3: Initial implementation of ::getPrefix().
2012-01-23  Nikolay Sivovmsxml3: ::get_namespaceURI() doesn't reset out pointer...
2012-01-23  Nikolay Sivovmsxml3: Make remove() method a stub in version 6, more...
2012-01-20  Nikolay Sivovmsxml3: Move some xdr tests data to a table.
2012-01-20  Nikolay Sivovmsxml3: IXMLDOMSchemaCollection::get() is a stub for...
2012-01-18  Nikolay Sivovmsxml3: Implemented IXMLHttpRequest::get_statusText().
next