urlmon: Improved url canonicalize when Uri_CREATE_FILE_USE_DOS_PATH is specified.
[wine] / dlls / urlmon / uri.c
2010-10-27  Piotr Cabanurlmon: Improved url canonicalize when Uri_CREATE_FILE_...
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-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-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-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: Fixed bug in IUriBuilder_GetUserName.
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: Implemented IUriBuilder_{Get/Set}Host.
2010-09-06  Thomas Mullalyurlmon: Implemented IUriBuilder_{Get/Set}Fragment.
2010-09-02  Jacek Cabanurlmon: Return E_INVALIDARG for empty pwzURI in CreateUri.
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...
2010-08-27  Thomas Mullalyurlmon: Beginning to add support for Uri_CREATE_FILE_US...
2010-08-27  Thomas Mullalyurlmon: Some opaque URIs get their port set.
2010-08-27  Thomas Mullalyurlmon: Some IUri's don't always have an absolute URI...
2010-08-24  Francois GougetAssorted spelling fixes.
2010-08-24  Thomas Mullalyurlmon/tests: Added tests for IUriBuilder's IUri property.
2010-08-24  Thomas Mullalyurlmon/tests: Added tests for IUriBuilder_HasBeenModified.
2010-08-23  Thomas Mullalyurlmon/tests: Added tests for IUriBuilder_GetUserName.
2010-08-23  Thomas Mullalyurlmon/tests: Added tests for IUriBuilder_GetSchemeName.
2010-08-23  Thomas Mullalyurlmon/tests: Added tests for IUriBuilder_GetQuery.
2010-08-23  Thomas Mullalyurlmon/tests: Added tests for IUriBuilder_GetPort.
2010-08-23  Thomas Mullalyurlmon/tests: Added tests for IUriBuilder_GetPath.
2010-08-23  Thomas Mullalyurlmon/tests: Added tests for IUriBuilder_GetPassword.
2010-08-23  Thomas Mullalyurlmon/tests: Added tests for IUriBuilder_GetHost.
2010-08-19  Thomas Mullalyurlmon/tests: Added tests for IUriBuilder_GetFragment.
2010-08-19  Thomas Mullalyurlmon/tests: Added tests for IUriBuilder_CreateUriWith...
2010-08-19  Thomas Mullalyurlmon/tests: Added tests for IUriBuilder_CreateUriSimple.
2010-08-19  Thomas Mullalyurlmon/tests: Added tests for IUriBuilder_CreateUri.
2010-08-19  Thomas Mullalyurlmon/tests: Added a few tests for CreateIUriBuilder.
2010-08-18  Thomas Mullalyurlmon: Added documentation for CreateUri and CreateUri...
2010-08-18  Thomas Mullalyurlmon: Implemented CreateUriWithFragment.
2010-08-18  Thomas Mullalyurlmon: Added stub for CreateUriWithFragment.
2010-08-17  Thomas Mullalyurlmon: Implemented IUri_IsEqual.
2010-08-17  Thomas Mullalyurlmon: Print fixme for unsupported flags to CreateUri.
2010-08-17  Thomas Mullalyurlmon: Added support for invalid flag combinations...
2010-08-17  Thomas Mullalyurlmon: Added support for pre-processing URI strings.
2010-08-16  Thomas Mullalyurlmon: Implemented IUri_GetProperties and IUri_HasProp...
2010-08-16  Thomas Mullalyurlmon: Implemented IUri_GetDisplayUri.
2010-08-16  Thomas Mullalyurlmon: Implemented IUri_GetAbsoluteUri.
2010-08-16  Thomas Mullalyurlmon: Implemented IUri_GetFragment.
2010-08-16  Thomas Mullalyurlmon: Implemented canonicalization for URI fragments.
2010-08-16  Thomas Mullalyurlmon: Implemented a fragment parser.
2010-08-04  Thomas Mullalyurlmon: Implemented IUri_GetPathAndQuery.
2010-08-04  Thomas Mullalyurlmon: Implemented IUri_GetQuery.
2010-08-04  Thomas Mullalyurlmon: Implemented canonicalization of query strings.
2010-08-04  Thomas Mullalyurlmon: Implemented a parser for URI query strings.
2010-08-03  Thomas Mullalyurlmon: Implemented IUri_GetExtension.
2010-08-03  Thomas Mullalyurlmon: Implemented function to the file extension...
2010-08-03  Thomas Mullalyurlmon: Implemented IUri_GetPath.
2010-08-03  Thomas Mullalyurlmon: Implemented canonicalization function for paths...
2010-08-03  Thomas Mullalyurlmon: Implemented a function which removes dot segmen...
2010-08-03  Thomas Mullalyurlmon: Implemented canonicalization function for hiera...
2010-08-03  Thomas Mullalyurlmon: Implemented a path parser for opaque URIs.
2010-08-03  Thomas Mullalyurlmon: Implemented a path parser for hierarchical...
2010-08-02  Thomas Mullalyurlmon: Implemented IUri_GetDomain.
2010-08-02  Thomas Mullalyurlmon: Implemented function for finding the domain...
2010-08-02  Thomas Mullalyurlmon: Implemented IUri_GetAuthority.
2010-08-02  Thomas Mullalyurlmon: Silenced a noisy fixme.
2010-08-02  Thomas Mullalyurlmon: Implemented IUri_GetHostType.
2010-07-29  Thomas Mullalyurlmon: Implemented IUri_GetPort.
2010-07-29  Thomas Mullalyurlmon: Implemented canonicalization for ports in URIs.
2010-07-29  Thomas Mullalyurlmon: Implemented a port parse for URIs.
2010-07-29  Thomas Mullalyurlmon: Fixed a bug that would cause tests to randomly...
2010-07-26  Thomas Mullalyurlmon: Implemented canonicalization for reg-names.
2010-07-26  Thomas Mullalyurlmon: Implemented canonicalization for IPv6 addresses.
2010-07-26  Thomas Mullalyurlmon: Added parser for registered host names.
2010-07-26  Thomas Mullalyurlmon: Added parser for IPvFuture addresses.
2010-07-26  Thomas Mullalyurlmon: Added parser for IPv6 addresses.
2010-07-23  Thomas Mullalyurlmon: Partially implemented IUri_GetHost.
2010-07-23  Thomas Mullalyurlmon: Implemented canonicalization functions for...
next