Commit Graph

197 Commits

Author SHA1 Message Date
Jacek Caban 9cbcbe8da6 urlmon: Properly handle combining relative mk: URIs containing full internal path. 2012-02-09 09:39:34 -06:00
Jacek Caban 051cb8e625 urlmon: Properly handle relative URIs with specified host in combine_uri. 2012-01-31 13:49:18 +01:00
Jacek Caban 1aa9389eaf urlmon: Relative URI without scheme may be treated as hierarchical. 2012-01-31 13:49:14 +01:00
Piotr Caban 01947e08da urlmon: Fix debug message in canonicalize_scheme. 2012-01-30 20:44:51 +01:00
Alexandre Julliard 292cb17ebb urlmon: Avoid some symbol redefinitions. 2012-01-23 16:07:32 +01:00
Piotr Caban 991061e461 urlmon: Added Uri IMarshal implementation. 2012-01-16 18:17:47 +01:00
Piotr Caban b430abce3b urlmon: Added Uri IPersistStream_Load implementation. 2012-01-13 18:17:39 +01:00
Piotr Caban 28e95dfbed urlmon: Added Uri IPersistStream_GetClassID implementation. 2012-01-13 18:17:38 +01:00
Piotr Caban e5925d2a52 urlmon: Return error in IUri functions on uninitialized object. 2012-01-13 18:17:37 +01:00
Piotr Caban 11abd08bb5 urlmon: Added CUri ClassFactory implementation. 2012-01-13 18:17:36 +01:00
Piotr Caban 3694ab67e5 urlmon: Added Uri IPersistStream_Save implementation. 2012-01-12 16:10:13 +01:00
Piotr Caban e6d6c6feb9 urlmon: Added Uri IPersistStream stub implementation. 2012-01-12 16:10:09 +01:00
Piotr Caban e6b2b580bf urlmon: Fixed UriBuilderFactory IUnknown implementation. 2012-01-12 16:10:05 +01:00
Jacek Caban e0f6b95d44 urlmon: Properly compare file URIs. 2011-11-25 16:22:33 +01:00
Jacek Caban 29cdb35750 urlmon: Make canonicalize_path_hierarchical Uri object and parse_data struct independent. 2011-11-25 16:22:29 +01:00
Jacek Caban 24f4c4e14c urlmon: Rename are_equal_simple to compare_uris and make it failable. 2011-11-25 16:22:24 +01:00
Jacek Caban bb8a05800b urlmon: Reduce indention in are_equal_simple and move it. 2011-11-25 16:22:19 +01:00
Jacek Caban 1fb705de62 urlmon: Don't set is_opaque for file URIs in validate_components. 2011-11-16 16:59:59 +01:00
Andrew Eikum 31853fc203 urlmon: Improve parsing of SCHEME_MK URIs. 2011-11-15 19:37:34 +01:00
Jacek Caban 64b94ebffc urlmon: Improved IUri debug traces. 2011-11-14 15:25:20 +01:00
Thomas Mullaly 2784e1aced urlmon: Improved IUri support for wildcard URLs. 2011-10-10 13:29:33 +02:00
Jacek Caban 8fcf7013bc urlmon: Store URI host len in parse_ipv4address before further parsing. 2011-07-26 16:28:55 +02:00
Frédéric Delanoy d1e15baca7 urlmon: Fix various typos/misspellings. 2011-07-25 14:00:11 +02:00
Jacek Caban e722268d53 urlmon: Added support for javascript URIs. 2011-07-22 15:44:32 +02:00
Gerald Pfeifer 7d60dd7e16 urlmon: Silence a compiler warning (GCC 4.6). 2011-07-06 19:39:19 +02:00
Jacek Caban 6862697acb urlmon: Fixed handling empty URIs. 2011-06-23 09:52:50 +02:00
Thomas Mullaly baf036d538 urlmon: Prevent putting garbage data into TRACE. 2011-05-20 10:30:37 +02:00
Jacek Caban ebf9f12c29 urlmon: Make sure to include query part of relative URI containing path in combine_uri. 2011-05-12 18:22:21 +02:00
Thomas Mullaly e06d49ff62 urlmon: Added basic domain zone support to MapUrlToZone. 2011-03-29 12:35:35 +02:00
Thomas Mullaly 1b625bb1f8 urlmon: Removed str_last_of in favor of memrchrW. 2011-03-29 12:35:12 +02:00
Thomas Mullaly 1703368e26 urlmon: Fixed invalid read and write errors (Valgrind). 2011-02-15 17:01:43 +01:00
Nikolay Sivov 8fb709e4ad urlmon/uri: Remove dead assignment and useless initializer (LLVM/Clang). 2011-02-07 10:12:02 -06:00
Jacek Caban 4454770cbc urlmon: Call remove_dot_segments on path opaque for mk: protocol. 2011-01-21 16:21:37 +01:00
Jacek Caban 3c6c6e9d94 urlmon: Added backslash handling to remove_dot_segments. 2011-01-21 16:21:31 +01:00
Thomas Mullaly 81d6e7443a urlmon: Fixed misc typos and removed a few random tab characters. 2011-01-17 12:51:26 +01:00
Jacek Caban d34bbb2b52 urlmon: Fixed IUriBuilderFactory declaration. 2011-01-04 11:11:49 +01:00
Eric Pouech 495e55c07d urlmon: Fixed traces on 64bit systems. 2010-12-27 11:48:49 +01:00
Thomas Mullaly 4e1ff0b8cd urlmon: Added pluggable protocol support to CoInternetParseIUri. 2010-12-09 12:17:01 +01:00
Thomas Mullaly 875f1e939c urlmon: Implemented IUriBuilderFactory interface. 2010-12-07 11:39:16 +01:00
Thomas Mullaly 5ca3215204 urlmon: Implemented PARSE_ANCHOR and PARSE_LOCATION for CoInternetParseIUri. 2010-12-05 12:28:36 +01:00
Thomas Mullaly 08b957062d urlmon: Standardize IUriBuilder COM interface. 2010-12-05 12:28:29 +01:00
Thomas Mullaly d6f9a193a3 urlmon: Standardize COM implementation of IUri. 2010-12-05 12:28:12 +01:00
Thomas Mullaly 4a9d2d43fe urlmon: Implemented PARSE_DOMAIN for CoInternetParseIUri. 2010-12-03 11:08:30 +01:00
Thomas Mullaly 500e4fae7c urlmon: Implemented PARSE_SITE for CoInternetParseIUri. 2010-12-03 11:08:26 +01:00
Thomas Mullaly a77f159019 urlmon: Implemented PARSE_SCHEMA for CoInternetParseIUri. 2010-12-03 11:08:21 +01:00
Thomas Mullaly 1788099321 urlmon: Implemented PARSE_URL_FROM_PATH for CoInternetParseIUri. 2010-12-03 11:08:16 +01:00
Thomas Mullaly 221331e72b urlmon: Implemented PARSE_PATH_FROM_URL for CoInternetParseIUri. 2010-12-03 11:08:07 +01:00
Thomas Mullaly 6a459d1117 urlmon: Implemented PARSE_DOCUMENT for CoInternetParseIUri. 2010-11-29 11:26:29 +01:00
Thomas Mullaly 81c274a5f0 urlmon: Added implementation for PARSE_ROOTDOCUMENT for CoInternetParseIUri. 2010-11-29 11:26:23 +01:00
Thomas Mullaly 6d996f32a5 urlmon: Implementation for PARSE_FRIENDLY in CoInternetParseIUri. 2010-11-29 11:26:17 +01:00