server: Move socket async activation to sock_poll_event.
[wine] / dlls / urlmon / umon.c
2010-03-02  Austin Englishurlmon: Add a stub for AsyncInstallDistributionUnit.
2009-04-07  Jacek Cabanurlmon: Remove unneeded includes.
2009-03-24  Jacek Cabanurlmon: Fixed handling NULL URLName in GetDisplatName...
2009-03-24  Jacek Cabanurlmon: Added StdURLMoniker implementation.
2009-03-24  Jacek Cabanurlmon: Return IAsyncMoniker from QueryInterface.
2009-03-24  Jacek Cabanurlmon: Code clean up.
2009-03-05  Jacek Cabanurlmon: Get rid of URLMonikerImpl_BindToStorage_hack.
2009-03-03  Jacek Cabanurlmon: Use pluggable protocol for ftp binding.
2009-02-05  Marcus Meissnerurlmon: Fixed target buffer length to MultiByteToWideChar.
2009-01-21  Nikolay Sivovurlmon: Added a stub for HlinkSimpleNavigateToMoniker.
2009-01-13  Jacek Cabanurlmon: Use pluggable protocol handler for https binding.
2009-01-08  Alexandre Julliardurlmon: Fix pointer cast warnings on 64-bit.
2008-11-14  Andrew Talboturlmon: Sign-compare warnings fix.
2008-10-01  Rob Shearmanurlmon: Compare HRESULT value explicitly against S_OK...
2008-08-18  Rob Shearmanurlmon: Fix testing of HRESULT types with not operator...
2008-02-18  Jacek Cabanurlmon: Use BindToStorage hack only for binding to...
2008-02-18  Jacek Cabanurlmon: URLDownloadToFileA code clean up.
2008-02-18  Jacek Cabanurlmon: Reimplement URLDownloadToFileW on top of URL...
2008-02-04  Jacek Cabanurlmon: Added HlinkParseDisplayNameEx implementation.
2007-12-31  Jacek Cabanurlmon: Added BindToObject implementation.
2007-12-31  Jacek Cabanurlmon: Make start_binding more generic.
2007-12-28  Jacek Cabanurlmon: Added CoInternetQueryInfo implementation.
2007-12-14  Jacek Cabanurlmon: Includes clean up.
2007-11-30  Michael Stefaniucurlmon: Rename the wrappers around HeapAlloc() &Co...
2007-11-26  Jacek Cabanurlmon: Wrap heap functions.
2007-11-08  Andrew Talboturlmon: Constify some variables.
2007-10-02  Jacek Cabanurlmon: Wrap callback in RegisterBindStatusCallback.
2007-09-10  Jacek Cabanurlmon: Added FIXME about unsupported pmkToLeft to...
2007-08-13  Jacek Cabanurlmon: Wrap IBindCtx in CreateAsyncBindCtxEx.
2007-08-09  Misha Koshelevurlmon: Do not use BindToStorage_hack for INTERNET_SCHE...
2007-05-29  Jacek Cabanurlmon: There is no need to make slash conversion in...
2007-05-24  Rob Shearmanurlmon: The persisted version of URL monikers should...
2007-05-24  Rob Shearmanurlmon: Fix a typo in URLMonikerImpl_Save.
2007-04-23  Hans Leidekkerurlmon: Add an implementation for CreateURLMonikerEx...
2007-02-07  Paul Vriensurlmon: Cast-qual warning fixes.
2007-02-07  Paul Vriensurlmon: Cast-qual warning fix.
2007-02-05  Jacek Cabanurlmon: Code clean up.
2007-01-05  Francois Gougeturlmon: Print GetLastError() in decimal with '%u'.
2006-10-24  Francois GougetDon't include windows.h & co in the Wine sources.
2006-10-06  Jacek Cabanurlmon: Win64 printf format warning fixes.
2006-10-05  Francois GougetAdd missing '\n's to Wine traces.
2006-07-31  Jacek Cabanurlmon: Use CoInternetParseUrl in URLMonikerImpl_Construct.
2006-07-17  Jacek Cabanurlmon: Use URL_FILE_USE_PATHURL flag to combine urls.
2006-07-12  James Hawkinsurlmon: Implement URLDownloadToCacheFileW.
2006-06-20  Jacek Cabanurlmon: Call Binding_CloseCacheDownload after Binding_F...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-10  Michael Stefaniucjanitorial: Remove redundant NULL pointer checks before...
2006-01-24  Dmitry TimoshkovMake more arrays const.
2006-01-11  Jacek Cabanurlmon: Use CoInternetCombineUrl in URLMonikerImpl_Cons...
2005-12-31  Jacek Cabanurlmon: Removed not used code.
2005-12-26  Jacek Cabanurlmon: Use pluggable protocol for file protocol.
2005-12-26  Rolf Kalbermatterurlmon: Implement BindAsyncMoniker function.
2005-11-14  Jacek CabanBeginning of true BindToStorage implementation.
2005-11-14  Jacek CabanMove BindToStorage hack to the separated function.
2005-11-10  Jacek CabanAdded URLDownloadToCacheFile[AW] stub.
2005-09-15  Jacek CabanAdded CoInternetGetSession implementation.
2005-09-12  Jacek CabanRewrote FindMimeFromData to pass tests.
2005-09-08  Jacek CabanAdded ReleaseBindInfo implementation.
2005-09-03  Jacek CabanAdded CreateAsyncBindCtxEx implementation.
2005-07-18  Felix NawothnigFix misuse of UrlCombineW.
2005-07-11  Uwe BonnesURLMonikerImpl_BindToStorage: Don't use a HeapAllocated...
2005-07-10  Uwe BonnesURLMonikerImpl_BindToStorage: Escape special characters.
2005-07-03  Mike McCormackFix -Wpointer-sign warnings.
2005-07-03  Jacek CabanFix handling of pmkContext in CreateURLMoniker.
2005-07-02  Jacek CabanBetter module locking.
2005-06-06  Dmitry TimoshkovMake remaining OLE interface vtables const.
2005-05-25  Mike McCormackStub implementation for GetSoftwareUpdateInfo.
2005-05-23  Jacek CabanSeparated IBinding and IMoniker interfaces.
2005-05-05  Troy RolloCorrect bug truncating downloaded files to 4096 bytes.
2005-05-04  Troy RolloImplement URLMonikerImpl_BindToStorage.
2005-02-03  James HawkinsProperly implement DllCanUnloadNow ref counting.
2005-01-12  James Hawkins- Use only stored result of Interlocked* in AddRef...
2004-12-23  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2004-12-20  Jacek Caban- Added test of BindToStorage.
2004-12-08  Jacek Caban- Implemented CreateAsyncBindCtx.
2004-11-30  Jacek Caban- Added stub implementation of IInternetZoneManager...
2004-10-07  Francois GougetDon't define COBJMACROS in objbase.h.
2004-09-28  Huw DaviesStub implementation of IInternetSecurityManager.
2004-09-24  Joris HuizerRef count increment/decrement cleanup.
2004-09-22  Hans LeidekkerFix signed/unsigned comparison warnings.
2004-09-06  Alexandre JulliardRemoved some uses of the non-standard ICOM_THIS macro.
2004-08-23  Alexandre JulliardGet rid of the no longer used ICOM_MSVTABLE_COMPAT_Dumm...
2004-08-12  Alexandre JulliardGet rid of the non-standard ICOM_VTABLE macro.
2004-07-12  Mike McCormackAdded a few stub implementations.
2004-05-17  Patrik StridvallAdded the IInternetSession interface.
2004-05-07  Kevin KoltzauImplemented IsAsyncMoniker.
2004-05-04  Francois GougetMake our ascii strings static const.
2004-05-03  Kevin KoltzauHandle context in CreateURLMoniker.
2004-04-20  Francois GougetMake Unicode strings 'static const'.
2004-04-20  Francois GougetMake static Unicode strings const.
2004-04-19  Francois GougetMake Unicode const strings static so they are not copie...
2004-03-31  Kevin KoltzauImplemented IsEqual.
2004-03-29  Kevin KoltzauImplement loading and saving to a stream, and a few...
2004-03-22  Kevin KoltzauImplement FindMimeFromData.
2004-01-23  Ge van GeldorpRename LARGE_INTEGER and ULARGE_INTEGER members "s...
2003-12-13  Kirill SmelkovAdded CreateAsyncBindCtx and IsAsyncMoniker stubs.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-07-15  Alexandre JulliardAuthors: Mike McCormack <mike@codeweavers.com>, Lionel...
2003-03-31  Dmitry TimoshkovFix some problems found while compiling and linking...
2003-03-18  Jon GriffithsDocumentation updates.
next