netstat: Initial implementation.
[wine] / dlls / msxml3 / schema.c
2012-12-04  Michael Stefaniucmsxml3: Remove superfluous function pointer casts.
2012-11-01  Nikolay Sivovmsxml3: Fix indexed access to schema collection namespa...
2012-09-14  Thomas Fabermsxml3: Do not directly write to resource section.
2012-07-02  Nikolay Sivovmsxml3: Implement _newEnum() for schema cache.
2012-03-15  Jacek Cabanmsxml3: Avoid BAD_CAST in schemasInit.
2012-03-08  Nikolay Sivovmsxml3: Check for unsafe cast in addCollection().
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: ::get_namespaceURI() doesn't reset out pointer...
2012-01-23  Nikolay Sivovmsxml3: Replace macro with another enum entry.
2012-01-23  Nikolay Sivovmsxml3: Make remove() method a stub in version 6, more...
2012-01-20  Nikolay Sivovmsxml3: Use debugstr_* functions instead of wine_*...
2012-01-20  Nikolay Sivovmsxml3: IXMLDOMSchemaCollection::get() is a stub for...
2011-12-12  Nikolay Sivovmsxml3: Added IDispatchEx support for IXMLDOMSchemaColl...
2011-12-12  Nikolay Sivovmsxml3: Schema cache COM cleanup.
2011-12-12  Nikolay Sivovmsxml3: Accept disabled on load validation.
2011-12-12  Nikolay Sivovmsxml3: Trace parameters in stub methods.
2011-09-21  Francois Gougetmsxml3: Fix printing NULL strings.
2011-08-24  Nikolay Sivovmsxml3: Make version dependency checks more flexible...
2011-07-18  Adam Martinsonmsxml3: Don't include libxml/parser.h twice.
2011-07-13  Adam Martinsonmsxml3: Don't cause an assert failure if the datatypes...
2011-04-04  Marcus Meissnermsxml3: Fixed two const table declarations (Coverity).
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-23  Nikolay Sivovmsxml3: Remove get_ownerDocument() forward.
2011-02-22  Nikolay Sivovmsxml3: Use helper to consistently dump variant parameters.
2011-02-22  Nikolay Sivovmsxml3: Remove useless parts of schema cleanup helper.
2011-02-17  Nikolay Sivovmsxml3: Null pointer for schema uri should be treated...
2010-12-09  Alexandre Julliardmsxml3: Avoid using an initialized variable.
2010-12-01  Adam Martinsonmsxml3/domdoc: Add a ref to the schema cache in copy_pr...
2010-11-25  Michael Stefaniucmsxml3: Remove dead code: break after return (Smatch).
2010-11-25  Adam Martinsonmsxml3: Store the DOMDocument/XMLSchemaCache object...
2010-11-25  Adam Martinsonmsxml3/schema: Properly handle schema_cache_add() from...
2010-11-25  Adam Martinsonmsxml3: Fix a few error messages.
2010-11-24  Adam Martinsonmsxml3: Add schema parse/validate error callbacks.
2010-11-24  Adam Martinsonmsxml3: Validate node content in domelem_put_dataType().
2010-11-24  Adam Martinsonmsxml3: Add BSTR versions of the XDR_DT <-> string...
2010-11-16  Adam Martinsonmsxml3: Add functions to get the dt:dt of a node.
2010-11-16  Adam Martinsonmsxml3: Add XDR datatypes enum and string table.
2010-11-15  Adam Martinsonmsxml3: Use built-in urn:schemas-microsoft-com:datatype...
2010-11-15  Adam Martinsonmsxml3: XDR schema support.
2010-11-12  Nikolay Sivovmsxml3: Don't include assert.h where it's not used.
2010-11-02  Adam Martinsonmsxml3: Add a function to validate a tree against a...
2010-10-21  Adam Martinsonmsxml3: IXMLDOMSchemaCollection2 stubs.
2010-10-21  Adam Martinsonmsxml3: Implement schema_cache_get().
2010-10-21  Adam Martinsonmsxml3: Implement schema_cache_get_namespaceURI().
2010-10-21  Adam Martinsonmsxml3: Implement schema_cache_addCollection().
2010-10-21  Adam Martinsonmsxml3: Implement schema_cache_remove().
2010-10-21  Adam Martinsonmsxml3: Implement schema_cache_get_length().
2010-10-18  Adam Martinsonmsxml3: IXMLDOMSchemaCollection/XMLSchemaCache backend.
2010-08-30  Nikolay Sivovmsxml3: Add IXMLDOMDocument3 stub support.
2010-02-17  Nikolay Sivovmsxml3: Use common format for TRACE() in DOM objects.
2010-02-04  Nikolay Sivovmsxml3: Use existing helpers for heap allocations.
2009-03-10  Michael Stefaniucmsxml3: Change long to LONG in msxml2.idl and xmldom...
2008-02-19  Alistair Leslie... msxml3: Implemented IDispatch for IXMLDOMSchemaCollection.
2007-05-15  Andrew Talbotmsxml3: Exclude unused headers.
2007-02-28  Huw Daviesmsxml3: Implement {get,putref}_schemas.
2007-02-28  Huw Daviesmsxml3: Add a schema cache object.