Commit Graph

210 Commits (e4f9f53719b2bb381ebef8c3f680971fbc151133)

Author SHA1 Message Date
Jacek Caban 1de7771a7c urlmon: Don't threat '#' as path delimiter in file URIs. 2014-07-24 15:18:04 +02:00
Jacek Caban e656914fbf urlmon: Don't decode percent-encoded characters in file URLs with implicit scheme. 2014-07-02 19:57:21 +02:00
Frédéric Delanoy 0f2bed51bd Assorted spelling fixes. 2014-02-10 15:47:29 +01:00
Jacek Caban 9c7057c226 urlmon: Fixed tests on IE10. 2013-11-22 16:08:24 +01:00
Frédéric Delanoy da6c728195 Assorted spelling fixes. 2013-11-07 19:01:20 +01:00
Frédéric Delanoy 4473ce4db9 Assorted spelling fixes. 2013-10-30 09:46:27 +01:00
Hans Leidekker 9eb140db70 urlmon: Fix handling of mailto URIs in CoInternetCombineUrlEx. 2013-03-28 12:17:46 +01:00
Jacek Caban 79b7c1108e urlmon: Fixed handling URIs with implicit file scheme in CoInternetCombineUrlEx. 2013-03-26 12:16:15 +01:00
Andrew Talbot bc1a457b1c urlmon: Avoid signed-unsigned integer comparisons. 2013-02-27 11:30:21 +01:00
Andrew Talbot c1c970e090 urlmon: Remove unneeded address-of operator from array name. 2012-12-07 10:35:16 +01:00
André Hentschel 93936c4f99 urlmon: Fix copy and paste error (coverity). 2012-11-05 11:12:10 +01:00
André Hentschel 99a0c55a8f urlmon: Avoid memory leaks (coverity). 2012-10-29 10:38:31 +01:00
Francois Gouget a188587aee urlmon: Fix the spelling of the destroy_uri_obj() function. 2012-05-14 12:06:15 +02:00
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