2005-09-06 |
Ivan Leo Puoti | Added FSCTL_PIPE_LISTEN support. |
blob | commitdiff | raw |
2005-08-24 |
Alexandre Julliard | Moved the FileFsDeviceInformation query to a separate... |
blob | commitdiff | raw | diff to current |
2005-08-18 |
Ivan Leo Puoti | Implement FSCTL_PIPE_DISCONNECT in NtFsControlFile... |
blob | commitdiff | raw | diff to current |
2005-08-16 |
Ivan Leo Puoti | Improve NtCreateNamedPipe trace. |
blob | commitdiff | raw | diff to current |
2005-08-16 |
Ivan Leo Puoti | NtCreateNamedPipeFile is no longer a stub, so fix TRACE... |
blob | commitdiff | raw | diff to current |
2005-07-24 |
Vincent Béron | Use proper macro for using IOKit includes. |
blob | commitdiff | raw | diff to current |
2005-07-11 |
Uwe Bonnes | Wait for the object multiple times until TIMEOUT is... |
blob | commitdiff | raw | diff to current |
2005-06-20 |
Pierre d'Herbemont | Move the (Mac OS X) IOKit headers to the top of the... |
blob | commitdiff | raw | diff to current |
2005-06-09 |
Robert Shearman | - Don't free the fileio object because it will be freed... |
blob | commitdiff | raw | diff to current |
2005-06-08 |
Robert Shearman | Implement overlapped I/O with named pipes. |
blob | commitdiff | raw | diff to current |
2005-05-26 |
Uwe Bonnes | Call fileio_terminate for FILE_AsyncWriteService. |
blob | commitdiff | raw | diff to current |
2005-05-20 |
Juan Lang | Implement NtQueryVolumeInformationFile for type |
blob | commitdiff | raw | diff to current |
2005-05-16 |
Alexandre Julliard | Removed the special casing of kernel32 and ntdll for... |
blob | commitdiff | raw | diff to current |
2005-05-07 |
Robert Lunnon | Implement NtQueryVolumeInformation for Solaris. |
blob | commitdiff | raw | diff to current |
2005-04-25 |
Ivan Leo Puoti | Add parameter checking to NtReadFile/NtWriteFile. |
blob | commitdiff | raw | diff to current |
2005-04-25 |
Alexandre Julliard | Remove a few more instances of strncpy. |
blob | commitdiff | raw | diff to current |
2005-04-18 |
Eric Pouech | - moved named pipe creation to ntdll |
blob | commitdiff | raw | diff to current |
2005-04-11 |
Mike McCormack | Move mailslot set and query info implementation to... |
blob | commitdiff | raw | diff to current |
2005-03-30 |
Mike McCormack | Implement mailslots. |
blob | commitdiff | raw | diff to current |
2005-03-28 |
Mike McCormack | Implement CreateMailslot using NtCreateMailslotFile. |
blob | commitdiff | raw | diff to current |
2005-03-23 |
Francois Gouget | Assorted spelling fixes. |
blob | commitdiff | raw | diff to current |
2005-03-21 |
Ivan Leo Puoti | Improve parameter checking in NtCreateFile. |
blob | commitdiff | raw | diff to current |
2005-03-16 |
Ulrich Czekalla | Don't mark a file as readonly if it has any write bit... |
blob | commitdiff | raw | diff to current |
2005-03-02 |
Alexandre Julliard | Avoid spaces before preprocessor directives, that's... |
blob | commitdiff | raw | diff to current |
2005-01-14 |
Eric Pouech | - got rid of include/async.h |
blob | commitdiff | raw | diff to current |
2005-01-06 |
Rein Klazes | On Linux, use fstatfs instead of fstatvfs. It is too... |
blob | commitdiff | raw | diff to current |
2005-01-03 |
Eric Pouech | Fixed some regressions from the previous change. |
blob | commitdiff | raw | diff to current |
2004-11-28 |
Dmitry Timoshkov | Add a test for ReadFile/WriteFile fault handling, make... |
blob | commitdiff | raw | diff to current |
2004-11-21 |
Eric Pouech | Moved kernel32.DeleteFileW core implementation to ntdll... |
blob | commitdiff | raw | diff to current |
2004-11-09 |
Hamish | Fix for async writes to comm ports. |
blob | commitdiff | raw | diff to current |
2004-10-07 |
Alexandre Julliard | Added a fallback implementation of futimes. |
blob | commitdiff | raw | diff to current |
2004-09-14 |
Francois Gouget | Assorted spelling fixes. |
blob | commitdiff | raw | diff to current |
2004-08-27 |
Mike McCormack | Added stub implementations for NtDeleteFile and NtCance... |
blob | commitdiff | raw | diff to current |
2004-08-19 |
Robert Shearman | Handle ECONNRESET in FILE_GetNtStatus. |
blob | commitdiff | raw | diff to current |
2004-08-19 |
Robert Shearman | - Errors should only be reported to I/O completion... |
blob | commitdiff | raw | diff to current |
2004-08-19 |
Emmanuel Maillard | - Update build system to support IOKit and CoreFoundati... |
blob | commitdiff | raw | diff to current |
2004-08-18 |
Rein Klazes | Do not make a directory read-only. |
blob | commitdiff | raw | diff to current |
2004-08-18 |
Alexandre Julliard | Fd type is no longer used, get rid of it. |
blob | commitdiff | raw | diff to current |
2004-08-17 |
Eric Pouech | - better support for non-blocking COMM and socket read... |
blob | commitdiff | raw | diff to current |
2004-08-16 |
Mike McCormack | Stub implementation and declaration for NtCreateNamedPi... |
blob | commitdiff | raw | diff to current |
2004-06-17 |
Alexandre Julliard | Don't use lseek when truncating a file to avoid corrupt... |
blob | commitdiff | raw | diff to current |
2004-05-14 |
Alexandre Julliard | Removed the no longer used SMB file I/O support, we... |
blob | commitdiff | raw | diff to current |
2004-05-01 |
Alexandre Julliard | Reimplemented GetFileType and SetEndOfFile using ntdll... |
blob | commitdiff | raw | diff to current |
2004-04-30 |
Alexandre Julliard | Added a few more info classes in NtQueryInformationFile. |
blob | commitdiff | raw | diff to current |
2004-04-30 |
Alexandre Julliard | Moved support for opening named pipes to ntdll. |
blob | commitdiff | raw | diff to current |
2004-04-29 |
Alexandre Julliard | Added auto-detection of DOS drive devices based on... |
blob | commitdiff | raw | diff to current |
2004-04-27 |
Alexandre Julliard | Pass the creation disposition to wine_nt_to_unix_file_n... |
blob | commitdiff | raw | diff to current |
2004-04-23 |
Alexandre Julliard | Make DIR_nt_to_unix return STATUS_NO_SUCH_FILE instead of |
blob | commitdiff | raw | diff to current |
2004-04-21 |
Alexandre Julliard | Properly set IO_STATUS_BLOCK.Information in NtCreateFile. |
blob | commitdiff | raw | diff to current |
2004-04-20 |
Alexandre Julliard | Reimplemented GetFileAttributesExW and GetCompressedFil... |
blob | commitdiff | raw | diff to current |
2004-04-20 |
Alexandre Julliard | Reimplemented GetFileAttributesW, SetFileAttributesW... |
blob | commitdiff | raw | diff to current |
2004-04-16 |
Alexandre Julliard | Fixed a number of NT status values to be closer to... |
blob | commitdiff | raw | diff to current |
2004-04-12 |
Alexandre Julliard | Implemented NtCreatelFile using the new symlink scheme. |
blob | commitdiff | raw | diff to current |
2004-04-08 |
Alexandre Julliard | Replace the get_file_info request by an fstat() on... |
blob | commitdiff | raw | diff to current |
2004-04-07 |
Alexandre Julliard | Handle the set_file_pointer request on the client side. |
blob | commitdiff | raw | diff to current |
2004-04-07 |
Alexandre Julliard | Better support for device handles in NtQueryVolumeInfor... |
blob | commitdiff | raw | diff to current |
2004-04-06 |
Alexandre Julliard | Handle file mappings on removable media entirely inside... |
blob | commitdiff | raw | diff to current |
2004-04-06 |
Alexandre Julliard | Partial implementation of NtQueryVolumeInformationFile. |
blob | commitdiff | raw | diff to current |
2004-03-16 |
Alexandre Julliard | Implemented NtQueryDirectoryFile (partly based on a... |
blob | commitdiff | raw | diff to current |
2004-03-12 |
Alexandre Julliard | Get rid of ntdll_get_process_heap and ntdll_get_process... |
blob | commitdiff | raw | diff to current |
2004-03-09 |
Alexandre Julliard | Reimplemented GetVolumeInformation and SetVolumeLabel... |
blob | commitdiff | raw | diff to current |
2004-03-04 |
Alexandre Julliard | Open a real file handle for drive devices, and get... |
blob | commitdiff | raw | diff to current |
2004-01-23 |
Ge van Geldorp | Rename LARGE_INTEGER and ULARGE_INTEGER members "s... |
blob | commitdiff | raw | diff to current |
2004-01-09 |
Marcus Meissner | Allow offset of NULL to NtWriteFile. |
blob | commitdiff | raw | diff to current |
2003-12-01 |
Alexandre Julliard | Added wine_server_release_fd function to release the... |
blob | commitdiff | raw | diff to current |
2003-11-21 |
Robert Shearman | Handle EIO file error. |
blob | commitdiff | raw | diff to current |
2003-11-11 |
Carlos Lozano | NtReadFile checks that offset is not null. |
blob | commitdiff | raw | diff to current |
2003-10-08 |
Alexandre Julliard | Added hack to call CreateFileW through a pointer so... |
blob | commitdiff | raw | diff to current |
2003-10-08 |
Alexandre Julliard | Pass the cdrom device path in CDROM_InitRegistry so... |
blob | commitdiff | raw | diff to current |
2003-08-18 |
Eric Pouech | Regression fixes for Nt{Read|Write}File: |
blob | commitdiff | raw | diff to current |
2003-07-18 |
Jon Griffiths | Documentation updates. |
blob | commitdiff | raw | diff to current |
2003-07-11 |
Paul Rupe | register_new_async sets status already. Do not overwri... |
blob | commitdiff | raw | diff to current |
2003-06-30 |
Alexandre Julliard | Implemented NtDelayExecution and make Sleep call it. |
blob | commitdiff | raw | diff to current |
2003-06-26 |
Eric Pouech | - made async.h ready for use in ntdll: replaced all... |
blob | commitdiff | raw | diff to current |
2003-06-24 |
Eric Pouech | - started implementing ntdll.NtDeviceIoControlFile... |
blob | commitdiff | raw | diff to current |
2003-06-24 |
Eric Pouech | - start moving a few file related functions from files... |
blob | commitdiff | raw | diff to current |
2003-06-18 |
Francois Gouget | 'sizeof type' is best avoided as it won't always compil... |
blob | commitdiff | raw | diff to current |
2003-05-15 |
Mike McCormack | - rewrite of the named pipe code |
blob | commitdiff | raw | diff to current |
2003-04-22 |
Eric Pouech | Moved kernel32.FlushFileBuffers to ntdll.NtFlushBuffers... |
blob | commitdiff | raw | diff to current |
2003-01-07 |
Dimitrie O. Paun | Define NONAMELESS{STRUCT,UNION} explicitly in the files... |
blob | commitdiff | raw | diff to current |
2002-12-05 |
Patrik Stridvall | Replace 0x%p with %p. |
blob | commitdiff | raw | diff to current |
2002-11-21 |
Andrew John Hughes | Build ntdll with -DSTRICT. |
blob | commitdiff | raw | diff to current |
2002-09-12 |
Patrik Stridvall | Moved all the content of the DDK files ntdef.h and... |
blob | commitdiff | raw | diff to current |
2002-08-27 |
Dmitry Timoshkov | Convert most of the file APIs to Unicode. |
blob | commitdiff | raw | diff to current |
2002-08-17 |
Patrik Stridvall | Added include protection for unistd.h and sys/time.h. |
blob | commitdiff | raw | diff to current |
2002-06-14 |
Mike McCormack | Partially implement NtOpenFile and NtReadFile. |
blob | commitdiff | raw | diff to current |
2002-05-31 |
Vincent Béron | Removed trailing whitespace. |
blob | commitdiff | raw | diff to current |
2002-05-09 |
Juergen Schmied | Types and partial implementation for NtQueryVolumeInfor... |
blob | commitdiff | raw | diff to current |
2002-03-09 |
Alexandre Julliard | Added LGPL standard comment, and copyright notices... |
blob | commitdiff | raw | diff to current |
2002-01-04 |
Dmitry Timoshkov | Print FIXME() for not implemented NtQueryVolumeInformat... |
blob | commitdiff | raw | diff to current |
2001-07-11 |
Patrik Stridvall | Documentation fixes. |
blob | commitdiff | raw | diff to current |
2001-06-20 |
Patrik Stridvall | Documentation ordinal fixes. |
blob | commitdiff | raw | diff to current |
2001-06-19 |
Patrik Stridvall | Documentation ordinal fixes. |
blob | commitdiff | raw | diff to current |
2000-11-27 |
Dimitrie O. Paun | Require {DECLARE,DEFAULT}_DEBUG_CHANNEL statements... |
blob | commitdiff | raw | diff to current |
2000-01-23 |
Juergen Schmied | - implementation of RtlReg* (read access), RtlEvent... |
blob | commitdiff | raw | diff to current |
1999-07-31 |
Patrik Stridvall | Fixed some of the issues reported by winapi-check. |
blob | commitdiff | raw | diff to current |
1999-05-23 |
Alexandre Julliard | Converted to the new debug interface, using script... |
blob | commitdiff | raw | diff to current |
1999-04-19 |
Patrik Stridvall | New debug scheme with explicit debug channels declaration. |
blob | commitdiff | raw | diff to current |
1999-03-09 |
Juergen Schmied | - sorted API by groups |
blob | commitdiff | raw | diff to current |
|