widl: Print large enum constants in hex.
[wine] / dlls / ntdll / directory.c
2012-10-12  Vincas Miliūnaskernel32: Added implementation of FileIdBothDirectoryIn...
2012-08-22  André Hentschelntdll: Catch bad pointers in RtlWow64EnableFsRedirectionEx.
2012-06-04  André Hentschelntdll: Add a helper function that returns the record...
2012-06-04  André Hentschelntdll: Change default COM device for FreeBSD 8.0.
2012-06-04  André Hentschelntdll: Add default COM device for DragonFly BSD.
2012-06-04  André Hentschelntdll: Enhance FreeBSD checks to also check for DragonF...
2011-11-02  Grazvydas Ignotasntdll: Fix restart size calculation.
2011-10-20  Marcus Meissnerntdll: Avoid shadowing "de" variable.
2011-08-31  Marcus Meissnerntdll: Handle errno also for non ENOENT errors on lseek...
2011-08-24  Grazvydas Ignotasntdll: Use swapping method to return . and .. as first...
2011-06-16  Alexandre Julliardntdll: Fetch the windows directory from the shared...
2011-03-31  Bart Van Asschentdll: Avoid examining uninitialized data.
2011-02-01  Andrew Nguyenntdll: Fix one-time warning message output.
2011-01-28  Charles Davisntdll: Check for case-insensitive volumes.
2011-01-19  Piotr Cabanserver: Return multiple events in read_changes.
2010-12-27  Alexandre Julliardntdll: Use the getdents64 system call on all Linux...
2010-12-23  Alexandre Julliardntdll: Use the syscall function instead of inline assembly.
2010-03-15  Gerald Pfeiferntdll: Avoid compiler warning in the default case in...
2010-01-08  Alexandre Julliardntdll: Don't require read access to the root directory...
2009-12-29  Gerald Pfeiferntdll: Avoid one warning around assert(0).
2009-12-28  Gerald Pfeiferntdll: Use #ifdef instead of #if to check for _DARWIN_F...
2009-12-09  Alexandre Julliardntdll: Search the whole filesystem under the starting...
2009-12-03  Alexandre Julliardntdll: Add support for the FILE_OPEN_BY_FILE_ID flag...
2009-12-03  Alexandre Julliardntdll: Don't report a file id for directory entries...
2009-12-03  Alexandre Julliardntdll: Fix test failure on recent Windows versions.
2009-12-01  Alexandre Julliardntdll: Add support for converting file names to Unix...
2009-12-01  Alexandre Julliardntdll: Move the directory lookup part of wine_nt_to_uni...
2009-12-01  Maarten Lankhorstntdll: Silence a common warning.
2009-11-18  Alexandre Julliardntdll: Add support for the different info classes in...
2009-11-18  Alexandre Julliardntdll: Make the various directory info size functions...
2009-11-18  Alexandre Julliardntdll: Pass the NtQueryDirectoryFile info class down...
2009-11-18  Alexandre Julliardntdll: Define a generic file information structure...
2009-11-18  Alexandre Julliardntdll: Pass the full I/O status block to append_entry...
2009-11-18  Alexandre Julliardntdll: Use the common fill_stat_info function from...
2009-10-28  Alexandre Julliardntdll: The meaning of the flag is inverted between...
2009-10-22  Alexandre Julliardntdll: Add Windows directory redirections for Wow64.
2009-10-22  Alexandre Julliardntdll: Abstract the support for comparing file identities.
2009-10-22  Alexandre Julliardntdll: Move the window and system dir variables to...
2009-09-10  Alexandre Julliardntdll: Fix a file descriptor leak.
2009-08-03  Ken Thomasesntdll: For Darwin/Mac OS X, use legacy getdirentries...
2009-07-06  Alexandre Julliardntdll: Add management of the Wow64 filesystem redirecti...
2009-03-23  Michael Stefaniucntdll: Remove superfluous pointer casts.
2008-12-30  Alexandre Julliardserver: Make the various async I/O parameters client_pt...
2008-12-30  Alexandre Julliardserver: Specify the user APC to call only once the...
2008-12-26  Alexandre Julliardserver: Store the async handle inside the async_data_t...
2008-12-17  Maarten Lankhorstntdll: Make all exported wine functions CDECL.
2008-12-15  Alexandre Julliardserver: Make async I/O transfer sizes always 32-bit.
2008-12-08  Alexandre Julliardserver: Add functions for conversions between server...
2008-11-20  A C Hurstntdll: wine_nt_to_unix_file_name() parse string to...
2008-10-31  Lei Zhangntdll: Skip deleted files in read_directory_getdents.
2008-10-28  Alexandre Julliardntdll: Ignore some system directories in NtQueryDirecto...
2008-10-20  Francois Gougetdirent.h is a conditional include now.
2008-06-30  Alexandre Julliardntdll: Don't bother to check the file name against...
2008-04-09  Austin EnglishSpelling fixes.
2008-03-01  Alexandre JulliardGet rid of the global thread.h header.
2007-11-15  Andrey Turkinserver: Pass Information field from async I/O APCs.
2007-11-15  Andrey Turkinntdll: Make async i/o functions generate completion...
2007-11-15  Andrey Turkinserver: Allow async i/o operations to send completion...
2007-10-18  Alexandre Julliardntdll: Cache the DOS drives stat info for up to one...
2007-10-10  Ken Thomasesntdll: Work around a bug in Mac OS X's getdirentries().
2007-06-29  Alexandre Julliardntdll: Don't print traces from async I/O callbacks.
2007-06-26  Andrew Talbotntdll: Constify some variables.
2007-06-04  Alexandre Julliardserver: Remove the extra apc_arg parameter now that...
2007-06-04  Alexandre Julliardntdll: Queue an intermediate user APC routine to free...
2007-05-04  Peter Oberndorferntdll: Call NtQueryAttributesFile in RtlDoesFileExists_U.
2007-04-16  Alexandre Julliardserver: Move the server part of device unmounting to...
2007-04-10  Alexandre Julliardserver: Add support for restarting an async I/O when...
2007-04-04  Alexandre Julliardserver: Use the standard file descriptor signal mechani...
2007-03-29  Alexandre Julliardntdll: Ignore failure to open current directory, it...
2007-03-27  Alexandre Julliardserver: Add support for queuing a user APC upon async...
2007-03-22  Alexandre Julliardntdll: Better support for NT path names in wine_nt_to_u...
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...
next