server: Move socket async activation to sock_poll_event.
[wine] / dlls / urlmon / regsvr.c
2010-04-08  Alexandre Julliardurlmon: Forward the DllMain call to the dlldata.c gener...
2009-12-09  Piotr Cabanurlmon: Added ProxyStub implementation.
2009-04-02  Jacek Cabanurlmon: Register CLSID_DeCompMimeFilter.
2008-12-17  Hans Leidekkerjanitorial: Don't depend on user32 for the self registr...
2008-11-14  Andrew Talboturlmon: Sign-compare warnings fix.
2008-02-27  Rob Shearmanurlmon: Don't use typeof as it's not portable.
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-08-20  Stefan Leichterurlmon: Remove 'recursive registry key delete' function.
2006-10-24  Francois GougetDon't include windows.h & co in the Wine sources.
2006-10-16  Michael StefaniucThe Data1 member of the GUID struct needs to be an...
2006-07-17  Jacek Cabanurlmon: Register zone and security manager.
2006-07-12  Andrew Talboturlmon: Write-strings warnings fix.
2006-06-30  Paul VriensUse the return value of register_key_guid.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-10  Robert ShearmanCheck the return value from register_key_guid in all...
2006-03-06  Francois GougetFix compatibility with native advpack dlls.
2006-02-27  Francois Gougetadvpack: Prepare the unicodification of advpack.dll.
2005-09-09  Jacek CabanMove protocol's CLSIDs to urlmon.idl.
2005-08-08  Alexandre JulliardDon't prefix the functions DllCanUnloadNow, DllGetClass...
2005-07-05  Jacek CabanRegister protocols.
2004-04-19  Vincent BéronMore complete implementation of Dll(Un)RegisterServer...