ntdll: Ignore the hole in the FILE_PIPE_WAIT_FOR_BUFFER structure passed into NtFsCon...
[wine] / server /
2009-12-11  Alexandre Julliardserver: Simplify computation of file modes from the...
2009-12-11  Ben Peddellserver: Include user groups in file mode calculation...
2009-12-08  Paul Chitescuserver: Only check if permission bits changed before...
2009-12-08  Alexandre Julliardserver: Improve parameter checks when opening a directory.
2009-12-01  Alexandre Julliardserver: Add support for opening files from a specified...
2009-12-01  Alexandre Julliardserver: Make sure that last error doesn't get set durin...
2009-12-01  Alexandre Julliardserver: Don't set last error in close_handle(), return...
2009-12-01  Alexandre Julliardserver: Don't set last error in get_handle(), move...
2009-11-24  Paul Chitescuwineserver: Do not uselessly set the KEY_DIRTY flag...
2009-11-24  Albert Leeserver: Support event ports on Solaris.
2009-11-23  Alexandre Julliardserver: Implement the file sharing check for delete...
2009-11-23  Alexandre Julliardserver: Implement the file sharing check when truncatin...
2009-11-23  Alexandre Julliardserver: Implement the special file sharing rules for...
2009-11-23  Alexandre Julliardserver: Don't create a file object for anonymous mappings.
2009-11-23  Alexandre Julliardserver: Moved the create_temp_file function to mapping.c.
2009-11-23  Alexandre Julliardserver: Store a duplicate of the file descriptor for...
2009-11-23  Alexandre Julliardserver: Use the file descriptor instead of the file...
2009-11-23  Alexandre Julliardserver: Also store a file descriptor object for mappings.
2009-11-23  Alexandre Julliardserver: Move the functions to extend file to mapping...
2009-11-20  Alexandre Julliardserver: Use the correct thread id to set affinity.
2009-11-20  Alexandre Julliardserver: Only require REG_OPTION_VOLATILE when creating...
2009-11-17  Rob Shearmanserver: Extend get_token_user server call to also retri...
2009-11-12  Henri Verbeetserver: Store the Unix name in the fd.
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...
next