wintrust: Use path in WIN_TRUST_SUBJECT_FILE structure rather than assuming a path...
[wine] / dlls / inetcomm /
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.
2008-03-31  Andrew Talbotinetcomm: Void functions should not return a value.
2008-03-24  Andrew Talbotinetcomm: Assign to structs instead of using memcpy.
2008-03-04  Rob Shearmanmakefiles: Simplify the use of the IMPORTLIB variable...
2008-02-29  Rob Shearmaninetcomm: Add default case to sub_stream_Seek to avoid...
2008-02-18  Francois Gougetinetcomm: Fix compilation on systems that don't support...
2008-02-15  Huw Daviesinetcomm: Add IStream_CopyTo to the sub-stream implemen...
2008-02-15  Huw Daviesinetcomm: Improve some TRACEs.
2008-02-13  Huw Daviesinetcomm: Implement IMimeMessage_GetMessageSource.
2008-02-13  Huw Daviesinetcomm: Stub for MimeOleGetCharsetInfo.
2008-02-13  Huw Daviesinetcomm: Stub IMime{Message, Body}_GetCharset to retur...
2008-02-13  Huw Daviesinetcomm: Implement IMimeBody_GetProp for the primary...
2008-02-13  Huw Daviesinetcomm: Implement IMimeMessage_GetAttachments.
2008-02-13  Huw Daviesinetcomm: Implement IMimeMessage_GetTextBody.
2008-02-13  Huw Daviesinetcomm: Forward a few IMimeMessage functions to the...
2008-02-13  Huw Daviesinetcomm: Implement IMimeMessage_Find{First,Next}.
2008-02-13  Huw Daviesinetcomm: Implement IMimeMessage_CountBodies.
2008-02-13  Huw Daviesinetcomm: Implement IMimeMessage_GetBody.
2008-02-13  Huw Daviesinetcomm: Create a body tree for multipart messages.
2008-02-13  Huw Daviesinetcomm: Add a sub-stream implementation.
2008-02-13  Huw Daviesinetcomm: Added missing initialization.
2008-02-12  Huw Daviesinetcomm: Implement IMimeMessage_BindToObject.
2008-02-12  Huw Daviesinetcomm: Create the root body in IMimeMessage_Load.
2008-02-12  Huw Daviesinetcomm: Partial implementation of IMimeBody_GetData.
2008-02-12  Huw Daviesinetcomm: Add the beginnings of IMimeMessage_Load.
2007-12-21  Huw Daviesinetcomm: Implement IMimeBody_GetOffsets.
2007-12-18  Huw Daviesinetcomm: Unquote parameter values.
2007-12-18  Huw Daviesinetcomm: Implement IMimeBody_GetParameters.
2007-12-18  Huw Daviesinetcomm: Fix spelling typo.
2007-12-18  Huw Daviesinetcomm: Add IMimeAllocator implementation.
2007-12-07  Francois Gougetinetcomm/tests: Fix compilation on systems that don...
2007-12-07  Francois Gougetinetcomm: Fix compilation on systems that don't support...
2007-11-27  Huw Daviesinetcomm: Implement IMimeBody:SetData.
2007-11-27  Huw Daviesinetcomm: Implement IMimeBody:[G|S]etCurrentEncoding.
2007-11-27  Huw Daviesinetcomm: Implement IMimeBody:IsContentType.
2007-11-27  Huw Daviesinetcomm: Store a header's parameters as a list.
2007-11-27  Huw Daviesinetcomm: Unfold headers.
2007-11-27  Huw Daviesinetcomm: Parse headers into a list.
2007-11-27  Huw Daviesinetcomm: Copy RFC822 headers into a memory block for...
2007-11-26  Gerald Pfeiferinetcomm: Fix error check in InternetTransport_Connect().
2007-11-15  Huw Daviesinetcomm: Add a test for MimeBody.
2007-11-15  Huw Daviesinetcomm: Add a class factory for MimeBody.
2007-11-15  Huw Daviesinetcomm: Add a stub MimeBody implementation.
2007-11-15  Huw Daviesinetcomm: Register a couple more classes.
2007-11-07  Huw Daviesinetcomm: Add a stub implementation of the MimeSecurity...
2007-11-06  Huw Daviesinetcomm: Add a test for MimeOleCreateVirtualStream.
2007-11-05  Huw Daviesinetcomm: Add two missing member functions.
2007-11-05  Rob Shearmaninetcomm: Add a stub implementation of the IMimeMessage...
2007-11-05  Huw Daviesinetcomm: Add a stub for MimeOleCreateVirtualStream.
2007-11-05  Rob Shearmaninetcomm: Include mimeole.h and fix the type of MimeOle...
2007-11-05  Rob Shearmaninetcomm: Add stubs for MimeOleSetCompatMode and MimeOl...
2007-11-05  Rob Shearmaninetcomm: Call InternetTransport_RegisterClass and...
2007-11-05  Rob Shearmaninetcomm: Use InternetTransport_ChangeStatus in Interne...
2007-11-05  Huw Daviesinetcomm: Add self-registration code.
2007-11-05  Rob Shearmaninetcomm: Add a framework for connecting to a server...
2007-11-02  Rob Shearmaninetcomm: Add stub implementation of inetcomm.dll.