urlmon: Fixed memory leaks in tests.
[wine] / dlls / urlmon /
2011-01-17  Jacek Cabanurlmon: Fixed memory leaks in tests.
2011-01-17  Thomas Mullalyurlmon/tests: Fixed memory leak in tests (valgrind).
2011-01-17  Thomas Mullalyurlmon: Fixed misc typos and removed a few random tab...
2011-01-17  Michael Stefaniucurlmon: Remove some leftovers from the old COM days.
2011-01-17  Michael Stefaniucurlmon: COM cleanup for the IStream iface.
2011-01-17  Michael Stefaniucurlmon: COM cleanup for the rest of the ifaces in Binding.
2011-01-17  Michael Stefaniucurlmon: COM cleanup for the IBinding iface.
2011-01-14  Erich Hooverurlmon: Fix MK protocol handling of escaped characters.
2011-01-14  Erich Hooverurlmon: Update MK protocol handling to IInternetProtocolEx.
2011-01-14  Michael Stefaniucurlmon: Use ifaces instead of vtbl pointers in Protocol...
2011-01-12  Michael Stefaniucurlmon: COM cleanup for the rest of the iface in BindPr...
2011-01-12  Michael Stefaniucurlmon: COM cleanup for the IInternetProtocolEx iface.
2011-01-11  David Hedbergurlmon: Add some error handling to the http protocol.
2011-01-11  Michael Stefaniucurlmon: COM cleanup for the IMoniker iface.
2011-01-11  Michael Stefaniucurlmon: Use an iface instead of a vtbl pointer in Async...
2011-01-11  Michael Stefaniucurlmon: Use ifaces instead of vtbl pointers in BindStat...
2011-01-11  Michael Stefaniucurlmon: Use an iface instead of a vtbl pointer in stgme...
2011-01-11  Jacek Cabanurlmon: Store object instead of interface pointer to...
2011-01-10  Michael Stefaniucurlmon: Use an iface instead of a vtbl pointer in MkPro...
2011-01-10  Michael Stefaniucurlmon: Use ifaces instead of vtbl pointers in MimeFilter.
2011-01-10  Michael Stefaniucurlmon: Use ifaces instead of vtbl pointers in GopherPr...
2011-01-07  Michael Stefaniucurlmon: Use an iface instead of a vtbl pointer in Proxy...
2011-01-04  Michael Stefaniucurlmon: Don't use DEFINE_THIS2 for the Protocol vtbl...
2011-01-04  Jacek Cabanurlmon: Fixed IUriBuilderFactory declaration.
2011-01-03  David Hedbergurlmon: Add new on_error function to protocol vtbl.
2011-01-03  David Hedbergurlmon: Move protocol flags for wininet based protocols...
2010-12-30  AndrĂ© Hentschelurlmon/tests: Don't test function directly when reporti...
2010-12-30  Michael Stefaniucurlmon: Use an iface instead of a vtbl pointer in Class...
2010-12-27  Eric Pouechurlmon: Fixed traces on 64bit systems.
2010-12-27  Jacek Cabanurlmon: Fixed a race in tests causing unexpected Switch...
2010-12-23  Jacek Cabanurlmon: Make protocol tests more verbose.
2010-12-23  Jacek Cabanurlmon: Converted more registration process to IRegistr...
2010-12-22  Jacek Cabanurlmon: Added more IInternetProtocolEx tests.
2010-12-22  David Hedbergurlmon: Fix return value from QueryService.
2010-12-22  David Hedbergurlmon: Split the code for sending an http request...
2010-12-20  Jacek Cabanurlmon: Added IUriContainer stub implementation of...
2010-12-20  David Hedbergurlmon: Set BINDF_NEEDFILE if BINDF_PULLDATA is not...
2010-12-15  Austin Englishurlmon: Add stubs for ordinals 410 and 423.
2010-12-13  Alexandre Julliardurlmon: Convert the coclasses registration to the IRegi...
2010-12-09  Thomas Mullalyurlmon: Added pluggable protocol support to CoInternetP...
2010-12-07  Michael Stefaniucurlmon: Use ifaces instead of vtbl pointers in FileProt...
2010-12-07  Michael Stefaniucurlmon: Use ifaces instead of vtbl pointers in HttpProt...
2010-12-07  Michael Stefaniucurlmon: Use ifaces instead of vtbl pointers in FtpProtocol.
2010-12-07  Michael Stefaniucurlmon: Use ifaces instead of vtbl pointers in DownloadBSC.
2010-12-07  Michael Stefaniucurlmon: Standardize the COM usage in sec_mgr.c.
2010-12-07  Michael Stefaniucurlmon: Use an iface instead of a vtbl pointer in EnumF...
2010-12-07  Thomas Mullalyurlmon: Implemented IUriBuilderFactory interface.
2010-12-05  Thomas Mullalyurlmon: Implemented PARSE_ANCHOR and PARSE_LOCATION...
2010-12-05  Thomas Mullalyurlmon: Standardize IUriBuilder COM interface.
2010-12-05  Thomas Mullalyurlmon: Standardize COM implementation of IUri.
2010-12-03  Thomas Mullalyurlmon: Implemented PARSE_DOMAIN for CoInternetParseIUri.
2010-12-03  Thomas Mullalyurlmon: Implemented PARSE_SITE for CoInternetParseIUri.
2010-12-03  Thomas Mullalyurlmon: Implemented PARSE_SCHEMA for CoInternetParseIUri.
2010-12-03  Thomas Mullalyurlmon: Implemented PARSE_URL_FROM_PATH for CoInternetP...
2010-12-03  Thomas Mullalyurlmon: Implemented PARSE_PATH_FROM_URL for CoInternetP...
2010-11-30  Jacek Cabanurlmon: Clean up default protocol handler pseudo-interf...
2010-11-30  Jacek Cabanurlmon: Moved buffer-based MIME finding to a separated...
2010-11-29  Thomas Mullalyurlmon: Implemented PARSE_DOCUMENT for CoInternetParseIUri.
2010-11-29  Thomas Mullalyurlmon: Added implementation for PARSE_ROOTDOCUMENT...
2010-11-29  Thomas Mullalyurlmon: Implementation for PARSE_FRIENDLY in CoInternet...
2010-11-29  Thomas Mullalyurlmon: Added implementation for PARSE_CANONICALIZE...
2010-11-29  Thomas Mullalyurlmon: Added stub for CoInternetParseIUri.
2010-11-17  Alexandre Julliardurlmon/tests: Avoid sizeof in traces.
2010-11-15  Jacek Cabanurlmon: Make Binding object IUri-based.
2010-11-15  Jacek Cabanurlmon: Make get_protocol_handler IUri-based.
2010-11-15  Jacek Cabanurlmon: Store BindProtocol as IInternetProtocolEx.
2010-11-15  Jacek Cabanurlmon: BindProocol's protocol handler doesn't need...
2010-11-15  Jacek Cabanurlmon: Don't forward StartEx call to protocol handler...
2010-11-15  Jacek Cabanurlmon: Don't forward Start call to protocol handler...
2010-11-15  Thomas Mullalyurlmon: Added pluggable protocol support to CoInternetC...
2010-11-15  Thomas Mullalyurlmon: Implemented CoInternetCombineUrlEx.
2010-11-15  Thomas Mullalyurlmon: Added stub for CoInternetCombineUrlEx.
2010-11-10  Jacek Cabanurlmon: Added IInternetProtocolEx support to BindProtocol.
2010-11-10  Michael Stefaniucurlmon/tests: Escape '\' in C strings (sparse).
2010-11-10  Thomas Mullalyurlmon: Simplified path canonicalization functions.
2010-11-09  Thomas Mullalyurlmon: Improve IUri support of res URIs.
2010-11-09  Thomas Mullalyurlmon: Make IUri implementation call functions through...
2010-11-09  Thomas Mullalyurlmon: CoInternetCombineIUri uses pluggable protocols.
2010-11-08  Thomas Mullalyurlmon/tests: Fixed some IUri tests that used hard...
2010-11-05  Gerald Pfeiferurlmon: Avoid accessing an uninitialized variable in...
2010-11-04  Jacek Cabanurlmon: Compute expected Uri_HAS_* flags from property...
2010-11-03  Thomas Mullalyurlmon: Implemented case when relative URI has a path...
2010-11-03  Thomas Mullalyurlmon: Implemented case when relative path begins...
2010-11-03  Thomas Mullalyurlmon: Some IUri's don't display the default port...
2010-11-03  Thomas Mullalyurlmon: Implemented case when the relative URI doesn...
2010-11-03  Thomas Mullalyurlmon/tests: Added more CoInternetCombineIUri tests.
2010-11-03  Thomas Mullalyurlmon: Improved IUri support for file URIs.
2010-11-03  Thomas Mullalyurlmon: Fixed memory free of an uninitialized variable.
2010-11-02  Francois GougetAssorted spelling fixes.
2010-11-02  Thomas Mullalyurlmon: Implemented base case for CoInternetCombineIUri.
2010-11-02  Thomas Mullalyurlmon/tests: Added actual CoInternetCombineIUri tests.
2010-11-02  Thomas Mullalyurlmon/tests: Added basic tests for CoInternetCombineIUri.
2010-11-02  Thomas Mullalyurlmon: Added stub for CoInternetCombineIUri.
2010-11-01  Gerald Pfeiferurlmon: Fix typo in trace in validate_path.
2010-10-27  Piotr Cabanurlmon: Improved url canonicalize when Uri_CREATE_FILE_...
2010-10-14  Jacek Cabanmshtml: Fixed the first ReportData invocation when...
2010-10-11  Piotr Cabanurlmon: Added ProtocolStream_Stat implementation.
2010-10-08  Jacek Cabanurlmon: Skip more tests on too old IEs.
2010-10-07  Jacek Cabanurlmon: Added IInternetProtocolEx support to ftp protoc...
2010-10-07  Jacek Cabanurlmon: Added IInternetProtocolEx support to http proto...
next