wininet: Load persistent cookies from other paths in get_cookie function.
[wine] / dlls / urlmon / uri.c
2013-03-28  Hans Leidekkerurlmon: Fix handling of mailto URIs in CoInternetCombin...
2013-03-26  Jacek Cabanurlmon: Fixed handling URIs with implicit file scheme...
2013-02-27  Andrew Talboturlmon: Avoid signed-unsigned integer comparisons.
2012-12-07  Andrew Talboturlmon: Remove unneeded address-of operator from array...
2012-11-05  André Hentschelurlmon: Fix copy and paste error (coverity).
2012-10-29  André Hentschelurlmon: Avoid memory leaks (coverity).
2012-05-14  Francois Gougeturlmon: Fix the spelling of the destroy_uri_obj() function.
2012-02-09  Jacek Cabanurlmon: Properly handle combining relative mk: URIs...
2012-01-31  Jacek Cabanurlmon: Properly handle relative URIs with specified...
2012-01-31  Jacek Cabanurlmon: Relative URI without scheme may be treated...
2012-01-30  Piotr Cabanurlmon: Fix debug message in canonicalize_scheme.
2012-01-23  Alexandre Julliardurlmon: Avoid some symbol redefinitions.
2012-01-16  Piotr Cabanurlmon: Added Uri IMarshal implementation.
2012-01-13  Piotr Cabanurlmon: Added Uri IPersistStream_Load implementation.
2012-01-13  Piotr Cabanurlmon: Added Uri IPersistStream_GetClassID implementation.
2012-01-13  Piotr Cabanurlmon: Return error in IUri functions on uninitialized...
2012-01-13  Piotr Cabanurlmon: Added CUri ClassFactory implementation.
2012-01-12  Piotr Cabanurlmon: Added Uri IPersistStream_Save implementation.
2012-01-12  Piotr Cabanurlmon: Added Uri IPersistStream stub implementation.
2012-01-12  Piotr Cabanurlmon: Fixed UriBuilderFactory IUnknown implementation.
2011-11-25  Jacek Cabanurlmon: Properly compare file URIs.
2011-11-25  Jacek Cabanurlmon: Make canonicalize_path_hierarchical Uri object...
2011-11-25  Jacek Cabanurlmon: Rename are_equal_simple to compare_uris and...
2011-11-25  Jacek Cabanurlmon: Reduce indention in are_equal_simple and move it.
2011-11-16  Jacek Cabanurlmon: Don't set is_opaque for file URIs in validate_c...
2011-11-15  Andrew Eikumurlmon: Improve parsing of SCHEME_MK URIs.
2011-11-14  Jacek Cabanurlmon: Improved IUri debug traces.
2011-10-10  Thomas Mullalyurlmon: Improved IUri support for wildcard URLs.
2011-07-26  Jacek Cabanurlmon: Store URI host len in parse_ipv4address before...
2011-07-25  Frédéric Delanoyurlmon: Fix various typos/misspellings.
2011-07-22  Jacek Cabanurlmon: Added support for javascript URIs.
2011-07-06  Gerald Pfeiferurlmon: Silence a compiler warning (GCC 4.6).
2011-06-23  Jacek Cabanurlmon: Fixed handling empty URIs.
2011-05-20  Thomas Mullalyurlmon: Prevent putting garbage data into TRACE.
2011-05-12  Jacek Cabanurlmon: Make sure to include query part of relative...
2011-03-29  Thomas Mullalyurlmon: Added basic domain zone support to MapUrlToZone.
2011-03-29  Thomas Mullalyurlmon: Removed str_last_of in favor of memrchrW.
2011-02-15  Thomas Mullalyurlmon: Fixed invalid read and write errors (Valgrind).
2011-02-07  Nikolay Sivovurlmon/uri: Remove dead assignment and useless initiali...
2011-01-21  Jacek Cabanurlmon: Call remove_dot_segments on path opaque for...
2011-01-21  Jacek Cabanurlmon: Added backslash handling to remove_dot_segments.
2011-01-17  Thomas Mullalyurlmon: Fixed misc typos and removed a few random tab...
2011-01-04  Jacek Cabanurlmon: Fixed IUriBuilderFactory declaration.
2010-12-27  Eric Pouechurlmon: Fixed traces on 64bit systems.
2010-12-09  Thomas Mullalyurlmon: Added pluggable protocol support to CoInternetP...
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-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-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  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-05  Gerald Pfeiferurlmon: Avoid accessing an uninitialized variable in...
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: Improved IUri support for file URIs.
2010-11-03  Thomas Mullalyurlmon: Fixed memory free of an uninitialized variable.
2010-11-02  Thomas Mullalyurlmon: Implemented base case for CoInternetCombineIUri.
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-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.
next