1. f92fff6 Implemented NtSignalAndWaitForSingleObject. by Mike McCormack · 20 years ago
  2. 7001d6e Clean-up async IO internal functions. by Eric Pouech · 20 years ago
  3. 5727918 Added a check for poll.h. by Steven Edwards · 20 years ago
  4. aa34768 Convert the object wait queue to a standard list. by Alexandre Julliard · 20 years ago
  5. b1aad5d Regular files are always ready for I/O, no need to poll on them. by Alexandre Julliard · 20 years ago
  6. dd81ac5 Convert async I/O queues to standard lists. by Alexandre Julliard · 20 years ago
  7. e432d54 Fixed potential crash in fd_dump function. by Alexandre Julliard · 20 years ago
  8. 4634447 - got rid of include/async.h by Eric Pouech · 20 years ago
  9. 505dfde Fix up several inline assembler blocks so that they produce correct by Peter Chapman · 20 years ago
  10. 626aa33 Added fallback syscalls for epoll functions. by Alexandre Julliard · 20 years ago
  11. 969f57c Added support for epoll() as an alternative to poll() (based on the by Alexandre Julliard · 21 years ago
  12. 4949a71 Moved timeout processing to a separate function. by Alexandre Julliard · 21 years ago
  13. 17c775f Take care to not close the file handle if there are outstanding locks by Alexandre Julliard · 21 years ago
  14. 15e12da Converted the timeout list to use the standard list functions. by Alexandre Julliard · 21 years ago
  15. 0a6af13 Make sure to run through the poll loop once before processing newly by Alexandre Julliard · 21 years ago
  16. 6a27b48 Fd type is no longer used, get rid of it. by Alexandre Julliard · 21 years ago
  17. 60287d0 Make sure we don't truncate the file on open before we have checked by Alexandre Julliard · 21 years ago
  18. ad9b799 Reimplemented CreateDirectoryW and RemoveDirectoryW using ntdll functions. by Alexandre Julliard · 21 years ago
  19. 684b65c Added support for FILE_DIRECTORY_FILE and FILE_NON_DIRECTORY_FILE open options. by Alexandre Julliard · 21 years ago
  20. 18c08d3 Removed the get_file_info request. by Alexandre Julliard · 21 years ago
  21. 9ff7872 Moved FILE_DELETE_ON_CLOSE support to the inode object so that we by Alexandre Julliard · 21 years ago
  22. 74bd1e4 Check file sharing permissions based on the file inode instead of the by Alexandre Julliard · 21 years ago
  23. 99a01c0 EOVERFLOW does not exist on OpenBSD. by Wim Lewis · 21 years ago
  24. f3f435f Added wine_server_release_fd function to release the fd returned by by Alexandre Julliard · 21 years ago
  25. b23aa94 One more workaround for a missing NFS lock daemon. by Alexandre Julliard · 22 years ago
  26. 412d37f - adapted kernel32 so that it no longer (directly) manages console by Eric Pouech · 22 years ago
  27. ef8b946 - rewrite of the named pipe code by Mike McCormack · 22 years ago
  28. b932723 Ignore locking failures caused by missing NFS locking daemon. by Alexandre Julliard · 22 years ago
  29. 3f7c3ff Fix for client accessing a named pipe after the server closes it. by Bill Medland · 22 years ago
  30. 9037f4b Added generic signal handling mechanism based on pipes to synchronize by Alexandre Julliard · 22 years ago
  31. d71ba93 Ignore fcntl failure when setting a write lock on a read only file. by Alexandre Julliard · 22 years ago
  32. 6dcc1af Fix signature of open_fd(). by Gerald Pfeifer · 22 years ago
  33. ce61349 Implemented file locking functions (partly based on my old Corel by Alexandre Julliard · 22 years ago
  34. 580da24 Added an inode object to keep track of all file descriptors open for a by Alexandre Julliard · 22 years ago
  35. e66207e Moved all references to file descriptors out of the generic object by Alexandre Julliard · 22 years ago
  36. cf27a7f Changed fd operations to take a struct fd instead of a struct object. by Alexandre Julliard · 22 years ago
  37. 863637b Started moving functions that deal with Unix file descriptors to a by Alexandre Julliard · 22 years ago