atl80: Added AtlComModuleRegisterServer implementation (based on AtlModuleRegisterSer...
[wine] / dlls / xmllite /
2012-12-28  Nikolay Sivovxmllite: Implement decoding new input chunk from stream...
2012-12-28  Marcus Meissnerxmllite: Remove duplicated statement (Coverity).
2012-12-26  Nikolay Sivovxmllite: Shrink buffer when enough data processed.
2012-12-20  Frédéric Delanoyxmllite: Avoid dead initialization (clang).
2012-12-19  Nikolay Sivovxmllite: Remove dead code.
2012-12-19  Nikolay Sivovxmllite: Support comment nodes.
2012-12-19  Nikolay Sivovxmllite: Track internal parser state to select expected...
2012-12-06  Nikolay Sivovxmllite: Fix reported node type for attributes.
2012-12-06  Nikolay Sivovxmllite: Implement attribute iteration methods.
2012-12-04  Nikolay Sivovxmllite: Initial support for attribute list.
2012-11-28  Nikolay Sivovxmllite: Fix equal sign parsing.
2012-11-28  Nikolay Sivovxmllite: Support standalone declaration.
2012-11-27  Nikolay Sivovxmllite: Implement encoding declaration parsing.
2012-11-26  Nikolay Sivovxmllite: Add partial support for xml declaration parsing.
2012-11-26  Nikolay Sivovxmllite: Implement initial encoding switching.
2012-11-26  Andrew Talbotxmllite: Void functions should not return a value.
2012-11-20  Nikolay Sivovxmllite: Store remaining reader input parameters.
2012-11-20  Nikolay Sivovxmllite: Implement GetNodeType() for reader.
2012-11-20  Nikolay Sivovxmllite: Initial support for reader input encoding...
2012-11-19  Nikolay Sivovxmllite: Store reader input impl pointer in reader...
2012-11-19  Nikolay Sivovxmllite: Keep stream reference in reader input instead...
2012-11-19  Nikolay Sivovxmllite: Add stub for reader input buffer.
2012-11-19  Nikolay Sivovxmllite: Use application defined IMalloc for reader...
2012-11-19  Nikolay Sivovxmllite: Support application defined IMalloc for reader.
2012-08-29  Nikolay Sivovxmllite: Store DTD processing mode in reader.
2012-03-26  Thomas Faberxmllite/tests: Fix build with MSVC.
2011-08-04  Frédéric Delanoytests: Assorted spelling fixes.
2011-07-14  Alistair Leslie... xmllite: Implement CreateXmlWriter.
2011-03-28  Michael Stefaniucxmllite: COM cleanup in reader.c.
2011-02-09  Austin Englishxmllite/tests: Don't check test results inside if(0...
2010-12-29  Michael Stefaniucxmllite/tests: Use an iface instead of a vtbl pointer...
2010-10-01  Alexandre Julliardtests: Make some variables static.
2010-09-19  Alexandre Julliardmakefiles: Add a standard header for all makefiles...
2010-07-21  Alexandre Julliarddlls: Remove explicit imports of kernel32 and ntdll.
2010-03-16  Alexandre Julliardmakefiles: Remove the no longer needed explicit separat...
2010-02-22  Alexandre Julliardmakefiles: Use the standard C_SRCS variable as the...
2010-01-27  Nikolay Sivovxmllite/tests: Fix node type names array, indices are...
2010-01-27  Nikolay Sivovxmllite/tests: Fix a typo in macro.
2010-01-26  Nikolay Sivovxmllite: Reset state to XmlReadState_Initial on input...
2010-01-26  Nikolay Sivovxmllite: Don't release reader input reference on failur...
2010-01-26  Nikolay Sivovxmllite/tests: Add test for XML declaration parsing.
2010-01-25  Nikolay Sivovxmllite: Initial support for just created reader state.
2010-01-25  Nikolay Sivovxmllite: Implement a query through IXmlReaderInput...
2010-01-22  Paul Vriensxmllite/tests: Remove some tests that make Vista SP0...
2010-01-22  Nikolay Sivovxmllite: Basic input object creation on IXmlReader...
2010-01-22  Nikolay Sivovxmllite: Add IXmlReaderInput stub implementation.
2010-01-22  Nikolay Sivovxmllite/tests: Test query for supported interface seque...
2010-01-19  Nikolay Sivovxmllite: Add stub implementation of IXmlReader interface.
2010-01-19  Nikolay Sivovxmllite/tests: Add basic test structure for IXmlReader.
2009-04-21  Christian Costaxmllite: Add stubbed dll for xmllite.