netstat: Initial implementation.
[wine] / dlls / shell32 / debughlp.c
2012-12-21  Andrew Talbotshell32: Indentation fix.
2010-03-29  Mikhail Maroukhineshell32: Fix compiler warnings with flag -Wcast-qual.
2010-03-22  Nikolay Sivovshell32: Some debug tracing improvements.
2009-05-21  Alexandre Julliardshell32: Remove unnecessary linefeeds in traces.
2009-02-19  Michael Stefaniucshell32: Remove superfluous pointer casts.
2008-07-16  Andrew Talbotshell32: Remove unneeded address-of operators from...
2007-05-21  Andrew Talbotshell32: Exclude unused headers.
2007-04-11  Aric Stewartshell32: Update the debug functions to handle Unicode...
2006-10-16  Michael StefaniucThe Data1 member of the GUID struct needs to be an...
2006-10-09  Hans Leidekkershell32: Win64 printf format warning fixes.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-01-12  Martin Fuchsshell32: MSVC compatibility fix in dump_pidl_hex().
2005-09-08  Dmitry Timoshkov- Stop using a not initialized variable szTemp in
2005-08-09  Alexandre JulliardUse ERR instead of DPRINTF in dump_pidl_hex.
2005-06-07  Mike McCormackWarning fixes for -Wmissing-declarations and -Wwrite...
2005-04-18  Peter Berg LarsenReplace strncpy with memcpy or lstrcpyn.
2005-04-13  Huw DaviesAdd a unicode pidl type.
2005-03-31  Mike McCormackFix up PIDL dumping code.
2005-03-17  Mike McCormackFix a regression in the file open dialog.
2005-03-16  Filip Navara_dbg_ILGetNext returns NULL if pidl->mkid.cb is zero...
2004-11-30  Eric PouechConst correctness fixes.
2004-10-26  Juan LangFix CSIDL_CONTROLS and CSIDL_PRINTERS PIDL types, and...
2004-08-09  Marcus MeissnerMarked some functions in debughlp as static.
2004-04-19  Maxime BellengéAdd the IAutoComplete and IAutoComplete2 implementation...
2004-04-14  Juan LangCorrect some PIDL types and eliminate some magic number...
2004-04-06  Juan Lang- rename PT_SPECIAL to PT_SHELLEXT
2004-04-06  Juan LangRename PT_MYCOMP to PT_GUID, and the corresponding...
2004-01-18  Martin Fuchs- declare PT_RAS_FOLDER for the "RAS Connections" folder
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-09-02  Martin FuchsDeclare LPCITEMIDLIST as 'const' pointer and adjust...
2003-05-19  Robert ShearmanAdd a PIDL type For Network Provider.
2002-12-16  Rolf KalbermatterAdd debug info for IExtractIconW.
2002-12-13  Rolf KalbermatterAdded Unicode versions of the HCR_ internal functions.
2002-07-24  Juergen Schmied- Cleaned up the implementation of shell folders and...
2002-07-02  Juergen Schmied- changed STRRET definition
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-09  Juergen SchmiedMoving the pidl debug functions to a separate file...