netstat: Initial implementation.
[wine] / dlls / msxml3 / main.c
2012-11-12  Nikolay Sivovmsxml3: Add VT_INT to VARIANT tracing helper.
2012-07-09  Nikolay Sivovmsxml3: Add VT_I1 type to variant dump helper.
2012-07-09  Nikolay Sivovmsxml3: Fix xml declaration output when it's specified...
2012-06-29  Nikolay Sivovmsxml3: Support VT_UI1|VT_ARRAY variant debug output.
2012-06-25  Nikolay Sivovmsxml3: Support VT_I2 variants tracing.
2012-05-21  Nikolay Sivovmsxml3: Support dumping VT_VARIANT|VT_BYREF variants.
2012-02-16  Nikolay Sivovmsxml3: Fix structured error callback implementation...
2012-02-16  Nikolay Sivovmsxml3: Use static buffer when tracing libxml2 error...
2012-01-10  Nikolay Sivovmsxml3: Debug output support for VT_ERROR.
2011-09-21  Francois Gougetmsxml3: Fix printing NULL strings.
2011-08-02  Alexandre Julliardwinecrt0: Remove the clsid parameter in __wine_(un...
2011-03-16  Nikolay Sivovmsxml3: Support VT_BSTR|VT_BYREF as source in load().
2011-03-14  Nikolay Sivovmsxml3: Silence compile time warnings for dynamically...
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-30  Jacek Cabanmsxml3: Don't forward put_nodeTypedValue and put_dataTy...
2010-12-21  Alexandre Julliardmsxml3: Convert dll registration to the IRegistrar...
2010-11-17  Alexandre Julliardmsxml3: Fix incorrect uses of va_list arguments.
2010-11-15  Adam Martinsonmsxml3: Use built-in urn:schemas-microsoft-com:datatype...
2010-11-15  Adam Martinsonmsxml3: Store the DLL instance handle.
2010-10-28  Adam Martinsonmsxml3: libxml2 error/warning callback functions.
2010-08-30  Nikolay Sivovmsxml3: Add IXMLDOMDocument3 stub support.
2010-03-29  Mikhail Maroukhinemsxml3: Fix compiler warnings with flag -Wcast-qual.
2010-01-06  Reece DunnDon't generate FIXME warnings for DllCanUnloadNow.
2009-08-19  Alistair Leslie... msxml3: Support loading windows file paths.
2008-11-19  Francois Gougetmsxml3: Fix compilation on systems that don't have...
2008-11-18  Francois Gougetmsxml3: Dynamically load libxslt.so and only call xsltI...
2008-11-03  Michael Karchermsxml3: Clean up initialization.
2008-08-22  Piotr Cabanmsxml3: Added queryresult's IDispatchEx implementation.
2008-08-22  Piotr Cabanmsxml3: Use LoadTypeLibEx to register typelib.
2008-07-28  Alistair Leslie... msxml3: Format get_xml string to be more like msxml3.
2008-07-14  Alexandre Julliardmsxml3: Fix compile without xml headers.
2008-04-29  Alistair Leslie... msxml3: Implement IDispatch for IXMLDOMNode.
2008-04-18  Lei Zhangmsxml3: Check for xsltInit before calling it.
2008-04-17  Alistair Leslie... msxml3: Implement transformNode.
2008-03-25  Alistair Leslie... msxml3: Added typelib ids for SAX interfaces.
2008-03-12  Alistair Leslie... msxml3: Register msxml3 typelib.
2008-02-21  Alistair Leslie... msxml3: Implement IDispatch for IXMLDOMImplementation.
2008-02-18  Alistair Leslie... msxml3: Support functions for typelib.
2007-05-15  Andrew Talbotmsxml3: Exclude unused headers.
2006-07-24  Robert Shearmanmsxml3: Use general DLL registration framework to regis...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-02-14  Hans Leidekkermsxml3: Implement DllUnregisterServer.
2005-11-08  Huw DaviesInclude msxml2.h rather than msxml.h and xmldom.h.
2005-08-12  Mike McCormackPartial implementation of DllRegisterServer.
2005-08-09  Mike McCormackInitialize and clean up libxml2 in DllMain.
2005-08-08  Alexandre JulliardDon't prefix the functions DllCanUnloadNow, DllGetClass...
2005-08-02  Mike McCormackInitial implementation of msxml3 based on libxml2.