include: Assorted spelling fixes.
[wine] / dlls / inetcomm /
2012-08-13  Jacek Cabaninetcomm: Use proper iface call helpers.
2011-11-14  Francois Gougetinetcomm: Give a name to the critical sections and...
2011-11-07  Andrew Talbotinetcomm: Remove extraneous braces from switch statements.
2011-09-27  Francois Gougettests: Remove unneeded assert.h includes.
2011-09-19  Francois Gougetinetcomm: Fix printing NULL strings.
2011-08-02  Alexandre Julliardwinecrt0: Remove the clsid parameter in __wine_(un...
2011-06-06  Michael Stefaniucinetcomm: COM cleanup for the IMimeInternational iface.
2011-06-06  Michael Stefaniucinetcomm: Rename a typedef to prevent it from being...
2011-04-28  Marcus Meissnerinetcomm: Mark internal symbols as hidden.
2011-02-08  Austin Englishinetcomm/tests: Make sure to use return values (LLVM...
2010-12-29  Michael Stefaniucinetcomm: Use an iface instead of a vtbl pointer in cf.
2010-12-02  Alexandre Julliardinetcomm: Convert dll registration to the IRegistrar...
2010-09-19  Alexandre Julliardmakefiles: Add a standard header for all makefiles...
2010-07-21  Alexandre Julliarddlls: Remove explicit imports of kernel32 and ntdll.
2010-04-08  Alexandre Julliardinetcomm: Rewrite MimeMessage_FindFirst/Next to iterate...
2010-04-08  Alexandre Julliardinetcomm: Store an index instead of a handle for mime...
2010-03-22  Francois GougetAssorted spelling and case fixes.
2010-03-16  Alexandre Julliardmakefiles: Remove the no longer needed explicit separat...
2010-02-22  Alexandre Julliardmakefiles: Use the standard C_SRCS variable as the...
2010-01-06  Reece DunnDon't generate FIXME warnings for DllCanUnloadNow.
2009-12-17  Amine Khaldiinetcomm: Remove an unneeded variable.
2009-12-07  Huw Daviesinetcomm: Fix memory leak.
2009-05-14  Paul Vriensinetcomm: Prevent possible dereferences (Coverity).
2009-03-31  Alexandre Julliardinetcomm: Include ws2tcpip.h before anything else.
2009-02-18  Huw Daviesinetcomm/tests: AddRef on the stream doesn't return...
2009-02-18  Huw Daviesinetcomm/tests: Object is a static singleton on win95.
2009-02-05  Andrew Talbotinetcomm: Remove unused function.
2009-01-26  Paul Vriensinetcomm: Wrap a few traces in debugstr_a() (Coverity).
2009-01-19  Michael Stefaniucinetcomm: Remove superfluous pointer casts.
2008-12-17  Hans Leidekkerjanitorial: Don't depend on user32 for the self registr...
2008-12-04  Alexandre Julliardinetcomm: Make a function static.
2008-11-17  Francois Gougetinetcomm: Fix compilation on systems that don't support...
2008-11-11  Hans Leidekkerinetcomm: Get rid of the server info copy.
2008-11-11  Hans Leidekkerinetcomm: Add an implementation of IVirtualStream.
2008-11-10  Hans Leidekkerinetcomm: Send a notification when disconnecting.
2008-11-10  Hans Leidekkerinetcomm: Support both forms of the UIDL and LIST commands.
2008-11-10  Hans Leidekkerinetcomm: Add an implementation of IPOP3Transport:...
2008-11-10  Hans Leidekkerinetcomm: Add an implementation of IPOP3Transport:...
2008-11-10  Hans Leidekkerinetcomm: Add an implementation of IPOP3Transport:...
2008-11-10  Hans Leidekkerinetcomm: Add an implementation of IPOP3Transport:...
2008-11-10  Hans Leidekkerinetcomm: Add an implementation of IPOP3Transport:...
2008-11-10  Hans Leidekkerinetcomm: Flesh out the pop3 command parser.
2008-11-04  Hans Leidekkerinetcomm: CreateIMAPTransport, CreatePOP3Transport...
2008-11-04  Hans Leidekkerinetcomm: Advertise support for a couple more interfaces.
2008-11-04  Hans Leidekkerinetcomm: Add an implementation of ISMTPTransport2...
2008-11-04  Hans Leidekkerinetcomm: Add an implementation of IPOP3Transport:...
2008-11-04  Hans Leidekkerinetcomm: Add an implementation of IPOP3Transport:...
2008-10-31  Hans Leidekkerinetcomm: Implement IPOP3Transport::Disconnect.
2008-10-31  Hans Leidekkerinetcomm: Add an implementation of IPOP3Transport:...
2008-10-31  Hans Leidekkerinetcomm: Add an implementation of IPOP3Transport:...
2008-10-31  Hans Leidekkerinetcomm: Add an implementation of IPOP3Transport:...
2008-10-31  Hans Leidekkerinetcomm: Add an implementation of IPOP3Transport:...
2008-10-31  Hans Leidekkerinetcomm: Add an implementation of the pop3 USER and...
2008-10-31  Rob Shearmaninetcomm: Add an implementation of ISMTPTransport2...
2008-10-31  Rob Shearmaninetcomm: Add an implementation of ISMTPTransport2...
2008-10-31  Rob Shearmaninetcomm: Add an implementation of ISMTPTransport2...
2008-10-31  Rob Shearmaninetcomm: Add an implementation of ISMTPTransport2...
2008-10-31  Rob Shearmaninetcomm: Add an implementation of ISMTPTransport2...
2008-10-31  Rob Shearmaninetcomm: Add an implementation of ISMTPTransport2...
2008-10-31  Rob Shearmaninetcomm: Add an implementation of ISMTPTransport2...
2008-10-31  Rob Shearmaninetcomm: Add an implementation of ISMTPTransport2...
2008-10-30  Rob Shearmaninetcomm: Add an implementation of the HELO/EHLO command.
2008-10-30  Hans Leidekkerinetcomm: Add a stub implementation of ISMTPTransport2.
2008-10-30  Hans Leidekkerinetcomm: Add a stub implementation of IPOP3Transport.
2008-10-29  Alistair Leslie... inetcomm: Correct test under w2k8.
2008-10-02  Alexandre Julliardinetcomm: Add missing license header.
2008-09-30  Hans Leidekkerinetcomm: Add a stub implementation of IIMAPTransport.
2008-09-23  Huw Daviesinetcomm: Add wrapper functions MimeOleFindCharset...
2008-09-23  Huw Daviesinetcomm: Implement IMimeBody_IsType(IBT_EMPTY).
2008-09-23  Huw Daviesinetcomm: Content-Disposition can have parameters.
2008-09-22  Huw Daviesinetcomm: Charset name comparison should be case insens...
2008-09-22  Huw Daviesinetcomm: Start of IMimeBody_SetOption.
2008-09-22  Huw Daviesinetcomm: Start of IMimeMessage_SetOption.
2008-09-18  Huw Daviesinetcomm: Make variable static to fix crash on process...
2008-09-17  Huw Daviesinetcomm: Implement MimeOleGetCharsetInfo.
2008-09-17  Huw Daviesinetcomm/tests: Add tests for IMimeInternational_Conver...
2008-09-17  Huw Daviesinetcomm: Implement IMimeInternational_ConvertString.
2008-09-16  Huw Daviesinetcomm/tests: Tests for IMimeInternational_ConvertBuffer.
2008-09-16  Huw Daviesinetcomm: Implement IMimeInternational_ConvertBuffer.
2008-09-12  Alexandre Julliardinetcomm: Avoid a compiler warning.
2008-09-12  Huw Daviesinetcomm: Fix some more idl.
2008-09-11  Huw Daviesinetcomm: Implement IMimeInternational_CanConvertCodePages.
2008-09-11  Huw Daviesinetcomm: Add a missing function and fix some idl.
2008-09-11  Huw Daviesinetcomm/tests: Add a test for IMimeInternational_SetDe...
2008-09-11  Huw Daviesinetcomm: Implement IMimeInternational_SetDefaultCharset.
2008-09-11  Huw Daviesinetcomm/tests: Add test for IMimeInternational_GetDefa...
2008-09-11  Huw Daviesinetcomm: Implement IMimeInternational_GetDefaultCharset.
2008-09-11  Huw Daviesinetcomm/tests: Add tests for IMimeInternational_GetCod...
2008-09-11  Huw Daviesinetcomm: Implement IMimeInternational_GetCodePageCharset.
2008-09-11  Huw Daviesinetcomm/tests: Add tests for IMimeInternational_GetCha...
2008-09-11  Huw Daviesinetcomm: Implement IMimeInternational_GetCharsetInfo.
2008-09-11  Huw Daviesinetcomm/tests: Tests for IMimeInternational_FindCharset.
2008-09-11  Huw Daviesinetcomm: Implement IMimeInternational_FindCharset.
2008-09-11  Huw Daviesinetcomm/tests: Start of IMimeInternational tests.
2008-09-11  Huw Daviesinetcomm: Add a stub MimeInternational object.
2008-07-08  Alexandre Julliardtests: Don't depend on the static uuid libraries in...
2008-06-21  Huw Daviesinetcomm: Fully initialize start and length.
2008-05-05  Andrew Talbotinetcomm: Remove unused variables.
2008-04-30  Alexandre Julliardmakefiles: List the static libraries as normal imports...
2008-04-21  James Hawkinsinetcomm: Fix a test that fails on all systems.
next