1. c75edd0 server: Map ETXTBSY to STATUS_SHARING_VIOLATION. by Dmitry Timoshkov · 18 years ago
  2. 69025ba server: Print a more informative message when file_set_error or sock_get_error can't map errno to a status code. by Dmitry Timoshkov · 18 years ago
  3. b6aa247 server: Fix the crashed process exit code when the debugger exits without detaching. Add a conformance test. by Francois Gouget · 18 years ago
  4. 9c18d92 server: Detaching from a process needs to continue all the pending events. by Alexandre Julliard · 18 years ago
  5. fc635fa server: Handle existing timer replacement when no window handle specified. by Trent Waddington · 18 years ago
  6. 2896540 server: Set the queue mask directly in get_message to avoid an extra server call. by Alexandre Julliard · 18 years ago
  7. b4edb57 server: Message results should be stored as longs, not ints. by Alexandre Julliard · 18 years ago
  8. 8765a0d ntdll: Fixed file system name comparison on *BSD. by Alexandre Julliard · 18 years ago
  9. df13cee server: Store a separate flag for windows that need to be erased in WM_PAINT. by Alexandre Julliard · 18 years ago
  10. 5bd497f server: Moving a window should only expose the immediate parent. by Alexandre Julliard · 18 years ago
  11. f3e1317 wineconsole: Implement GetConsoleWindow. by Kirill K. Smirnov · 18 years ago
  12. 149cbb1 server: Validate the parents every time we paint a window instead of only on RDW_UPDATENOW. by Alexandre Julliard · 18 years ago
  13. 0c4f152 server: Use thr_kill2 syscall to signal threads on FreeBSD. by Tijl Coosemans · 18 years ago
  14. 04a9f93 user32: Thread-local hooks need a module if they don't belong to the current process. by Alexandre Julliard · 18 years ago
  15. c362443 server: Fixed handling of a relative start time for a timer. by Alexandre Julliard · 18 years ago
  16. 60833da loader: Use thr_self syscall to get thread id on FreeBSD. by Tijl Coosemans · 18 years ago
  17. ec4d890 server: Added the install driver privilege to the default user. by Peter Dons Tychsen · 18 years ago
  18. 6763742 server: Only commit SetThreadPriority if new priority is correct. by Matt Jones · 18 years ago
  19. dcdf7c5 server: Treat desktop as a top-level window. by Vitaliy Margolen · 18 years ago
  20. fec5117 server: Merge APC processing into the select request. by Alexandre Julliard · 18 years ago
  21. 6d1605a server: Make crash error message more explicit. by Alexandre Julliard · 18 years ago
  22. 1f11333 makefiles: Build programs that link against libwine twice with appropriate rpaths. by Alexandre Julliard · 18 years ago
  23. 60901b7 server: Don't crash when trying to set a file lock on a device. by Alexandre Julliard · 18 years ago
  24. 8143d42 server: Enable kqueue support on Mac OS >= 10.5 now that it's fixed. by Alexandre Julliard · 18 years ago
  25. 156b205 server: Add support for system processes, that can be signaled to exit when all non-system processes are done. by Alexandre Julliard · 18 years ago
  26. 4c5b55a server: Run async I/O APCs from the SIGUSR1 handler. by Alexandre Julliard · 18 years ago
  27. 8992f89 server: Remove the extra apc_arg parameter now that user APCs all require the same arg as the kernel APC. by Alexandre Julliard · 18 years ago
  28. ec86243 server: When starting a new process, use the token from the calling process, if one exists. by Rob Shearman · 18 years ago
  29. bdf964d server: Move most of the duplicate_token request to a new function, token_duplicate, to enable the code to be used inside wineserver. by Rob Shearman · 18 years ago
  30. 1b15d45 server: Don't allow a waitable timer to be set to expire in the past. by Alexandre Julliard · 18 years ago
  31. fa074bc server: Add the logon SID to the default admin token's groups. by Rob Shearman · 18 years ago
  32. 627ca40 server: Stop exporting the console_input structure. Get rid of console.h. by Alexandre Julliard · 18 years ago
  33. 9d74661 server: Move console codepages to the server. by Kirill K. Smirnov · 18 years ago
  34. 545d7f1 server: Fix access check in screen buffer handling. by Kirill K. Smirnov · 18 years ago
  35. fea59c8 server: set_server_state needs to be called with non-NULL server. by Marcus Meissner · 18 years ago
  36. aafcfe7 server: Add support for retrieving results of queued ioctls once they are done. by Alexandre Julliard · 18 years ago
  37. 78b7510 server: Add request to retrieve the next pending ioctl call for a device manager. by Alexandre Julliard · 18 years ago
  38. 61e08b3 server: Add support for queuing ioctl calls to a device. by Alexandre Julliard · 18 years ago
  39. b43dc15 server: Add support for generic device objects managed from the client side. by Alexandre Julliard · 18 years ago
  40. 46fe717 server: Allocate the wait event for FSCTL_PIPE_WAIT on the server side. by Alexandre Julliard · 18 years ago
  41. 63a2372 server: Allocate the wait event for FSCTL_PIPE_LISTEN on the server side. by Alexandre Julliard · 18 years ago
  42. fd59e15 server: Infrastructure to return a wait handle for blocking ioctls. by Alexandre Julliard · 18 years ago
  43. 017480d server: Store valid file options in pseudo file descriptors. by Alexandre Julliard · 18 years ago
  44. 48c5321 server: Give system APCs priority over signaled objects. by Alexandre Julliard · 18 years ago
  45. 133b8bc server: Return a more correct fd type for anonymous files. by Alexandre Julliard · 18 years ago
  46. d529c63 server: Silence compiler warning in fd_queue_async(). by Gerald Pfeifer · 18 years ago
  47. bf5b6c9 server: Don't give out read/write access to the named pipe device. by Alexandre Julliard · 18 years ago
  48. c18e8d6 server: Use the standard file descriptor wait queue for named pipe server async waits. by Alexandre Julliard · 18 years ago
  49. 6105a93 server: Moved the FSCTL_PIPE_LISTEN implementation to the server. by Alexandre Julliard · 18 years ago
  50. f3fbae4 server: Allow specifying the status code to return on file descriptors that don't have a Unix fd. by Alexandre Julliard · 18 years ago
  51. 3684dc1 server: Move the FSCTL_PIPE_WAIT ioctl implementation to the server. by Alexandre Julliard · 18 years ago
  52. 737148c server: Add a specific data type for ioctl codes so they can be printed as symbols. by Alexandre Julliard · 18 years ago
  53. aaf477f server: Change the timeout handling to use NT-style 64-bit timeouts everywhere. by Alexandre Julliard · 18 years ago
  54. 2669af7 server: Move the server part of device unmounting to the ioctl processing. by Alexandre Julliard · 18 years ago
  55. 8c46095 server: Implement the FSCTL_PIPE_DISCONNECT ioctl on the server side. by Alexandre Julliard · 18 years ago
  56. 6357143 server: Add infrastructure for ioctl server request. by Alexandre Julliard · 18 years ago
  57. 3f05759 server: Don't bother with default entry points for objects that don't even return an fd. by Alexandre Julliard · 18 years ago
  58. 72ff2bf server: Create a separate fd object for each mailslot writer. Make them first-class file handles. by Alexandre Julliard · 18 years ago
  59. d85121f ntdll: Store the file access and options in the fd cache, and get rid of the dynamic flags. by Alexandre Julliard · 18 years ago
  60. 7a9363a server: Rename the get_file_info function to get_fd_type and get rid of the flags. by Alexandre Julliard · 18 years ago
  61. f85437c server: Store the opening options in the file descriptor instead of in the individual objects. by Alexandre Julliard · 18 years ago
  62. bc426ab server: Explicitly shutdown closed pipes to prevent access from file descriptors cached in the client. by Alexandre Julliard · 18 years ago
  63. 72bff2e server: Add support for restarting an async I/O when the client side couldn't finish it right away. by Alexandre Julliard · 18 years ago
  64. a867553 server: Use the standard file descriptor signal mechanism for directory changes. by Alexandre Julliard · 18 years ago
  65. ba896e7 server: Fix the handling of the signaled status for file descriptors. by Alexandre Julliard · 18 years ago
  66. 0cb29f4 server: Add support for associating a file descriptor to a message queue. by Alexandre Julliard · 18 years ago
  67. 3d39c62 make_requests: More aggressive grepping for status values. by Alexandre Julliard · 18 years ago
  68. b2cba95 server: Hold a pointer to the queue from the async operations. by Alexandre Julliard · 18 years ago
  69. 4e5c703 server: Make timeout status for async I/O specifiable. Fix mailslots timeout handling. by Alexandre Julliard · 18 years ago
  70. 0aae1ca server: Add a separate function to set the timeout of an async I/O operation. by Alexandre Julliard · 18 years ago
  71. 02ed704 server: Check file access in register_async before calling the object method. by Alexandre Julliard · 18 years ago
  72. df09ac5 server: Make async I/O queues into real objects. by Alexandre Julliard · 18 years ago
  73. d99ee34 server: Use the fd generic wait queue for directory change I/O operations. by Alexandre Julliard · 18 years ago
  74. fd6f83d server: Take advantage of the fd generic wait queue to remove a lot of serial code. by Alexandre Julliard · 18 years ago
  75. e92f854 server: Avoid redundant polling in fd_queue_async_timeout. by Alexandre Julliard · 18 years ago
  76. 95ba4b5 server: Add a generic wait queue to the file descriptor object. by Alexandre Julliard · 18 years ago
  77. df65187 server: Remove the return value of the flush() method, it's not used. by Alexandre Julliard · 18 years ago
  78. c16eb8e server: Add support for queuing a user APC upon async I/O completion. by Alexandre Julliard · 18 years ago
  79. 589ce2b server: Always return STATUS_PENDING when an async I/O operation has been queued. by Alexandre Julliard · 18 years ago
  80. 73e0e8b server: A named pipe wait can be satisfied by an idle pipe server too. by Alexandre Julliard · 18 years ago
  81. 28a9374 server: Print the callback function in the APC_ASYNC_IO trace. by Alexandre Julliard · 18 years ago
  82. de1866d server: Implement the open_file method for named pipes. by Alexandre Julliard · 18 years ago
  83. 806bb49 server: Implement the open_file method for mailslots. by Alexandre Julliard · 18 years ago
  84. 928d28f server: Don't enforce mailslots path format in ntdll, only in the server. by Alexandre Julliard · 18 years ago
  85. 50c4800 server: Don't enforce named pipes path format in ntdll, only in the server. by Alexandre Julliard · 18 years ago
  86. 846dc62 server: Create the named pipe and mailslot devices under \Device. by Alexandre Julliard · 18 years ago
  87. 94655c8 server: Implemented the open_file method for named pipe and mailslot devices. by Alexandre Julliard · 18 years ago
  88. 7e71c1d server: Add an open_file() function to the object operations. by Alexandre Julliard · 18 years ago
  89. 2082a97 server: Use a standard async I/O event to signal directory changes. by Alexandre Julliard · 18 years ago
  90. a133ad5 server: Move the signalling of the named pipe completion event to the server. by Alexandre Julliard · 18 years ago
  91. 8adce77 server: Notify the async object when the APC call completed. by Alexandre Julliard · 18 years ago
  92. fa4679f server: Add support for storing an event to signal upon async I/O completion. by Alexandre Julliard · 18 years ago
  93. 111610c server: Add an async_data_t structure to store parameters for async I/O requests. by Alexandre Julliard · 18 years ago
  94. 50975c8 server: Return the status from an async I/O APC call to the server. by Alexandre Julliard · 18 years ago
  95. 06db705 server: Make struct async into a real object, to keep it around while the APC is running. by Alexandre Julliard · 18 years ago
  96. 52a9af7 server: Grab the owner object of an APC while the APC is executing. by Alexandre Julliard · 18 years ago
  97. eb3728d server: Use the common pattern for async I/O parameters in named pipe requests. by Alexandre Julliard · 18 years ago
  98. b1788c8 server: Replace inline static with static inline. by Andrew Talbot · 18 years ago
  99. 0d16a7b Fixed some compilation issues on Mac OS X Leopard. by Alexandre Julliard · 18 years ago
  100. f279252 server: Added process control support using /proc on Solaris. by Alexandre Julliard · 18 years ago