- 1a4f6e5 user: Launch explorer to manage the desktop window. by Alexandre Julliard · 19 years ago
- 4be3d4c server: Return real parent and owner in the create_window request. by Alexandre Julliard · 19 years ago
- 6b95c0e kernel32: ClearCommError. by Eric Pouech · 19 years ago
- e27358e server: Remove no longer needed fields in the init_process_done request. by Alexandre Julliard · 19 years ago
- e4faabf server: Track created and removed directories in the tree of inodes for inotify. by Mike McCormack · 19 years ago
- e033014 server: Remove the no longer needed exe_file parameter in the by Alexandre Julliard · 19 years ago
- 0790f95 kernel32: ReadDirectoryChangesW fixes. by Mike McCormack · 19 years ago
- 0193211 server: Fill in NtNotifyChangeDirectoryFile's buffer with change data. by Mike McCormack · 19 years ago
- 2a36dd2 server: Remove no longer used create_flags from get_startup_info request. by Alexandre Julliard · 19 years ago
- 0835107 server: Fix the file notification interface to use directory handles. by Mike McCormack · 19 years ago
- a40ce39 user: Fix WM_QUIT message ordering from PostQuitMessage. by Robert Shearman · 19 years ago
- 2878d99 ntdll: Add debug registers to the context of all exceptions. by Alexandre Julliard · 19 years ago
- 2654be0 ntdll: Handle NtSetContextThread on the client side (as far as by Alexandre Julliard · 19 years ago
- b7607ae ntdll: Correct implementation for atom query functions. by Eric Pouech · 19 years ago
- b05340a ntdll: Implement FSCTL_PIPE_WAIT NtFsControlFile ioctl. by Vitaliy Margolen · 19 years ago
- 67505c0 server: Support for opening devices. by Alexandre Julliard · 19 years ago
- 03b040c server: Added object attributes to a few more requests. by Alexandre Julliard · 19 years ago
- 7b910f4 server: Use attributes instead of inherit flag in dup_handle request. by Alexandre Julliard · 19 years ago
- 836d07c server: Use attributes instead of inherit flag in token requests. by Alexandre Julliard · 19 years ago
- f2d7dd6 server: Use attributes instead of inherit flag in process and thread requests. by Alexandre Julliard · 19 years ago
- f11d0a3 server: Use attributes instead of inherit flag in snapshot requests. by Alexandre Julliard · 19 years ago
- 7a09660 server: Use attributes instead of inherit flag in console requests. by Alexandre Julliard · 19 years ago
- 27b1aec server: Use attributes instead of inherit flag in file requests. by Alexandre Julliard · 19 years ago
- bc30303 server: Use attributes instead of inherit flag in socket requests. by Alexandre Julliard · 19 years ago
- cf21d4d Move mailslot devices into directory name space. by Vitaliy Margolen · 19 years ago
- babfa79 Move named pipe objects into directory name space. by Vitaliy Margolen · 19 years ago
- 348a3d9 Move mapping (section) objects into directory name space. by Vitaliy Margolen · 19 years ago
- 7c5cb7a Move timer objects into directory name space. by Vitaliy Margolen · 19 years ago
- 5daae3d Move semaphore objects into directory name space. by Vitaliy Margolen · 19 years ago
- f676bc8 Move event and mutex objects into directory name space. by Vitaliy Margolen · 19 years ago
- 80444df Implement symbolic link object in wineserver. by Vitaliy Margolen · 19 years ago
- 3c6bdcc Implement directory object in wineserver. by Vitaliy Margolen · 19 years ago
- 86397e1 Fixed handling of mailslot read timeout to avoid compiler warnings. by Alexandre Julliard · 19 years ago
- 83ef91c Replace inherit flag with object attributes in winstation and desktop by Vitaliy Margolen · 19 years ago
- 73c7239 Fixed Get/SetThreadContext to work properly on suspended threads. by Alexandre Julliard · 19 years ago
- ff7795e Don't send an extra signal when waiting for a debug event, just do a by Alexandre Julliard · 19 years ago
- a996000 - Send whole OBJECT_ATTRIBUTES.Attributes to the server not just an by Vitaliy Margolen · 19 years ago
- b09582a Implemented kernel32 process affinity handling on top on ntdll. by Eric Pouech · 20 years ago
- e21aa6a - now passing access rights when creating a named pipe in NTDLL by Eric Pouech · 20 years ago
- f0db7ab Added FSCTL_PIPE_LISTEN support. by Ivan Leo Puoti · 20 years ago
- f62f6e8 Don't cache file descriptors open on removable devices. by Alexandre Julliard · 20 years ago
- 38502f7 Added a separate set_handle_cached_fd request instead of abusing by Alexandre Julliard · 20 years ago
- 964815b Added an unmount_device request that invalidates all file descriptors by Alexandre Julliard · 20 years ago
- 91eaea5 - Change the default user SID to match what was previously returned by by Robert Shearman · 20 years ago
- 9ad5628 Moved the server start time to the init_thread request and got rid of by Alexandre Julliard · 20 years ago
- 11ad6a0 Return the startup info size in the init_thread request, and allocate by Alexandre Julliard · 20 years ago
- 4391be5 Get rid of the boot_done request. by Alexandre Julliard · 20 years ago
- 0424f38 Already initialize the process in the first init_thread request by Alexandre Julliard · 20 years ago
- 01caa5e Moved the fields that depends on startup info from the init_process by Alexandre Julliard · 20 years ago
- 6aa0cc5 Load the HKEY_CURRENT_USER branch at server startup too. by Alexandre Julliard · 20 years ago
- 8c51880 Put in place the basic infrastructure to allow supporting multiple by Alexandre Julliard · 20 years ago
- 86af38c Make IsWindowUnicode work in the case when window belongs to another process. by Dmitry Timoshkov · 20 years ago
- 4bba216 Add support for impersonating a token. by Robert Shearman · 20 years ago
- e51dd36 Implement overlapped I/O with named pipes. by Robert Shearman · 20 years ago
- 1bf96e0 Beginnings of support for window stations and desktops. by Alexandre Julliard · 20 years ago
- db412aa Added a from_child parameter to the get_update_region request to allow by Alexandre Julliard · 20 years ago
- 4ad9341 Implement NtAccessCheck. by Robert Shearman · 20 years ago
- 7bff354 - Add new server type "struct security_descriptor". by Robert Shearman · 20 years ago
- 9e73cdd Allow passing a string to the window property server requests instead by Alexandre Julliard · 20 years ago
- 6334235 Store a bitmap of active hooks on the client side to try to avoid by Alexandre Julliard · 20 years ago
- e626736 - changed ATOM support in wineserver to match NTDLL needs by Eric Pouech · 20 years ago
- abe70f7 Implemented GetLastInputInfo. by Mike McCormack · 20 years ago
- f92fff6 Implemented NtSignalAndWaitForSingleObject. by Mike McCormack · 20 years ago
- d2ea92d - Clean up well-known privileges. by Robert Shearman · 20 years ago
- 3e2f2a5 Allow nested hardware message processing by storing a unique id in by Alexandre Julliard · 20 years ago
- 0a9f98b Removed the no longer user APC_ASYNC kind of APC. by Eric Pouech · 20 years ago
- 5a2591d - moved named pipe creation to ntdll by Eric Pouech · 20 years ago
- bc75f2f Return the coordinates information needed to setup the DC parameters by Alexandre Julliard · 20 years ago
- 2ab6a77 Implement mailslots. by Mike McCormack · 20 years ago
- 4d32a47 Replace the link_window request by a set_parent request since that is by Alexandre Julliard · 20 years ago
- 0bc8377 Create a new server request for accepting hardware messages instead of by Alexandre Julliard · 20 years ago
- 5054c79 Try to always keep the server window Z-order in sync with the X11 one by Alexandre Julliard · 20 years ago
- f756090 Make the server know about the visible area of a window, which is the by Alexandre Julliard · 20 years ago
- 4e47afb Compute the top clipping window directly on the server side. by Alexandre Julliard · 20 years ago
- 9961502 Properly cope with get_message being called recursively while by Alexandre Julliard · 20 years ago
- 5067909 Create a thread-specific selection window to make sure we receive the by Ulrich Czekalla · 20 years ago
- b0f02b2 - Implement AdjustTokenPrivileges, DuplicateTokenEx and by Robert Shearman · 20 years ago
- 6dba0a7 Add support for winevent hooks. by Dmitry Timoshkov · 20 years ago
- ae661da Properly compute the client area valid rects and pass them to the by Alexandre Julliard · 20 years ago
- 4634447 - got rid of include/async.h by Eric Pouech · 20 years ago
- 7572b12 Implement NtQueryTimer. by Robert Shearman · 20 years ago
- 5defa49 Moved update region handling to the server. by Alexandre Julliard · 20 years ago
- 44158dd - moved event, semaphore, mutex implementation from kernel32 to ntdll by Eric Pouech · 20 years ago
- ff986a5 Converted the timer list to use standard list functions. by Alexandre Julliard · 20 years ago
- 6a27b48 Fd type is no longer used, get rid of it. by Alexandre Julliard · 21 years ago
- 1ffddb4 - better support for non-blocking COMM and socket read/writes: by Eric Pouech · 21 years ago
- 4616dcb Moved the WindowFromPoint functionality to the server so that we can by Alexandre Julliard · 21 years ago
- c4ec210 Pass the environment for a child process through the server instead of by Alexandre Julliard · 21 years ago
- 618a7e5 Added support for window regions in the server. by Alexandre Julliard · 21 years ago
- e8d86b7 Moved visible region calculation to the server. by Alexandre Julliard · 21 years ago
- b0fd2ad - Added ProcessBasicInformation class to ntdll.NtQueryInformationProcess. by Eric Pouech · 21 years ago
- 8c29b5f Removed the no longer used SMB file I/O support, we can't do reliable by Alexandre Julliard · 21 years ago
- c07ce05 Moved loading of the home registry files to the server, there's no by Alexandre Julliard · 21 years ago
- 72f87b8 Use pread/pwrite everywhere to avoid changing the file position while by Alexandre Julliard · 21 years ago
- 18c08d3 Removed the get_file_info request. by Alexandre Julliard · 21 years ago
- db45170 Handle the set_file_pointer request on the client side. by Alexandre Julliard · 21 years ago
- 49b2f6d Get rid of the removable media handling in the server. by Alexandre Julliard · 21 years ago
- a1fe8b4 Use futimes() instead of utime() to implement SetFileTime, so that it by Alexandre Julliard · 21 years ago
- adc0610 Make the standard create_file request handle serial ports too, and by Alexandre Julliard · 21 years ago
- 014099c Changed the create_file server request to take NtCreateFile flags by Alexandre Julliard · 21 years ago