msxml3: Fix element data leak on error.
[wine] / dlls / msxml3 / saxreader.c
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.
2008-08-21  Piotr Cabanmsxml3: Add ISAXAttributes_getValueFromQName implementa...
2008-08-21  Piotr Cabanmsxml3: Add ISAXAttributes_getValueFromName implementation.
2008-08-21  Piotr Cabanmsxml3: Add ISAXAttributes_getIndexFromQName implementa...
2008-08-21  Piotr Cabanmsxml3: Add ISAXAttributes_getIndexFromName implementation.
2008-08-21  Piotr Cabanmsxml3: Add ISAXAttributes_getName implementation.
2008-08-21  Piotr Cabanmsxml3: Fix checking if ContentHandler was set.
2008-08-21  Piotr Cabanmsxml3: Add ISAXContentHandler_endPrefix event.
2008-08-04  Piotr Cabanmsxml3: Add namespaces to attributes.
2008-08-04  Piotr Cabanmsxml3: Add ISAXContentHandler_startPrefixMapping event.
2008-08-04  Piotr Cabanmsxml3: Add implementation of ISAXAttributes_getURI.
2008-08-04  Piotr Cabanmsxml3: Add NULL pointers check in getLocalName, getQNa...
2008-08-04  Piotr Cabanmsxml3: Return QNames properly.
2008-08-04  Michael Stefaniucmsxml3: Remove redundant NULL checks before HeapFree...
2008-08-01  Piotr Cabanmsxml3: Integrate implementation of IVBSAXXMLReader...
2008-08-01  Piotr Cabanmsxml3: Add IVBSAXLocator implementation.
2008-08-01  Piotr Cabanmsxml3: Prepare libxml2 callbacks for IVBSAX... interfa...
2008-08-01  Piotr Cabanmsxml3: Added IVBSAXAttributes implementation.
2008-08-01  Piotr Cabanmsxml3: Prepare functions for IVBSAX... interfaces...
2008-08-01  Piotr Cabanmsxml3: Added ISAXAttributes_getQName implementation.
2008-08-01  Piotr Cabanmsxml3: Reorganize parse_buffer function (make use...
2008-07-31  Piotr Cabanmsxml3: Added ISAXAttributes_getValue implementation.
2008-07-31  Piotr Cabanmsxml3: Added ISAXAttributes_getLocalName implementation.
2008-07-31  Piotr Cabanmsxml3: Add ISAXAttribute_getLength implementation.
2008-07-31  Piotr Cabanmsxml3: Initialize ISAXAttribute structure.
2008-07-28  Piotr Cabanmsxml3: Added stub implementation of ISAXAttributes.
2008-07-28  Piotr Cabanmsxml3: Added ISAXXMLReader_parseURL implementation.
2008-07-24  Piotr Cabanmsxml3: Fix for accessing uninitialized memory.
2008-07-24  Piotr Cabanmsxml3: Change ISAXXMLReader_characters implementation...
next