1. 2f69329 server: Add a separate request to set the window visible rect. by Alexandre Julliard · 17 years ago
  2. af268c6 server: Redesign the server shutdown processing. by Alexandre Julliard · 17 years ago
  3. e735e19 user32: Reimplement IsHungAppWindow. by Dmitry Timoshkov · 17 years ago
  4. a5e38b3 server: Partial implementation of NtQueryDirectoryObject. by Alexandre Julliard · 17 years ago
  5. d30b574 server: Implemented EnumWindowStations and EnumDesktops. by Alexandre Julliard · 17 years ago
  6. 27cb7c7 ws2_32: Make certain winsock functions generate i/o completion messages. by Andrey Turkin · 17 years ago
  7. 5356bfd server: Add a new get_security_object call for getting the security descriptor of an object. by Rob Shearman · 17 years ago
  8. d1a8155 server: Allow completion object to be attached to an fd object. by Andrey Turkin · 18 years ago
  9. 4775824 server: Implement server-side completion queues and operations on them. by Andrey Turkin · 18 years ago
  10. 3f431a0 server: Add get_token_statistics server call and use it to implement the TokenStatistics and TokenType levels for NtQueryInformationToken. by Rob Shearman · 18 years ago
  11. fec5117 server: Merge APC processing into the select request. by Alexandre Julliard · 18 years ago
  12. 156b205 server: Add support for system processes, that can be signaled to exit when all non-system processes are done. by Alexandre Julliard · 18 years ago
  13. aafcfe7 server: Add support for retrieving results of queued ioctls once they are done. by Alexandre Julliard · 18 years ago
  14. 78b7510 server: Add request to retrieve the next pending ioctl call for a device manager. by Alexandre Julliard · 18 years ago
  15. b43dc15 server: Add support for generic device objects managed from the client side. by Alexandre Julliard · 18 years ago
  16. 6105a93 server: Moved the FSCTL_PIPE_LISTEN implementation to the server. by Alexandre Julliard · 18 years ago
  17. 3684dc1 server: Move the FSCTL_PIPE_WAIT ioctl implementation to the server. by Alexandre Julliard · 18 years ago
  18. 2669af7 server: Move the server part of device unmounting to the ioctl processing. by Alexandre Julliard · 18 years ago
  19. 8c46095 server: Implement the FSCTL_PIPE_DISCONNECT ioctl on the server side. by Alexandre Julliard · 18 years ago
  20. 6357143 server: Add infrastructure for ioctl server request. by Alexandre Julliard · 18 years ago
  21. 0cb29f4 server: Add support for associating a file descriptor to a message queue. by Alexandre Julliard · 18 years ago
  22. de1866d server: Implement the open_file method for named pipes. by Alexandre Julliard · 18 years ago
  23. 806bb49 server: Implement the open_file method for mailslots. by Alexandre Julliard · 18 years ago
  24. b1788c8 server: Replace inline static with static inline. by Andrew Talbot · 18 years ago
  25. c2cb296 ntdll: Implement NtAllocateLocallyUniqueId with server call. by Juan Lang · 18 years ago
  26. d342d14 server: Add get_token_impersonation_level server call for retrieving the impersonation level from a token. by Rob Shearman · 18 years ago
  27. b0e9d7e ntdll/server: Implement NtSetSecurityObject. With tests. by Vitaliy Margolen · 18 years ago
  28. bae7502 server/ntdll: Simplistic implementation of NtQueryObject(ObjectBasicInformation). by Vitaliy Margolen · 18 years ago
  29. fb40dc4 server: Added mechanism for returning results of APC calls. by Alexandre Julliard · 18 years ago
  30. 8700c43 server: Get rid of the server-side file descriptor cache management. by Alexandre Julliard · 18 years ago
  31. 2f80fcd server: Changed the get_next_hook request to allow retrieving the current hook too. by Alexandre Julliard · 18 years ago
  32. 3a4c04d server: Make sure to completely kill processes before returning from a wineserver -k. by Alexandre Julliard · 19 years ago
  33. d3b3096 server: Split the queuing of hardware messages into a separate send_hardware_message request. by Alexandre Julliard · 19 years ago
  34. ce40ef1 server: Rename the wait_input_idle request to better reflect what it does. by Alexandre Julliard · 19 years ago
  35. 0f273c1 server: Added data_size_t type to represent sizes in the server protocol. by Alexandre Julliard · 19 years ago
  36. 360a3f9 Update the address of the Free Software Foundation. by Jonathan Ernst · 19 years ago
  37. 3396a66 server: Retrieve the groups for a token from the server. by Robert Shearman · 19 years ago
  38. 0193211 server: Fill in NtNotifyChangeDirectoryFile's buffer with change data. by Mike McCormack · 19 years ago
  39. 0835107 server: Fix the file notification interface to use directory handles. by Mike McCormack · 19 years ago
  40. a40ce39 user: Fix WM_QUIT message ordering from PostQuitMessage. by Robert Shearman · 19 years ago
  41. 67505c0 server: Support for opening devices. by Alexandre Julliard · 19 years ago
  42. 80444df Implement symbolic link object in wineserver. by Vitaliy Margolen · 19 years ago
  43. 3c6bdcc Implement directory object in wineserver. by Vitaliy Margolen · 19 years ago
  44. ead9b06 Added a struct unicode_str to encapsulate object names. by Alexandre Julliard · 19 years ago
  45. f62f6e8 Don't cache file descriptors open on removable devices. by Alexandre Julliard · 20 years ago
  46. 38502f7 Added a separate set_handle_cached_fd request instead of abusing by Alexandre Julliard · 20 years ago
  47. 964815b Added an unmount_device request that invalidates all file descriptors by Alexandre Julliard · 20 years ago
  48. 91eaea5 - Change the default user SID to match what was previously returned by by Robert Shearman · 20 years ago
  49. 9ad5628 Moved the server start time to the init_thread request and got rid of by Alexandre Julliard · 20 years ago
  50. 4391be5 Get rid of the boot_done request. by Alexandre Julliard · 20 years ago
  51. 6aa0cc5 Load the HKEY_CURRENT_USER branch at server startup too. by Alexandre Julliard · 20 years ago
  52. 8c51880 Put in place the basic infrastructure to allow supporting multiple by Alexandre Julliard · 20 years ago
  53. 1bf96e0 Beginnings of support for window stations and desktops. by Alexandre Julliard · 20 years ago
  54. 4ad9341 Implement NtAccessCheck. by Robert Shearman · 20 years ago
  55. e626736 - changed ATOM support in wineserver to match NTDLL needs by Eric Pouech · 20 years ago
  56. abe70f7 Implemented GetLastInputInfo. by Mike McCormack · 20 years ago
  57. d2ea92d - Clean up well-known privileges. by Robert Shearman · 20 years ago
  58. 2ab6a77 Implement mailslots. by Mike McCormack · 20 years ago
  59. 4d32a47 Replace the link_window request by a set_parent request since that is by Alexandre Julliard · 20 years ago
  60. 0bc8377 Create a new server request for accepting hardware messages instead of by Alexandre Julliard · 20 years ago
  61. 5054c79 Try to always keep the server window Z-order in sync with the X11 one by Alexandre Julliard · 20 years ago
  62. b0f02b2 - Implement AdjustTokenPrivileges, DuplicateTokenEx and by Robert Shearman · 20 years ago
  63. 4634447 - got rid of include/async.h by Eric Pouech · 20 years ago
  64. 7572b12 Implement NtQueryTimer. by Robert Shearman · 20 years ago
  65. 5defa49 Moved update region handling to the server. by Alexandre Julliard · 20 years ago
  66. 4616dcb Moved the WindowFromPoint functionality to the server so that we can by Alexandre Julliard · 21 years ago
  67. 618a7e5 Added support for window regions in the server. by Alexandre Julliard · 21 years ago
  68. e8d86b7 Moved visible region calculation to the server. by Alexandre Julliard · 21 years ago
  69. 8c29b5f Removed the no longer used SMB file I/O support, we can't do reliable by Alexandre Julliard · 21 years ago
  70. c07ce05 Moved loading of the home registry files to the server, there's no by Alexandre Julliard · 21 years ago
  71. 72f87b8 Use pread/pwrite everywhere to avoid changing the file position while by Alexandre Julliard · 21 years ago
  72. 18c08d3 Removed the get_file_info request. by Alexandre Julliard · 21 years ago
  73. db45170 Handle the set_file_pointer request on the client side. by Alexandre Julliard · 21 years ago
  74. a1fe8b4 Use futimes() instead of utime() to implement SetFileTime, so that it by Alexandre Julliard · 21 years ago
  75. adc0610 Make the standard create_file request handle serial ports too, and by Alexandre Julliard · 21 years ago
  76. db692c8 Open a real file handle for drive devices, and get rid of the server by Alexandre Julliard · 21 years ago
  77. 43cb03b Implemented RegFlushKey and NtFlushKey. by Mike Hearn · 21 years ago
  78. bfce151 Added window classes in the server, and support for inter-process by Alexandre Julliard · 21 years ago
  79. 8d174d3 Store the global shell, progman and taskman windows in the server by Alexandre Julliard · 21 years ago
  80. 5ac945c Implement registry key unloading. by Mike McCormack · 22 years ago
  81. 36cd6f5 Added a security token object in wineserver. by Mike McCormack · 22 years ago
  82. b2df5f9 - use global atoms for the format ids by Ulrich Czekalla · 22 years ago
  83. 412d37f - adapted kernel32 so that it no longer (directly) manages console by Eric Pouech · 22 years ago
  84. c00a447 Implement anonymous pipes on top of named pipes. by Eric Pouech · 22 years ago
  85. 3e588e3 Implemented file change notifications, based on a patch by Mike McCormack. by Alexandre Julliard · 22 years ago
  86. cf27a7f Changed fd operations to take a struct fd instead of a struct object. by Alexandre Julliard · 22 years ago
  87. 2359b57 - no longer depend on toolhelp definitions for generating snapshots by Eric Pouech · 22 years ago
  88. 8ba666f Store the keyboard state in the thread input structure on the server side. by Alexandre Julliard · 22 years ago
  89. 11f4b44 Implemented registry change notifications. by Mike McCormack · 22 years ago
  90. 0286135 Rewrote hook support to store the hook chain in the server. by Alexandre Julliard · 22 years ago
  91. 11e3523 Rewrote caret implementation to store the information in the server. by Alexandre Julliard · 22 years ago
  92. a9e8f59 Moved mouse capture handling into the server. by Alexandre Julliard · 22 years ago
  93. 5030bda Reimplemented Get/SetActiveWindow, Get/SetFocus and by Alexandre Julliard · 22 years ago
  94. ab5063b Added server-side infrastructure for the thread input structure. by Alexandre Julliard · 22 years ago
  95. 40043ed Added -k option to kill an existing wineserver. by Alexandre Julliard · 23 years ago
  96. 4144b5b Create the server directory and socket file in /tmp. by Alexandre Julliard · 23 years ago
  97. 93bfa0d Implementation for console control events (includes process groups support). by Eric Pouech · 23 years ago
  98. 5188574 Renamed handle_t to obj_handle_t to avoid conflict with rpcdce.h. by Alexandre Julliard · 23 years ago
  99. d15bf1c Fixed handling of deferred connections in WSAAccept(). by Martin Wilck · 23 years ago
  100. 417296c Implement OpenThread() winapi call. Implement a few pthreads functions. by Chris Morgan · 23 years ago