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