Sign in
goma
/
wine
/
41c6b5b5b998e52f644a76b5d985befaf4b04165
/
server
/
fd.c
60287d0
Make sure we don't truncate the file on open before we have checked
by Alexandre Julliard
· 21 years ago
ad9b799
Reimplemented CreateDirectoryW and RemoveDirectoryW using ntdll functions.
by Alexandre Julliard
· 21 years ago
684b65c
Added support for FILE_DIRECTORY_FILE and FILE_NON_DIRECTORY_FILE open options.
by Alexandre Julliard
· 21 years ago
18c08d3
Removed the get_file_info request.
by Alexandre Julliard
· 21 years ago
9ff7872
Moved FILE_DELETE_ON_CLOSE support to the inode object so that we
by Alexandre Julliard
· 21 years ago
74bd1e4
Check file sharing permissions based on the file inode instead of the
by Alexandre Julliard
· 21 years ago
99a01c0
EOVERFLOW does not exist on OpenBSD.
by Wim Lewis
· 21 years ago
f3f435f
Added wine_server_release_fd function to release the fd returned by
by Alexandre Julliard
· 21 years ago
b23aa94
One more workaround for a missing NFS lock daemon.
by Alexandre Julliard
· 22 years ago
412d37f
- adapted kernel32 so that it no longer (directly) manages console
by Eric Pouech
· 22 years ago
ef8b946
- rewrite of the named pipe code
by Mike McCormack
· 22 years ago
b932723
Ignore locking failures caused by missing NFS locking daemon.
by Alexandre Julliard
· 22 years ago
3f7c3ff
Fix for client accessing a named pipe after the server closes it.
by Bill Medland
· 22 years ago
9037f4b
Added generic signal handling mechanism based on pipes to synchronize
by Alexandre Julliard
· 22 years ago
d71ba93
Ignore fcntl failure when setting a write lock on a read only file.
by Alexandre Julliard
· 22 years ago
6dcc1af
Fix signature of open_fd().
by Gerald Pfeifer
· 22 years ago
ce61349
Implemented file locking functions (partly based on my old Corel
by Alexandre Julliard
· 22 years ago
580da24
Added an inode object to keep track of all file descriptors open for a
by Alexandre Julliard
· 22 years ago
e66207e
Moved all references to file descriptors out of the generic object
by Alexandre Julliard
· 22 years ago
cf27a7f
Changed fd operations to take a struct fd instead of a struct object.
by Alexandre Julliard
· 22 years ago
863637b
Started moving functions that deal with Unix file descriptors to a
by Alexandre Julliard
· 22 years ago