Implement CreateMailslot using NtCreateMailslotFile.
[wine] / dlls / ntdll / file.c
2005-03-28  Mike McCormackImplement CreateMailslot using NtCreateMailslotFile.
2005-03-23  Francois GougetAssorted spelling fixes.
2005-03-21  Ivan Leo PuotiImprove parameter checking in NtCreateFile.
2005-03-16  Ulrich CzekallaDon't mark a file as readonly if it has any write bit...
2005-03-02  Alexandre JulliardAvoid spaces before preprocessor directives, that's...
2005-01-14  Eric Pouech- got rid of include/async.h
2005-01-06  Rein KlazesOn Linux, use fstatfs instead of fstatvfs. It is too...
2005-01-03  Eric PouechFixed some regressions from the previous change.
2004-11-28  Dmitry TimoshkovAdd a test for ReadFile/WriteFile fault handling, make...
2004-11-21  Eric PouechMoved kernel32.DeleteFileW core implementation to ntdll...
2004-11-09  HamishFix for async writes to comm ports.
2004-10-07  Alexandre JulliardAdded a fallback implementation of futimes.
2004-09-14  Francois GougetAssorted spelling fixes.
2004-08-27  Mike McCormackAdded stub implementations for NtDeleteFile and NtCance...
2004-08-19  Robert ShearmanHandle ECONNRESET in FILE_GetNtStatus.
2004-08-19  Robert Shearman- Errors should only be reported to I/O completion...
2004-08-19  Emmanuel Maillard- Update build system to support IOKit and CoreFoundati...
2004-08-18  Rein KlazesDo not make a directory read-only.
2004-08-18  Alexandre JulliardFd type is no longer used, get rid of it.
2004-08-17  Eric Pouech- better support for non-blocking COMM and socket read...
2004-08-16  Mike McCormackStub implementation and declaration for NtCreateNamedPi...
2004-06-17  Alexandre JulliardDon't use lseek when truncating a file to avoid corrupt...
2004-05-14  Alexandre JulliardRemoved the no longer used SMB file I/O support, we...
2004-05-01  Alexandre JulliardReimplemented GetFileType and SetEndOfFile using ntdll...
2004-04-30  Alexandre JulliardAdded a few more info classes in NtQueryInformationFile.
2004-04-30  Alexandre JulliardMoved support for opening named pipes to ntdll.
2004-04-29  Alexandre JulliardAdded auto-detection of DOS drive devices based on...
2004-04-27  Alexandre JulliardPass the creation disposition to wine_nt_to_unix_file_n...
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 GetFileAttributesExW and GetCompressedFil...
2004-04-20  Alexandre JulliardReimplemented GetFileAttributesW, SetFileAttributesW...
2004-04-16  Alexandre JulliardFixed a number of NT status values to be closer to...
2004-04-12  Alexandre JulliardImplemented NtCreatelFile using the new symlink scheme.
2004-04-08  Alexandre JulliardReplace the get_file_info request by an fstat() on...
2004-04-07  Alexandre JulliardHandle the set_file_pointer request on the client side.
2004-04-07  Alexandre JulliardBetter support for device handles in NtQueryVolumeInfor...
2004-04-06  Alexandre JulliardHandle file mappings on removable media entirely inside...
2004-04-06  Alexandre JulliardPartial implementation of NtQueryVolumeInformationFile.
2004-03-16  Alexandre JulliardImplemented NtQueryDirectoryFile (partly based on a...
2004-03-12  Alexandre JulliardGet rid of ntdll_get_process_heap and ntdll_get_process...
2004-03-09  Alexandre JulliardReimplemented GetVolumeInformation and SetVolumeLabel...
2004-03-04  Alexandre JulliardOpen a real file handle for drive devices, and get...
2004-01-23  Ge van GeldorpRename LARGE_INTEGER and ULARGE_INTEGER members "s...
2004-01-09  Marcus MeissnerAllow offset of NULL to NtWriteFile.
2003-12-01  Alexandre JulliardAdded wine_server_release_fd function to release the...
2003-11-21  Robert ShearmanHandle EIO file error.
2003-11-11  Carlos LozanoNtReadFile checks that offset is not null.
2003-10-08  Alexandre JulliardAdded hack to call CreateFileW through a pointer so...
2003-10-08  Alexandre JulliardPass the cdrom device path in CDROM_InitRegistry so...
2003-08-18  Eric PouechRegression fixes for Nt{Read|Write}File:
2003-07-18  Jon GriffithsDocumentation updates.
2003-07-11  Paul Ruperegister_new_async sets status already. Do not overwri...
2003-06-30  Alexandre JulliardImplemented NtDelayExecution and make Sleep call it.
2003-06-26  Eric Pouech- made async.h ready for use in ntdll: replaced all...
2003-06-24  Eric Pouech- started implementing ntdll.NtDeviceIoControlFile...
2003-06-24  Eric Pouech- start moving a few file related functions from files...
2003-06-18  Francois Gouget'sizeof type' is best avoided as it won't always compil...
2003-05-15  Mike McCormack- rewrite of the named pipe code
2003-04-22  Eric PouechMoved kernel32.FlushFileBuffers to ntdll.NtFlushBuffers...
2003-01-07  Dimitrie O. PaunDefine NONAMELESS{STRUCT,UNION} explicitly in the files...
2002-12-05  Patrik StridvallReplace 0x%p with %p.
2002-11-21  Andrew John HughesBuild ntdll with -DSTRICT.
2002-09-12  Patrik StridvallMoved all the content of the DDK files ntdef.h and...
2002-08-27  Dmitry TimoshkovConvert most of the file APIs to Unicode.
2002-08-17  Patrik StridvallAdded include protection for unistd.h and sys/time.h.
2002-06-14  Mike McCormackPartially implement NtOpenFile and NtReadFile.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-09  Juergen SchmiedTypes and partial implementation for NtQueryVolumeInfor...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-01-04  Dmitry TimoshkovPrint FIXME() for not implemented NtQueryVolumeInformat...
2001-07-11  Patrik StridvallDocumentation fixes.
2001-06-20  Patrik StridvallDocumentation ordinal fixes.
2001-06-19  Patrik StridvallDocumentation ordinal fixes.
2000-11-27  Dimitrie O. PaunRequire {DECLARE,DEFAULT}_DEBUG_CHANNEL statements...
2000-01-23  Juergen Schmied- implementation of RtlReg* (read access), RtlEvent...
1999-07-31  Patrik StridvallFixed some of the issues reported by winapi-check.
1999-05-23  Alexandre JulliardConverted to the new debug interface, using script...
1999-04-19  Patrik StridvallNew debug scheme with explicit debug channels declaration.
1999-03-09  Juergen Schmied- sorted API by groups