setupapi: Add a test for SetupDiGetDeviceRegistryProperty and SetupDiSetDeviceRegistr...
[wine] / server /
2007-09-11  Dmitry Timoshkovserver: Map ETXTBSY to STATUS_SHARING_VIOLATION.
2007-09-10  Dmitry Timoshkovserver: Print a more informative message when file_set_...
2007-08-31  Francois Gougetserver: Fix the crashed process exit code when the...
2007-08-30  Alexandre Julliardserver: Detaching from a process needs to continue...
2007-08-30  Trent Waddingtonserver: Handle existing timer replacement when no windo...
2007-08-29  Alexandre Julliardserver: Set the queue mask directly in get_message...
2007-08-29  Alexandre Julliardserver: Message results should be stored as longs,...
2007-08-29  Alexandre Julliardntdll: Fixed file system name comparison on *BSD.
2007-08-27  Alexandre Julliardserver: Store a separate flag for windows that need...
2007-08-27  Alexandre Julliardserver: Moving a window should only expose the immediat...
2007-08-24  Kirill K. Smirnovwineconsole: Implement GetConsoleWindow.
2007-08-23  Alexandre Julliardserver: Validate the parents every time we paint a...
2007-08-23  Tijl Coosemansserver: Use thr_kill2 syscall to signal threads on...
2007-08-22  Alexandre Julliarduser32: Thread-local hooks need a module if they don...
2007-08-09  Alexandre Julliardserver: Fixed handling of a relative start time for...
2007-08-09  Tijl Coosemansloader: Use thr_self syscall to get thread id on FreeBSD.
2007-07-31  Peter Dons Tychsenserver: Added the install driver privilege to the defau...
2007-07-25  Matt Jonesserver: Only commit SetThreadPriority if new priority...
2007-07-23  Vitaliy Margolenserver: Treat desktop as a top-level window.
2007-07-16  Alexandre Julliardserver: Merge APC processing into the select request.
2007-06-25  Alexandre Julliardserver: Make crash error message more explicit.
2007-06-20  Alexandre Julliardmakefiles: Build programs that link against libwine...
2007-06-20  Alexandre Julliardserver: Don't crash when trying to set a file lock...
2007-06-15  Alexandre Julliardserver: Enable kqueue support on Mac OS >= 10.5 now...
2007-06-06  Alexandre Julliardserver: Add support for system processes, that can...
2007-06-04  Alexandre Julliardserver: Run async I/O APCs from the SIGUSR1 handler.
2007-06-04  Alexandre Julliardserver: Remove the extra apc_arg parameter now that...
2007-05-30  Rob Shearmanserver: When starting a new process, use the token...
2007-05-30  Rob Shearmanserver: Move most of the duplicate_token request to...
2007-05-22  Alexandre Julliardserver: Don't allow a waitable timer to be set to expir...
2007-05-18  Rob Shearmanserver: Add the logon SID to the default admin token...
2007-05-11  Alexandre Julliardserver: Stop exporting the console_input structure...
2007-05-11  Kirill K. Smirnovserver: Move console codepages to the server.
2007-05-10  Kirill K. Smirnovserver: Fix access check in screen buffer handling.
2007-05-09  Marcus Meissnerserver: set_server_state needs to be called with non...
2007-05-08  Alexandre Julliardserver: Add support for retrieving results of queued...
2007-05-08  Alexandre Julliardserver: Add request to retrieve the next pending ioctl...
2007-05-08  Alexandre Julliardserver: Add support for queuing ioctl calls to a device.
2007-05-08  Alexandre Julliardserver: Add support for generic device objects managed...
2007-05-03  Alexandre Julliardserver: Allocate the wait event for FSCTL_PIPE_WAIT...
2007-05-03  Alexandre Julliardserver: Allocate the wait event for FSCTL_PIPE_LISTEN...
2007-05-03  Alexandre Julliardserver: Infrastructure to return a wait handle for...
2007-05-03  Alexandre Julliardserver: Store valid file options in pseudo file descrip...
2007-05-01  Alexandre Julliardserver: Give system APCs priority over signaled objects.
2007-04-23  Alexandre Julliardserver: Return a more correct fd type for anonymous...
2007-04-23  Gerald Pfeiferserver: Silence compiler warning in fd_queue_async().
2007-04-18  Alexandre Julliardserver: Don't give out read/write access to the named...
2007-04-18  Alexandre Julliardserver: Use the standard file descriptor wait queue...
2007-04-18  Alexandre Julliardserver: Moved the FSCTL_PIPE_LISTEN implementation...
2007-04-18  Alexandre Julliardserver: Allow specifying the status code to return...
2007-04-17  Alexandre Julliardserver: Move the FSCTL_PIPE_WAIT ioctl implementation...
2007-04-17  Alexandre Julliardserver: Add a specific data type for ioctl codes so...
2007-04-17  Alexandre Julliardserver: Change the timeout handling to use NT-style...
2007-04-16  Alexandre Julliardserver: Move the server part of device unmounting to...
2007-04-16  Alexandre Julliardserver: Implement the FSCTL_PIPE_DISCONNECT ioctl on...
2007-04-16  Alexandre Julliardserver: Add infrastructure for ioctl server request.
2007-04-12  Alexandre Julliardserver: Don't bother with default entry points for...
2007-04-12  Alexandre Julliardserver: Create a separate fd object for each mailslot...
2007-04-10  Alexandre Julliardntdll: Store the file access and options in the fd...
2007-04-10  Alexandre Julliardserver: Rename the get_file_info function to get_fd_typ...
2007-04-10  Alexandre Julliardserver: Store the opening options in the file descripto...
2007-04-10  Alexandre Julliardserver: Explicitly shutdown closed pipes to prevent...
2007-04-10  Alexandre Julliardserver: Add support for restarting an async I/O when...
2007-04-04  Alexandre Julliardserver: Use the standard file descriptor signal mechani...
2007-04-04  Alexandre Julliardserver: Fix the handling of the signaled status for...
2007-04-04  Alexandre Julliardserver: Add support for associating a file descriptor...
2007-04-04  Alexandre Julliardmake_requests: More aggressive grepping for status...
2007-04-03  Alexandre Julliardserver: Hold a pointer to the queue from the async...
2007-04-03  Alexandre Julliardserver: Make timeout status for async I/O specifiable...
2007-04-02  Alexandre Julliardserver: Add a separate function to set the timeout...
2007-04-02  Alexandre Julliardserver: Check file access in register_async before...
2007-04-02  Alexandre Julliardserver: Make async I/O queues into real objects.
2007-04-02  Alexandre Julliardserver: Use the fd generic wait queue for directory...
2007-04-02  Alexandre Julliardserver: Take advantage of the fd generic wait queue...
2007-04-02  Alexandre Julliardserver: Avoid redundant polling in fd_queue_async_timeout.
2007-04-02  Alexandre Julliardserver: Add a generic wait queue to the file descriptor...
2007-03-27  Alexandre Julliardserver: Remove the return value of the flush() method...
2007-03-27  Alexandre Julliardserver: Add support for queuing a user APC upon async...
2007-03-26  Alexandre Julliardserver: Always return STATUS_PENDING when an async...
2007-03-23  Alexandre Julliardserver: A named pipe wait can be satisfied by an idle...
2007-03-23  Alexandre Julliardserver: Print the callback function in the APC_ASYNC_IO...
2007-03-22  Alexandre Julliardserver: Implement the open_file method for named pipes.
2007-03-22  Alexandre Julliardserver: Implement the open_file method for mailslots.
2007-03-22  Alexandre Julliardserver: Don't enforce mailslots path format in ntdll...
2007-03-22  Alexandre Julliardserver: Don't enforce named pipes path format in ntdll...
2007-03-22  Alexandre Julliardserver: Create the named pipe and mailslot devices...
2007-03-22  Alexandre Julliardserver: Implemented the open_file method for named...
2007-03-22  Alexandre Julliardserver: Add an open_file() function to the object opera...
2007-03-21  Alexandre Julliardserver: Use a standard async I/O event to signal direct...
2007-03-21  Alexandre Julliardserver: Move the signalling of the named pipe completio...
2007-03-21  Alexandre Julliardserver: Notify the async object when the APC call compl...
2007-03-21  Alexandre Julliardserver: Add support for storing an event to signal...
2007-03-20  Alexandre Julliardserver: Add an async_data_t structure to store paramete...
2007-03-20  Alexandre Julliardserver: Return the status from an async I/O APC call...
2007-03-20  Alexandre Julliardserver: Make struct async into a real object, to keep...
2007-03-20  Alexandre Julliardserver: Grab the owner object of an APC while the APC...
2007-03-20  Alexandre Julliardserver: Use the common pattern for async I/O parameters...
2007-03-17  Andrew Talbotserver: Replace inline static with static inline.
2007-03-12  Alexandre JulliardFixed some compilation issues on Mac OS X Leopard.
2007-03-09  Alexandre Julliardserver: Added process control support using /proc on...
next