winspool: Implement SetPrinterW for level 2.
[wine] / dlls / urlmon /
2012-05-08  Alexandre Julliardurlmon/tests: Allow some more optional progress notific...
2012-05-03  Alexandre Julliardurlmon/tests: Allow more COOKIE_SENT notifications.
2012-05-03  Alexandre Julliardurlmon/tests: Allow multiple COOKIE_SENT notifications...
2012-05-03  Alexandre Julliardurlmon/tests: Fix a test failure on COOKIE_SENT status.
2012-04-06  Jacek Cabanurlmon: Build more appropriate user agent string.
2012-03-26  Michael Stefaniucurlmon: Print the debug string and not the pointer...
2012-03-16  Piotr Cabanurlmon/tests: Test PI_MIMEVERIFICATION when MIME filter...
2012-03-16  Piotr Cabanurlmon: Add mime handler layer before data is processed.
2012-03-15  Piotr Cabanurlmon: Make name spaces comparison case insensitive.
2012-03-15  Piotr Cabanurlmon: Stop binding when OnDataAvailable fails.
2012-03-15  Piotr Cabanurlmon/tests: Added GetBindResult tests.
2012-03-15  Piotr Cabanurlmon: Added GetBindResult implementation.
2012-03-13  Piotr Cabanurlmon: Search for MIME filters defined in registry...
2012-03-13  Piotr Cabanurlmon: Clean session related data in free_session...
2012-03-13  Piotr Cabanurlmon: Use wine lists to store namespaces and MIME...
2012-03-13  Piotr Cabanurlmon: Added missing memcpy in CopyBindInfo.
2012-03-09  Piotr Cabanurlmon/tests: Show that text/plain and application...
2012-03-09  Piotr Cabanurlmon/tests: Mark results returned by older urlmon...
2012-03-09  Piotr Cabanurlmon/tests: Added text/xml mime filer tests.
2012-03-09  Piotr Cabanurlmon: Reorganize FindMimeFromData implementation.
2012-03-09  Piotr Cabanurlmon: Added text/xml filter.
2012-03-08  Piotr Cabanurlmon: Use CopyBindInfo in InternetBindInfo_GetBindInfo.
2012-03-08  Piotr Cabanurlmon/tests: Added CopyBindInfo tests.
2012-03-08  Piotr Cabanurlmon: Added CopyBindInfo implementation.
2012-02-21  Piotr Cabanurlmon/tests: Fixed protocol tests on IE9.
2012-02-11  Jacek Cabanurlmon: Added empty hash URIs comparing tests.
2012-02-09  Jacek Cabanurlmon: Added more mk: combining tests.
2012-02-09  Jacek Cabanurlmon: Properly handle combining relative mk: URIs...
2012-01-31  Piotr Cabanurlmon: Handle implicit file scheme in MapUrlToZone...
2012-01-31  Jacek Cabanurlmon: Properly handle relative URIs with specified...
2012-01-31  Jacek Cabanurlmon: Relative URI without scheme may be treated...
2012-01-30  Piotr Cabanurlmon: Fix debug message in canonicalize_scheme.
2012-01-30  Nikolay Sivovurlmon: Recognize <head> start tag as text/html MIME...
2012-01-23  Alexandre Julliardurlmon: Avoid some symbol redefinitions.
2012-01-23  Francois GougetAssorted spelling fixes.
2012-01-20  Piotr Cabanurlmon/tests: Test if url reported in IInternetProtocol...
2012-01-20  Piotr Cabanurlmon: Added IInternetProtocol::Switch PI_FORCE_ASYNC...
2012-01-20  Piotr Cabanurlmon: Added support for PI_FORCE_ASYNC flag in IInter...
2012-01-20  Piotr Cabanurlmon: Store display_uri in BindProtocol structure.
2012-01-16  Piotr Cabanurlmon/tests: Added Uri IMarshal_UnmarshalInterface...
2012-01-16  Piotr Cabanurlmon/tests: Added Uri IMarshal_MarshalInterface tests.
2012-01-16  Piotr Cabanurlmon: Added Uri IMarshal implementation.
2012-01-13  Piotr Cabanurlmon/tests: Added Uri IPersistStream_Load tests.
2012-01-13  Piotr Cabanurlmon: Added Uri IPersistStream_Load implementation.
2012-01-13  Piotr Cabanurlmon: Added Uri IPersistStream_GetClassID implementation.
2012-01-13  Piotr Cabanurlmon/tests: Test uninitialized IUri object.
2012-01-13  Piotr Cabanurlmon: Return error in IUri functions on uninitialized...
2012-01-13  Piotr Cabanurlmon: Added CUri ClassFactory implementation.
2012-01-12  Piotr Cabanurlmon/tests: Added Uri IPersistStream_Save tests.
2012-01-12  Piotr Cabanurlmon: Added Uri IPersistStream_Save implementation.
2012-01-12  Piotr Cabanurlmon: Added Uri IPersistStream stub implementation.
2012-01-12  Piotr Cabanurlmon: Fixed UriBuilderFactory IUnknown implementation.
2011-12-15  Piotr Cabanurlmon: Added stub for 444 and 445 function.
2011-12-15  Piotr Cabanurlmon: Fixed trace message in URLMoniker_BindToObject...
2011-12-15  Francois Gougetinclude: Add a couple of missing include directives...
2011-11-25  Jacek Cabanurlmon: Added file URIs compare tests.
2011-11-25  Jacek Cabanurlmon: Properly compare file URIs.
2011-11-25  Jacek Cabanurlmon: Make canonicalize_path_hierarchical Uri object...
2011-11-25  Jacek Cabanurlmon: Rename are_equal_simple to compare_uris and...
2011-11-25  Jacek Cabanurlmon: Reduce indention in are_equal_simple and move it.
2011-11-17  Francois Gougeturlmon: Delete the static critical section when unloadi...
2011-11-16  Jacek Cabanurlmon: Don't set is_opaque for file URIs in validate_c...
2011-11-16  Jacek Cabanurlmon: Get rid of create_todo_* from uri_equality...
2011-11-15  Jacek Cabanurlmon: Fixed protocol tests on IE9.
2011-11-15  Andrew Eikumurlmon: Improve parsing of SCHEME_MK URIs.
2011-11-14  Francois Gougeturlmon: Give a name to the critical sections.
2011-11-14  Jacek Cabanurlmon: Fixed misc.c tests on IE9 and make image_tiff_f...
2011-11-14  Marcus Meissnerurlmon: Fixed an array overread (Coverity).
2011-11-14  Jacek Cabanurlmon: Fixed some failures on IE9.
2011-11-14  Jacek Cabanurlmon: Improved IUri debug traces.
2011-11-03  Austin Englishurlmon: Add some more tests for FindMimeFromData().
2011-10-31  Jacek Cabanurlmon: Added CompareSecurityIds stub.
2011-10-31  Piotr Cabanurlmon: Improve disk detection in MapUrlToZone.
2011-10-18  Jacek Cabanurlmon: Skip tests that fail on too old IEs.
2011-10-11  Michael Stefaniucurlmon: Remove a redundant NULL check before free ...
2011-10-10  Thomas Mullalyurlmon: Added basic GetSecurityIdEx2 implementation.
2011-10-10  Thomas Mullalyurlmon/tests: Added tests for GetSecurityIdEx2.
2011-10-10  Thomas Mullalyurlmon: Improved IUri support for wildcard URLs.
2011-10-10  Thomas Mullalyurlmon: Improved MapUrlToZone{Ex2} and GetSecurityId...
2011-10-10  Thomas Mullalyurlmon: Added custom security manager support to MapUrl...
2011-09-21  Francois Gougeturlmon/tests: Skip some tests if not allowed to modify...
2011-09-20  Austin Englishurlmon: Add a stub for RegisterMediaTypes().
2011-09-19  Piotr Cabanpropsys: Added partial PropVariantToGUID implementation.
2011-09-19  Piotr Cabanurlmon/tests: Added CoInternetIsFeatureZoneElevationEna...
2011-09-19  Piotr Cabanurlmon: Added CoInternetIsFeatureZoneElevationEnabled...
2011-09-19  Piotr Cabanurlmon: Added partial CoInternetIsFeatureEnabledForUrl...
2011-09-16  Piotr Cabanurlmon: Added 111 ordinal stub.
2011-09-16  Piotr Cabanurlmon: Added 331 and 335 ordinal exports.
2011-09-16  Piotr Cabanurlmon: Added 362 ordinal export (InitVariantFromGUIDAs...
2011-09-13  Francois GougetAssorted spelling fixes.
2011-09-12  Francois Gougeturlmon/tests: Print the test URLs rather than their...
2011-09-12  Thomas Mullalyurlmon/tests: Removed a test that causes random failure...
2011-09-05  Thomas Mullalyurlmon: Made domain mapping support IUri based and...
2011-09-05  Thomas Mullalyurlmon: Added basic MapUrlToZoneEx2 implementation.
2011-09-05  Thomas Mullalyurlmon: Improved GetSecurityId's support for file url's.
2011-09-05  Thomas Mullalyurlmon: Use CoTaskMemFree instead of HeapFree for memor...
2011-09-02  André Hentschelurlmon/tests: Print out the wrong mime.
2011-08-24  Thomas Mullalyurlmon/tests: Added tests for MapUrlToZoneEx2.
2011-08-24  Thomas Mullalyurlmon: Added stubs for IInternetSecurityManagerEx{2}.
2011-08-04  Frédéric Delanoytests: Assorted spelling fixes.
next