1. 73c7239 Fixed Get/SetThreadContext to work properly on suspended threads. by Alexandre Julliard · 19 years ago
  2. f2686d4 Fix error returned when opening nonexistent pipes. by Vitaliy Margolen · 19 years ago
  3. 3f85e26 Moved the platform-independent part of the get/set_thread_context by Alexandre Julliard · 19 years ago
  4. ff7795e Don't send an extra signal when waiting for a debug event, just do a by Alexandre Julliard · 19 years ago
  5. d6f7adb Don't send the incoming context to the server for get_thread_context, by Alexandre Julliard · 19 years ago
  6. ecca104 Fix error returned when exceeding allowed instances. by Vitaliy Margolen · 19 years ago
  7. 1ca6e89 - Use OBJ_CASE_INSENSITIVE in object lookup. by Vitaliy Margolen · 19 years ago
  8. 4b811d9 Do not overflow the stackbased "nt" struct when reading non-conforming PE files. by Marcus Meissner · 19 years ago
  9. 3585f2f Pass object attributes to create_named_object & find_object. by Vitaliy Margolen · 19 years ago
  10. a996000 - Send whole OBJECT_ATTRIBUTES.Attributes to the server not just an by Vitaliy Margolen · 19 years ago
  11. f8037bd Make the unmount_device request take a handle to the device file by Alexandre Julliard · 19 years ago
  12. 2790923 Removed incorrect process queue check in wait_input_idle. by Alexandre Julliard · 19 years ago
  13. 12a7499 Put Wine version information in all the man pages. by Alexandre Julliard · 19 years ago
  14. 664e410 Added global rules for man pages. by Alexandre Julliard · 19 years ago
  15. 9a7b41a Fix refcount leak and return correct error in create_named_object. by Vitaliy Margolen · 20 years ago
  16. 79b387d Initial version of a wineserver man page. by Alexandre Julliard · 20 years ago
  17. b09582a Implemented kernel32 process affinity handling on top on ntdll. by Eric Pouech · 20 years ago
  18. 0ec183c Use the proper format to print handles in handle_table_dump. by Alexandre Julliard · 20 years ago
  19. 43c6396 Use int instead of long in interlocked_* functions for 64-bit compatibility. by Alexandre Julliard · 20 years ago
  20. e21aa6a - now passing access rights when creating a named pipe in NTDLL by Eric Pouech · 20 years ago
  21. 5a12dd1 Preliminary version of the context support for x86-64. by Alexandre Julliard · 20 years ago
  22. cdf9294 Use the proper size for the cmsg_fd structure on 64-bit plaforms. by Alexandre Julliard · 20 years ago
  23. 867ae26 Remove an exiting thread from the process only after thread cleanup to by Alexandre Julliard · 20 years ago
  24. 127127f Timeout 0 means infinite wait for SendMessageTimeout. by Alexandre Julliard · 20 years ago
  25. f0db7ab Added FSCTL_PIPE_LISTEN support. by Ivan Leo Puoti · 20 years ago
  26. b3badc7 - rewrite kernel32:{Set|Get}PriorityClass on top of ntdll equivalent by Eric Pouech · 20 years ago
  27. f62f6e8 Don't cache file descriptors open on removable devices. by Alexandre Julliard · 20 years ago
  28. 38502f7 Added a separate set_handle_cached_fd request instead of abusing by Alexandre Julliard · 20 years ago
  29. 1b2adad Don't try to detach from a thread that is exiting, to avoid triggering by Alexandre Julliard · 20 years ago
  30. 9d99a04 Added a watchdog mechanism to break out of the wait4 call in case it by Alexandre Julliard · 20 years ago
  31. 3f31a10 Avoid a crash in find_hardware_message_window when there's no foreground input. by Alexandre Julliard · 20 years ago
  32. 4ebd2fc Better handling of conflicting section information between by Alexandre Julliard · 20 years ago
  33. e659f1e Fix some gcc 4.0 warnings. by Mike McCormack · 20 years ago
  34. b0e091a The temp buffer always stores WCHARs, fixed its type and got rid of a by Alexandre Julliard · 20 years ago
  35. 964815b Added an unmount_device request that invalidates all file descriptors by Alexandre Julliard · 20 years ago
  36. 49b7fdc Removed the broken mmap64 configure check, and moved the by Alexandre Julliard · 20 years ago
  37. d432515 Added a separate device object to keep track of inodes that are on the by Alexandre Julliard · 20 years ago
  38. 830d1ed Automatically generate the list of error names in make_requests. by Alexandre Julliard · 20 years ago
  39. b6c7677 Removed a no longer used variable. by Alexandre Julliard · 20 years ago
  40. f895ad1 Fixed a couple of error codes. by Alexandre Julliard · 20 years ago
  41. c132542 Renamed fd to unix_fd in the closed_fd structure to make the code a bit clearer. by Alexandre Julliard · 20 years ago
  42. 8197e0b Create the desktop class when needed without requiring a client request. by Alexandre Julliard · 20 years ago
  43. 91eaea5 - Change the default user SID to match what was previously returned by by Robert Shearman · 20 years ago
  44. 37773dd Make mailslots use as much of the default async fd implementation as possible. by Robert Shearman · 20 years ago
  45. 9ad5628 Moved the server start time to the init_thread request and got rid of by Alexandre Julliard · 20 years ago
  46. 11ad6a0 Return the startup info size in the init_thread request, and allocate by Alexandre Julliard · 20 years ago
  47. fbf0ea9 Store the default DACL in the token. by Robert Shearman · 20 years ago
  48. 4391be5 Get rid of the boot_done request. by Alexandre Julliard · 20 years ago
  49. 0424f38 Already initialize the process in the first init_thread request by Alexandre Julliard · 20 years ago
  50. c976db1 Avoid potential crashes when there is no handle table. by Alexandre Julliard · 20 years ago
  51. 01caa5e Moved the fields that depends on startup info from the init_process by Alexandre Julliard · 20 years ago
  52. 6aa0cc5 Load the HKEY_CURRENT_USER branch at server startup too. by Alexandre Julliard · 20 years ago
  53. 4a40b2e Store the global hooks table in the desktop object. by Alexandre Julliard · 20 years ago
  54. 5ad90c0 Tie windows and thread input structures to a specific desktop. by Alexandre Julliard · 20 years ago
  55. 499e343 Export the winstation and desktop structures to avoid having to write by Alexandre Julliard · 20 years ago
  56. c3ac57d Explicitly pass the winstation to the atom functions so that they can by Alexandre Julliard · 20 years ago
  57. 8c51880 Put in place the basic infrastructure to allow supporting multiple by Alexandre Julliard · 20 years ago
  58. bb82cbb Convert the shared mapping list to a standard list. by Alexandre Julliard · 20 years ago
  59. 86af38c Make IsWindowUnicode work in the case when window belongs to another process. by Dmitry Timoshkov · 20 years ago
  60. 248f4b2 Store the global atom table in the process window station. by Alexandre Julliard · 20 years ago
  61. b2e74c3 Load all dll sections no matter what attributes say. by Vitaliy Margolen · 20 years ago
  62. 112228d Don't bother loading the config file anymore. by Alexandre Julliard · 20 years ago
  63. 45128bd Make the clipboard information local to the process window station. by Alexandre Julliard · 20 years ago
  64. 36b85d0 Clear the process handle table before releasing it to avoid potential by Alexandre Julliard · 20 years ago
  65. 92fec7b Keep track of the windows and hooks used by a thread to properly by Alexandre Julliard · 20 years ago
  66. 390bc5f Don't include winbase.h when it's not necessary. by Mike McCormack · 20 years ago
  67. 4bba216 Add support for impersonating a token. by Robert Shearman · 20 years ago
  68. 66e5ce3 Remove unnecessary includes. by Mike McCormack · 20 years ago
  69. 8cb3f92 - All versions of Windows ignore the access rights of the passed in by Robert Shearman · 20 years ago
  70. 5f22e7c Remove the process locks in process_killed, not process_destroy. by Alexandre Julliard · 20 years ago
  71. 0901b23 Call the close_handle notification for all objects when releasing a by Alexandre Julliard · 20 years ago
  72. dacc3db Fix size used to validate the sids in aces. by Robert Shearman · 20 years ago
  73. f95ef09 Add TokenType attribute to specify whether the token is a primary or by Robert Shearman · 20 years ago
  74. cdcb203 Call remove_process_locks when a process ends, fix declarations. by Mike McCormack · 20 years ago
  75. 3795709 Change code style of form "if( x )" to "if (x)" for consistency. by Robert Shearman · 20 years ago
  76. 9b3b7ca Store the process along with the key handle in notifications. by Alexandre Julliard · 20 years ago
  77. b9b1ea9 Added a close_handle method to the object operations, and use it to by Alexandre Julliard · 20 years ago
  78. 78a3e63 The desktop of a new thread should be set from the process initial by Alexandre Julliard · 20 years ago
  79. 9b82644 - Avoid evil signed bitfields. by Robert Shearman · 20 years ago
  80. d681022 Fix a regression in the performance of named pipes by only making the by Robert Shearman · 20 years ago
  81. c615801 Include user.h in the new winstation.c to avoid a warning from by Mike McCormack · 20 years ago
  82. e51dd36 Implement overlapped I/O with named pipes. by Robert Shearman · 20 years ago
  83. 1bf96e0 Beginnings of support for window stations and desktops. by Alexandre Julliard · 20 years ago
  84. d6a4e34 - Add a default asynchronous I/O implementation. - Make file objects use it. by Robert Shearman · 20 years ago
  85. db412aa Added a from_child parameter to the get_update_region request to allow by Alexandre Julliard · 20 years ago
  86. 50dc5a3 Crop the update region to the new window rectangle when resizing a window. by Alexandre Julliard · 20 years ago
  87. c516571 - Use NULL instead of 0 for all non-handle pointers. by Robert Shearman · 20 years ago
  88. 616b293 - Print commas between ACE's. - Dump access masks from all ACE's. by Robert Shearman · 20 years ago
  89. 4ad9341 Implement NtAccessCheck. by Robert Shearman · 20 years ago
  90. 7bff354 - Add new server type "struct security_descriptor". by Robert Shearman · 20 years ago
  91. b4b7f05 Fix several memory leaks. by Rob Shearman · 20 years ago
  92. 2a782c6 Add user attribute to token objects. by Robert Shearman · 20 years ago
  93. 110c8dc Fixed a number of atom test failures. by Alexandre Julliard · 20 years ago
  94. 55d449e Fixed another case where a mouse message could get assigned to a by Alexandre Julliard · 20 years ago
  95. 90b48e9 Only set the new window of a hardware message if the window belongs to by Alexandre Julliard · 20 years ago
  96. 9e73cdd Allow passing a string to the window property server requests instead by Alexandre Julliard · 20 years ago
  97. 4bef677 Changed atom handling to use counted strings instead of by Alexandre Julliard · 20 years ago
  98. 6334235 Store a bitmap of active hooks on the client side to try to avoid by Alexandre Julliard · 20 years ago
  99. e626736 - changed ATOM support in wineserver to match NTDLL needs by Eric Pouech · 20 years ago
  100. d40517c Change the type of 1 bit wide bitfields to unsigned. by Michael Stefaniuc · 20 years ago