projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
ntdll: Remove superfluous semicolons.
[wine]
/
dlls
/
ntdll
/
file.c
2007-04-10
Alexandre Julliard
ntdll: Store the file access and options in the fd...
blob
|
commitdiff
|
raw
2007-04-10
Alexandre Julliard
server: Explicitly shutdown closed pipes to prevent...
blob
|
commitdiff
|
raw
|
diff to current
2007-04-10
Alexandre Julliard
ntdll: Determine the async read avail_mode flag from...
blob
|
commitdiff
|
raw
|
diff to current
2007-04-10
Alexandre Julliard
ntdll: Simplify the async read/write code now that...
blob
|
commitdiff
|
raw
|
diff to current
2007-04-10
Alexandre Julliard
server: Add support for restarting an async I/O when...
blob
|
commitdiff
|
raw
|
diff to current
2007-04-09
Marcus Meissner
ntdll: Remove superflous NULL checks.
blob
|
commitdiff
|
raw
|
diff to current
2007-04-09
Alexandre Julliard
ntdll: Use send(2) instead of write(2) for zero-byte...
blob
|
commitdiff
|
raw
|
diff to current
2007-04-06
Alexandre Julliard
ntdll: Rely on the server to queue the final APC for...
blob
|
commitdiff
|
raw
|
diff to current
2007-04-06
Alexandre Julliard
ntdll: Reimplement NtWriteFile.
blob
|
commitdiff
|
raw
|
diff to current
2007-04-06
Alexandre Julliard
ntdll: Reimplement NtReadFile.
blob
|
commitdiff
|
raw
|
diff to current
2007-04-05
Alexandre Julliard
ntdll: Avoid relying on the IO_STATUS_BLOCK for storing...
blob
|
commitdiff
|
raw
|
diff to current
2007-04-05
Alexandre Julliard
ntdll: Avoid setting status in IO_STATUS_BLOCK until...
blob
|
commitdiff
|
raw
|
diff to current
2007-03-27
Alexandre Julliard
server: Add support for queuing a user APC upon async...
blob
|
commitdiff
|
raw
|
diff to current
2007-03-26
Alexandre Julliard
server: Always return STATUS_PENDING when an async...
blob
|
commitdiff
|
raw
|
diff to current
2007-03-23
Alexandre Julliard
ntdll: Avoid overwriting the result of the async I...
blob
|
commitdiff
|
raw
|
diff to current
2007-03-22
Alexandre Julliard
server: Implement the open_file method for named pipes.
blob
|
commitdiff
|
raw
|
diff to current
2007-03-22
Alexandre Julliard
server: Implement the open_file method for mailslots.
blob
|
commitdiff
|
raw
|
diff to current
2007-03-22
Alexandre Julliard
server: Don't enforce mailslots path format in ntdll...
blob
|
commitdiff
|
raw
|
diff to current
2007-03-22
Alexandre Julliard
server: Don't enforce named pipes path format in ntdll...
blob
|
commitdiff
|
raw
|
diff to current
2007-03-22
Alexandre Julliard
server: Implemented the open_file method for named...
blob
|
commitdiff
|
raw
|
diff to current
2007-03-21
Alexandre Julliard
server: Move the signalling of the named pipe completio...
blob
|
commitdiff
|
raw
|
diff to current
2007-03-21
Alexandre Julliard
server: Move the signalling of the completion event...
blob
|
commitdiff
|
raw
|
diff to current
2007-03-20
Alexandre Julliard
server: Add an async_data_t structure to store paramete...
blob
|
commitdiff
|
raw
|
diff to current
2007-03-20
Alexandre Julliard
server: Use the common pattern for async I/O parameters...
blob
|
commitdiff
|
raw
|
diff to current
2007-02-28
Jeff Latimer
ntdll: Test object attributes in NtCreateMailslotFile.
blob
|
commitdiff
|
raw
|
diff to current
2007-02-28
Jeff Latimer
ntdll: Set default timeout in NtCreateMailslotFile...
blob
|
commitdiff
|
raw
|
diff to current
2007-02-28
Jeff Latimer
ntdll: Check for passing a NULL handle to NtCreateMails...
blob
|
commitdiff
|
raw
|
diff to current
2007-02-09
Marcus Meissner
ntdll: Initialize needs_close to FALSE.
blob
|
commitdiff
|
raw
|
diff to current
2007-01-22
Rob Shearman
kernel32: Handle the SECURITY_* flags passed into Creat...
blob
|
commitdiff
|
raw
|
diff to current
2007-01-18
Alexandre Julliard
ntdll: Avoid heap allocation in fd cache. Fixed a coupl...
blob
|
commitdiff
|
raw
|
diff to current
2007-01-02
Jeff Latimer
ntdll: Remove an unnecessary NULL check.
blob
|
commitdiff
|
raw
|
diff to current
2007-01-01
Dmitry Timoshkov
ntdll: Map ESPIPE to STATUS_ILLEGAL_FUNCTION.
blob
|
commitdiff
|
raw
|
diff to current
2006-11-20
Alexandre Julliard
ntdll: Don't bother with async I/O on regular files.
blob
|
commitdiff
|
raw
|
diff to current
2006-11-20
Alexandre Julliard
ntdll: Store the fd type in the cache and return it...
blob
|
commitdiff
|
raw
|
diff to current
2006-11-09
Alexandre Julliard
ntdll: Re-add sys/ioctl.h that got lost in the PeekName...
blob
|
commitdiff
|
raw
|
diff to current
2006-11-03
Alexandre Julliard
ntdll: Retrieve mailslot message info from the client...
blob
|
commitdiff
|
raw
|
diff to current
2006-11-03
Alexandre Julliard
ntdll: FILE_GetDeviceInfo no longer needs to be public.
blob
|
commitdiff
|
raw
|
diff to current
2006-11-03
Alexandre Julliard
ntdll: Don't store the unix file descriptor in the...
blob
|
commitdiff
|
raw
|
diff to current
2006-11-03
Alexandre Julliard
ntdll: Added a server_get_unix_fd function that avoids...
blob
|
commitdiff
|
raw
|
diff to current
2006-11-02
Alexandre Julliard
ntdll: Maintain a file descriptor cache on the client...
blob
|
commitdiff
|
raw
|
diff to current
2006-11-01
Alexandre Julliard
kernel32: Moved PeekNamedPipe implementation to ntdll.
blob
|
commitdiff
|
raw
|
diff to current
2006-11-01
Alexandre Julliard
ntdll: Added NetBSD fstatvfs support.
blob
|
commitdiff
|
raw
|
diff to current
2006-10-18
Hans Leidekker
ntdll: Win64 printf format warning fixes.
blob
|
commitdiff
|
raw
|
diff to current
2006-10-03
Alexandre Julliard
ntdll: Added error mapping for ENXIO.
blob
|
commitdiff
|
raw
|
diff to current
2006-09-12
Alexandre Julliard
ntdll: Remove the IOKit code and reuse the FreeBSD...
blob
|
commitdiff
|
raw
|
diff to current
2006-09-08
Detlef Riekenberg
ntdll: attr is never NULL inside NtCreateFile.
blob
|
commitdiff
|
raw
|
diff to current
2006-05-27
Eric Pouech
ntdll/kernel32: Pipe information.
blob
|
commitdiff
|
raw
|
diff to current
2006-05-25
Francois Gouget
ntdll: Return FILE_DEVICE_CD_ROM_FILE_SYSTEM for superm...
blob
|
commitdiff
|
raw
|
diff to current
2006-05-23
Jonathan Ernst
Update the address of the Free Software Foundation.
blob
|
commitdiff
|
raw
|
diff to current
2006-05-10
Bernd Buschinski
ntdll: Stub implementation of FSCTL_LOCK_VOLUME/FSCTL_U...
blob
|
commitdiff
|
raw
|
diff to current
2006-02-06
Robert Millan
configure: For sys/mount.h, sys/statfs.h and sys/vfs...
blob
|
commitdiff
|
raw
|
diff to current
2006-02-05
Robert Millan
Enable for GNU/kFreeBSD the same kernel-specific interf...
blob
|
commitdiff
|
raw
|
diff to current
2006-01-27
Alexandre Julliard
server: Make the FILE_SHARE_DELETE sharing checks depen...
blob
|
commitdiff
|
raw
|
diff to current
2006-01-26
Hans Leidekker
ntdll: Add implementation of tape IOCTLs.
blob
|
commitdiff
|
raw
|
diff to current
2006-01-18
Alexandre Julliard
ntdll: Cleaned up the ioctl functions.
blob
|
commitdiff
|
raw
|
diff to current
2006-01-12
Eric Pouech
ntdll: Created infrastructure to support IOCTL for...
blob
|
commitdiff
|
raw
|
diff to current
2005-12-14
Vitaliy Margolen
ntdll: Implement FSCTL_PIPE_WAIT NtFsControlFile ioctl.
blob
|
commitdiff
|
raw
|
diff to current
2005-12-12
Alexandre Julliard
Pass specific access rights to wine_server_handle_to_fd.
blob
|
commitdiff
|
raw
|
diff to current
2005-12-12
Alexandre Julliard
server: Support for opening devices.
blob
|
commitdiff
|
raw
|
diff to current
2005-12-09
Alexandre Julliard
server: Use attributes instead of inherit flag in file...
blob
|
commitdiff
|
raw
|
diff to current
2005-12-05
Vitaliy Margolen
Move mailslot devices into directory name space.
blob
|
commitdiff
|
raw
|
diff to current
2005-12-05
Vitaliy Margolen
Move named pipe objects into directory name space.
blob
|
commitdiff
|
raw
|
diff to current
2005-12-01
Alexandre Julliard
Fixed some compiler warnings on Darwin.
blob
|
commitdiff
|
raw
|
diff to current
2005-11-28
Ge van Geldorp
Match PSDK STATUS_* definitions.
blob
|
commitdiff
|
raw
|
diff to current
2005-11-21
Alexandre Julliard
Fixed handling of mailslot read timeout to avoid compil...
blob
|
commitdiff
|
raw
|
diff to current
2005-11-14
Eric Pouech
NtReadFile: now returning correct status in NtReadFile...
blob
|
commitdiff
|
raw
|
diff to current
2005-10-28
Alexandre Julliard
Added an implementation of the FSCTL_DISMOUNT_VOLUME...
blob
|
commitdiff
|
raw
|
diff to current
2005-10-27
Vitaliy Margolen
- Send whole OBJECT_ATTRIBUTES.Attributes to the server...
blob
|
commitdiff
|
raw
|
diff to current
2005-10-26
Vitaliy Margolen
Cosmetic changes to NtCreateNamedPipeFile change "oa...
blob
|
commitdiff
|
raw
|
diff to current
2005-09-26
Eric Pouech
- now passing access rights when creating a named pipe...
blob
|
commitdiff
|
raw
|
diff to current
2005-09-06
Ivan Leo Puoti
Added FSCTL_PIPE_LISTEN support.
blob
|
commitdiff
|
raw
|
diff to current
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
next