libwine: Test against __linux__ define instead of just linux.
[wine] / server /
2009-10-22  Andrey Turkinserver: Open mem file for write when writing memory.
2009-10-15  Alexandre Julliardserver: Free client-side user handles at process exit.
2009-10-12  Alexandre Julliardserver: Add support for allocating purely client-side...
2009-10-06  Andrey Turkinkernel32: Always use ANSI version of OutputDebugString.
2009-10-01  Michael Stefaniucserver: A signed 1-bit bitfield doesn't make much sense...
2009-10-01  Juan Langserver: A thread's affinity is restricted to the proces...
2009-09-30  Juan Langserver: Use kernel support for thread affinity when...
2009-09-30  Juan Langserver: Setting a process's affinity sets all of its...
2009-09-01  Alexandre Julliardserver: Disable large files for procfs on Solaris.
2009-08-27  Alexandre Julliardntdll: Fix handling of the duplicate MxCsr entry in...
2009-08-21  Alexandre Julliardserver: Define an architecture-independent structure...
2009-08-18  Mike Kaplinskiyserver: Change cancel_async to take an optional iosb...
2009-08-17  Alexandre Julliardserver: Don't use the cached file mode when setting...
2009-08-17  Alexandre Julliardserver: Properly initialize mode and uid for file and...
2009-08-17  Michael Karcherserver: Don't report LOAD_DLL debug event for exe module.
2009-08-12  Alexandre Julliardserver: Add support for image mappings for both 32...
2009-07-13  Andrew Nguyenserver: Remap the EROFS errno value to STATUS_ACCESS_DE...
2009-07-07  Alexandre Julliardserver: Return the process CPU in the get_process_info...
2009-06-26  Alexandre Julliardserver: Use sys/inotify.h if it exists instead of hardc...
2009-06-18  Alexandre Julliardserver: The ptrace interfaces uses longs, not ints.
2009-06-13  Alexandre Julliardserver: Restart at the head of the wait queue when...
2009-06-12  Dmitry Timoshkovuser32: Add a test for PeekMessage((HWND)-1), make...
2009-06-09  Alexandre Julliardserver: Avoid a crash when trying to wait on a disconne...
2009-06-03  Alexandre Julliardserver: Hide a window before destroying it if it was...
2009-06-03  Alexandre Julliardserver: Reset events on the message queue fd to avoid...
2009-05-19  Alexandre Julliardntdll: Tweak the file mapping permission checks some...
2009-04-21  Hans Leidekkerserver: Add requests to set and retrieve default dacl.
2009-04-08  Alexandre Julliardserver: Define a generic context structure instead...
2009-04-08  Alexandre Julliardserver: Make all dump function take a prefix string...
2009-04-03  Alexandre Julliardserver: Verify that the client is using a supported...
2009-04-03  Alexandre Julliardserver: Store the type of CPU that the client is runnin...
2009-04-03  Alexandre Julliardserver: Use the thread entry point field to pass the...
2009-03-03  Alexandre Julliardserver: Make the new named pipe server fd inherit the...
2009-03-02  Alexandre Julliardserver: Overlapped named pipes are never blocking,...
2009-01-30  Alexandre Julliardserver: Don't return a value from a void function.
2009-01-29  Marcus Meissnerserver: Handle NULL thread in send_hardware_message...
2009-01-19  Alexandre Julliardserver: Store process/thread affinity as a 64-bit value.
2009-01-19  Alexandre Julliardserver: Generate padding in request structures from...
2009-01-16  Alexandre Julliardserver: Set stderr in line-buffered mode before doing...
2009-01-15  Alexandre Julliarduser32: Use the message_data_t union when receiving...
2009-01-02  Alexandre Julliardserver: Replace EXCEPTION_RECORD by an explicit definit...
2009-01-02  Alexandre Julliardserver: Simplify the debug_event_t structure.
2009-01-02  Alexandre Julliardserver: Avoid crash on initialization of the thread...
2008-12-31  Alexandre Julliardserver: Reorganize some requests to avoid padding,...
2008-12-31  Alexandre Julliardserver: Make atom_t an unsigned int to avoid padding...
2008-12-31  Alexandre Julliardserver: Make TEB and PEB client_ptr_t instead of void...
2008-12-31  Alexandre Julliardserver: Make thread entry points client_ptr_t instead...
2008-12-31  Alexandre Julliardserver: Move ldt_copy to the init_process_done request...
2008-12-31  Alexandre Julliardserver: Send the version with the initial fd so that...
2008-12-30  Alexandre Julliardserver: Make the various async I/O parameters client_pt...
2008-12-30  Alexandre Julliardserver: Specify the user APC to call only once the...
2008-12-30  Alexandre Julliardserver: Explicitly specify when an ioctl call needs...
2008-12-30  Alexandre Julliardserver: Make the arguments for CreateRemoteThread clien...
2008-12-30  Alexandre Julliardserver: Make a couple of fields smaller in the apc_call...
2008-12-30  Alexandre Julliardserver: Make padding explicit in the wake_up_reply...
2008-12-30  Alexandre Julliardserver: Make the address parameters in inter-process...
2008-12-30  Alexandre Julliardserver: Make the mapping base address a client_ptr_t...
2008-12-30  Alexandre Julliardserver: Make the address argument for read/write_proces...
2008-12-30  Alexandre Julliardserver: Make the message callback function a client_ptr...
2008-12-29  Alexandre Julliardserver: Make timer callback function and argument clien...
2008-12-29  Alexandre Julliardserver: Make hook procedures client_ptr_t instead of...
2008-12-29  Alexandre Julliardserver: Make the device opaque data a client_ptr_t...
2008-12-29  Alexandre Julliardserver: Make the class opaque data a client_ptr_t inste...
2008-12-29  Alexandre Julliardserver: Make the select cookie a client_ptr_t instead...
2008-12-29  Alexandre Julliardserver: Store debugging output strings as client_ptr_t...
2008-12-29  Alexandre Julliardserver: Store module names as client_ptr_t instead...
2008-12-29  Alexandre Julliardserver: Make module handles always 64-bit.
2008-12-29  Alexandre Julliardserver: Add a module_handle_t type to represent client...
2008-12-26  Alexandre Julliardserver: Get rid of the unused count parameter in fd_que...
2008-12-26  Alexandre Julliardserver: Use the same field for process and thread handl...
2008-12-26  Alexandre Julliardserver: Store the async handle inside the async_data_t...
2008-12-24  Alexandre Julliardserver: Make lparam_t always 64-bit.
2008-12-24  Alexandre Julliardserver: Store data for hardware messages in the message...
2008-12-17  Alexandre Julliardserver: Make apc_param_t always 64-bit.
2008-12-17  Alexandre Julliardserver: Use mem_size_t instead of file_pos_t for memory...
2008-12-17  Alexandre Julliardserver: Make mem_size_t always 64-bit.
2008-12-17  Alexandre Julliardserver: Add a mem_size_t type to represent memory sizes...
2008-12-15  Alexandre Julliardserver: Make async I/O transfer sizes always 32-bit.
2008-12-15  Alexandre Julliardserver: Add an apc_param_t type to store APC client...
2008-12-10  Alexandre Julliardserver: Windows properties are actually generic params...
2008-12-10  Alexandre Julliardserver: Define an lparam_t type for message parameters...
2008-12-09  Alexandre Julliardserver: Don't use size_t for module sizes, they are...
2008-12-09  Alexandre Julliardserver: Get rid of the support for module snapshots...
2008-12-08  Alexandre Julliardserver: Make user handles ints instead of pointers.
2008-12-08  Alexandre Julliardserver: Make object handles ints instead of pointers.
2008-12-06  Alexandre Julliardserver: The name len in the get_directory_entry request...
2008-12-06  Alexandre Julliardserver: Convert the registry key modification time...
2008-12-05  Vincent Povirkserver: Fix string format warning.
2008-12-04  Alexandre Julliardserver: Limit the number of allocated handles before...
2008-12-03  Jeff Zaroykowineserver: Don't use O_CREAT and O_EXCL when attemptin...
2008-12-01  Francois Gougetserver: Remove an unneeded cast.
2008-11-25  Alexandre Julliardntdll: Add support for virtual write watches.
2008-11-07  Paul Bryan Robertsserver: Clone file_get_sd() and file_set_fd() for direc...
2008-11-07  Paul Bryan Robertsserver: Refactor server side implementation of GetFileS...
2008-11-05  Alexandre Julliardntdll,server: Fixed access checks for OpenFileMapping...
2008-11-05  Alexandre Julliardntdll: Store the per-page committed status in the serve...
2008-11-04  Alexandre Julliardntdll: Add a noexec flag for memory views where we...
2008-11-04  Alexandre Julliardntdll: Store the per-view flags in the high word of...
2008-10-20  Alexandre Julliardserver: Added a request to unlink an object from its...
2008-10-18  Alexandre Julliardserver: Convert source files to utf-8.
next