1. a510a7e server: Added access rights mapping to file objects. by Alexandre Julliard · 19 years ago
  2. 28beba3 server: Added infrastructure for access rights mapping. by Alexandre Julliard · 19 years ago
  3. 24560e7 server: Make alloc_handle use attributes instead of inherit flag. by Alexandre Julliard · 19 years ago
  4. 27b1aec server: Use attributes instead of inherit flag in file requests. by Alexandre Julliard · 19 years ago
  5. 1a1583a Match PSDK STATUS_* definitions. by Ge van Geldorp · 19 years ago
  6. baffcb9 Add name_lookup function in object_ops. by Vitaliy Margolen · 19 years ago
  7. 964815b Added an unmount_device request that invalidates all file descriptors by Alexandre Julliard · 20 years ago
  8. 390bc5f Don't include winbase.h when it's not necessary. by Mike McCormack · 20 years ago
  9. 66e5ce3 Remove unnecessary includes. by Mike McCormack · 20 years ago
  10. b9b1ea9 Added a close_handle method to the object operations, and use it to by Alexandre Julliard · 20 years ago
  11. d6a4e34 - Add a default asynchronous I/O implementation. - Make file objects use it. by Robert Shearman · 20 years ago
  12. c516571 - Use NULL instead of 0 for all non-handle pointers. by Robert Shearman · 20 years ago
  13. f92fff6 Implemented NtSignalAndWaitForSingleObject. by Mike McCormack · 20 years ago
  14. a4334a6 Cleaned up handling of 64-bit file sizes. by Alexandre Julliard · 20 years ago
  15. 7001d6e Clean-up async IO internal functions. by Eric Pouech · 20 years ago
  16. 5727918 Added a check for poll.h. by Steven Edwards · 20 years ago
  17. dd81ac5 Convert async I/O queues to standard lists. by Alexandre Julliard · 20 years ago
  18. 4634447 - got rid of include/async.h by Eric Pouech · 20 years ago
  19. 6a27b48 Fd type is no longer used, get rid of it. by Alexandre Julliard · 21 years ago
  20. ea782b6 Translate ENODEV and ENXIO error codes to NT status codes. by Mike McCormack · 21 years ago
  21. 72f87b8 Use pread/pwrite everywhere to avoid changing the file position while by Alexandre Julliard · 21 years ago
  22. 716878c Fixed a number of NT status values to be closer to NT behavior. by Alexandre Julliard · 21 years ago
  23. 684b65c Added support for FILE_DIRECTORY_FILE and FILE_NON_DIRECTORY_FILE open options. by Alexandre Julliard · 21 years ago
  24. 2392a36 Get rid of non-standard ERROR_UNKNOWN value. by Filip Navara · 21 years ago
  25. 18c08d3 Removed the get_file_info request. by Alexandre Julliard · 21 years ago
  26. db45170 Handle the set_file_pointer request on the client side. by Alexandre Julliard · 21 years ago
  27. 49b2f6d Get rid of the removable media handling in the server. by Alexandre Julliard · 21 years ago
  28. 9ff7872 Moved FILE_DELETE_ON_CLOSE support to the inode object so that we by Alexandre Julliard · 21 years ago
  29. 74bd1e4 Check file sharing permissions based on the file inode instead of the by Alexandre Julliard · 21 years ago
  30. a1fe8b4 Use futimes() instead of utime() to implement SetFileTime, so that it by Alexandre Julliard · 21 years ago
  31. adc0610 Make the standard create_file request handle serial ports too, and by Alexandre Julliard · 21 years ago
  32. 014099c Changed the create_file server request to take NtCreateFile flags by Alexandre Julliard · 21 years ago
  33. 99a01c0 EOVERFLOW does not exist on OpenBSD. by Wim Lewis · 21 years ago
  34. 08d0192 Print names for Win32 errors too, plus a few more status codes. by Alexandre Julliard · 21 years ago
  35. d5b4232 Added set_win32_error() for error codes that don't have an NT status equivalent. by Alexandre Julliard · 21 years ago
  36. af192f8 Store a "removable" flag instead of the full drive type in the server by Alexandre Julliard · 21 years ago
  37. e37c6e1 Fixed header dependencies to be fully compatible with the Windows by Alexandre Julliard · 22 years ago
  38. f6a7096 - start moving a few file related functions from files/file.c to by Eric Pouech · 22 years ago
  39. ef8b946 - rewrite of the named pipe code by Mike McCormack · 22 years ago
  40. 3e588e3 Implemented file change notifications, based on a patch by Mike McCormack. by Alexandre Julliard · 22 years ago
  41. 2ee8b5b Replaced mkstemp by mkstemps from libiberty. by Alexandre Julliard · 22 years ago
  42. ce61349 Implemented file locking functions (partly based on my old Corel by Alexandre Julliard · 22 years ago
  43. 580da24 Added an inode object to keep track of all file descriptors open for a by Alexandre Julliard · 22 years ago
  44. e66207e Moved all references to file descriptors out of the generic object by Alexandre Julliard · 22 years ago
  45. cf27a7f Changed fd operations to take a struct fd instead of a struct object. by Alexandre Julliard · 22 years ago
  46. 037c8a1 Porting fixes. by Steven Edwards · 22 years ago
  47. 863637b Started moving functions that deal with Unix file descriptors to a by Alexandre Julliard · 22 years ago
  48. 786d249 Check for mkstemp, added a port implementation if it is not by Marcus Meissner · 23 years ago
  49. 5188574 Renamed handle_t to obj_handle_t to avoid conflict with rpcdce.h. by Alexandre Julliard · 23 years ago
  50. ff1f320 Fixed some bugs in my recently submitted patch series. by Martin Wilck · 23 years ago
  51. 54ba272 Add more flexibility to the queue_async server call by moving most by Martin Wilck · 23 years ago
  52. 0799c1a Added LGPL standard comment, and copyright notices where necessary. by Alexandre Julliard · 23 years ago
  53. 86e5efb Work around ftruncate implementations that don't support extending files. by Alexandre Julliard · 23 years ago
  54. 88cd32b More general approach to file descriptor types and flags. by Martin Wilck · 23 years ago
  55. 718b1b7 Add server side support for async IO on files. by Martin Wilck · 23 years ago
  56. 6f011c0 - move async activation into the server - implement async queues by Mike McCormack · 23 years ago
  57. 9caa71e Redesign of the server communication protocol to allow arbitrary sized by Alexandre Julliard · 23 years ago
  58. 0b83d4c New console code based on Win32 windows. by Eric Pouech · 23 years ago
  59. 708a846 Save a disk file's drive type in the server object. by Ove Kaaven · 23 years ago
  60. c73316d - fixed copy&paste bug (GENERIC_WRITE instead of GENERIC_READ) by Eric Pouech · 23 years ago
  61. ff58be5 Fetch a handle type in FILE_GetUnixHandle. by Mike McCormack · 23 years ago
  62. 5dda1f7 Set executable permissions when creating .exe/.com files. by Bernhard Rosenkraenzer · 24 years ago
  63. 5f258c6 Backed out the suspend_process_for_ptrace change. by Alexandre Julliard · 24 years ago
  64. 585e976 Remove truncate debug message printed on successful truncates. by Mike McCormack · 24 years ago
  65. e81bf3f SetFilePointer correction; return ERROR_NEGATIVE_SEEK (broken by the by Bill Medland · 24 years ago
  66. 6bb990f Drop any file64 functions, try to use system supplied 64-bit mode by by Marcus Meissner · 24 years ago
  67. 3f1ed52 Implemented 64bit file size handling. by Marcus Meissner · 24 years ago
  68. 84fdfd0 Repaired shared PE data sections. by Alexandre Julliard · 24 years ago
  69. 8859d77 Create the server pipes on the client side and transfer them to the by Alexandre Julliard · 24 years ago
  70. f524240 New mechanism to transfer file descriptors from client to server. by Alexandre Julliard · 24 years ago
  71. 22c80a2 Workaround for SuSE 7 2.2.16 kernel bug. by Andreas Mohr · 24 years ago
  72. 8081e5a Added handle_t type to server interface so that we can make handles by Alexandre Julliard · 24 years ago
  73. 63411db Avoid dup'ing file descriptors when not necessary. by Alexandre Julliard · 24 years ago
  74. d549f69 Use a separate FIFO pair for server requests that don't need to pass a by Alexandre Julliard · 24 years ago
  75. 1ab243b Merged the get_read_fd and get_write_fd requests. by Alexandre Julliard · 24 years ago
  76. 9264300 Converted a lot of server requests to the new exception handling mechanism. by Alexandre Julliard · 25 years ago
  77. 66791af Fix for 64-bit negative seek value. by Hidenori Takeshima · 25 years ago
  78. ef88637 Made request tracing more robust against bogus lengths. by Alexandre Julliard · 25 years ago
  79. ea0d028 Added specific routines for OUTPUT_DEBUG_STRING and EXCEPTION debug events. by Alexandre Julliard · 25 years ago
  80. cb1fc73 Changed the server to return STATUS_* error codes. by Alexandre Julliard · 25 years ago
  81. 1dca5e2 Moved poll handling to the generic part of the server objects. by Alexandre Julliard · 25 years ago
  82. 247b8ae Use poll() instead of select() for the server main loop. by Alexandre Julliard · 25 years ago
  83. 9d60e35 Flush handle in any access mode. by Marcus Meissner · 25 years ago
  84. 61ec6c1 Fixed get_event_obj/get_file_obj to use the process parameter (thanks by Alexandre Julliard · 25 years ago
  85. bf2b765 Fixed hash function. by Eric Pouech · 25 years ago
  86. 8b8828f Added support for ReadProcessMemory through the server. by Alexandre Julliard · 25 years ago
  87. 9633632 - Added missing configuration #if:s and #includes:s. by Patrik Stridvall · 25 years ago
  88. 1327748 Added checks for sys/errno.h, sys/signal.h and sys/mman.h. by Howard Abrams · 26 years ago
  89. ebe29ef Further server optimizations: by Alexandre Julliard · 26 years ago
  90. 5bc7808 Made server communication faster by using a shared memory block. by Alexandre Julliard · 26 years ago
  91. 57e1131 Adapted to new select interface. by Alexandre Julliard · 26 years ago
  92. 43c190e Server reorganization: by Alexandre Julliard · 26 years ago
  93. 3f09ec5 CLIENT_WaitReply: don't clear last error on success; fixed callers by Alexandre Julliard · 26 years ago
  94. ee517e8 - fixed missing stdlib.h and string.h includes everywhere by David Luyer · 26 years ago
  95. cb28bdc Added support for mappings with no associated file. by Alexandre Julliard · 26 years ago
  96. 068a26e Moved process definitions to include/server/process.h by Alexandre Julliard · 26 years ago
  97. cddfcce Implemented flag FILE_FLAG_DELETE_ON_CLOSE. by Juergen Schmied · 26 years ago
  98. f935c59 Added missing includes to avoid warnings/errors. by Michael Veksler · 26 years ago
  99. a27b48b Handle set_file_time requests changing only one of access/mod time. by Alexandre Julliard · 26 years ago
  100. 62a8b43 Hacked server-side device support by Alexandre Julliard · 26 years ago