projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
urlmon: Implemented PARSE_SCHEMA for CoInternetParseIUri.
[wine]
/
dlls
/
urlmon
/
uri.c
2010-12-03
Thomas Mullaly
urlmon: Implemented PARSE_SCHEMA for CoInternetParseIUri.
blob
|
commitdiff
|
raw
2010-12-03
Thomas Mullaly
urlmon: Implemented PARSE_URL_FROM_PATH for CoInternetP...
blob
|
commitdiff
|
raw
|
diff to current
2010-12-03
Thomas Mullaly
urlmon: Implemented PARSE_PATH_FROM_URL for CoInternetP...
blob
|
commitdiff
|
raw
|
diff to current
2010-11-29
Thomas Mullaly
urlmon: Implemented PARSE_DOCUMENT for CoInternetParseIUri.
blob
|
commitdiff
|
raw
|
diff to current
2010-11-29
Thomas Mullaly
urlmon: Added implementation for PARSE_ROOTDOCUMENT...
blob
|
commitdiff
|
raw
|
diff to current
2010-11-29
Thomas Mullaly
urlmon: Implementation for PARSE_FRIENDLY in CoInternet...
blob
|
commitdiff
|
raw
|
diff to current
2010-11-29
Thomas Mullaly
urlmon: Added implementation for PARSE_CANONICALIZE...
blob
|
commitdiff
|
raw
|
diff to current
2010-11-29
Thomas Mullaly
urlmon: Added stub for CoInternetParseIUri.
blob
|
commitdiff
|
raw
|
diff to current
2010-11-15
Thomas Mullaly
urlmon: Added pluggable protocol support to CoInternetC...
blob
|
commitdiff
|
raw
|
diff to current
2010-11-15
Thomas Mullaly
urlmon: Implemented CoInternetCombineUrlEx.
blob
|
commitdiff
|
raw
|
diff to current
2010-11-15
Thomas Mullaly
urlmon: Added stub for CoInternetCombineUrlEx.
blob
|
commitdiff
|
raw
|
diff to current
2010-11-10
Thomas Mullaly
urlmon: Simplified path canonicalization functions.
blob
|
commitdiff
|
raw
|
diff to current
2010-11-09
Thomas Mullaly
urlmon: Improve IUri support of res URIs.
blob
|
commitdiff
|
raw
|
diff to current
2010-11-09
Thomas Mullaly
urlmon: Make IUri implementation call functions through...
blob
|
commitdiff
|
raw
|
diff to current
2010-11-09
Thomas Mullaly
urlmon: CoInternetCombineIUri uses pluggable protocols.
blob
|
commitdiff
|
raw
|
diff to current
2010-11-05
Gerald Pfeifer
urlmon: Avoid accessing an uninitialized variable in...
blob
|
commitdiff
|
raw
|
diff to current
2010-11-03
Thomas Mullaly
urlmon: Implemented case when relative URI has a path...
blob
|
commitdiff
|
raw
|
diff to current
2010-11-03
Thomas Mullaly
urlmon: Implemented case when relative path begins...
blob
|
commitdiff
|
raw
|
diff to current
2010-11-03
Thomas Mullaly
urlmon: Some IUri's don't display the default port...
blob
|
commitdiff
|
raw
|
diff to current
2010-11-03
Thomas Mullaly
urlmon: Implemented case when the relative URI doesn...
blob
|
commitdiff
|
raw
|
diff to current
2010-11-03
Thomas Mullaly
urlmon: Improved IUri support for file URIs.
blob
|
commitdiff
|
raw
|
diff to current
2010-11-03
Thomas Mullaly
urlmon: Fixed memory free of an uninitialized variable.
blob
|
commitdiff
|
raw
|
diff to current
2010-11-02
Thomas Mullaly
urlmon: Implemented base case for CoInternetCombineIUri.
blob
|
commitdiff
|
raw
|
diff to current
2010-11-02
Thomas Mullaly
urlmon/tests: Added basic tests for CoInternetCombineIUri.
blob
|
commitdiff
|
raw
|
diff to current
2010-11-02
Thomas Mullaly
urlmon: Added stub for CoInternetCombineIUri.
blob
|
commitdiff
|
raw
|
diff to current
2010-11-01
Gerald Pfeifer
urlmon: Fix typo in trace in validate_path.
blob
|
commitdiff
|
raw
|
diff to current
2010-10-27
Piotr Caban
urlmon: Improved url canonicalize when Uri_CREATE_FILE_...
blob
|
commitdiff
|
raw
|
diff to current
2010-10-04
Thomas Mullaly
urlmon: Fixed memory leak in error path of CreateUri.
blob
|
commitdiff
|
raw
|
diff to current
2010-10-04
Thomas Mullaly
urlmon: Implemented canonicalization of IUriBuilder...
blob
|
commitdiff
|
raw
|
diff to current
2010-10-04
Thomas Mullaly
urlmon: canonicalize_path_hierarchical should prepend...
blob
|
commitdiff
|
raw
|
diff to current
2010-10-04
Thomas Mullaly
urlmon: Restructured how the path component is validate...
blob
|
commitdiff
|
raw
|
diff to current
2010-10-04
Thomas Mullaly
urlmon: Restructured how ports are canonicalized.
blob
|
commitdiff
|
raw
|
diff to current
2010-10-04
Thomas Mullaly
urlmon: Implemented functionality for generating raw...
blob
|
commitdiff
|
raw
|
diff to current
2010-10-04
Thomas Mullaly
urlmon: validate_fragment works better if it actually...
blob
|
commitdiff
|
raw
|
diff to current
2010-09-29
Thomas Mullaly
urlmon: Improve IUri support for mk: URIs.
blob
|
commitdiff
|
raw
|
diff to current
2010-09-28
Thomas Mullaly
urlmon: Finished validation for the remaining component...
blob
|
commitdiff
|
raw
|
diff to current
2010-09-28
Thomas Mullaly
urlmon: Can't set the host of a IUriBuilder to NULL.
blob
|
commitdiff
|
raw
|
diff to current
2010-09-28
Thomas Mullaly
urlmon: Implemented support for determining what port...
blob
|
commitdiff
|
raw
|
diff to current
2010-09-28
Thomas Mullaly
urlmon: Fixed TRACE's which sometimes output garbage.
blob
|
commitdiff
|
raw
|
diff to current
2010-09-28
Thomas Mullaly
urlmon: Implemented validation of the host name compone...
blob
|
commitdiff
|
raw
|
diff to current
2010-09-20
Thomas Mullaly
urlmon: Implemented validation for the userinfo compone...
blob
|
commitdiff
|
raw
|
diff to current
2010-09-20
Thomas Mullaly
urlmon: Restructured how the userinfo component is...
blob
|
commitdiff
|
raw
|
diff to current
2010-09-20
Thomas Mullaly
urlmon: File URIs can't have a userinfo component when...
blob
|
commitdiff
|
raw
|
diff to current
2010-09-20
Thomas Mullaly
urlmon: Implemented validation of scheme component...
blob
|
commitdiff
|
raw
|
diff to current
2010-09-20
Thomas Mullaly
urlmon: IUriBuilder_CreateUri* functions return base...
blob
|
commitdiff
|
raw
|
diff to current
2010-09-18
Thomas Mullaly
urlmon: Can't set the scheme name of a IUriBuilder...
blob
|
commitdiff
|
raw
|
diff to current
2010-09-09
Thomas Mullaly
urlmon: Implemented IUriBuilder_RemoveProperties.
blob
|
commitdiff
|
raw
|
diff to current
2010-09-09
Thomas Mullaly
urlmon: Implemented IUriBuilder_HasBeenModified.
blob
|
commitdiff
|
raw
|
diff to current
2010-09-09
Thomas Mullaly
urlmon: Implemented IUriBuilder_{Get/Set}IUri.
blob
|
commitdiff
|
raw
|
diff to current
2010-09-09
Thomas Mullaly
urlmon/tests: IUriBuilder's can create IUri's even...
blob
|
commitdiff
|
raw
|
diff to current
2010-09-09
Thomas Mullaly
urlmon: Fixed bug in IUriBuilder_GetUserName.
blob
|
commitdiff
|
raw
|
diff to current
2010-09-08
Michael Stefaniuc
urlmon: Remove superfluous NULL check before heap_free...
blob
|
commitdiff
|
raw
|
diff to current
2010-09-07
Thomas Mullaly
urlmon: Implemented IUriBuilder_{Get/Set}UserName.
blob
|
commitdiff
|
raw
|
diff to current
2010-09-07
Thomas Mullaly
urlmon: Some IUri's don't include the userinfo componen...
blob
|
commitdiff
|
raw
|
diff to current
2010-09-07
Thomas Mullaly
urlmon: Implemented IUriBuilder_{Get/Set}SchemeName.
blob
|
commitdiff
|
raw
|
diff to current
2010-09-07
Thomas Mullaly
urlmon: Implemented IUriBuilder_{Get/Set}Query.
blob
|
commitdiff
|
raw
|
diff to current
2010-09-07
Thomas Mullaly
urlmon: Implemented IUriBuilder_{Get/Set}Port.
blob
|
commitdiff
|
raw
|
diff to current
2010-09-07
Thomas Mullaly
urlmon: set_builder_component now handles setting the...
blob
|
commitdiff
|
raw
|
diff to current
2010-09-07
Thomas Mullaly
urlmon: Removed some unneeded URI_THIS casts.
blob
|
commitdiff
|
raw
|
diff to current
2010-09-06
Thomas Mullaly
urlmon: Implemented IUriBuilder_{Get/Set}Path.
blob
|
commitdiff
|
raw
|
diff to current
2010-09-06
Thomas Mullaly
urlmon: Implemented IUriBuilder_{Get/Set}Password.
blob
|
commitdiff
|
raw
|
diff to current
2010-09-06
Thomas Mullaly
urlmon: Implemented IUriBuilder_{Get/Set}Host.
blob
|
commitdiff
|
raw
|
diff to current
2010-09-06
Thomas Mullaly
urlmon: Implemented IUriBuilder_{Get/Set}Fragment.
blob
|
commitdiff
|
raw
|
diff to current
2010-09-02
Jacek Caban
urlmon: Return E_INVALIDARG for empty pwzURI in CreateUri.
blob
|
commitdiff
|
raw
|
diff to current
2010-08-27
Thomas Mullaly
urlmon: Improved support for opaque file URL paths.
blob
|
commitdiff
|
raw
|
diff to current
2010-08-27
Thomas Mullaly
urlmon: Finished adding basic support for Uri_CREATE_FI...
blob
|
commitdiff
|
raw
|
diff to current
2010-08-27
Thomas Mullaly
urlmon: Improved support for determining if a URI is...
blob
|
commitdiff
|
raw
|
diff to current
2010-08-27
Thomas Mullaly
urlmon: Beginning to add support for Uri_CREATE_FILE_US...
blob
|
commitdiff
|
raw
|
diff to current
2010-08-27
Thomas Mullaly
urlmon: Some opaque URIs get their port set.
blob
|
commitdiff
|
raw
|
diff to current
2010-08-27
Thomas Mullaly
urlmon: Some IUri's don't always have an absolute URI...
blob
|
commitdiff
|
raw
|
diff to current
2010-08-24
Francois Gouget
Assorted spelling fixes.
blob
|
commitdiff
|
raw
|
diff to current
2010-08-24
Thomas Mullaly
urlmon/tests: Added tests for IUriBuilder's IUri property.
blob
|
commitdiff
|
raw
|
diff to current
2010-08-24
Thomas Mullaly
urlmon/tests: Added tests for IUriBuilder_HasBeenModified.
blob
|
commitdiff
|
raw
|
diff to current
2010-08-23
Thomas Mullaly
urlmon/tests: Added tests for IUriBuilder_GetUserName.
blob
|
commitdiff
|
raw
|
diff to current
2010-08-23
Thomas Mullaly
urlmon/tests: Added tests for IUriBuilder_GetSchemeName.
blob
|
commitdiff
|
raw
|
diff to current
2010-08-23
Thomas Mullaly
urlmon/tests: Added tests for IUriBuilder_GetQuery.
blob
|
commitdiff
|
raw
|
diff to current
2010-08-23
Thomas Mullaly
urlmon/tests: Added tests for IUriBuilder_GetPort.
blob
|
commitdiff
|
raw
|
diff to current
2010-08-23
Thomas Mullaly
urlmon/tests: Added tests for IUriBuilder_GetPath.
blob
|
commitdiff
|
raw
|
diff to current
2010-08-23
Thomas Mullaly
urlmon/tests: Added tests for IUriBuilder_GetPassword.
blob
|
commitdiff
|
raw
|
diff to current
2010-08-23
Thomas Mullaly
urlmon/tests: Added tests for IUriBuilder_GetHost.
blob
|
commitdiff
|
raw
|
diff to current
2010-08-19
Thomas Mullaly
urlmon/tests: Added tests for IUriBuilder_GetFragment.
blob
|
commitdiff
|
raw
|
diff to current
2010-08-19
Thomas Mullaly
urlmon/tests: Added tests for IUriBuilder_CreateUriWith...
blob
|
commitdiff
|
raw
|
diff to current
2010-08-19
Thomas Mullaly
urlmon/tests: Added tests for IUriBuilder_CreateUriSimple.
blob
|
commitdiff
|
raw
|
diff to current
2010-08-19
Thomas Mullaly
urlmon/tests: Added tests for IUriBuilder_CreateUri.
blob
|
commitdiff
|
raw
|
diff to current
2010-08-19
Thomas Mullaly
urlmon/tests: Added a few tests for CreateIUriBuilder.
blob
|
commitdiff
|
raw
|
diff to current
2010-08-18
Thomas Mullaly
urlmon: Added documentation for CreateUri and CreateUri...
blob
|
commitdiff
|
raw
|
diff to current
2010-08-18
Thomas Mullaly
urlmon: Implemented CreateUriWithFragment.
blob
|
commitdiff
|
raw
|
diff to current
2010-08-18
Thomas Mullaly
urlmon: Added stub for CreateUriWithFragment.
blob
|
commitdiff
|
raw
|
diff to current
2010-08-17
Thomas Mullaly
urlmon: Implemented IUri_IsEqual.
blob
|
commitdiff
|
raw
|
diff to current
2010-08-17
Thomas Mullaly
urlmon: Print fixme for unsupported flags to CreateUri.
blob
|
commitdiff
|
raw
|
diff to current
2010-08-17
Thomas Mullaly
urlmon: Added support for invalid flag combinations...
blob
|
commitdiff
|
raw
|
diff to current
2010-08-17
Thomas Mullaly
urlmon: Added support for pre-processing URI strings.
blob
|
commitdiff
|
raw
|
diff to current
2010-08-16
Thomas Mullaly
urlmon: Implemented IUri_GetProperties and IUri_HasProp...
blob
|
commitdiff
|
raw
|
diff to current
2010-08-16
Thomas Mullaly
urlmon: Implemented IUri_GetDisplayUri.
blob
|
commitdiff
|
raw
|
diff to current
2010-08-16
Thomas Mullaly
urlmon: Implemented IUri_GetAbsoluteUri.
blob
|
commitdiff
|
raw
|
diff to current
2010-08-16
Thomas Mullaly
urlmon: Implemented IUri_GetFragment.
blob
|
commitdiff
|
raw
|
diff to current
2010-08-16
Thomas Mullaly
urlmon: Implemented canonicalization for URI fragments.
blob
|
commitdiff
|
raw
|
diff to current
2010-08-16
Thomas Mullaly
urlmon: Implemented a fragment parser.
blob
|
commitdiff
|
raw
|
diff to current
2010-08-04
Thomas Mullaly
urlmon: Implemented IUri_GetPathAndQuery.
blob
|
commitdiff
|
raw
|
diff to current
2010-08-04
Thomas Mullaly
urlmon: Implemented IUri_GetQuery.
blob
|
commitdiff
|
raw
|
diff to current
next