Misha Koshelev
|
e9312fbc92
|
urlmon/tests: Add test for BINDVERB_POST in http_protocol.
|
2007-07-23 11:57:23 +02:00 |
Misha Koshelev
|
4e205947e7
|
urlmon/tests: Add tests for HttpProtocol behavior when it is called without the BINDF_FROMURLMON flag.
|
2007-07-19 11:59:27 +02:00 |
Misha Koshelev
|
b6aea93891
|
urlmon: Implement HttpProtocol::Terminate.
|
2007-07-19 11:59:15 +02:00 |
Misha Koshelev
|
043f71b576
|
urlmon: Fix HttpProtocol behavior when it is called without the BINDF_FROMURLMON flag.
|
2007-07-19 11:59:04 +02:00 |
Misha Koshelev
|
0878627071
|
urlmon/tests: Fix http_protocol tests to succeed when called more than once.
|
2007-07-19 11:58:57 +02:00 |
Misha Koshelev
|
e2726effe2
|
urlmon/tests: Fix http_protocol tests to succeed on Win98.
|
2007-07-19 11:58:39 +02:00 |
Misha Koshelev
|
c2534d0cd6
|
urlmon: Use InternetCloseHandle instead of CloseHandle.
|
2007-07-19 11:58:30 +02:00 |
Misha Koshelev
|
442ec6acdd
|
urlmon: Remove FLAG_CALLED_SWITCH, which is now redundant.
|
2007-07-19 11:58:24 +02:00 |
Misha Koshelev
|
fc48d6da73
|
urlmon: Fix HttpProtocol behavior when InternetQueryDataAvailable returns ERROR_IO_PENDING.
|
2007-07-16 14:59:11 +02:00 |
Misha Koshelev
|
11ccc0f79e
|
urlmon: Make HttpProtocol conform with native wininet on wine.
|
2007-07-12 13:00:24 +02:00 |
Misha Koshelev
|
213bfd2777
|
urlmon: Fix HttpProtocol_Start and strndupW to work properly with native wininet.
|
2007-07-12 12:59:44 +02:00 |
Misha Koshelev
|
dab80a8d9f
|
urlmon: Implement HttpProtocol.
|
2007-07-11 12:42:14 +02:00 |
Misha Koshelev
|
82569d9d0a
|
urlmon/tests: Add tests for ObtainUserAgentString.
|
2007-07-10 13:37:13 +02:00 |
Misha Koshelev
|
e4282a59dd
|
urlmon: Improve ObtainUserAgentString conformance to native.
|
2007-07-10 13:37:09 +02:00 |
Misha Koshelev
|
64054b005c
|
urlmon/tests: Make http protocol mime type test pass on native.
|
2007-07-09 12:16:23 +02:00 |
Jacek Caban
|
daca693f30
|
urlmon: Don't pass query part of URL to CreateUrlCacheEntryW.
|
2007-06-06 13:40:05 +02:00 |
Jacek Caban
|
172a35c442
|
urlmon: There is no need to make slash conversion in BindToStorage as URL is already canonized in the constructor.
|
2007-05-29 14:13:13 +02:00 |
Francois Gouget
|
c85b74d63e
|
In the PSDK HRESULT_FROM_WIN32() is now an inline function, and it is __HRESULT_FROM_WIN32() which is a macro.
|
2007-05-29 13:17:46 +02:00 |
Rob Shearman
|
d82c456e5f
|
urlmon: The persisted version of URL monikers should be size of URL
including nul-terminating character (4-bytes), followed by the URL
string including nul-terminating character.
|
2007-05-24 11:35:08 +02:00 |
Rob Shearman
|
d76a15a36d
|
urlmon: Fix a typo in URLMonikerImpl_Save.
The data in This->URLName should be written out, not the pointer
followed by garbage.
|
2007-05-24 11:34:56 +02:00 |
Hans Leidekker
|
691b0a3d68
|
urlmon: Add an implementation for CreateURLMonikerEx based on existing code for CreateURLMoniker.
|
2007-04-23 14:06:13 +02:00 |
Rob Shearman
|
fd8868bac4
|
urlmon: Fix a reference count leak that would keep the module alive when it shouldn't.
|
2007-04-02 11:34:32 +02:00 |
Jan Zerebecki
|
cfd121072c
|
urlmon: Add DebugInfo to critical sections.
|
2007-03-12 13:40:06 +01:00 |
Jacek Caban
|
74d49757c7
|
urlmon: Fix FindMimeFromData tests on IE7.
|
2007-03-02 11:39:36 +01:00 |
Jacek Caban
|
d31969b5e6
|
urlmon: Check if protocol object implements IInternetProtocolInfo interface.
|
2007-02-23 11:24:01 +01:00 |
Jacek Caban
|
102ae714c7
|
urlmon: Added mk protocol handling test.
|
2007-02-12 14:14:01 +01:00 |
Jacek Caban
|
c5280fcc00
|
urlmon: Added test of handlong its protocol.
|
2007-02-12 14:13:54 +01:00 |
Jacek Caban
|
c374936472
|
urlmon: Depend on Read result in report_data.
|
2007-02-12 14:13:48 +01:00 |
Jacek Caban
|
f66b99db83
|
urlmon: Store download state in Binding object.
|
2007-02-12 14:13:43 +01:00 |
Jacek Caban
|
6299859ee7
|
urlmon: Fix continue_call handling.
|
2007-02-08 11:56:59 +01:00 |
Jacek Caban
|
88f76cc29e
|
urlmon: Call OnProgress directly in report_data.
|
2007-02-08 11:56:51 +01:00 |
Jacek Caban
|
4613567d32
|
urlmon: Added ReportProgress(BINDSTATUS_DIRECTBIND) implementation.
|
2007-02-08 11:56:46 +01:00 |
Jacek Caban
|
f799192b3e
|
urlmon: Fix ReportResult on async protocols.
|
2007-02-08 11:56:33 +01:00 |
Jacek Caban
|
2eb2d74052
|
urlmon: Use queue for whole ReportData implementation.
|
2007-02-07 21:44:51 +01:00 |
Jacek Caban
|
16bf14d129
|
urlmon: Added ReportProgress(BINDSTATUS_BEGINDOWNLOADDATA) implementation.
|
2007-02-07 21:44:44 +01:00 |
Jacek Caban
|
4e4b589079
|
urlmon: Use custom task structs.
|
2007-02-07 21:44:38 +01:00 |
Jacek Caban
|
079e3822bc
|
urlmon: Use proc instead of enum in task queue.
|
2007-02-07 21:44:30 +01:00 |
Jacek Caban
|
e8d2b54309
|
urlmon: Unlock protocol only if it was locked.
|
2007-02-07 21:44:18 +01:00 |
Jacek Caban
|
451a8a6dd0
|
urlmon: Set BINDF_NEEDFILE flag for all not urlmon protocols.
|
2007-02-07 21:44:13 +01:00 |
Paul Vriens
|
f5035577fb
|
urlmon: Cast-qual warning fixes.
|
2007-02-07 11:03:50 +01:00 |
Paul Vriens
|
bb6e47af6c
|
urlmon: Cast-qual warning fix.
|
2007-02-07 11:03:44 +01:00 |
Jacek Caban
|
e39a96c5fb
|
urlmon: Fix zone tests.
|
2007-02-06 22:07:16 +01:00 |
Jan Zerebecki
|
ea6ee42c71
|
urlmon: Remove redundant const.
|
2007-02-06 13:20:03 +01:00 |
Jacek Caban
|
1ba20d3b8b
|
urlmon: Code clean up.
|
2007-02-05 12:24:16 +01:00 |
Jacek Caban
|
76b821bdd7
|
urlmon: Call AddRef in CoInternetGetSession.
|
2007-02-05 12:24:12 +01:00 |
Jan Zerebecki
|
85410f2ac1
|
urlmon: Fix type of an empty string to avoid warning.
|
2007-01-25 11:06:08 +01:00 |
Jacek Caban
|
fed5d9e1ff
|
urlmon: Added BindProtocol's IInternetPriority implementation.
|
2007-01-24 12:32:47 +01:00 |
Jacek Caban
|
61f646f2c1
|
urlmon: Added CreateBinding test.
|
2007-01-24 12:01:02 +01:00 |
Jacek Caban
|
60df6e06a5
|
urlmon: Added beginning BindProtocol implementation.
|
2007-01-24 12:00:54 +01:00 |
Jacek Caban
|
87de64227a
|
urlmon: Return CLSID from get_protocol_handler.
|
2007-01-24 12:00:46 +01:00 |
Jacek Caban
|
6c13f391da
|
urlmon: Added IInternetProtocolSink interface to BindProtocol.
|
2007-01-24 12:00:37 +01:00 |
Jacek Caban
|
6bbd8c7f6e
|
urlmon: Added IInternetPriority interface to BindProtocol.
|
2007-01-24 11:59:50 +01:00 |
Jacek Caban
|
e40f814be0
|
urlmon: Added IInternetSession::CreateBinding beginning implementation.
|
2007-01-24 11:59:34 +01:00 |
Francois Gouget
|
b0bde6b87c
|
Assorted spelling fixes.
|
2007-01-18 12:56:52 +01:00 |
Jacek Caban
|
6ea7a445ce
|
urlmon: Added mk protocol implementation.
|
2007-01-15 12:22:51 +01:00 |
Jacek Caban
|
76ce82374e
|
urlmon: Added mk protocol stub implementation.
|
2007-01-12 20:40:54 +01:00 |
Jacek Caban
|
243549c5b2
|
urlmon: Code clean up.
|
2007-01-12 20:40:27 +01:00 |
Francois Gouget
|
f96ddb27ac
|
urlmon/tests: Replace some '#if 0's with 'if (0)'s.
Fix the code so it compiles without warnings.
|
2007-01-08 12:08:08 +01:00 |
Francois Gouget
|
4dc5c7aede
|
urlmon: Print GetLastError() in decimal with '%u'.
|
2007-01-05 18:24:17 +01:00 |
Jacek Caban
|
f89edb19af
|
urlmon: Remove failing tests.
|
2006-12-27 13:02:23 +01:00 |
Alexandre Julliard
|
f92ef1c543
|
makedep: Add support for magic comments in .rc files so we can generate proper dependencies for them.
|
2006-12-26 15:02:03 +01:00 |
Jacek Caban
|
bb52f14d59
|
urlmon: Use pluggable protocol in CoInternetCompareUrl.
|
2006-12-13 16:04:48 +01:00 |
Jacek Caban
|
35e0e994ce
|
urlmon: Added application/x-msdownload mime filter.
|
2006-12-13 16:04:48 +01:00 |
Jacek Caban
|
8afd947f15
|
urlmon: Added application/pdf mime filter.
|
2006-12-07 11:24:22 +01:00 |
Jacek Caban
|
edf73245fe
|
urlmon: Added application/java mime filter.
|
2006-12-07 11:24:16 +01:00 |
Jacek Caban
|
d5c6f6ec25
|
urlmon: Added application/x-zip-compressed filter.
|
2006-12-07 11:24:07 +01:00 |
Jacek Caban
|
3d767fcb55
|
urlmon: Added application/x-gzip-compression filter.
|
2006-12-07 11:24:01 +01:00 |
Dmitry Timoshkov
|
8b72102bd7
|
urlmon: Make some data const.
|
2006-11-29 12:44:16 +01:00 |
Andrew Talbot
|
60cafb5e95
|
urlmon: Cast-qual warnings fix.
|
2006-11-17 12:45:35 +01:00 |
Francois Gouget
|
43b52ebb8e
|
urlmon/tests: Fix compilation with the PSDK headers.
|
2006-11-07 15:29:29 +01:00 |
Jacek Caban
|
ee5a440030
|
urlmon: Update winehq.org IP.
|
2006-10-30 11:17:17 +01:00 |
Francois Gouget
|
9fe4673347
|
Don't include windows.h & co in the Wine sources.
Remove uneeded COM_NO_WINDOWS_H defines.
|
2006-10-24 17:47:09 +02:00 |
Jacek Caban
|
53f68ae3e6
|
urlmon: Added video/mpeg mime filter.
|
2006-10-24 11:43:25 +02:00 |
Jacek Caban
|
3515dbc37c
|
urlmon: Code clean up.
|
2006-10-24 11:43:18 +02:00 |
Jacek Caban
|
84253b011d
|
urlmon: Added video/avi mime filter implementation.
|
2006-10-24 11:43:01 +02:00 |
Jacek Caban
|
b9b812da70
|
urlmon: Added image/tiff mime filter.
|
2006-10-23 12:29:08 +02:00 |
Alexandre Julliard
|
d3d3aba3a3
|
urlmon: Create a message window for each binding to make sure they are cleaned up properly.
|
2006-10-16 11:32:17 +02:00 |
Michael Stefaniuc
|
15765dd953
|
The Data1 member of the GUID struct needs to be an unsigned int too for Win64 compatibility.
|
2006-10-16 10:53:04 +02:00 |
Ge van Geldorp
|
d642e11438
|
winapi_test: Regenerate tests.
Remove structs from test list which have preprocessor directives in
their definitions (winapi_test can't handle that).
|
2006-10-11 12:12:21 +02:00 |
Jacek Caban
|
009996e7e3
|
urlmon: Win64 printf format warning fixes.
|
2006-10-07 18:05:23 +02:00 |
Jacek Caban
|
7e340f8f62
|
urlmon: Win64 printf format warning fixes.
|
2006-10-06 12:47:59 +02:00 |
Francois Gouget
|
82babbee0b
|
Add missing '\n's to Wine traces.
|
2006-10-05 17:46:48 +02:00 |
Francois Gouget
|
398245b640
|
urlmon: Fix spelling of the 'origin' parameter in the *Protocol_Seek() functions.
|
2006-10-03 15:56:26 +02:00 |
Francois Gouget
|
dc0cfe7729
|
urlmon: Fix the case of the BINDINFO.cbstgmedData field. Fixes the htmldoc test compilation on Windows.
|
2006-09-29 17:53:23 +02:00 |
Francois Gouget
|
87045eb0c5
|
Fix rpcndr.h so it takes CONST_VTABLE into account.
Define CONST_VTABLE in the tests that need it. This fixes many Visual C++ warnings.
|
2006-09-29 17:52:27 +02:00 |
Michael Stefaniuc
|
85ce5117c5
|
Add a WINE_NO_LONG_INT define to many makefiles to ease the transition of DWORD/LONG/ULONG from long to int.
|
2006-09-29 16:08:30 +02:00 |
Alexandre Julliard
|
7f5b4a4602
|
urlmon/tests: Don't fail the tests if the network is unreachable.
|
2006-09-21 11:45:32 +02:00 |
Alexandre Julliard
|
32ab895e46
|
makefiles: Generate the dependencies line to avoid some code duplication.
|
2006-09-14 09:38:16 +02:00 |
Alexandre Julliard
|
5cf75e615a
|
makefiles: Only run test and documentation targets in directories that need them.
|
2006-08-28 13:37:44 +02:00 |
Robert Shearman
|
4582a2bb8e
|
urlmon: Delay-load cabinet.dll as native urlmon doesn't import it.
|
2006-08-04 20:27:04 +02:00 |
Jacek Caban
|
5674260b6d
|
urlmon: Use CoInternetParseUrl in URLMonikerImpl_Construct.
|
2006-07-31 10:49:32 +02:00 |
Jacek Caban
|
a04ffc3795
|
urlmon: Don't use freed string in TRACE.
|
2006-07-24 12:57:33 +02:00 |
Jacek Caban
|
e8617b9f1a
|
urlmon: Added PARSE_CANONICALIZE implementation in CoInternetParseUrl.
|
2006-07-20 12:11:43 +02:00 |
Jacek Caban
|
d85110a317
|
urlmon: Fix handle leak.
|
2006-07-18 11:16:20 +02:00 |
Jacek Caban
|
aaef326017
|
urlmon: Register zone and security manager.
|
2006-07-17 13:53:18 +02:00 |
Jacek Caban
|
ec26cd2704
|
urlmon: Added UrlMkGetSessionOption implementation.
|
2006-07-17 13:53:00 +02:00 |
Jacek Caban
|
919871523a
|
urlmon: Use URL_FILE_USE_PATHURL flag to combine urls.
|
2006-07-17 13:52:56 +02:00 |
James Hawkins
|
e2bf4ff164
|
urlmon: Implement URLDownloadToCacheFileW.
|
2006-07-12 21:13:16 +02:00 |
Andrew Talbot
|
24e4acf728
|
urlmon: Write-strings warnings fix.
|
2006-07-12 13:21:30 +02:00 |
Alexandre Julliard
|
eb8a40c368
|
libs: Merged libwine_unicode into libwine.
Most dlls use libwine_unicode at this point, so there's nothing to
gain by having two separate libraries.
|
2006-07-11 19:33:22 +02:00 |