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