msxml3: Process CDATA section before reporting it.
[wine] / dlls / msxml3 / saxreader.c
2013-03-13  Nikolay Sivovmsxml3: Process CDATA section before reporting it.
2012-11-29  Nikolay Sivovmsxml3: Revert "msxml3: AddRef() typeinfo pointers...
2012-11-28  Nikolay Sivovmsxml3: Properly store SystemID and PublicID (Coverity).
2012-11-19  Nikolay Sivovmsxml3: AddRef() typeinfo pointers only when we have to.
2012-11-16  Nikolay Sivovmsxml3: Stub support for external entity resolver.
2012-11-16  Nikolay Sivovmsxml3: Store handler pointers so casts to particular...
2012-08-27  Nikolay Sivovmsxml3: Implement xmldecl-version property for a reader.
2012-07-24  Nikolay Sivovmsxml3: Accept ISequentialStream as reader input.
2012-07-17  Nikolay Sivovmsxml3: Use single helper to test for handler presence.
2012-07-16  Nikolay Sivovmsxml3: Implement a common way to store and get callbac...
2012-07-16  Nikolay Sivovmsxml3: Implement put/get for DTD handler callback...
2012-06-18  Nikolay Sivovmsxml3: Reader shouldn't depend on input being properly...
2012-06-18  Nikolay Sivovmsxml3: Revert: msxml3: Reuse MXAttributes implementati...
2012-06-11  Nikolay Sivovmsxml3: Reuse MXAttributes implementation for SAX reade...
2012-05-08  Nikolay Sivovmsxml3: Add a helper to check that lexical handler...
2012-05-08  Nikolay Sivovmsxml3: Protect content callbacks from being called...
2012-04-27  Nikolay Sivovmsxml3: Query for handler interface instead of using...
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: Make failing Locator QI a warning.
2012-04-19  Nikolay Sivovmsxml3: Fix handling of feature values.
2012-04-19  Nikolay Sivovmsxml3: Respect 'namespaces' feature calling content...
2012-04-19  Nikolay Sivovmsxml3: Use lookup table for feature names.
2012-04-17  Nikolay Sivovmsxml3: Set namespace-prefixes on by default.
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-12  Piotr Cabanmsxml3: Added internal function for loading xml from...
2012-03-01  Nikolay Sivovmsxml3: Return default namespace uri for 'xml'-prefixed...
2012-02-06  Nikolay Sivovmsxml3: Fix element data leak on error.
2012-01-23  Nikolay Sivovmsxml3: Try IStream if IPersistStream save failed.
2011-12-28  Nikolay Sivovmsxml3: Implement element stack and use it in related...
2011-12-16  Nikolay Sivovmsxml3: Remove redundant type specifiers.
2011-11-28  Piotr Cabanmsxml3: Change parser position computation.
2011-11-21  Nikolay Sivovmsxml3: Added IDispatchEx support for SAXReader.
2011-10-31  Piotr Cabanmsxml3: Use namespaces stack in SAXAttributes interface...
2011-10-31  Piotr Cabanmsxml3: Don't allocate new strings when returning names...
2011-10-31  Piotr Cabanmsxml3: Don't use libxml namespaces stack.
2011-10-31  Piotr Cabanmsxml3: Merge SAXLocator and SAXAttributes objects.
2011-10-31  Piotr Cabanmsxml3: Fix position computation in libxmlStartElementNS.
2011-10-26  Piotr Cabanmsxml3: Fix attributes handling when msxml6 is used.
2011-10-25  Piotr Cabanmsxml3: Accept S_FALSE as a valid callback result when...
2011-10-25  Piotr Cabanmsxml3: Make positions returned by ISAXLocator compatib...
2011-10-24  Piotr Cabanmsxml3: Prefer to report msxml error over libxml parsin...
2011-10-24  Piotr Cabanmsxml3: Return parser result in detach_url.
2011-10-24  Piotr Cabanmsxml3: Don't report fatal errors many times.
2011-10-06  Nikolay Sivovmsxml3: Add some useful traces and demangle some parame...
2011-10-05  Nikolay Sivovmsxml3: Support setting namespaces feature to default...
2011-10-05  Nikolay Sivovmsxml3: Support setting unlimited nesting depth for...
2011-10-05  Nikolay Sivovmsxml3: Support setting unlimited xml stream length...
2011-10-05  Nikolay Sivovmsxml3: Accept DTD prohibition feature.
2011-10-05  Nikolay Sivovmsxml3: Accept lexical handler parameter entities switch.
2011-10-05  Nikolay Sivovmsxml3: Accept disabled parameter entities feature.
2011-10-04  Nikolay Sivovmsxml3: Accept disabling of external entities loading.
2011-09-22  Nikolay Sivovmsxml3: Fix putProperty() for declaration handler.
2011-09-22  Nikolay Sivovmsxml3: Fix putProperty() for lexical handler case.
2011-09-21  Nikolay Sivovmsxml3: It's not a failure to get S_FALSE from IStream...
2011-07-15  Andrew Nguyenmsxml3: Extend the lifetime of the SAX callback BSTRs...
2011-07-05  Alistair Leslie... msxml3: clang corrections.
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-28  Michael Stefaniucmsxml3: Standardize the COM usage in saxreader.c.
2010-11-12  Nikolay Sivovmsxml3: Don't include assert.h where it's not used.
2010-11-09  Nikolay Sivovmsxml3: Use defined error code for no error case.
2010-11-01  Nikolay Sivovmsxml3: Hint parser to use UTF-8 if it's specfied as...
2010-10-29  Nikolay Sivovmsxml3: Trace backend error even when user error handle...
2010-10-29  Nikolay Sivovmsxml3: Build qualified name using libxml2 helper.
2010-10-29  Nikolay Sivovmsxml3: Add a helper to check for error handler being...
2010-10-29  Nikolay Sivovmsxml3/tests: Some encoding switching tests.
2010-10-28  Nikolay Sivovmsxml3: Actually try to use IPersistStream if it's...
2010-10-27  Nikolay Sivovmsxml3: Output error message for fatal errors.
2010-10-27  Nikolay Sivovmsxml3: Fix a leak of error message BSTR.
2010-08-30  Nikolay Sivovmsxml3: Silence FIXME for supported properties.
2010-08-30  Nikolay Sivovmsxml3: Add IXMLDOMDocument3 stub support.
2010-07-19  Piotr Cabanmsxml3: Improve bstr_from_xmlCharN implementation.
2010-07-19  Piotr Cabanmsxml3: Improve QName_from_xmlChar implementation.
2010-07-19  Piotr Cabanmsxml3: Correctly allocate namespaces stack in saxreader.
2010-06-28  Piotr Cabanmsxml3: Fix illegal memory access.
2010-02-04  Nikolay Sivovmsxml3: Use existing helpers for heap allocations.
2010-01-19  Nikolay Sivovmsxml3: Use a helper to check for created content handler.
2010-01-11  Nikolay Sivovmsxml3: Fix string leak while parsing with IXMLDOMDocument.
2010-01-11  Nikolay Sivovmsxml3: Don't lose pointer to externaly allocated xmlSA...
2010-01-11  Nikolay Sivovmsxml3: Don't leak externaly allocated xmlSAXHandler.
2009-01-26  Michael Stefaniucmsxml3: Remove superfluous pointer casts.
2008-12-05  Michael Stefaniucmsxml3: Do not cast void pointers to other pointer...
2008-11-25  Francois Gougetmsxml3: Remove WINAPI on static functions where not...
2008-11-20  Ricardo Filipemsxml3: Check some dead store results (llvm/clang).
2008-11-14  Andrew Talbotmsxml3: Void function should not return a value.
2008-10-08  Piotr Cabanmsxml: Added CDATA related events handling.
2008-10-08  Piotr Cabanmsxml: Added ISAXLexicalHandler_comment event.
2008-10-08  Piotr Cabanmsxml: Fix parsing <.../> elements.
2008-10-08  Piotr Cabanmsxml: Rewrite ISAXContentHandler_characters.
2008-10-02  Piotr Cabanmsxml: Fix implementation of ISAXContentHandler_characters.
2008-10-02  Piotr Cabanmsxml: Partial implementation of ISAXXMLReader_putProperty.
2008-09-23  Detlef Riekenbergmsxml3: Remove redundant NULL check before SysFreeString.
2008-09-22  Piotr Cabanmsxml3: Change order of interface recognition and fix...
2008-09-09  Rob Shearmaninclude: Fix function names in IVBSAXXMLReader interfac...
2008-09-09  Piotr Cabanmsxml3: Change SAX IStream parser implementation.
2008-08-27  Rob Shearmanmsxml3: Use CP_UNIXCP instead of CP_ACP in libxmlFatalE...
2008-08-21  Piotr Cabanmsxml3: Fix IVBErrorHandler related bugs.
2008-08-21  Piotr Cabanmsxml3: Add error handling when reading from IStream.
next