Release 1.5.29.
[wine] / server /
2013-04-23  Erich Hooverserver: Report a default DACL for registry keys.
2013-04-15  Dmitry Timoshkovserver: Add support for NtTerminateProcess(0).
2013-04-11  Erich Hooverserver: Report administrator ownership by default for...
2013-04-11  Alexandre Julliardserver: Add a helper function to compute an SID length.
2013-04-05  Piotr Cabanserver: Don't debug children when debugger is attached...
2013-03-06  Alexandre Julliardserver: Use socklen_t where appropriate.
2013-03-05  André Hentschelserver: Remove SPARC support.
2013-02-13  Alexandre Julliardserver: Don't support debug registers in ptrace if...
2013-02-11  Alexandre Julliardserver: Return the window paint flags in the get_visibl...
2013-02-11  Alexandre Julliardserver: Also exclude the top-level client rectangle...
2013-01-30  Alexandre Julliardserver: Use the monotonic time counter also on the...
2013-01-21  Alexandre Julliardserver: Use the __NR_ names for Linux system calls.
2013-01-16  André Hentschelserver: Add ARM64 support.
2013-01-09  Alexandre Julliardserver: Use sysconf() instead of getpagesize().
2012-11-27  Alexandre Julliardserver: Don't expose the desktop on window resizes.
2012-11-23  Francois Gougetserver: Print the usage to stdout when invoked with...
2012-11-06  Alexandre Julliarduser32: Force refreshing the non-client area when the...
2012-10-17  Alexandre Julliardserver: Fix propagation of the pixel format flag when...
2012-10-10  Marcus Meissnerserver: Removed duplicate close of acceptfd (Coverity).
2012-10-09  Alexandre Julliardserver: Add a heuristic to avoid computing surface...
2012-10-09  Alexandre Julliardserver: Add a request to compute the clipping region...
2012-10-09  Alexandre Julliardserver: Add flags in the set_window_pos request to...
2012-09-24  Alexandre Julliardserver: Get rid of the waitpid wrapper.
2012-09-24  Adrian Bunkserver: Use waitpid() instead of wait4().
2012-09-13  Alexandre Julliardserver: Don't trigger repaints on position changes...
2012-09-13  Henri Verbeetserver: Only remove WM_INPUT messages from the queue...
2012-09-12  Henri Verbeetuser32: Add rawinput keyboard support.
2012-09-11  Alexandre Julliardserver: Ignore color-keyed windows when updating the...
2012-09-11  Henri Verbeetuser32: Add rawinput mouse support.
2012-09-10  Henri Verbeetuser32: Implement RegisterRawInputDevices().
2012-09-04  Alexandre Julliardserver: Always repaint the whole non-client area if...
2012-08-30  Alexandre Julliardwinex11: Always paint to the whole window.
2012-08-13  Michael Stefaniucserver: Avoid TRUE:FALSE conditional expressions.
2012-07-17  Alexandre Julliardserver: Subtract the current update region from the...
2012-06-07  Erich Hooverserver: STATUS_MORE_PROCESSING_REQUIRED indicates that...
2012-06-06  Erich Hooverserver: Access the completion from the file descriptor...
2012-06-06  Dmitry Timoshkovserver: Make sure that region and rectangle have the...
2012-05-29  André Hentschelserver: Add checks for DragonFly BSD.
2012-05-15  Francois GougetAssorted typo, spelling, wording and case fixes.
2012-04-17  Dmitry Timoshkovserver: Add access mapping for IO completion objects.
2012-04-16  Hans Leidekkerserver: Include the Unix pid in the snapshot_next_proce...
2012-03-12  Dmitry Timoshkovserver: OpenMutex should perform a real access check...
2012-03-12  Alexandre Julliardserver: Create some kernel notification events.
2012-02-17  Vitaliy Margolenserver: Add sessions directory and 0 session symlink.
2012-02-02  Alexandre Julliardwinex11: Update only the key state on KeymapNotify...
2012-01-24  Dmitry Timoshkovserver: Store correct protection for an image mapping.
2012-01-16  Alexandre Julliardntdll: Set the thread exit code when a thread is killed...
2012-01-09  Alexandre Julliarduser32: Return the cursor position in send_hardware_mes...
2011-12-15  Francois Gougetconfigure: Use errno.h instead of the non-standard...
2011-12-15  Alexandre Julliardserver: Optionally return the global key state when...
2011-11-15  Alexandre Julliardserver: Cope with stdio file descriptors being closed...
2011-10-28  Bernhard Loosntoskrnl: Correctly implement PsGetCurrentThread/ProcessId.
2011-10-13  Bernhard Loosserver: PIPE_TYPE_BYTE | PIPE_READMODE_MESSAGE is inval...
2011-10-12  Alexander Morozovserver: Fix overlapping shared and exclusive locks...
2011-10-10  Bernhard Loosserver: If a debugger is attached to a process, child...
2011-10-10  Charles Davisserver: Use syscall(2) instead of inline assembly on...
2011-10-08  Bernhard Loosntdll: Implement the NamedPipeConfiguration value for...
2011-10-08  Bernhard Loosserver: Correctly implement permission checking for...
2011-10-08  Bernhard Loosserver: It's possible to call NtQueryInformationFile...
2011-09-27  Bernhard Loosserver: Sharing 0 is not allowed for named pipes.
2011-09-27  Bernhard Loosserver: Only the sharing parameter of two instances...
2011-09-27  Bernhard Loosserver: Store sharing state for named pipes.
2011-09-23  Bernhard Loosserver: Correct mapping of mutex access rights.
2011-09-23  Bernhard Loosserver: ReleaseMutex doesn't need any access rights.
2011-09-23  Bernhard Loosserver: Certain access flags are illegal for OpenMutex.
2011-09-23  Marcus Meissnerserver: Removed NULL check after usage (Coverity).
2011-09-22  Henri Verbeetserver: Try writing to /proc/<pid>/mem in write_process...
2011-09-21  Michael Stefaniucserver: Remove casts to the type of the casted expression.
2011-08-23  Nikolay Sivovntdll: While requesting TokenGroups calculate required...
2011-08-23  Francois Gougetuser32: When destroying a window, preserve the first...
2011-08-03  Nikolay Sivovinclude: Fix definition name.
2011-07-20  Bernhard Loosserver: Check for STATUS_OBJECT_TYPE_MISMATCH before...
2011-07-19  Hans Leidekkerserver: Include groups in file mode calculation if...
2011-07-18  Grazvydas Ignotasserver: Set debug enable bits briefly to commit the...
2011-07-18  Grazvydas Ignotasserver: Set RW and LEN bits of DR7 before setting DR0...
2011-07-06  Vincent Povirkserver: Implement QS_HOTKEY.
2011-07-06  André Hentschelserver: Remove dead initializations (clang).
2011-07-01  Alexandre Julliardserver: Only check read/write-specific access bits...
2011-06-28  Marcus Meissnerserver: Do not promote lparam to signed int (Coverity).
2011-06-21  Alexandre Julliardserver: Allow setting a zero-size clip rectangle.
2011-06-21  Vincent Povirkserver: Post WM_HOTKEY when a hotkey is pressed.
2011-06-21  Vincent Povirkserver: Implement RegisterHotKey/UnregisterHotKey.
2011-06-17  Alexandre Julliardserver: Don't queue low-level hooks to a hung queue.
2011-06-17  Alexandre Julliardserver: Only avoid running low-level hooks in processes...
2011-06-16  Alexandre Julliardserver: Allow creating a process without any parent...
2011-06-14  Marcus Meissnerserver: Remove superflous NULL check (Coverity).
2011-05-23  Alexandre Julliardserver: Grab the current pointer to avoid referencing...
2011-05-06  Alexandre Julliardserver: Fix the status code for get/set_thread_context...
2011-05-06  Alexandre Julliardserver: Check for the need to suspend a thread again...
2011-05-06  Alexandre Julliardserver: Add support for suspending the thread directly...
2011-05-06  Alexandre Julliardserver: Add separate requests for getting/setting the...
2011-04-22  Alexandre Julliardserver: Set the fd user when duplicating a mapping...
2011-04-22  Alexandre Julliarduser32: Pass a NULL rectangle in the ClipCursor entry...
2011-04-20  Alexandre Julliardserver: Also return the previous cursor position in...
2011-04-20  André Hentschelserver: Remove Alpha support.
2011-04-19  Alexandre Julliardserver: Reuse existing file descriptor objects for...
2011-04-19  Alexandre Julliardserver: Fix sharing parameters for debug event files...
2011-04-18  Alexandre Julliardserver: Store a mapping instead of a file for process...
2011-04-18  Alexandre Julliardserver: Add support for opening a new file handle from...
2011-04-18  Alexandre Julliardserver: Check sharing options when duplicating an fd...
next