server: Use a standard async I/O event to signal directory changes.
[wine] / dlls / ntdll / directory.c
2007-03-21  Alexandre Julliardserver: Use a standard async I/O event to signal direct...
2007-03-20  Alexandre Julliardserver: Add an async_data_t structure to store paramete...
2007-03-17  Alexandre Julliardntdll: Remove unnecessary pointers in fstab parsing...
2007-01-02  Reinhard Karcherntdll: Fix NtQueryDirectoryFile handling of short names...
2006-12-01  Alexandre Julliardntdll: Always return . and .. as the first two entries...
2006-11-20  Alexandre Julliardntdll: Store the fd type in the cache and return it...
2006-11-13  Alexandre Julliardntdll: Added support for reading directories using...
2006-11-03  Alexandre Julliardntdll: Added a server_get_unix_fd function that avoids...
2006-10-18  Hans Leidekkerntdll: Win64 printf format warning fixes.
2006-10-17  Eric Pouechntdll: Plug a memory leak.
2006-10-14  Alexandre Julliardntdll: More workarounds for more kernel bugs in VFAT...
2006-10-03  Alexandre Julliardntdll: Implement FSCTL_DISMOUNT_VOLUME for MacOSX.
2006-08-07  Alexandre Julliardntdll: Fixed buffer overflow in NtQueryDirectoryFile...
2006-08-07  Tijl Coosemansntdll: Add FreeBSD default serial port device.
2006-08-04  Robert Shearmanntdll: Add an optimisation for NtQueryDirectoryFile...
2006-07-19  Alexandre Julliardntdll: Null-terminate strings returned by VFAT_IOCTL_RE...
2006-06-19  Jeremy Whitentdll: On Solaris, limits.h is required for PATH_MAX.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-03-24  Mike McCormackntdll: Recursive notify is implemented.
2006-02-21  Mike McCormackserver: Track created and removed directories in the...
2006-02-07  Mike McCormackkernel32: ReadDirectoryChangesW fixes.
2006-02-06  Mike McCormackserver: Fill in NtNotifyChangeDirectoryFile's buffer...
2006-02-05  Robert MillanEnable for GNU/kFreeBSD the same kernel-specific interf...
2006-01-27  Mike McCormackserver: Fix the file notification interface to use...
2006-01-16  Mike McCormackntdll: Add a stub implementation of NtNotifyChangeDirec...
2005-12-12  Alexandre JulliardPass specific access rights to wine_server_handle_to_fd.
2005-12-12  Alexandre Julliardserver: Support for opening devices.
2005-11-28  Ge van GeldorpMatch PSDK STATUS_* definitions.
2005-10-28  Alexandre JulliardAdded an implementation of the FSCTL_DISMOUNT_VOLUME...
2005-10-27  Alexandre JulliardMake show_dir_symlinks the default and get rid of the...
2005-10-13  Alexandre JulliardIn parse_mount_entries return the loop device instead...
2005-09-12  Alexandre JulliardFixed a number of pointer to integer conversions that...
2005-09-09  Alexandre JulliardUse a more portable scheme for storing the name of...
2005-08-11  Alexandre JulliardAdded a wine_unix_to_nt_file_name function to do proper...
2005-06-25  Mike McCormackUse RTL_CRITICAL_SECTION instead of CRITICAL_SECTION.
2005-06-21  Mike McCormackDon't include winbase.h or winerror.h when not necessary.
2005-06-17  Alexandre JulliardMoved directory options to HKCU\Software\Wine.
2005-06-17  Mike McCormackUse HANDLE instead of HKEY in the NT API.
2005-06-13  Alexandre JulliardAdded magic comments to all Wine-specific registry...
2005-05-31  Detlef RiekenbergMark links to dir with FILE_ATTRIBUTE_REPARSE_POINT...
2005-05-30  Francois GougetOn some systems (linux 2.6.8) AFS fails to set d_reclen...
2005-05-20  Gerald PfeiferAvoid compiler warning in parse_mount_entries().
2005-05-19  Juan LangImplement get_default_drive_device for FreeBSD.
2005-05-14  Robert LunnonImplement get_default_drive_device for Solaris.
2005-05-06  Francois GougetFix nativeapi.pm so it knows about AC_HEADER_STAT().
2005-03-16  Ulrich CzekallaDon't mark a file as readonly if it has any write bit...
2005-02-09  Alexandre JulliardConsider any character above 0x7f to be invalid in...
2004-12-09  Alexandre JulliardFixed read_directory_getdents for large directories...
2004-12-08  Gerald PfeiferAvoid a warning on FreeBSD.
2004-12-06  Alexandre JulliardUse a direct getdents syscall on Linux to avoid relying on
2004-09-13  Alexandre JulliardDon't try to stat network mounts in parse_mount_entries...
2004-08-18  Alexandre JulliardFd type is no longer used, get rid of it.
2004-08-13  Hans LeidekkerFix signed/unsigned comparison warnings.
2004-07-07  Emmanuel MaillardAdded Darwin support in get_default_drive_device.
2004-05-24  Dmitry TimoshkovCygwin's mntent.h requires stdio.h to be included first.
2004-05-17  Alexandre JulliardAdded support for mapping UNC filenames to the dosdevic...
2004-04-29  Alexandre JulliardAdded auto-detection of DOS drive devices based on...
2004-04-29  Alexandre JulliardUse symlinks in dosdevices/ for the drive devices too.
2004-04-27  Alexandre JulliardPass the creation disposition to wine_nt_to_unix_file_n...
2004-04-23  Alexandre JulliardMoved support for opening DOS device files to ntdll.
2004-04-23  Alexandre JulliardMake DIR_nt_to_unix return STATUS_NO_SUCH_FILE instead of
2004-04-21  Alexandre JulliardProperly set IO_STATUS_BLOCK.Information in NtCreateFile.
2004-04-20  Alexandre JulliardReimplemented GetFileAttributesW, SetFileAttributesW...
2004-04-16  Alexandre JulliardFixed a number of NT status values to be closer to...
2004-04-14  Alexandre JulliardMoved wine_get_unix_file_name implementation to ntdll...
2004-04-14  Alexandre JulliardAdded support for restarting directory scans on platfor...
2004-04-12  Alexandre JulliardImplemented NtCreatelFile using the new symlink scheme.
2004-03-16  Alexandre JulliardO_DIRECTORY is not really needed.
2004-03-16  Alexandre JulliardImplemented NtQueryDirectoryFile (partly based on a...