Sign in
goma
/
wine
/
e04cdbb82c4725fd836359d0a803b0461802fe60
/
dlls
/
urlmon
8f6f252
urlmon: Get rid of no longer needed IHttpNegotiate wrapper.
by Jacek Caban
· 18 years ago
b090ec1
urlmon: Added more RegiterBindStatusCallback tests.
by Jacek Caban
· 18 years ago
ef01bdb
urlmon: Added more strict QueryInterface tests.
by Jacek Caban
· 18 years ago
b285d56
urlmon: Wrap callback in RegisterBindStatusCallback.
by Jacek Caban
· 18 years ago
c89551a
urlmon: Added FIXME about unsupported pmkToLeft to BindToStorage.
by Jacek Caban
· 18 years ago
ba026b1
urlmon: Remove 'recursive registry key delete' function.
by Stefan Leichter
· 18 years ago
5a11a12
urlmon: Call IInternetProtocolSink_Release and ReleaseStgMedium in HttpProtocol where native does.
by Misha Koshelev
· 18 years ago
c8ab2a9
urlmon: Call IInternetProtocolSink_AddRef in HttpProtocol where native does (but just once).
by Misha Koshelev
· 18 years ago
4f405b2
urlmon: Fix timing issue with FLAG_REQUEST_COMPLETE and InternetQueryDataAvailable in HttpProtocol_Continue.
by Misha Koshelev
· 18 years ago
83a8388
urlmon: Wrap IBindCtx in CreateAsyncBindCtxEx.
by Jacek Caban
· 18 years ago
369273e
urlmon/tests: Call CHECK_CALLED(OnProgress_SENDINGREQUEST) for FILE_TEST since we SET_EXPECT it.
by Misha Koshelev
· 18 years ago
42dea36
urlmon: Do not use BindToStorage_hack for INTERNET_SCHEME_HTTP.
by Misha Koshelev
· 18 years ago
a893bb3
urlmon/tests: Fix clipformat test.
by Misha Koshelev
· 18 years ago
086a91f
urlmon: Check some of the input parameters to URLOpenStreamA/W & URLOpenBlockingStreamA/W for NULL.
by Rob Shearman
· 18 years ago
a5da813
urlmon: Add tests for URLOpenStreamW and URLOpenBlockingStreamW.
by Rob Shearman
· 18 years ago
9debcb8
urlmon: Implement URLOpenBlockingStreamA/W and URLOpenStreamA/W.
by Rob Shearman
· 18 years ago
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
9105b64
urlmon: Implement stubs for URLOpenBlockingStreamA/W and URLOpenStreamA/W.
by Rob Shearman
· 18 years ago
988be5d
urlmon: Fix compilation on systems that don't support nameless unions.
by Francois Gouget
· 18 years ago
59b2365
urlmon/tests: Add test for binding to a URL from which a very short response is received.
by Misha Koshelev
· 18 years ago
84cf17c
urlmon/tests: Keep track of download state in tests.
by Misha Koshelev
· 18 years ago
ed2cf42
urlmon/tests: Add tests for synchronous vs asynchronous binding.
by Misha Koshelev
· 18 years ago
97e9995
urlmon: Add support for synchronous binding.
by Misha Koshelev
· 18 years ago
e54a48f
urlmon/tests: Declare the bind flags as a global variable in url tests.
by Misha Koshelev
· 18 years ago
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
b2beeea
urlmon: Send BINDSTATUS_DOWNLOADINGDATA if we do not send BEGINDOWNLOADDATA or ENDDOWNLOADDATA.
by Misha Koshelev
· 18 years ago
b255848
urlmon: Call IBindStatusCallback_OnStopBinding only if this actually is the last ReportData.
by Misha Koshelev
· 18 years ago
99989f8
Revert "urlmon: Use BSCF_ values passed to report_data to keep track of download state."
by Misha Koshelev
· 18 years ago
aa12574
Revert "urlmon: Report BINDSTATUS_DOWNLOADINGDATA on BSCF_INTERMEDIATEDATANOTIFICATION."
by Misha Koshelev
· 18 years ago
cb8a0dd
urlmon: Do not fill stream buffer on every report_data, native doesn't.
by Misha Koshelev
· 18 years ago
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
b3a660a
urlmon: Report BINDSTATUS_DOWNLOADINGDATA on BSCF_INTERMEDIATEDATANOTIFICATION.
by Misha Koshelev
· 18 years ago
978f6b9
urlmon: Use BSCF_ values passed to report_data to keep track of download state.
by Misha Koshelev
· 18 years ago
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
0a9dfa0
urlmon/tests: Make http protocol tests refractory to timing issues.
by Misha Koshelev
· 18 years ago
9f31fb2
urlmon/tests: Rename received_data event to more general name event_complete.
by Misha Koshelev
· 18 years ago
c4f1adb
urlmon/tests: Don't proceed with POST operation (that will fail) if we run out of memory.
by Misha Koshelev
· 18 years ago
d5fedcd
urlmon/tests: Fix http protocol tests with absence of BINDF_FROMURLMON to properly expect ReportData.
by Misha Koshelev
· 18 years ago
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
262db80
urlmon: Change some gotos to return.
by Jacek Caban
· 18 years ago
0c02851
urlmon/tests: Release two objects that should be released but are not.
by Misha Koshelev
· 18 years ago
752334c
urlmon: Release IInternetProtocolInfo returned from get_protocol_info when finished with it.
by Misha Koshelev
· 18 years ago
f5ed5a7
urlmon: LockModule in create_binding_protocol as we ReleaseModule when the object is released.
by Misha Koshelev
· 18 years ago
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
7cc8b27
urlmon: Wrap IHttpNegotiate2 interface exposed by IBindStatusCallback as done by native.
by Misha Koshelev
· 18 years ago
8f78c71
urlmon/tests: Add tests for calls to IHttpNegotiate interfaces as exposed by IBindStatusCallback.
by Misha Koshelev
· 18 years ago
89bda10
urlmon/tests: Add tests for calls to IBindStatusCallback_QueryInterface.
by Misha Koshelev
· 18 years ago
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
40b94b7
urlmon: ReleaseBindInfo in FileProtocol.
by Misha Koshelev
· 18 years ago
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
9bcb9c1
urlmon: Fix timing issue with FLAG_REQUEST_COMPLETE and InternetQueryDataAvailable in HttpProtocol.
by Misha Koshelev
· 18 years ago
a58da4c
urlmon: Add support for non-GET requests (e.g., POST) in HttpProtocol.
by Misha Koshelev
· 18 years ago
609d91f
urlmon: Actually send the additional headers returned by IHttpNegotiate::BeginningTransaction.
by Misha Koshelev
· 18 years ago
2a4e418
urlmon: Call HttpOpenRequest with INTERNET_FLAG_KEEP_CONNECTION, INTERNET_FLAG_NO_CACHE_WRITE if appropriate.
by Misha Koshelev
· 18 years ago
e9312fb
urlmon/tests: Add test for BINDVERB_POST in http_protocol.
by Misha Koshelev
· 18 years ago
4e20594
urlmon/tests: Add tests for HttpProtocol behavior when it is called without the BINDF_FROMURLMON flag.
by Misha Koshelev
· 18 years ago
b6aea93
urlmon: Implement HttpProtocol::Terminate.
by Misha Koshelev
· 18 years ago
043f71b
urlmon: Fix HttpProtocol behavior when it is called without the BINDF_FROMURLMON flag.
by Misha Koshelev
· 18 years ago
0878627
urlmon/tests: Fix http_protocol tests to succeed when called more than once.
by Misha Koshelev
· 18 years ago
e2726ef
urlmon/tests: Fix http_protocol tests to succeed on Win98.
by Misha Koshelev
· 18 years ago
c2534d0
urlmon: Use InternetCloseHandle instead of CloseHandle.
by Misha Koshelev
· 18 years ago
442ec6a
urlmon: Remove FLAG_CALLED_SWITCH, which is now redundant.
by Misha Koshelev
· 18 years ago
fc48d6d
urlmon: Fix HttpProtocol behavior when InternetQueryDataAvailable returns ERROR_IO_PENDING.
by Misha Koshelev
· 18 years ago
11ccc0f
urlmon: Make HttpProtocol conform with native wininet on wine.
by Misha Koshelev
· 18 years ago
213bfd2
urlmon: Fix HttpProtocol_Start and strndupW to work properly with native wininet.
by Misha Koshelev
· 18 years ago
dab80a8
urlmon: Implement HttpProtocol.
by Misha Koshelev
· 18 years ago
82569d9
urlmon/tests: Add tests for ObtainUserAgentString.
by Misha Koshelev
· 18 years ago
e4282a5
urlmon: Improve ObtainUserAgentString conformance to native.
by Misha Koshelev
· 18 years ago
64054b0
urlmon/tests: Make http protocol mime type test pass on native.
by Misha Koshelev
· 18 years ago
daca693
urlmon: Don't pass query part of URL to CreateUrlCacheEntryW.
by Jacek Caban
· 18 years ago
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
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
d82c456
urlmon: The persisted version of URL monikers should be size of URL
by Rob Shearman
· 18 years ago
d76a15a
urlmon: Fix a typo in URLMonikerImpl_Save.
by Rob Shearman
· 18 years ago
691b0a3
urlmon: Add an implementation for CreateURLMonikerEx based on existing code for CreateURLMoniker.
by Hans Leidekker
· 18 years ago
fd8868b
urlmon: Fix a reference count leak that would keep the module alive when it shouldn't.
by Rob Shearman
· 18 years ago
cfd1210
urlmon: Add DebugInfo to critical sections.
by Jan Zerebecki
· 18 years ago
74d4975
urlmon: Fix FindMimeFromData tests on IE7.
by Jacek Caban
· 18 years ago
d31969b
urlmon: Check if protocol object implements IInternetProtocolInfo interface.
by Jacek Caban
· 18 years ago
102ae71
urlmon: Added mk protocol handling test.
by Jacek Caban
· 18 years ago
c5280fc
urlmon: Added test of handlong its protocol.
by Jacek Caban
· 18 years ago
c374936
urlmon: Depend on Read result in report_data.
by Jacek Caban
· 18 years ago
f66b99d
urlmon: Store download state in Binding object.
by Jacek Caban
· 18 years ago
6299859
urlmon: Fix continue_call handling.
by Jacek Caban
· 18 years ago
88f76cc
urlmon: Call OnProgress directly in report_data.
by Jacek Caban
· 18 years ago
4613567
urlmon: Added ReportProgress(BINDSTATUS_DIRECTBIND) implementation.
by Jacek Caban
· 18 years ago
f799192
urlmon: Fix ReportResult on async protocols.
by Jacek Caban
· 18 years ago
2eb2d74
urlmon: Use queue for whole ReportData implementation.
by Jacek Caban
· 18 years ago
16bf14d
urlmon: Added ReportProgress(BINDSTATUS_BEGINDOWNLOADDATA) implementation.
by Jacek Caban
· 18 years ago
4e4b589
urlmon: Use custom task structs.
by Jacek Caban
· 18 years ago
079e382
urlmon: Use proc instead of enum in task queue.
by Jacek Caban
· 18 years ago
e8d2b54
urlmon: Unlock protocol only if it was locked.
by Jacek Caban
· 18 years ago
451a8a6
urlmon: Set BINDF_NEEDFILE flag for all not urlmon protocols.
by Jacek Caban
· 18 years ago
f503557
urlmon: Cast-qual warning fixes.
by Paul Vriens
· 18 years ago
bb6e47a
urlmon: Cast-qual warning fix.
by Paul Vriens
· 18 years ago
e39a96c
urlmon: Fix zone tests.
by Jacek Caban
· 18 years ago
ea6ee42
urlmon: Remove redundant const.
by Jan Zerebecki
· 18 years ago
1ba20d3
urlmon: Code clean up.
by Jacek Caban
· 18 years ago
76b821b
urlmon: Call AddRef in CoInternetGetSession.
by Jacek Caban
· 18 years ago
85410f2
urlmon: Fix type of an empty string to avoid warning.
by Jan Zerebecki
· 18 years ago
Next »