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