urlmon: Added empty hash URIs comparing tests.
[wine] / dlls / urlmon / tests / uri.c
2012-02-11  Jacek Cabanurlmon: Added empty hash URIs comparing tests.
2012-02-09  Jacek Cabanurlmon: Added more mk: combining tests.
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-16  Piotr Cabanurlmon/tests: Added Uri IMarshal_UnmarshalInterface...
2012-01-16  Piotr Cabanurlmon/tests: Added Uri IMarshal_MarshalInterface tests.
2012-01-13  Piotr Cabanurlmon/tests: Added Uri IPersistStream_Load tests.
2012-01-13  Piotr Cabanurlmon/tests: Test uninitialized IUri object.
2012-01-12  Piotr Cabanurlmon/tests: Added Uri IPersistStream_Save tests.
2011-12-15  Francois Gougetinclude: Add a couple of missing include directives...
2011-11-25  Jacek Cabanurlmon: Added file URIs compare tests.
2011-11-16  Jacek Cabanurlmon: Don't set is_opaque for file URIs in validate_c...
2011-11-16  Jacek Cabanurlmon: Get rid of create_todo_* from uri_equality...
2011-11-15  Andrew Eikumurlmon: Improve parsing of SCHEME_MK URIs.
2011-10-10  Thomas Mullalyurlmon: Improved IUri support for wildcard URLs.
2011-08-04  Frédéric Delanoytests: Assorted spelling fixes.
2011-07-26  Jacek Cabanurlmon: Store URI host len in parse_ipv4address before...
2011-07-22  Jacek Cabanurlmon: Added support for javascript URIs.
2011-06-24  Jacek Cabanurlmon: Added more CreateURLMoniker* tests.
2011-06-23  Jacek Cabanurlmon: Fixed handling empty URIs.
2011-05-12  Jacek Cabanurlmon: Make sure to include query part of relative...
2011-03-28  André Hentschelurlmon/tests: Add another case to IUri tests.
2011-02-14  Austin Englishurlmon/tests: Make sure to use a return value (LLVM...
2011-01-21  Jacek Cabanurlmon: Call remove_dot_segments on path opaque for...
2011-01-17  Thomas Mullalyurlmon/tests: Fixed memory leak in tests (valgrind).
2011-01-04  Jacek Cabanurlmon: Fixed IUriBuilderFactory declaration.
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-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-17  Alexandre Julliardurlmon/tests: Avoid sizeof in traces.
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  Michael Stefaniucurlmon/tests: Escape '\' in C strings (sparse).
2010-11-09  Thomas Mullalyurlmon: Improve IUri support of res URIs.
2010-11-09  Thomas Mullalyurlmon: CoInternetCombineIUri uses pluggable protocols.
2010-11-08  Thomas Mullalyurlmon/tests: Fixed some IUri tests that used hard...
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-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-10-27  Piotr Cabanurlmon: Improved url canonicalize when Uri_CREATE_FILE_...
2010-10-04  Thomas Mullalyurlmon: Implemented canonicalization of IUriBuilder...
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 validation of the host name compone...
2010-09-21  Jacek Cabanurlmon: Added about:blank IUri test.
2010-09-20  Thomas Mullalyurlmon: Implemented validation for the userinfo compone...
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-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-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-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 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_RemoveProperties.
2010-08-24  Thomas Mullalyurlmon/tests: Added tests for IUriBuilder's IUri property.
next