1. 8f6f252 urlmon: Get rid of no longer needed IHttpNegotiate wrapper. by Jacek Caban · 18 years ago
  2. b090ec1 urlmon: Added more RegiterBindStatusCallback tests. by Jacek Caban · 18 years ago
  3. ef01bdb urlmon: Added more strict QueryInterface tests. by Jacek Caban · 18 years ago
  4. b285d56 urlmon: Wrap callback in RegisterBindStatusCallback. by Jacek Caban · 18 years ago
  5. c89551a urlmon: Added FIXME about unsupported pmkToLeft to BindToStorage. by Jacek Caban · 18 years ago
  6. ba026b1 urlmon: Remove 'recursive registry key delete' function. by Stefan Leichter · 18 years ago
  7. 5a11a12 urlmon: Call IInternetProtocolSink_Release and ReleaseStgMedium in HttpProtocol where native does. by Misha Koshelev · 18 years ago
  8. c8ab2a9 urlmon: Call IInternetProtocolSink_AddRef in HttpProtocol where native does (but just once). by Misha Koshelev · 18 years ago
  9. 4f405b2 urlmon: Fix timing issue with FLAG_REQUEST_COMPLETE and InternetQueryDataAvailable in HttpProtocol_Continue. by Misha Koshelev · 18 years ago
  10. 83a8388 urlmon: Wrap IBindCtx in CreateAsyncBindCtxEx. by Jacek Caban · 18 years ago
  11. 369273e urlmon/tests: Call CHECK_CALLED(OnProgress_SENDINGREQUEST) for FILE_TEST since we SET_EXPECT it. by Misha Koshelev · 18 years ago
  12. 42dea36 urlmon: Do not use BindToStorage_hack for INTERNET_SCHEME_HTTP. by Misha Koshelev · 18 years ago
  13. a893bb3 urlmon/tests: Fix clipformat test. by Misha Koshelev · 18 years ago
  14. 086a91f urlmon: Check some of the input parameters to URLOpenStreamA/W & URLOpenBlockingStreamA/W for NULL. by Rob Shearman · 18 years ago
  15. a5da813 urlmon: Add tests for URLOpenStreamW and URLOpenBlockingStreamW. by Rob Shearman · 18 years ago
  16. 9debcb8 urlmon: Implement URLOpenBlockingStreamA/W and URLOpenStreamA/W. by Rob Shearman · 18 years ago
  17. 25b2bff urlmon: The pcbRead parameter for IInternetProtocol::Read is optional, so fix the protocol implementation to check for this. by Rob Shearman · 18 years ago
  18. 9105b64 urlmon: Implement stubs for URLOpenBlockingStreamA/W and URLOpenStreamA/W. by Rob Shearman · 18 years ago
  19. 988be5d urlmon: Fix compilation on systems that don't support nameless unions. by Francois Gouget · 18 years ago
  20. 59b2365 urlmon/tests: Add test for binding to a URL from which a very short response is received. by Misha Koshelev · 18 years ago
  21. 84cf17c urlmon/tests: Keep track of download state in tests. by Misha Koshelev · 18 years ago
  22. ed2cf42 urlmon/tests: Add tests for synchronous vs asynchronous binding. by Misha Koshelev · 18 years ago
  23. 97e9995 urlmon: Add support for synchronous binding. by Misha Koshelev · 18 years ago
  24. e54a48f urlmon/tests: Declare the bind flags as a global variable in url tests. by Misha Koshelev · 18 years ago
  25. ea37fa9 urlmon/tests: Fix todo_wine's to show the IServiceProvider interface is not queried on wine from CreateAsyncBindCtx. by Misha Koshelev · 18 years ago
  26. b2beeea urlmon: Send BINDSTATUS_DOWNLOADINGDATA if we do not send BEGINDOWNLOADDATA or ENDDOWNLOADDATA. by Misha Koshelev · 18 years ago
  27. b255848 urlmon: Call IBindStatusCallback_OnStopBinding only if this actually is the last ReportData. by Misha Koshelev · 18 years ago
  28. 99989f8 Revert "urlmon: Use BSCF_ values passed to report_data to keep track of download state." by Misha Koshelev · 18 years ago
  29. aa12574 Revert "urlmon: Report BINDSTATUS_DOWNLOADINGDATA on BSCF_INTERMEDIATEDATANOTIFICATION." by Misha Koshelev · 18 years ago
  30. cb8a0dd urlmon: Do not fill stream buffer on every report_data, native doesn't. by Misha Koshelev · 18 years ago
  31. 55409b2 urlmon: Report total data read in this bind operation to OnDataAvailable, not the size of the available buffer. by Misha Koshelev · 18 years ago
  32. b3a660a urlmon: Report BINDSTATUS_DOWNLOADINGDATA on BSCF_INTERMEDIATEDATANOTIFICATION. by Misha Koshelev · 18 years ago
  33. 978f6b9 urlmon: Use BSCF_ values passed to report_data to keep track of download state. by Misha Koshelev · 18 years ago
  34. a63419b urlmon: Set the queue tail to the new task when pushing a task onto the tail of the queue. by Misha Koshelev · 18 years ago
  35. 0a9dfa0 urlmon/tests: Make http protocol tests refractory to timing issues. by Misha Koshelev · 18 years ago
  36. 9f31fb2 urlmon/tests: Rename received_data event to more general name event_complete. by Misha Koshelev · 18 years ago
  37. c4f1adb urlmon/tests: Don't proceed with POST operation (that will fail) if we run out of memory. by Misha Koshelev · 18 years ago
  38. d5fedcd urlmon/tests: Fix http protocol tests with absence of BINDF_FROMURLMON to properly expect ReportData. by Misha Koshelev · 18 years ago
  39. a8aa3fb urlmon: Don't free structures that are used by asynchronous HttpSendRequest until we are sure they won't be used. by Misha Koshelev · 18 years ago
  40. 262db80 urlmon: Change some gotos to return. by Jacek Caban · 18 years ago
  41. 0c02851 urlmon/tests: Release two objects that should be released but are not. by Misha Koshelev · 18 years ago
  42. 752334c urlmon: Release IInternetProtocolInfo returned from get_protocol_info when finished with it. by Misha Koshelev · 18 years ago
  43. f5ed5a7 urlmon: LockModule in create_binding_protocol as we ReleaseModule when the object is released. by Misha Koshelev · 18 years ago
  44. 414ddfa urlmon: If we are using an internal protocol ClassFactory, call its AddRef as the caller must Release the object. by Misha Koshelev · 18 years ago
  45. 7cc8b27 urlmon: Wrap IHttpNegotiate2 interface exposed by IBindStatusCallback as done by native. by Misha Koshelev · 18 years ago
  46. 8f78c71 urlmon/tests: Add tests for calls to IHttpNegotiate interfaces as exposed by IBindStatusCallback. by Misha Koshelev · 18 years ago
  47. 89bda10 urlmon/tests: Add tests for calls to IBindStatusCallback_QueryInterface. by Misha Koshelev · 18 years ago
  48. 2b4c520 urlmon: Add a reference to the IUnknown for Release of STGMEDIUM to account for extra call to ReleaseBindInfo. by Misha Koshelev · 18 years ago
  49. 40b94b7 urlmon: ReleaseBindInfo in FileProtocol. by Misha Koshelev · 18 years ago
  50. 03ac3b5 urlmon: Don't ignore bytes read from IInternetProtocol_Read if hres is not S_OK (e.g., E_PENDING). by Misha Koshelev · 18 years ago
  51. 9bcb9c1 urlmon: Fix timing issue with FLAG_REQUEST_COMPLETE and InternetQueryDataAvailable in HttpProtocol. by Misha Koshelev · 18 years ago
  52. a58da4c urlmon: Add support for non-GET requests (e.g., POST) in HttpProtocol. by Misha Koshelev · 18 years ago
  53. 609d91f urlmon: Actually send the additional headers returned by IHttpNegotiate::BeginningTransaction. by Misha Koshelev · 18 years ago
  54. 2a4e418 urlmon: Call HttpOpenRequest with INTERNET_FLAG_KEEP_CONNECTION, INTERNET_FLAG_NO_CACHE_WRITE if appropriate. by Misha Koshelev · 18 years ago
  55. e9312fb urlmon/tests: Add test for BINDVERB_POST in http_protocol. by Misha Koshelev · 18 years ago
  56. 4e20594 urlmon/tests: Add tests for HttpProtocol behavior when it is called without the BINDF_FROMURLMON flag. by Misha Koshelev · 18 years ago
  57. b6aea93 urlmon: Implement HttpProtocol::Terminate. by Misha Koshelev · 18 years ago
  58. 043f71b urlmon: Fix HttpProtocol behavior when it is called without the BINDF_FROMURLMON flag. by Misha Koshelev · 18 years ago
  59. 0878627 urlmon/tests: Fix http_protocol tests to succeed when called more than once. by Misha Koshelev · 18 years ago
  60. e2726ef urlmon/tests: Fix http_protocol tests to succeed on Win98. by Misha Koshelev · 18 years ago
  61. c2534d0 urlmon: Use InternetCloseHandle instead of CloseHandle. by Misha Koshelev · 18 years ago
  62. 442ec6a urlmon: Remove FLAG_CALLED_SWITCH, which is now redundant. by Misha Koshelev · 18 years ago
  63. fc48d6d urlmon: Fix HttpProtocol behavior when InternetQueryDataAvailable returns ERROR_IO_PENDING. by Misha Koshelev · 18 years ago
  64. 11ccc0f urlmon: Make HttpProtocol conform with native wininet on wine. by Misha Koshelev · 18 years ago
  65. 213bfd2 urlmon: Fix HttpProtocol_Start and strndupW to work properly with native wininet. by Misha Koshelev · 18 years ago
  66. dab80a8 urlmon: Implement HttpProtocol. by Misha Koshelev · 18 years ago
  67. 82569d9 urlmon/tests: Add tests for ObtainUserAgentString. by Misha Koshelev · 18 years ago
  68. e4282a5 urlmon: Improve ObtainUserAgentString conformance to native. by Misha Koshelev · 18 years ago
  69. 64054b0 urlmon/tests: Make http protocol mime type test pass on native. by Misha Koshelev · 18 years ago
  70. daca693 urlmon: Don't pass query part of URL to CreateUrlCacheEntryW. by Jacek Caban · 18 years ago
  71. 172a35c urlmon: There is no need to make slash conversion in BindToStorage as URL is already canonized in the constructor. by Jacek Caban · 18 years ago
  72. c85b74d In the PSDK HRESULT_FROM_WIN32() is now an inline function, and it is __HRESULT_FROM_WIN32() which is a macro. by Francois Gouget · 18 years ago
  73. d82c456 urlmon: The persisted version of URL monikers should be size of URL by Rob Shearman · 18 years ago
  74. d76a15a urlmon: Fix a typo in URLMonikerImpl_Save. by Rob Shearman · 18 years ago
  75. 691b0a3 urlmon: Add an implementation for CreateURLMonikerEx based on existing code for CreateURLMoniker. by Hans Leidekker · 18 years ago
  76. fd8868b urlmon: Fix a reference count leak that would keep the module alive when it shouldn't. by Rob Shearman · 18 years ago
  77. cfd1210 urlmon: Add DebugInfo to critical sections. by Jan Zerebecki · 18 years ago
  78. 74d4975 urlmon: Fix FindMimeFromData tests on IE7. by Jacek Caban · 18 years ago
  79. d31969b urlmon: Check if protocol object implements IInternetProtocolInfo interface. by Jacek Caban · 18 years ago
  80. 102ae71 urlmon: Added mk protocol handling test. by Jacek Caban · 18 years ago
  81. c5280fc urlmon: Added test of handlong its protocol. by Jacek Caban · 18 years ago
  82. c374936 urlmon: Depend on Read result in report_data. by Jacek Caban · 18 years ago
  83. f66b99d urlmon: Store download state in Binding object. by Jacek Caban · 18 years ago
  84. 6299859 urlmon: Fix continue_call handling. by Jacek Caban · 18 years ago
  85. 88f76cc urlmon: Call OnProgress directly in report_data. by Jacek Caban · 18 years ago
  86. 4613567 urlmon: Added ReportProgress(BINDSTATUS_DIRECTBIND) implementation. by Jacek Caban · 18 years ago
  87. f799192 urlmon: Fix ReportResult on async protocols. by Jacek Caban · 18 years ago
  88. 2eb2d74 urlmon: Use queue for whole ReportData implementation. by Jacek Caban · 18 years ago
  89. 16bf14d urlmon: Added ReportProgress(BINDSTATUS_BEGINDOWNLOADDATA) implementation. by Jacek Caban · 18 years ago
  90. 4e4b589 urlmon: Use custom task structs. by Jacek Caban · 18 years ago
  91. 079e382 urlmon: Use proc instead of enum in task queue. by Jacek Caban · 18 years ago
  92. e8d2b54 urlmon: Unlock protocol only if it was locked. by Jacek Caban · 18 years ago
  93. 451a8a6 urlmon: Set BINDF_NEEDFILE flag for all not urlmon protocols. by Jacek Caban · 18 years ago
  94. f503557 urlmon: Cast-qual warning fixes. by Paul Vriens · 18 years ago
  95. bb6e47a urlmon: Cast-qual warning fix. by Paul Vriens · 18 years ago
  96. e39a96c urlmon: Fix zone tests. by Jacek Caban · 18 years ago
  97. ea6ee42 urlmon: Remove redundant const. by Jan Zerebecki · 18 years ago
  98. 1ba20d3 urlmon: Code clean up. by Jacek Caban · 18 years ago
  99. 76b821b urlmon: Call AddRef in CoInternetGetSession. by Jacek Caban · 18 years ago
  100. 85410f2 urlmon: Fix type of an empty string to avoid warning. by Jan Zerebecki · 18 years ago