cards: Fix description of cdtTerm.
[wine] / server /
2010-12-27  Alexandre Julliardserver: Use the tgkill system call on all Linux platforms.
2010-12-23  Alexandre Julliardserver: Use the syscall function instead of inline...
2010-12-17  Piotr Cabanserver: Handle more inotify mask values.
2010-12-05  Alexandre Julliardmakefiles: Add common rules for installing the main...
2010-11-29  Francois Gougetserver: Make sock_check_pollhup() more reliable on...
2010-11-08  Eric Pouechserver: Removed the no longer used bare parameter out...
2010-10-19  Alexandre Julliardserver: Return an error in get_handle_unix_name for...
2010-10-18  Vladimir Panteleevuser32: Update last active popup for all parents.
2010-10-07  Alexandre Julliardserver: Valid rects are in parent coordinates.
2010-10-05  Alexandre Julliardserver: Update child window positions when resizing...
2010-10-01  Austin Englishwineserver: Return the version information in the same...
2010-09-30  Alexandre Julliardserver: Make the fd passing code slightly more portable.
2010-09-27  Alexandre Julliardserver: Pass the rectangle in client coordinates for...
2010-09-27  Alexandre Julliardserver: Mirror the window region for RTL windows in...
2010-09-23  Alexandre Julliardserver: Mirror the rectangles for RTL windows in set_wi...
2010-09-22  Alexandre Julliarduser32: Add support for RTL window layouts in WIN_GetRe...
2010-09-22  Alexandre Julliarduser32: Add support for RTL window layouts in MapWindow...
2010-09-22  Eric Pouechserver: Fix console creation logic.
2010-09-20  André Hentschelserver: Add ARM support.
2010-09-19  Alexandre Julliardmakefiles: Add a standard header for all makefiles...
2010-09-19  Alexandre Julliardserver: Fix a couple of leaks in the new console code.
2010-09-18  Eric Pouechserver: Ensure we set proper errors when getting a...
2010-09-13  Eric Pouechkernel32: Fixed a couple of cases where the console...
2010-09-07  Alexandre Julliarduser32: Add support for fetching window rectangles...
2010-09-06  Gerald Pfeiferserver: Remove pollev from set_socket_event.
2010-09-01  Eric Pouechserver: Properly return the errors for bare console...
2010-09-01  Eric Pouechserver: Simplify the wineconsole event notification...
2010-09-01  Eric Pouechserver: Report in get_console_mode request whether...
2010-09-01  Eric Pouechserver: Allow a screen buffer to be attached to a given...
2010-09-01  Eric Pouechserver: Enhanced the console input object so that it...
2010-08-31  Mike Kaplinskiyserver: Allow queuing async reads on listening sockets.
2010-08-31  Mike Kaplinskiyserver: Add accept_into_socket to accept into an initia...
2010-08-31  Mike Kaplinskiyserver: Don't cache sockets until they are pollable.
2010-08-30  Eric Pouechserver: Streamline a bit the console allocation code.
2010-08-30  Eric Pouechserver: Use generic file access rights (inside of conso...
2010-08-30  Eric Pouechserver: Fix method name in comments for fd_ops.
2010-08-24  Alexandre Julliardserver: Always free the process handle table even if...
2010-08-23  Alexandre Julliardserver: Avoid a potential server crash when a thread...
2010-08-23  Alexandre Julliardserver: Change the removable fd flag to a cacheable...
2010-08-04  Dmitry Timoshkovuser32: Protect from setting as a window owner one...
2010-08-03  Mike Kaplinskiyws2_32: Don't set FD_READ/FD_WRITE before the connectio...
2010-07-28  Mike Kaplinskiyserver: Fix some comments.
2010-07-28  Mike Kaplinskiyserver: Don't delay events, we simply shouldn't send...
2010-07-28  Mike Kaplinskiyserver: Consume events triggered.
2010-07-28  Alexandre Julliardserver: Use tgkill to send signals on x86_64 too.
2010-07-28  Michael Stefaniucserver: Simplify tkill() and remove unreachable code...
2010-07-22  Maarten Lankhorstwineserver: Use syscall instead of int $0x80.
2010-07-21  Alexandre Julliardserver: Try to use /proc/pid/mem to read process memory...
2010-07-20  Mike Kaplinskiyserver: Forward the correct error to asyncs.
2010-07-20  Mike Kaplinskiyserver: In case of hangup/error, wake up all asyncs...
2010-07-20  Mike Kaplinskiyserver: Propagate error from recv.
2010-07-20  Mike Kaplinskiyserver: Move signaling FD_* events to a separate function.
2010-06-30  Alexandre Julliardserver: Return the total length of the target in query_...
2010-06-11  Dmitry Timoshkovserver: Make layered windows transparent for mouse...
2010-05-25  Hans Leidekkerserver: Map EHOSTUNREACH to STATUS_HOST_UNREACHABLE.
2010-05-24  Andrey Turkinserver: Connect named pipe synchronously when overlappe...
2010-05-20  Mike Kaplinskiyserver: Move async activation into separate function.
2010-05-19  Mike Kaplinskiyserver: Don't poll for events when there are async...
2010-05-17  Mike Kaplinskiyserver: Move socket async activation to sock_poll_event.
2010-05-16  Alexandre Julliardserver: Make sure a thread doesn't get freed while...
2010-05-14  Mike Kaplinskiyserver: Get rid of sock_try_event.
2010-05-14  Mike Kaplinskiyserver: Always treat POLLHUP as a hangup, just special...
2010-05-13  Mike Kaplinskiyserver: Use a less hackish approach to not POLLIN when...
2010-05-13  Mike Kaplinskiyserver: Keep polling sockets after we got a 0 recv...
2010-05-13  Mike Kaplinskiyserver: Set FD_READ in only 1 place (cleanup).
2010-05-12  Alexandre Julliardwinex11: Update the cursor also for events ignored...
2010-05-11  Alexandre Julliardserver: Return the cursor information for a thread...
2010-05-04  Alexandre Julliardserver: Check that the prefix type can support the...
2010-05-04  Alexandre Julliardserver: Use the prefix architecture instead of the...
2010-05-04  Alexandre Julliardserver: Store the prefix 32/64 architecture in the...
2010-04-21  Alexandre Julliardserver: Return the current cursor when queuing a hardwa...
2010-04-20  Alexandre Julliardserver: Fix structure padding for requests that have...
2010-04-20  Eric Pouechserver: Fix write_process_memory on Wow64.
2010-04-13  Frédéric Delanoywineserver: Fix French manpage.
2010-04-09  Frédéric Delanoymanpages: Fix formatting errors.
2010-04-08  Eric Pouechserver: Correctly set the DR0..7 registers on Linux...
2010-04-05  André Hentschelserver: Add German translation of the manpage.
2010-04-02  Alexandre Julliardserver: Disallow all operations on deleted registry...
2010-04-02  Alexandre Julliardserver: Update the registry key and value name length...
2010-04-01  Alexandre Julliardserver: Update trace for new error codes.
2010-04-01  Alexandre Julliardserver: Fix 64-bit alignment of the context structure.
2010-04-01  Alexandre Julliardserver: Set a proper error code when dup_fd_object...
2010-04-01  Alexandre Julliardserver: Don't set the Wow64 flag on a Wow6432Node since...
2010-03-29  Mikhail Maroukhineserver: Fix compiler warning with flag -Wcast-qual.
2010-03-23  Mike Kaplinskiyws2_32: Use ntstatus in overlapped functions.
2010-03-22  Alexandre Julliardserver: Add support for storing the cursor and show...
2010-03-22  Alexandre Julliardserver: Add a helper function to change a queue thread...
2010-03-19  Francois Gougetserver: Don't include winsock.h to avoid creating a...
2010-03-16  Alexandre Julliardmakefiles: Remove the no longer needed explicit separat...
2010-03-15  Henri Verbeetntdll: Improve support for the ProcessDebugPort info...
2010-03-15  Henri Verbeetserver: Debugging our own process is disallowed.
2010-03-05  Henri Verbeetserver: Allow the debugger to be debugged.
2010-03-05  Alexandre Julliardserver: Fix a typo in the context tracing.
2010-03-04  Alexandre Julliardserver: Add support for Wow64 sharing of the HKLM\Softw...
2010-03-04  Alexandre Julliardserver: Add a helper function for the common functional...
2010-03-03  Alexandre Julliardserver: Set the idle event when PeekMessage is called...
2010-03-03  Alexandre Julliarduser32: Pass HWND_BOTTOM unmodified to the server in...
2010-03-02  Alexandre Julliardserver: Initial support for Wow64 registry redirection.
2010-03-01  Alexandre Julliardserver: Make the standard registry key creation non...
2010-03-01  Alexandre Julliardserver: Add a separate function for internal registry...
next