Thomas Mullaly
|
16dd03ba3e
|
urlmon: Implemented IUri_GetAbsoluteUri.
|
2010-08-16 15:54:22 +02:00 |
Thomas Mullaly
|
dcd2b994db
|
urlmon: Implemented IUri_GetFragment.
|
2010-08-16 15:54:22 +02:00 |
Thomas Mullaly
|
004e1be678
|
urlmon: Implemented canonicalization for URI fragments.
|
2010-08-16 15:54:22 +02:00 |
Thomas Mullaly
|
27ec56ea6b
|
urlmon: Implemented a fragment parser.
|
2010-08-16 15:54:22 +02:00 |
Thomas Mullaly
|
b5e70534c6
|
urlmon: Implemented IUri_GetPathAndQuery.
|
2010-08-04 12:26:02 +02:00 |
Thomas Mullaly
|
45069a3330
|
urlmon: Implemented IUri_GetQuery.
|
2010-08-04 12:25:55 +02:00 |
Thomas Mullaly
|
fdfcfc6aa0
|
urlmon: Implemented canonicalization of query strings.
|
2010-08-04 12:25:47 +02:00 |
Thomas Mullaly
|
36b1006c6b
|
urlmon: Implemented a parser for URI query strings.
|
2010-08-04 12:25:42 +02:00 |
Thomas Mullaly
|
07e7a117ca
|
urlmon: Implemented IUri_GetExtension.
|
2010-08-03 11:03:08 +02:00 |
Thomas Mullaly
|
eb6e23e1de
|
urlmon: Implemented function to the file extension of a file in a URI path.
|
2010-08-03 11:02:52 +02:00 |
Thomas Mullaly
|
1e09e44510
|
urlmon: Implemented IUri_GetPath.
|
2010-08-03 11:02:46 +02:00 |
Thomas Mullaly
|
42e8af7a4a
|
urlmon: Implemented canonicalization function for paths in opaque URIs.
|
2010-08-03 11:02:29 +02:00 |
Thomas Mullaly
|
5758b068ae
|
urlmon: Implemented a function which removes dot segments from paths of hierarchical URIs.
|
2010-08-03 11:02:20 +02:00 |
Thomas Mullaly
|
300d0e1ad4
|
urlmon: Implemented canonicalization function for hierarchical URI paths.
|
2010-08-03 11:01:58 +02:00 |
Thomas Mullaly
|
93d79ee18e
|
urlmon: Implemented a path parser for opaque URIs.
|
2010-08-03 11:01:49 +02:00 |
Thomas Mullaly
|
0ecec6d7c0
|
urlmon: Implemented a path parser for hierarchical URIs.
|
2010-08-03 11:01:38 +02:00 |
Thomas Mullaly
|
aef9b15ca1
|
urlmon: Implemented IUri_GetDomain.
|
2010-08-02 12:55:20 +02:00 |
Thomas Mullaly
|
41513ef243
|
urlmon: Implemented function for finding the domain name of a URI.
|
2010-08-02 12:55:20 +02:00 |
Thomas Mullaly
|
e49241f953
|
urlmon: Implemented IUri_GetAuthority.
|
2010-08-02 12:55:20 +02:00 |
Thomas Mullaly
|
9ef60297da
|
urlmon: Silenced a noisy fixme.
|
2010-08-02 12:55:20 +02:00 |
Thomas Mullaly
|
9f41866e6f
|
urlmon: Implemented IUri_GetHostType.
|
2010-08-02 12:55:20 +02:00 |
Thomas Mullaly
|
b5c89b6de3
|
urlmon/tests: Added some more test URIs.
|
2010-07-30 11:36:02 +02:00 |
Thomas Mullaly
|
d992bab72e
|
urlmon: Implemented IUri_GetPort.
|
2010-07-29 10:25:36 +02:00 |
Thomas Mullaly
|
4a88270ce0
|
urlmon: Implemented canonicalization for ports in URIs.
|
2010-07-29 10:25:08 +02:00 |
Thomas Mullaly
|
8a51ac0619
|
urlmon/tests: Restructured invalid URI tests plus added more test data.
|
2010-07-29 10:24:51 +02:00 |
Thomas Mullaly
|
ceddd02797
|
urlmon: Implemented a port parse for URIs.
|
2010-07-29 10:24:38 +02:00 |
Thomas Mullaly
|
821b8fcdc8
|
urlmon: Fixed a bug that would cause tests to randomly fail.
|
2010-07-29 10:24:23 +02:00 |
Alexandre Julliard
|
78cf530c58
|
urlmon/tests: Don't bother testing unimplemented functions to reduce test output.
|
2010-07-28 16:28:20 +02:00 |
Thomas Mullaly
|
36d5856471
|
urlmon: Implemented canonicalization for reg-names.
|
2010-07-26 13:34:20 +02:00 |
Thomas Mullaly
|
ffe9f1aed0
|
urlmon/tests: Added more test URIs for IPv6 canonicalization.
|
2010-07-26 13:34:20 +02:00 |
Thomas Mullaly
|
a0b27ab3e4
|
urlmon: Implemented canonicalization for IPv6 addresses.
|
2010-07-26 13:34:20 +02:00 |
Thomas Mullaly
|
30824611b5
|
urlmon/tests: Added more URI test cases.
|
2010-07-26 13:34:20 +02:00 |
Thomas Mullaly
|
4c01ff1fa1
|
urlmon: Added parser for registered host names.
|
2010-07-26 13:34:20 +02:00 |
Thomas Mullaly
|
48e155ba70
|
urlmon: Added parser for IPvFuture addresses.
|
2010-07-26 13:34:20 +02:00 |
Thomas Mullaly
|
738d60c76b
|
urlmon: Added parser for IPv6 addresses.
|
2010-07-26 13:34:20 +02:00 |
Thomas Mullaly
|
cfc0f97d93
|
urlmon: Partially implemented IUri_GetHost.
|
2010-07-23 11:45:29 +02:00 |
Thomas Mullaly
|
6a1dd3d18b
|
urlmon/tests: Added more test URIs.
|
2010-07-23 11:45:23 +02:00 |
Thomas Mullaly
|
a3dd8f4598
|
urlmon: Implemented canonicalization functions for IPv4 addresses.
|
2010-07-23 11:45:15 +02:00 |
Thomas Mullaly
|
89026cf980
|
urlmon: Implemented a parser for IPv4 addresses.
|
2010-07-23 11:44:53 +02:00 |
Thomas Mullaly
|
20017183d3
|
urlmon: Implemented IUri_GetPassword.
|
2010-07-22 13:54:56 +02:00 |
Thomas Mullaly
|
50db65a43f
|
urlmon: Implemented IUri_GetUserName.
|
2010-07-22 13:54:56 +02:00 |
Thomas Mullaly
|
152a1efdae
|
urlmon: Implemented IUri_GetUserInfo.
|
2010-07-22 13:54:56 +02:00 |
Thomas Mullaly
|
520902cb16
|
urlmon/tests: Added more test URI's.
|
2010-07-22 13:54:56 +02:00 |
Thomas Mullaly
|
eff59a5107
|
urlmon: Implemented the canonicalization routine for the userinfo of a URI.
|
2010-07-22 13:54:56 +02:00 |
Thomas Mullaly
|
9590fef417
|
urlmon: Implemented parser for the userinfo of a URI.
|
2010-07-22 13:54:55 +02:00 |
Thomas Mullaly
|
9d363d52cd
|
urlmon: Added a stub implementation for parsing the hier-part of a URI.
|
2010-07-22 13:54:55 +02:00 |
Thomas Mullaly
|
0d0078380e
|
urlmon: Fixed the scheme name parser to handle wildcard schemes.
|
2010-07-22 13:54:55 +02:00 |
Alexandre Julliard
|
b86d515ed6
|
dlls: Remove explicit imports of kernel32 and ntdll.
|
2010-07-21 17:38:36 +02:00 |
Thomas Mullaly
|
84baad06c6
|
urlmon/tests: Added more test data for scheme parsing and canonicalization.
|
2010-07-21 13:23:58 +02:00 |
Thomas Mullaly
|
a34700f034
|
urlmon: Implemented functionality for retrieving the scheme type of a IUri.
|
2010-07-21 13:23:58 +02:00 |