Alex Henrie
|
c474c1ab3f
|
urlmon: Call parse_host in combine_uri to set related parse_data fields.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=49662
Signed-off-by: Alex Henrie <alexhenrie24@gmail.com>
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2020-08-12 22:13:54 +02:00 |
Jacek Caban
|
e03d7ca900
|
urlmon: Remove unused flags argument from parse_host.
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2020-08-12 22:13:54 +02:00 |
Alexandre Julliard
|
42d2477edf
|
urlmon: Build with msvcrt.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-06-24 10:31:19 +02:00 |
Alexandre Julliard
|
1dd25f2dea
|
urlmon: Use strncmpiW instead of memicmpW for strings without embedded nulls.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-05-08 08:35:05 -05:00 |
Nikolay Sivov
|
8665a60680
|
urlmon: Use ARRAY_SIZE() macro.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2018-07-09 22:20:59 +02:00 |
Zhiyi Zhang
|
ac066d3eee
|
urlmon: Do not canonicalize Unicode characters.
Signed-off-by: Zhiyi Zhang <yi.gd.cn@gmail.com>
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2018-02-12 16:25:10 +01:00 |
Nikolay Sivov
|
1b04cf1e37
|
urlmon: Remove 'stub' from implemented functions trace message.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-02-06 13:44:39 +01:00 |
Daniel Lehman
|
22b4599b8a
|
urlmon: Fix buffer overflow in parse_canonicalize.
Signed-off-by: Daniel Lehman <dlehman@esri.com>
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-11-17 10:21:59 -06:00 |
Hugh McMaster
|
11669fa5e2
|
Assorted spelling and grammar fixes.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2015-11-17 22:56:40 +09:00 |
Gerald Pfeifer
|
2cfdaaef55
|
urlmon: Simplify a (redundant) expression in parse_canonicalize.
|
2015-04-27 15:10:04 +09:00 |
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 |