netstat: Initial implementation.
[wine] / dlls / shell32 / shfldr_unixfs.c
2012-07-30  Nikolay Sivovshell32: Use proper macros when calling COM methods.
2012-06-04  Francois GougetAssorted spelling fixes.
2012-05-15  Francois GougetAssorted typo, spelling, wording and case fixes.
2012-01-12  Nikolay Sivovshell32: Unix folder COM cleanup.
2012-01-11  Nikolay Sivovshell32: Avoid casts when creating item menu.
2012-01-10  Nikolay Sivovshell32: Merge ShellView menu implementations into...
2011-11-23  Frédéric Delanoyshell32: Avoid hardcoding array lengths.
2011-10-24  André Hentschelshell32: Use MAX_PATH for a DOS path.
2011-10-20  Michael Mc Donnellshell32: Set pointer to NULL after free to avoid double...
2011-07-29  Octavian Voicushell32: Disable WOW64 redirection when converting...
2011-01-17  Nikolay Sivovshell32: Fix a cloned PIDL leak (Valgrind).
2011-01-13  Piotr Cabanshell32: Don't check if files are of the same type...
2011-01-13  Piotr Cabanshell32: Try to get file status from FileSystemBindData...
2010-11-18  Andrew Eikumshell32: Fix an off-by-one error that causes an infinit...
2010-11-12  Andrew Eikumshell32: Don't fail if the path doesn't exist in Unix...
2010-11-10  Piotr Cabanshell32: Improved IShellFolder_GetUIObjectOf implementa...
2010-11-08  David Hedbergshell32: Don't allow binding to files in any ShellFolde...
2010-11-08  David Hedbergshell32: Remove reliance on the ability to bind to...
2010-11-08  David Hedbergshell32: Remove reliance on the ability to bind to...
2010-08-02  David Hedbergshell32: Replace some checks with calls to _ILIsEmpty().
2010-07-22  David Hedbergshell32: Change a fixme to a trace in shfldr_unixfs.c.
2010-07-22  Andrew Eikumshell32: IShellFolder::ParseDisplayName should work...
2010-06-29  Andrew Eikumshell32: Pass the file extension to ParseDisplayName...
2010-06-01  David Hedbergshell32: Fix possible memory leak in CreateUnixFolder.
2010-04-19  Nikolay Sivovshell32: Use shared code to return column details from...
2010-03-05  Huw Daviesshell32: Improve a TRACE and issue a FIXME if the inter...
2009-11-19  Marcus Meissnershell32: Remove useless NULL check (Coverity).
2009-02-24  Vincent Povirkshell32: Implement UnixFolder_IShellFolder2_GetDefaultC...
2009-02-19  Michael Stefaniucshell32: Remove superfluous pointer casts.
2008-12-09  Alexandre Julliardshell32: Disable the Unix folder for the Windows build.
2008-12-09  Alexandre Julliardconfigure: Add a check for the grp.h header.
2008-11-12  Andrew Talbotshell32: Sign-compare warnings fix.
2008-11-06  Michael Stefaniucshell32: Remove superfluous casts; mostly of void pointers.
2008-10-20  Francois Gougetdirent.h is a conditional include now.
2008-10-13  Aric Stewartshell32: Refine UNIXFS_path_to_pidl to return more...
2008-10-08  Michael Stefaniucshell32: Use FAILED instead of !SUCCEEDED.
2008-06-19  Jon Griffithsinclude: Provide wide char definitions for CFSTR_*.
2008-03-18  Andrew Talbotshell32: Assign to structs instead of using memcpy.
2008-02-04  Alexandre Julliardshell32: Fix permissions of newly-created directories.
2008-01-21  Andrew Talbotshell32: Remove unneeded casts.
2008-01-16  Francois GougetAssorted spelling fixes.
2007-12-18  Francois GougetAssorted spelling fixes.
2007-12-06  Alexander Nicolays... shell32: Localize 'new folder' string.
2007-11-21  Lei Zhangshell32: Perform copy in UnixFolder_ISFHelper_CopyItems.
2007-11-19  Michael Stefaniucdlls: Remove duplicate includes.
2007-10-30  Andrew Talbotshell32: Constify some variables.
2007-10-18  Alexandre Julliardshell32: Use wine_get_dos_file_name instead of duplicat...
2007-02-12  Mikołaj Zalewskishell32: Allow overwriting files in SHFileOperation...
2006-10-09  Hans Leidekkershell32: Win64 printf format warning fixes.
2006-07-31  Mikołaj Zalewskishell32: Call the trashing code from SHFileOperationW.
2006-07-07  Mikołaj Zalewskishell32: Show a confirmation before deleting files...
2006-07-07  Mikołaj Zalewskishell32: If possible use SHFileOperationW to delete...
2006-06-09  Alexandre Julliardshell32: Use the standard DEFINE_GUID macro to define...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-03-06  Michael Jungshell32: Unicode'ify ISFHelper interface.
2006-02-22  Eric Pouechshell32: Fixes for bugs found by valgrind on shell32...
2006-02-02  Michael Jungunixfs: Use realpath instead of canonicalize_file_name...
2006-01-31  Michael Jungunixfs: Only append '/' to base path if not already...
2006-01-31  Michael Jungunixfs: Only resolve the 'dosdevices' based symbol...
2006-01-17  Michael Jungshell32: Support for CLSID_ShellFSFolder in unixfs.
2006-01-16  Michael Jungunixfs: Fix SetNameOf.
2006-01-14  Michael Jungunixfs: Fix ParseDisplayName.
2006-01-10  Troy Rolloshell32: Fix bug in renaming files in the file dialogs...
2006-01-03  Michael Jungshell32/unixfs: Added unicode support in folder and...
2005-11-28  Michael JungEnhanced UnixFolder's IDropTarget implementation.
2005-11-28  Michael JungInitial stubbed implementation of UnixFolder's IDropTar...
2005-11-23  Michael JungUse the ANSI codepage in IShellFolder::GetDisplayNameOf.
2005-11-05  Michael Jung- Move target folder initialization to a dedicated...
2005-11-03  Michael JungReplaced tabs with spaces.
2005-11-03  Alexandre JulliardAuthors: Vitaliy Margolen <wine-patch@kievinfo.com...
2005-11-02  Michael JungAdded some comments to document unixfs.
2005-11-01  Michael JungFixed crash in unixfs shellfolder handling with winamp.
2005-10-27  Michael JungImplemented UnixFolder's IPersistPropertyBag::Load...
2005-09-07  Michael JungPass correct pointer to SHFree in case of failure in
2005-09-02  Dmitry TimoshkovTranslate file name from unix to ANSI encoding in
2005-08-30  Michael JungUse FIXME's in stubs instead of TRACE's.
2005-08-29  Michael JungUse StringFromGUID2 instead of StringFromCLSID in
2005-08-26  Michael JungImplemented 'My Documents' folder.
2005-08-22  Michael JungInitialize all members in UnixFolder constructor.
2005-08-19  Michael JungAdded stubbed implementation of IPersistPropertyBag...
2005-08-19  Michael JungImplemented IPersist::GetClassID.
2005-08-12  Michael JungUse wine_get_dos_file_name instead of GetFullPathName.
2005-08-03  Alexandre JulliardRemoved the broken mmap64 configure check, and moved the
2005-07-21  Troy RolloReturn attributes for the correct file in the unixfs...
2005-07-20  Michael JungInitial support for the IPersistFolder3 interface.
2005-07-19  Troy RolloWhen using PATHMODE_UNIX, all files are in the file...
2005-07-18  Michael JungUse CP_UNIXCP instead of CP_ACP when converting paths...
2005-07-18  Michael JungAppend filename extension if necessary in IShellFolder...
2005-07-15  Michael JungAdd file type column in detailed shell view.
2005-07-15  Michael JungDo filename postprocessing in GetDisplayNameOf (Hide...
2005-07-12  Michael JungDon't cache child pidls in UnixFolder, but create them...
2005-07-11  Michael JungDon't use unix filesystem specific attributes in UnixFo...
2005-07-08  Michael JungPartially implemented UnixFolder's ISFHelper::CopyItems...
2005-07-08  Michael JungReturn correct HRESULT code in UnixFolder's IEnumIDList...
2005-07-06  Michael JungImplemented UnixFolder's ISFHelper::DeleteItems interface.
2005-07-06  Alexandre JulliardAuthors: Michael Lin <mlin@corvu.com.au>, Michael Jung...
2005-07-05  Alexandre JulliardAuthors: Michael Lin <mlin@corvu.com.au>, Michael Jung...
2005-07-05  Alexandre JulliardAuthors: Michael Lin <mlin@corvu.com.au>, Michael Jung...
2005-07-05  Michael JungReturn correct attributes in ParseDisplayName.
2005-07-03  Mike McCormack-Wpointer-sign fixes.
next