projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
mshtml: Use LONGLONG/ULONGLONG for PRInt64/PRUint64.
[wine]
/
dlls
/
urlmon
/
2010-08-27
Juan Lang
urlmon: Return failures from progress callback.
tree
|
commitdiff
2010-08-27
Thomas Mullaly
urlmon: Improved support for opaque file URL paths.
tree
|
commitdiff
2010-08-27
Thomas Mullaly
urlmon: Finished adding basic support for Uri_CREATE_FI...
tree
|
commitdiff
2010-08-27
Thomas Mullaly
urlmon: Improved support for determining if a URI is...
tree
|
commitdiff
2010-08-27
Thomas Mullaly
urlmon: Beginning to add support for Uri_CREATE_FILE_US...
tree
|
commitdiff
2010-08-27
Thomas Mullaly
urlmon: Some opaque URIs get their port set.
tree
|
commitdiff
2010-08-27
Thomas Mullaly
urlmon: Some IUri's don't always have an absolute URI...
tree
|
commitdiff
2010-08-24
Francois Gouget
Assorted spelling fixes.
tree
|
commitdiff
2010-08-24
Thomas Mullaly
urlmon/tests: Added tests for IUriBuilder_RemoveProperties.
tree
|
commitdiff
2010-08-24
Thomas Mullaly
urlmon/tests: Added tests for IUriBuilder's IUri property.
tree
|
commitdiff
2010-08-24
Thomas Mullaly
urlmon/tests: Added tests for IUriBuilder_HasBeenModified.
tree
|
commitdiff
2010-08-23
Thomas Mullaly
urlmon/tests: Added tests for IUriBuilder_GetUserName.
tree
|
commitdiff
2010-08-23
Thomas Mullaly
urlmon/tests: Added tests for IUriBuilder_GetSchemeName.
tree
|
commitdiff
2010-08-23
Thomas Mullaly
urlmon/tests: Added tests for IUriBuilder_GetQuery.
tree
|
commitdiff
2010-08-23
Thomas Mullaly
urlmon/tests: Added tests for IUriBuilder_GetPort.
tree
|
commitdiff
2010-08-23
Thomas Mullaly
urlmon/tests: Added tests for IUriBuilder_GetPath.
tree
|
commitdiff
2010-08-23
Thomas Mullaly
urlmon/tests: Added tests for IUriBuilder_GetPassword.
tree
|
commitdiff
2010-08-23
Thomas Mullaly
urlmon/tests: Added tests for IUriBuilder_GetHost.
tree
|
commitdiff
2010-08-23
Thomas Mullaly
urlmon/tests: Fixed bug where tests might succeed befor...
tree
|
commitdiff
2010-08-19
Thomas Mullaly
urlmon/tests: Added tests for IUriBuilder_GetFragment.
tree
|
commitdiff
2010-08-19
Thomas Mullaly
urlmon/tests: Added tests for IUriBuilder_CreateUriWith...
tree
|
commitdiff
2010-08-19
Thomas Mullaly
urlmon/tests: Added tests for IUriBuilder_CreateUriSimple.
tree
|
commitdiff
2010-08-19
Thomas Mullaly
urlmon/tests: Added tests for IUriBuilder_CreateUri.
tree
|
commitdiff
2010-08-19
Thomas Mullaly
urlmon/tests: Added a few tests for CreateIUriBuilder.
tree
|
commitdiff
2010-08-18
Thomas Mullaly
urlmon: Added documentation for CreateUri and CreateUri...
tree
|
commitdiff
2010-08-18
Thomas Mullaly
urlmon: Implemented CreateUriWithFragment.
tree
|
commitdiff
2010-08-18
Thomas Mullaly
urlmon/tests: Added testing suite for CreateUriWithFrag...
tree
|
commitdiff
2010-08-18
Thomas Mullaly
urlmon: Added stub for CreateUriWithFragment.
tree
|
commitdiff
2010-08-17
Thomas Mullaly
urlmon: Implemented IUri_IsEqual.
tree
|
commitdiff
2010-08-17
Thomas Mullaly
urlmon: Print fixme for unsupported flags to CreateUri.
tree
|
commitdiff
2010-08-17
Thomas Mullaly
urlmon: Added support for invalid flag combinations...
tree
|
commitdiff
2010-08-17
Thomas Mullaly
urlmon: Added support for pre-processing URI strings.
tree
|
commitdiff
2010-08-16
Thomas Mullaly
urlmon: Implemented IUri_GetProperties and IUri_HasProp...
tree
|
commitdiff
2010-08-16
Thomas Mullaly
urlmon: Implemented IUri_GetDisplayUri.
tree
|
commitdiff
2010-08-16
Thomas Mullaly
urlmon: Implemented IUri_GetAbsoluteUri.
tree
|
commitdiff
2010-08-16
Thomas Mullaly
urlmon: Implemented IUri_GetFragment.
tree
|
commitdiff
2010-08-16
Thomas Mullaly
urlmon: Implemented canonicalization for URI fragments.
tree
|
commitdiff
2010-08-16
Thomas Mullaly
urlmon: Implemented a fragment parser.
tree
|
commitdiff
2010-08-04
Thomas Mullaly
urlmon: Implemented IUri_GetPathAndQuery.
tree
|
commitdiff
2010-08-04
Thomas Mullaly
urlmon: Implemented IUri_GetQuery.
tree
|
commitdiff
2010-08-04
Thomas Mullaly
urlmon: Implemented canonicalization of query strings.
tree
|
commitdiff
2010-08-04
Thomas Mullaly
urlmon: Implemented a parser for URI query strings.
tree
|
commitdiff
2010-08-03
Thomas Mullaly
urlmon: Implemented IUri_GetExtension.
tree
|
commitdiff
2010-08-03
Thomas Mullaly
urlmon: Implemented function to the file extension...
tree
|
commitdiff
2010-08-03
Thomas Mullaly
urlmon: Implemented IUri_GetPath.
tree
|
commitdiff
2010-08-03
Thomas Mullaly
urlmon: Implemented canonicalization function for paths...
tree
|
commitdiff
2010-08-03
Thomas Mullaly
urlmon: Implemented a function which removes dot segmen...
tree
|
commitdiff
2010-08-03
Thomas Mullaly
urlmon: Implemented canonicalization function for hiera...
tree
|
commitdiff
2010-08-03
Thomas Mullaly
urlmon: Implemented a path parser for opaque URIs.
tree
|
commitdiff
2010-08-03
Thomas Mullaly
urlmon: Implemented a path parser for hierarchical...
tree
|
commitdiff
2010-08-02
Thomas Mullaly
urlmon: Implemented IUri_GetDomain.
tree
|
commitdiff
2010-08-02
Thomas Mullaly
urlmon: Implemented function for finding the domain...
tree
|
commitdiff
2010-08-02
Thomas Mullaly
urlmon: Implemented IUri_GetAuthority.
tree
|
commitdiff
2010-08-02
Thomas Mullaly
urlmon: Silenced a noisy fixme.
tree
|
commitdiff
2010-08-02
Thomas Mullaly
urlmon: Implemented IUri_GetHostType.
tree
|
commitdiff
2010-07-30
Thomas Mullaly
urlmon/tests: Added some more test URIs.
tree
|
commitdiff
2010-07-29
Thomas Mullaly
urlmon: Implemented IUri_GetPort.
tree
|
commitdiff
2010-07-29
Thomas Mullaly
urlmon: Implemented canonicalization for ports in URIs.
tree
|
commitdiff
2010-07-29
Thomas Mullaly
urlmon/tests: Restructured invalid URI tests plus added...
tree
|
commitdiff
2010-07-29
Thomas Mullaly
urlmon: Implemented a port parse for URIs.
tree
|
commitdiff
2010-07-29
Thomas Mullaly
urlmon: Fixed a bug that would cause tests to randomly...
tree
|
commitdiff
2010-07-28
Alexandre Julliard
urlmon/tests: Don't bother testing unimplemented functi...
tree
|
commitdiff
2010-07-26
Thomas Mullaly
urlmon: Implemented canonicalization for reg-names.
tree
|
commitdiff
2010-07-26
Thomas Mullaly
urlmon/tests: Added more test URIs for IPv6 canonicaliz...
tree
|
commitdiff
2010-07-26
Thomas Mullaly
urlmon: Implemented canonicalization for IPv6 addresses.
tree
|
commitdiff
2010-07-26
Thomas Mullaly
urlmon/tests: Added more URI test cases.
tree
|
commitdiff
2010-07-26
Thomas Mullaly
urlmon: Added parser for registered host names.
tree
|
commitdiff
2010-07-26
Thomas Mullaly
urlmon: Added parser for IPvFuture addresses.
tree
|
commitdiff
2010-07-26
Thomas Mullaly
urlmon: Added parser for IPv6 addresses.
tree
|
commitdiff
2010-07-23
Thomas Mullaly
urlmon: Partially implemented IUri_GetHost.
tree
|
commitdiff
2010-07-23
Thomas Mullaly
urlmon/tests: Added more test URIs.
tree
|
commitdiff
2010-07-23
Thomas Mullaly
urlmon: Implemented canonicalization functions for...
tree
|
commitdiff
2010-07-23
Thomas Mullaly
urlmon: Implemented a parser for IPv4 addresses.
tree
|
commitdiff
2010-07-22
Thomas Mullaly
urlmon: Implemented IUri_GetPassword.
tree
|
commitdiff
2010-07-22
Thomas Mullaly
urlmon: Implemented IUri_GetUserName.
tree
|
commitdiff
2010-07-22
Thomas Mullaly
urlmon: Implemented IUri_GetUserInfo.
tree
|
commitdiff
2010-07-22
Thomas Mullaly
urlmon/tests: Added more test URI's.
tree
|
commitdiff
2010-07-22
Thomas Mullaly
urlmon: Implemented the canonicalization routine for...
tree
|
commitdiff
2010-07-22
Thomas Mullaly
urlmon: Implemented parser for the userinfo of a URI.
tree
|
commitdiff
2010-07-22
Thomas Mullaly
urlmon: Added a stub implementation for parsing the...
tree
|
commitdiff
2010-07-22
Thomas Mullaly
urlmon: Fixed the scheme name parser to handle wildcard...
tree
|
commitdiff
2010-07-21
Alexandre Julliard
dlls: Remove explicit imports of kernel32 and ntdll.
tree
|
commitdiff
2010-07-21
Thomas Mullaly
urlmon/tests: Added more test data for scheme parsing...
tree
|
commitdiff
2010-07-21
Thomas Mullaly
urlmon: Implemented functionality for retrieving the...
tree
|
commitdiff
2010-07-21
Thomas Mullaly
urlmon: Implemented functionality for retrieving the...
tree
|
commitdiff
2010-07-21
Thomas Mullaly
urlmon: Added a canonicalization function for the schem...
tree
|
commitdiff
2010-07-21
Thomas Mullaly
urlmon: Added a parser function to determine the scheme...
tree
|
commitdiff
2010-07-21
Thomas Mullaly
urlmon: Added a scheme name parser for the IUri interface.
tree
|
commitdiff
2010-07-19
Thomas Mullaly
urlmon: Implemented functionality for retrieving the...
tree
|
commitdiff
2010-07-02
André Hentschel
urlmon: Implement HlinkSimpleNavigateToMoniker.
tree
|
commitdiff
2010-06-29
André Hentschel
urlmon: Partially implement HlinkSimpleNavigateToString.
tree
|
commitdiff
2010-06-24
Francois Gouget
Assorted typo and spelling fixes.
tree
|
commitdiff
2010-06-07
Thomas Mullaly
urlmon/tests: Added tests for IUri_GetHost.
tree
|
commitdiff
2010-06-07
Thomas Mullaly
urlmon/tests: Added tests for IUri_IsEqual.
tree
|
commitdiff
2010-06-01
Thomas Mullaly
urlmon/tests: Added tests for IUri_HasProperty.
tree
|
commitdiff
2010-06-01
Thomas Mullaly
urlmon/tests: Added tests for IUri_GetProperties.
tree
|
commitdiff
2010-05-31
Thomas Mullaly
urlmon/tests: Added test for invalid args to IUri_GetPr...
tree
|
commitdiff
2010-05-31
Thomas Mullaly
urlmon/tests: Added tests for IUri_GetPropertyLength.
tree
|
commitdiff
2010-05-31
Thomas Mullaly
urlmon/tests: Added more test data for the IUri tests.
tree
|
commitdiff
2010-05-28
Thomas Mullaly
urlmon/tests: Added tests for the IUri_Get* dword prope...
tree
|
commitdiff
next