Piotr Caban
|
59c9b1070c
|
urlmon: Make name spaces comparison case insensitive.
|
2012-03-15 19:55:24 +01:00 |
Piotr Caban
|
be4192510d
|
urlmon: Search for MIME filters defined in registry in get_mime_filter.
|
2012-03-13 17:44:34 +01:00 |
Piotr Caban
|
b36cb0b94d
|
urlmon: Clean session related data in free_session function.
|
2012-03-13 17:44:33 +01:00 |
Piotr Caban
|
e804d0915a
|
urlmon: Use wine lists to store namespaces and MIME filters.
|
2012-03-13 17:44:33 +01:00 |
Michael Stefaniuc
|
c41cf7d6a5
|
urlmon: COM cleanup for the IInternetProtocolEx iface.
|
2011-01-12 11:32:17 +01:00 |
Jacek Caban
|
682dc4d6f8
|
urlmon: Store object instead of interface pointer to BindProtocol in Binding object.
|
2011-01-11 11:23:01 +01:00 |
Jacek Caban
|
fcc1dd01f7
|
urlmon: Make get_protocol_handler IUri-based.
|
2010-11-15 15:03:28 +01:00 |
Jacek Caban
|
b54ac3c628
|
urlmon: Store BindProtocol as IInternetProtocolEx.
|
2010-11-15 15:03:22 +01:00 |
Jacek Caban
|
a7852b5128
|
urlmon: Return correct error in get_protocol_handler for unknown protocol types.
|
2010-10-06 14:43:17 +02:00 |
Jacek Caban
|
09436d69f1
|
urlmon: Use one wininet internet handle for all connections.
|
2009-08-03 15:00:02 +02:00 |
Jacek Caban
|
cef7e04f18
|
urlmon: Added ObtainUserAgentString implementation.
|
2009-06-29 12:25:27 +02:00 |
Jacek Caban
|
e237c127c1
|
urlmon: Added UrlMkSetSessionOption(URLMON_OPTION_USERAGENT) implementation.
|
2009-06-29 12:25:15 +02:00 |
Jacek Caban
|
1880de044c
|
urlmon: Added UrlMkSetSessionOption(URLMON_OPTION_USERAGENT) implementation.
|
2009-06-29 12:25:08 +02:00 |
Jacek Caban
|
9edd40fdc2
|
urlmon: Added support for MIME filters.
|
2009-05-19 11:58:52 +02:00 |
Jacek Caban
|
67d2fdc34a
|
urlmon: Added IWinInetHttpInfo support to Binding object.
|
2009-03-30 15:09:39 +02:00 |
Jacek Caban
|
a821cc34f6
|
urlmon: Make session object thread safe.
|
2008-02-21 13:52:18 +01:00 |
Jacek Caban
|
a23a36077c
|
urlmon: Optimize get_protocol_info for urlmon protocols.
|
2008-02-21 13:52:15 +01:00 |
Jacek Caban
|
2b90a7d6d5
|
urlmon: Optimize registering urlmon protocols.
|
2008-02-21 13:52:13 +01:00 |
Jacek Caban
|
60b0539c87
|
urlmon: Added HlinkParseDisplayNameEx implementation.
|
2008-02-04 11:28:02 +01:00 |
Jacek Caban
|
1ca205525c
|
urlmon: Use BindProtocol in Binding object.
|
2007-12-31 16:48:31 +01:00 |
Jacek Caban
|
8a669c9a19
|
urlmon: Added [Un]RegisterMimeFilter implementation.
|
2007-12-28 11:29:39 +01:00 |
Jacek Caban
|
96be709c2e
|
urlmon: RegisterNameSpace clean up.
|
2007-12-28 11:29:33 +01:00 |
Jacek Caban
|
7a2a6f4e0d
|
urlmon: Includes clean up.
|
2007-12-14 12:24:51 +01:00 |
Michael Stefaniuc
|
2ad6cc19b7
|
urlmon: Rename the wrappers around HeapAlloc() &Co to use the new standard naming.
|
2007-11-30 12:43:42 +01:00 |
Jacek Caban
|
03218d6d2c
|
urlmon: Wrap heap functions.
|
2007-11-26 12:35:28 +01:00 |
Misha Koshelev
|
414ddfa671
|
urlmon: If we are using an internal protocol ClassFactory, call its AddRef as the caller must Release the object.
|
2007-07-24 12:32:42 +02:00 |
Jacek Caban
|
d31969b5e6
|
urlmon: Check if protocol object implements IInternetProtocolInfo interface.
|
2007-02-23 11:24:01 +01:00 |
Jacek Caban
|
76b821bdd7
|
urlmon: Call AddRef in CoInternetGetSession.
|
2007-02-05 12:24:12 +01:00 |
Jacek Caban
|
87de64227a
|
urlmon: Return CLSID from get_protocol_handler.
|
2007-01-24 12:00:46 +01:00 |
Jacek Caban
|
e40f814be0
|
urlmon: Added IInternetSession::CreateBinding beginning implementation.
|
2007-01-24 11:59:34 +01:00 |
Jacek Caban
|
7e340f8f62
|
urlmon: Win64 printf format warning fixes.
|
2006-10-06 12:47:59 +02:00 |
Jacek Caban
|
a04ffc3795
|
urlmon: Don't use freed string in TRACE.
|
2006-07-24 12:57:33 +02:00 |
Jacek Caban
|
ec26cd2704
|
urlmon: Added UrlMkGetSessionOption implementation.
|
2006-07-17 13:53:00 +02:00 |
Jacek Caban
|
21621b2856
|
urlmon: Return IClassFactory in get_protocol_handler and fix get_protocol.
|
2006-05-28 18:13:14 +02:00 |
Jacek Caban
|
9c9838d9e8
|
urlmon: Use registered protocols.
|
2006-05-25 10:38:22 +02:00 |
Jacek Caban
|
9fb647ef00
|
urlmon: Added [Un]RegisterNamespace implementation.
|
2006-05-25 10:37:51 +02:00 |
Jonathan Ernst
|
360a3f9142
|
Update the address of the Free Software Foundation.
|
2006-05-23 14:11:13 +02:00 |
Jacek Caban
|
9630d155c2
|
Added get_protocol_iface internal function and use it in
get_protocol_info.
|
2005-11-14 12:28:18 +00:00 |
Jacek Caban
|
976dd6c075
|
- Added IHttpNegotiate2 interface.
- Update BINDSTRING and IInternetSession.
|
2005-09-19 14:29:16 +00:00 |
Alexandre Julliard
|
91861e44e7
|
Fixed a compiler warning.
|
2005-09-15 18:55:37 +00:00 |
Jacek Caban
|
91d6288e35
|
Added CoInternetGetSession implementation.
|
2005-09-15 18:47:13 +00:00 |