Sign in
goma
/
wine
/
7ebab8c4f75cffb64e2d31d5a270da42666d4356
/
dlls
/
urlmon
5c654b4
urlmon: Avoid useless InternetQueryOptionW call.
by Jacek Caban
· 13 years ago
9af95b3
urlmon: Use error dialog for ERROR_INTERNET_SEC_CERT_REV_FAILED error if IHttpSecurity returns S_FALSE.
by Jacek Caban
· 13 years ago
31907e0
urlmon: Improved ERROR_INTERNET_SEC_CERT_REV_FAILED error handling.
by Jacek Caban
· 13 years ago
0d82c9a
urlmon: Added support for more error codes in handle_http_error.
by Jacek Caban
· 13 years ago
45a6619
urlmon: Correctly handle BINDF_NO_UI in handle_http_error.
by Jacek Caban
· 13 years ago
586e8b0
urlmon: Set INTERNET_ERROR_MASK_COMBINED_SEC_CERT flag for HTTP requests.
by Jacek Caban
· 13 years ago
8d73c16
urlmon/tests: Fix typo in an ok() message.
by Michael Stefaniuc
· 13 years ago
afe7332
urlmon/tests: Remove stray ok() call.
by Michael Stefaniuc
· 13 years ago
6c4bdf3
urlmon: Implement TYMED_HGLOBAL case for CopyStgMedium.
by Nikolay Sivov
· 13 years ago
a188587
urlmon: Fix the spelling of the destroy_uri_obj() function.
by Francois Gouget
· 13 years ago
0789ec1
urlmon/tests: Allow some more optional progress notifications.
by Alexandre Julliard
· 13 years ago
7f1b26a
urlmon/tests: Allow more COOKIE_SENT notifications.
by Alexandre Julliard
· 13 years ago
b3e5d2c
urlmon/tests: Allow multiple COOKIE_SENT notifications, and trace received progress messages.
by Alexandre Julliard
· 13 years ago
2ded2fe
urlmon/tests: Fix a test failure on COOKIE_SENT status.
by Alexandre Julliard
· 13 years ago
6f9e330
urlmon: Build more appropriate user agent string.
by Jacek Caban
· 13 years ago
cbcf08a
urlmon: Print the debug string and not the pointer to it.
by Michael Stefaniuc
· 13 years ago
ea40768
urlmon/tests: Test PI_MIMEVERIFICATION when MIME filter is in use.
by Piotr Caban
· 13 years ago
38d578a
urlmon: Add mime handler layer before data is processed.
by Piotr Caban
· 13 years ago
59c9b10
urlmon: Make name spaces comparison case insensitive.
by Piotr Caban
· 13 years ago
6dfa25d
urlmon: Stop binding when OnDataAvailable fails.
by Piotr Caban
· 13 years ago
5ca254f
urlmon/tests: Added GetBindResult tests.
by Piotr Caban
· 13 years ago
f0aad94
urlmon: Added GetBindResult implementation.
by Piotr Caban
· 13 years ago
be41925
urlmon: Search for MIME filters defined in registry in get_mime_filter.
by Piotr Caban
· 13 years ago
b36cb0b
urlmon: Clean session related data in free_session function.
by Piotr Caban
· 13 years ago
e804d09
urlmon: Use wine lists to store namespaces and MIME filters.
by Piotr Caban
· 13 years ago
c9bd71f
urlmon: Added missing memcpy in CopyBindInfo.
by Piotr Caban
· 13 years ago
e85210f
urlmon/tests: Show that text/plain and application/octet-stream mimes suggestions are ignorred.
by Piotr Caban
· 13 years ago
04847ad
urlmon/tests: Mark results returned by older urlmon broken in FindMimeFromData tests.
by Piotr Caban
· 13 years ago
e69001e
urlmon/tests: Added text/xml mime filer tests.
by Piotr Caban
· 13 years ago
3573c13
urlmon: Reorganize FindMimeFromData implementation.
by Piotr Caban
· 13 years ago
f0e5fa4
urlmon: Added text/xml filter.
by Piotr Caban
· 13 years ago
bb06ec7
urlmon: Use CopyBindInfo in InternetBindInfo_GetBindInfo.
by Piotr Caban
· 13 years ago
058b9df
urlmon/tests: Added CopyBindInfo tests.
by Piotr Caban
· 13 years ago
7f0b7c5
urlmon: Added CopyBindInfo implementation.
by Piotr Caban
· 13 years ago
13e3d32
urlmon/tests: Fixed protocol tests on IE9.
by Piotr Caban
· 13 years ago
096eeb1
urlmon: Added empty hash URIs comparing tests.
by Jacek Caban
· 13 years ago
2ce15be
urlmon: Added more mk: combining tests.
by Jacek Caban
· 13 years ago
9cbcbe8
urlmon: Properly handle combining relative mk: URIs containing full internal path.
by Jacek Caban
· 13 years ago
804a9d8
urlmon: Handle implicit file scheme in MapUrlToZone and GetSecurityId functions.
by Piotr Caban
· 13 years ago
051cb8e
urlmon: Properly handle relative URIs with specified host in combine_uri.
by Jacek Caban
· 13 years ago
1aa9389
urlmon: Relative URI without scheme may be treated as hierarchical.
by Jacek Caban
· 13 years ago
01947e0
urlmon: Fix debug message in canonicalize_scheme.
by Piotr Caban
· 13 years ago
f2dfe86
urlmon: Recognize <head> start tag as text/html MIME type.
by Nikolay Sivov
· 13 years ago
292cb17
urlmon: Avoid some symbol redefinitions.
by Alexandre Julliard
· 13 years ago
f445325
Assorted spelling fixes.
by Francois Gouget
· 13 years ago
259cd79
urlmon/tests: Test if url reported in IInternetProtocol::Start is valid during binding.
by Piotr Caban
· 13 years ago
601ba02
urlmon: Added IInternetProtocol::Switch PI_FORCE_ASYNC flag test.
by Piotr Caban
· 13 years ago
1559fce
urlmon: Added support for PI_FORCE_ASYNC flag in IInternetProtocol::Switch implementation.
by Piotr Caban
· 13 years ago
6bc361f
urlmon: Store display_uri in BindProtocol structure.
by Piotr Caban
· 13 years ago
c1fb15d
urlmon/tests: Added Uri IMarshal_UnmarshalInterface tests.
by Piotr Caban
· 13 years ago
c6a72ce
urlmon/tests: Added Uri IMarshal_MarshalInterface tests.
by Piotr Caban
· 13 years ago
991061e
urlmon: Added Uri IMarshal implementation.
by Piotr Caban
· 13 years ago
76a30f6
urlmon/tests: Added Uri IPersistStream_Load tests.
by Piotr Caban
· 13 years ago
b430abc
urlmon: Added Uri IPersistStream_Load implementation.
by Piotr Caban
· 13 years ago
28e95df
urlmon: Added Uri IPersistStream_GetClassID implementation.
by Piotr Caban
· 13 years ago
18f932c
urlmon/tests: Test uninitialized IUri object.
by Piotr Caban
· 13 years ago
e5925d2
urlmon: Return error in IUri functions on uninitialized object.
by Piotr Caban
· 13 years ago
11abd08
urlmon: Added CUri ClassFactory implementation.
by Piotr Caban
· 13 years ago
3f837b0
urlmon/tests: Added Uri IPersistStream_Save tests.
by Piotr Caban
· 13 years ago
3694ab6
urlmon: Added Uri IPersistStream_Save implementation.
by Piotr Caban
· 13 years ago
e6d6c6f
urlmon: Added Uri IPersistStream stub implementation.
by Piotr Caban
· 13 years ago
e6b2b58
urlmon: Fixed UriBuilderFactory IUnknown implementation.
by Piotr Caban
· 13 years ago
dc8467f
urlmon: Added stub for 444 and 445 function.
by Piotr Caban
· 13 years ago
b779ae4
urlmon: Fixed trace message in URLMoniker_BindToObject function.
by Piotr Caban
· 13 years ago
3c3a474
include: Add a couple of missing include directives in windows.h.
by Francois Gouget
· 13 years ago
d4d51a4
urlmon: Added file URIs compare tests.
by Jacek Caban
· 13 years ago
e0f6b95
urlmon: Properly compare file URIs.
by Jacek Caban
· 13 years ago
29cdb35
urlmon: Make canonicalize_path_hierarchical Uri object and parse_data struct independent.
by Jacek Caban
· 13 years ago
24f4c4e
urlmon: Rename are_equal_simple to compare_uris and make it failable.
by Jacek Caban
· 13 years ago
bb8a058
urlmon: Reduce indention in are_equal_simple and move it.
by Jacek Caban
· 13 years ago
7b1d685
urlmon: Delete the static critical section when unloading the dll.
by Francois Gouget
· 13 years ago
1fb705d
urlmon: Don't set is_opaque for file URIs in validate_components.
by Jacek Caban
· 13 years ago
1183577
urlmon: Get rid of create_todo_* from uri_equality struct.
by Jacek Caban
· 13 years ago
9c464ca
urlmon: Fixed protocol tests on IE9.
by Jacek Caban
· 13 years ago
31853fc
urlmon: Improve parsing of SCHEME_MK URIs.
by Andrew Eikum
· 13 years ago
3e16622
urlmon: Give a name to the critical sections.
by Francois Gouget
· 13 years ago
75dd412
urlmon: Fixed misc.c tests on IE9 and make image_tiff_filter behave like IE9.
by Jacek Caban
· 13 years ago
6a62971
urlmon: Fixed an array overread (Coverity).
by Marcus Meissner
· 13 years ago
7230b6b
urlmon: Fixed some failures on IE9.
by Jacek Caban
· 13 years ago
64b94eb
urlmon: Improved IUri debug traces.
by Jacek Caban
· 13 years ago
aa80ce8
urlmon: Add some more tests for FindMimeFromData().
by Austin English
· 13 years ago
e94385c
urlmon: Added CompareSecurityIds stub.
by Jacek Caban
· 13 years ago
a39761a
urlmon: Improve disk detection in MapUrlToZone.
by Piotr Caban
· 13 years ago
ca293d4
urlmon: Skip tests that fail on too old IEs.
by Jacek Caban
· 13 years ago
036db28
urlmon: Remove a redundant NULL check before free (Smatch).
by Michael Stefaniuc
· 13 years ago
269fe5a
urlmon: Added basic GetSecurityIdEx2 implementation.
by Thomas Mullaly
· 14 years ago
714941f
urlmon/tests: Added tests for GetSecurityIdEx2.
by Thomas Mullaly
· 14 years ago
2784e1a
urlmon: Improved IUri support for wildcard URLs.
by Thomas Mullaly
· 14 years ago
253fccc
urlmon: Improved MapUrlToZone{Ex2} and GetSecurityId support.
by Thomas Mullaly
· 14 years ago
8fc8823
urlmon: Added custom security manager support to MapUrlToZoneEx2.
by Thomas Mullaly
· 14 years ago
33ed639
urlmon/tests: Skip some tests if not allowed to modify the zone elevation feature.
by Francois Gouget
· 14 years ago
7c52719
urlmon: Add a stub for RegisterMediaTypes().
by Austin English
· 14 years ago
4646ed1
propsys: Added partial PropVariantToGUID implementation.
by Piotr Caban
· 14 years ago
860df26
urlmon/tests: Added CoInternetIsFeatureZoneElevationEnabled tests.
by Piotr Caban
· 14 years ago
4155136
urlmon: Added CoInternetIsFeatureZoneElevationEnabled implementation.
by Piotr Caban
· 14 years ago
da55a13
urlmon: Added partial CoInternetIsFeatureEnabledForUrl implementation.
by Piotr Caban
· 14 years ago
005808c
urlmon: Added 111 ordinal stub.
by Piotr Caban
· 14 years ago
4856bd1
urlmon: Added 331 and 335 ordinal exports.
by Piotr Caban
· 14 years ago
97b4907
urlmon: Added 362 ordinal export (InitVariantFromGUIDAsString).
by Piotr Caban
· 14 years ago
8973c20
Assorted spelling fixes.
by Francois Gouget
· 14 years ago
Next »