include: Assorted spelling fixes.
[wine] / dlls / dpnet /
2012-03-26  Michael Stefaniucdpnet: Print the debug string and not the pointer to it.
2011-11-04  Alexandre Julliarddpnet/tests: Fix another test failure on Windows.
2011-11-03  Alexandre Julliarddpnet/tests: Fix a test that fails on Windows.
2011-10-21  Frédéric Delanoydpnet/tests: Avoid casting return value of HeapAlloc...
2011-09-26  Marcus Meissnerdpnet: Fixed bad pointer addition (Coverity).
2011-09-26  Louis Lendersdpnet: Fill the DPN_SP_CAPS structure in IDirectPlay8Pe...
2011-09-23  Louis Lendersdpnet: Return a TCP/IP provider in IDirectPlay8PeerImpl...
2011-09-09  Louis Lendersdpnet: Return success in IDirectPlay8PeerImpl_Initialize.
2011-09-08  Louis Lendersdpnet/tests: Add tests for IDirectPlay8Peer_EnumService...
2011-08-29  Louis Lendersdpnet: Add missing IDirectPlay8Peer methods.
2011-08-05  Michael Stefaniucdpnet: COM cleanup for the IDirectPlay8LobbiedApplicati...
2011-08-05  Michael Stefaniucdpnet: COM cleanup for the IDirectPlay8ThreadPool iface.
2011-08-04  Michael Stefaniucdpnet: COM cleanup for the IDirectPlay8Peer iface.
2011-08-03  Michael Stefaniucdpnet: COM cleanup for the IDirectPlay8Client iface.
2011-08-02  Alexandre Julliardwinecrt0: Remove the clsid parameter in __wine_(un...
2011-07-28  Michael Stefaniucdpnet: COM cleanup for the IDirectPlay8Address iface.
2011-05-18  Marcus Meissnerdpnet: Mark internals symbols with hidden visibility.
2010-12-07  Alexandre Julliarddpnet: Convert dll registration to the IRegistrar mecha...
2010-12-05  Michael Stefaniucdpnet: Use an iface instead of a vtbl pointer in IClass...
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-03-16  Alexandre Julliardmakefiles: Remove the no longer needed explicit separat...
2009-01-04  Michael Stefaniucdpnet: Remove superfluous casts.
2009-01-03  Andrew Talbotdpnet: Declare a function static.
2008-12-17  Hans Leidekkerjanitorial: Remove unneeded user32 imports.
2008-12-17  Hans Leidekkerjanitorial: Don't depend on user32 for the self registr...
2008-10-18  Alexandre Julliarddpnet: Convert source files to utf-8.
2008-09-11  Kai Blindpnet: Fix initialisation of This pointer (Coverity).
2008-08-22  Alexander Nicolays... dpnet: Add stubbed DirectPlay8Peer interface.
2008-07-28  Alexander Nicolays... dpnet: Add basic DirectPlay8ThreadPool implementation.
2008-07-22  Alexander Nicolays... dpnet: Register DirectPlay8ThreadPool object.
2008-04-30  Alexandre Julliardmakefiles: List the static libraries as normal imports...
2008-03-04  Rob Shearmanmakefiles: Simplify the use of the IMPORTLIB variable...
2008-02-27  Andrew Talbotdpnet: Assign to structs instead of using memcpy.
2007-09-21  Andrew Talbotdpnet: Indirection level fix.
2007-08-30  Stefan Leichterdpnet: Remove 'recursive registry key delete' function.
2007-08-07  Jason Edmeadesdpnet: Implement directplay lobbied application stubs.
2007-05-03  Andrew Talbotdpnet: Exclude unused headers.
2006-10-09  Michael Stefaniucdpnet: Win64 printf format warning fixes.
2006-09-29  Michael StefaniucAdd a WINE_NO_LONG_INT define to many makefiles to...
2006-09-14  Alexandre Julliardmakefiles: Generate the dependencies line to avoid...
2006-07-10  Alexandre Julliard.gitignore: Added wildcards to ignore generated resourc...
2006-07-10  Alexandre Julliardmake_dlls: Ignore generated import libraries from the...
2006-07-10  Alexandre JulliardTake advantage of the recursive nature of .gitignore...
2006-06-30  Paul VriensUse the return value of register_key_guid.
2006-06-10  Alexandre Julliarddpnet: Make the virtual table functions static where...
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...
2005-11-26  Alexandre JulliardRenamed all .cvsignore files to .gitignore.
2005-11-10  Francois GougetRemove spaces before '\n' in traces.
2005-09-29  Alexandre JulliardWe are no longer generating .dbg.c files.
2005-08-08  Alexandre JulliardDon't prefix the functions DllCanUnloadNow, DllGetClass...
2005-07-12  Mike McCormackInterlocked LONG* gcc warning fixes.
2005-06-01  Dmitry TimoshkovMake more of the OLE interface vtables const.
2005-05-09  Alexandre JulliardAdded rules for building import libraries in the indivi...
2005-05-07  Alexandre JulliardAdded rules to build import libraries in the individual...
2005-01-14  James Hawkins- Use Interlocked* instead of ++/-- in AddRef/Release.
2004-11-30  Eric PouechConst correctness fixes.
2004-11-23  Tom WicklineVersion resources cleanup.
2004-09-28  Huw DaviesFix a reference leak on failure (spotted by Rob Shearman).
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-08-12  Alexandre JulliardGet rid of the non-standard ICOM_VFIELD macro.
2004-05-14  Ivan Leo Murray... Updated the version info of all DirectX dlls to the...
2004-04-08  Raphael Junqueira- add traces to client.c and address.c stub functions
2004-04-07  Raphael JunqueiraAdded simple dpnet.dll implementation.