netstat: Initial implementation.
[wine] / dlls / shell32 / shlexec.c
2012-10-18  Francois Gougetshell32: Standardize on the ShellExecuteEx() terminology.
2012-10-15  Marcus Meissnershell32: Avoid memory leaking buf (Coverity).
2012-10-10  Francois Gougetshell32: Fix ShellExecute()'s handling of file URLs.
2012-10-09  Francois Gougetshell32: Don't expand environment variables in ShellExe...
2012-09-24  Francois GougetAssorted spelling fixes.
2012-09-03  Marcus Meissnershell32: Use characters not bytes in one place (Coverity).
2012-07-12  Erich Hoovershell32: Fix FindExecutable search path when a default...
2011-10-19  Andrew Eikumshell32: ShellExec with empty operation should behave...
2011-10-17  Juan Langshell32: Use existing buffer rather than copying, and...
2011-10-17  Juan Langshell32: Check size of input parameters before copying...
2011-07-20  Vincent Povirkshell32: Dynamically allocate argify buffer if the...
2011-07-20  Vincent Povirkshell32: Include NULL terminators in the lengths used...
2010-03-29  Mikhail Maroukhineshell32: Fix compiler warnings with flag -Wcast-qual.
2010-03-25  Ilya Basinshell32: Enable dde for SEE_MASK_CLASSALL.
2010-01-14  Paul Vriensshell32: Remove some unneeded parameter setting.
2009-10-14  Stefan Dösingershell32: Make some functions hookable.
2009-05-15  Francois Gougetshell32: Make AboutDlgProc() and SHELL_execute() static.
2009-04-01  Alexandre Julliardshell32: Make shell.dll into a stand-alone 16-bit module.
2009-04-01  Alexandre Julliardshell32: Add implementation of WOWShellExecute.
2009-02-26  Vincent Povirkshell32: Add a message for opening files with no associ...
2009-02-02  Marcus Meissnershell32: Fixed potential buffer overwrite in execute_fr...
2008-12-19  Vincent Povirkshell32: Display error messages in ShellExecuteEx.
2008-12-19  Vincent Povirkshell32: Use the NO_UI flag in ShellExecute.
2008-12-09  Paul Chitescushell32.dll: Return SE_ERR_FNF if file not found before...
2008-12-03  Alexandre Julliardshell32: Make some functions static.
2008-11-12  Andrew Talbotshell32: Sign-compare warnings fix.
2008-10-13  Marcus MeissnerFixed RegEnumKey(Ex)W buffer sizes.
2008-08-18  Rob Shearmanshell32: Don't assign a result from a function that...
2008-08-18  Lei Zhangshell32: Handle directories in ShellExecute.
2008-04-23  Tomasz Jezierskishell32: Secure filename copy to fixed size variable...
2008-03-18  Andrew Talbotshell32: Assign to structs instead of using memcpy.
2008-03-01  James Hawkinsjanitorial: Remove links to any microsoft site.
2008-02-25  Rob Shearmanshell32: Fix the character count passed to SearchPathW...
2008-01-16  Francois GougetAssorted spelling fixes.
2007-12-05  Vitaly Lipatovshell32: Use sizeof instead of constant for buffer...
2007-11-19  Juan Langshell32: Remove a bad comment.
2007-11-19  Juan Langshell32: Dynamically allocate memory for executing...
2007-11-19  Juan Langshell32: Use helper function to execute a URL.
2007-11-19  Juan Langshell32: Dynamically allocate buffer for command.
2007-11-19  Juan Langshell32: Constify some parameters.
2007-11-19  Juan Langshell32: Don't overwrite the caller's buffer when doing...
2007-11-19  Juan Langshell32: Dynamically allocate buffer for quoted command.
2007-11-19  Juan Langshell32: Use a helper function for executing a found...
2007-11-19  Juan Langshell32: Dynamically allocate directory buffer.
2007-11-19  Juan Langshell32: Use helper function to translate ID list.
2007-11-19  Juan Langshell32: Use a helper function for executing a class.
2007-11-19  Juan Langshell32: Dynamically allocate buffer for command parame...
2007-11-13  Alexandre Julliardshell32: Pass some of the ShellExecute flags through...
2007-10-31  Andrew Talbotshell32: Constify some variables.
2007-08-31  Rob Shearmanshell32: Don't use the working directory passed into...
2007-07-16  Kirill K. Smirnovshell32: Add support for SEE_MASK_NO_CONSOLE flag.
2007-06-18  Misha Koshelevshell32: Conform to native in SHELL_ArgifyW for unquote...
2007-05-30  Misha Koshelevshell32: Handle default DDE application names.
2007-05-30  Misha Koshelevshell32: Fix execute_from_key to conform to native...
2007-05-25  Dmitry Timoshkovwine: Switch to using 'long' for INT_PTR type for 64...
2007-05-17  Marcus Meissnershell32: Avoid potential 1 byte overflow.
2007-04-19  Hans Leidekkershell32: Add a stub implementation for OpenAs_RunDLL.
2007-04-18  Ken Thomasesshell32: Don't break file path at spaces in ShellExecut...
2007-02-07  Andrew Talbotshell32: Declare some functions static.
2007-02-06  Andrew Talbotshell32: Remove unused function.
2007-01-18  Francois Gougetshell32: There is no need to check strings for NULL...
2006-12-14  Francois Gougetshell32: Replace numeric literals with the proper constant.
2006-12-14  Francois Gougetshell32: Fix FindExecutableW() to not check if lpResult...
2006-12-14  Francois Gougetshell32: Add some documentation for FindExecutableW().
2006-12-14  Francois Gougetshell32: Fix FindExecutable() to return the executable...
2006-12-04  James Hawkinsshell32: Move a NULL pointer check before the place...
2006-11-24  Francois Gougetshell32: Remove unused parameters from SHELL_FindExecut...
2006-11-08  Francois Gougetshell32: Add missing '\n' to Wine trace.
2006-11-06  Aric Stewartshell32: Have SHELL_ArgifyW respect the length of the...
2006-11-06  Aric Stewartshell32: Create dynamic buffers for expanded enviroment...
2006-10-09  Hans Leidekkershell32: Win64 printf format warning fixes.
2006-10-07  James Hawkinsjanitorial: Remove redundant NULL checks before SHFree.
2006-10-02  Andrew Talbotshell32: Cast-qual warnings fix.
2006-06-26  Francois Gougetshell32: Fix computation of default verb.
2006-06-16  Francois Gougetshell32: Remove dead code in SHELL_FindExecutable().
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-04-14  Jacek Cabanshell32: Don't crash in SHELL_ExecuteW if psei->lpDirec...
2006-04-12  Jacek Cabanshell32: Allocate wszApplicationName on the heap as...
2006-03-14  Dmitry Timoshkovshell32: Add parameter formatting rule to the command...
2006-02-22  Eric Pouechshell32: Fixes for bugs found by valgrind on shell32...
2006-02-01  Dmitry Timoshkovshell32: execute_from_key should fallback to a DDE...
2006-01-12  Ge van Geldorpshell32: Fix directory execution.
2005-11-30  Martin FuchsFix context menu handling for more than one entry in...
2005-11-28  Ge van GeldorpOther code in shlexec.c (e.g. the extension handling...
2005-11-11  Dmitry TimoshkovUnconditionally fall back to ANSI DDE APIs in ShellExec...
2005-11-03  Mike McCormackInvoke shortcuts through IContextMenu, rather than...
2005-10-18  Dmitry TimoshkovUse appropriate DDE APIs (ANSI or unicode) for ShellExe...
2005-10-03  Martin FuchsSimplify 'sei' structure initialization in ShellExecuteA/W.
2005-09-12  Ge van GeldorpFix execution of Control Panel items.
2005-09-08  Dmitry TimoshkovPass a locally modified version of SHELLEXECUTEINFO to
2005-09-02  Kevin KoltzauFix warnings in 64bit.
2005-08-17  Francois GougetFix ShellExecute("\"foo.doc\"") for Internet Explorer 6.
2005-08-11  Francois GougetFix the return value of SHELL_Argify() so it once again...
2005-08-11  Francois GougetFix handling of SEE_MASK_CLASSNAME and SEE_MASK_CLASSKE...
2005-07-11  Francois GougetAssorted spelling fixes.
2005-06-14  Michael JungUse SHGetPathFromIDList instead of SHELL32_GetPathFromI...
2005-05-14  Juan Lang- only log unsupported flags in ShellExecute
2005-04-18  Peter Berg LarsenReplace strncpy with memcpy or lstrcpyn.
2005-03-23  Francois GougetAssorted spelling fixes.
2005-03-17  Aric StewartFor ShellExecuteExA we need to copy out the hProcess...
next