ole32: Get rid of the ICOM_THIS_MULTI macro.
[wine] / dlls / urlmon /
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...
2010-10-07  Jacek Cabanurlmon: Added post data stream tests.
2010-10-07  Jacek Cabanurlmon: Added support for sending post data from stream.
2010-10-07  Jacek Cabanurlmon: Added IBinding::Abort and binding without callb...
2010-10-07  Jacek Cabanurlmon: Use default binding callback if no callback...
2010-10-07  Jacek Cabanurlmon: Use existing callback holder in RegisterBindSta...
2010-10-07  Jacek Cabanurlmon: Added IBinding::Abort implementation.
2010-10-06  Jacek Cabanurlmon: Report error on synchronous bindings that don...
2010-10-06  Jacek Cabanurlmon: Return correct error in get_protocol_handler...
2010-10-04  Jacek Cabanurlmon: Added Abort support to BindProtocol.
2010-10-04  Jacek Cabanurlmon: Added Abort tests.
2010-10-04  Jacek Cabanurlmon: Added Abort implementation to wininet-based...
2010-10-04  Thomas Mullalyurlmon: Fixed memory leak in error path of CreateUri.
2010-10-04  Thomas Mullalyurlmon: Implemented canonicalization of IUriBuilder...
2010-10-04  Thomas Mullalyurlmon: canonicalize_path_hierarchical should prepend...
2010-10-04  Thomas Mullalyurlmon: Restructured how the path component is validate...
2010-10-04  Thomas Mullalyurlmon: Restructured how ports are canonicalized.
2010-10-04  Thomas Mullalyurlmon: Implemented functionality for generating raw...
2010-10-04  Thomas Mullalyurlmon: validate_fragment works better if it actually...
2010-10-01  Jacek Cabanurlmon: Replace also bind_info in set_binding_sink.
2010-09-30  Jacek Cabanurlmon: Skip tests on IEs older than 6 by checking...
2010-09-29  Thomas Mullalyurlmon: Improve IUri support for mk: URIs.
2010-09-28  Thomas Mullalyurlmon: Finished validation for the remaining component...
2010-09-28  Thomas Mullalyurlmon: Can't set the host of a IUriBuilder to NULL.
2010-09-28  Thomas Mullalyurlmon: Implemented support for determining what port...
2010-09-28  Thomas Mullalyurlmon: Fixed TRACE's which sometimes output garbage.
2010-09-28  Thomas Mullalyurlmon: Implemented validation of the host name compone...
2010-09-21  Jacek Cabanurlmon: Added about:blank IUri test.
2010-09-21  Jacek Cabanurlmon: Make protocol_start IUri-based.
2010-09-20  Jacek Cabanurlmon: Skip tests on very old IEs as soon as possible.
2010-09-20  Thomas Mullalyurlmon: Implemented validation for the userinfo compone...
2010-09-20  Thomas Mullalyurlmon: Restructured how the userinfo component is...
2010-09-20  Thomas Mullalyurlmon: File URIs can't have a userinfo component when...
2010-09-20  Thomas Mullalyurlmon: Implemented validation of scheme component...
2010-09-20  Thomas Mullalyurlmon: IUriBuilder_CreateUri* functions return base...
2010-09-20  Thomas Mullalyurlmon/tests: Added more tests for IUriBuilder's Create...
2010-09-20  Paul Vriensurlmon/tests: Fix test failures on Win9x/WinMe by using...
2010-09-19  Alexandre Julliardmakefiles: Add a standard header for all makefiles...
2010-09-18  Thomas Mullalyurlmon/tests: Fixed bug in tests where the wrong value...
2010-09-18  Thomas Mullalyurlmon/tests: IUriBuilder_CreateUri functions will...
2010-09-18  Thomas Mullalyurlmon: Can't set the scheme name of a IUriBuilder...
2010-09-09  Thomas Mullalyurlmon: Implemented IUriBuilder_RemoveProperties.
2010-09-09  Thomas Mullalyurlmon: Implemented IUriBuilder_HasBeenModified.
2010-09-09  Thomas Mullalyurlmon: Implemented IUriBuilder_{Get/Set}IUri.
2010-09-09  Thomas Mullalyurlmon/tests: IUriBuilder's can create IUri's even...
2010-09-09  Thomas Mullalyurlmon/tests: Restructured IUriBuilder tests so they...
2010-09-09  Thomas Mullalyurlmon/tests: Removed no longer needed todo_wine's.
2010-09-09  Thomas Mullalyurlmon: Fixed bug in IUriBuilder_GetUserName.
2010-09-08  Jacek Cabanurlmon: Correctly handle INET_E_USE_DEFAULT_SETTING...
2010-09-08  Michael Stefaniucurlmon: Remove superfluous NULL check before heap_free...
2010-09-07  Thomas Mullalyurlmon: Implemented IUriBuilder_{Get/Set}UserName.
2010-09-07  Thomas Mullalyurlmon: Some IUri's don't include the userinfo componen...
2010-09-07  Thomas Mullalyurlmon: Implemented IUriBuilder_{Get/Set}SchemeName.
2010-09-07  Thomas Mullalyurlmon: Implemented IUriBuilder_{Get/Set}Query.
2010-09-07  Thomas Mullalyurlmon: Implemented IUriBuilder_{Get/Set}Port.
2010-09-07  Thomas Mullalyurlmon: set_builder_component now handles setting the...
2010-09-07  Thomas Mullalyurlmon: Removed some unneeded URI_THIS casts.
2010-09-06  Thomas Mullalyurlmon: Implemented IUriBuilder_{Get/Set}Path.
2010-09-06  Thomas Mullalyurlmon: Implemented IUriBuilder_{Get/Set}Password.
2010-09-06  Thomas Mullalyurlmon/tests: Restructured IUriBuilder's test data.
2010-09-06  Thomas Mullalyurlmon: Implemented IUriBuilder_{Get/Set}Host.
2010-09-06  Thomas Mullalyurlmon: Implemented IUriBuilder_{Get/Set}Fragment.
2010-09-06  Gerald Pfeiferurlmon/tests: Simplify test_IUriBuilder_GetPorttest_IUr...
2010-09-02  Jacek Cabanmshtml: Added file protocol's IInternetProtocolEx tests.
2010-09-02  Jacek Cabanurlmon: Use StartEx in file protocol handler's Start...
2010-09-02  Jacek Cabanurlmon: Return E_INVALIDARG for empty pwzURI in CreateUri.
2010-09-02  Jacek Cabanurlmon: Added IInternetProtocolEx implementation for...
2010-09-02  Jacek Cabanurlmon: Store file size in FileProtocol object.
2010-09-02  Jacek Cabanurlmon: Use INVALID_HANDLE_VALUE instead of NULL for...
2010-08-27  Juan Langurlmon: Return failures from progress callback.
2010-08-27  Thomas Mullalyurlmon: Improved support for opaque file URL paths.
2010-08-27  Thomas Mullalyurlmon: Finished adding basic support for Uri_CREATE_FI...
2010-08-27  Thomas Mullalyurlmon: Improved support for determining if a URI is...
next