1. 9018e13 server: Add support for allocating purely client-side user handles. by Alexandre Julliard · 15 years ago
  2. 3eaecf0 kernel32: Always use ANSI version of OutputDebugString. by Andrey Turkin · 15 years ago
  3. b8ae3f0 ntdll: Fix handling of the duplicate MxCsr entry in the x86_64 context. by Alexandre Julliard · 16 years ago
  4. da8acbc server: Define an architecture-independent structure for process startup info. by Alexandre Julliard · 16 years ago
  5. b05774e server: Change cancel_async to take an optional iosb and only_thread. by Mike Kaplinskiy · 16 years ago
  6. 6056e8a server: Return the process CPU in the get_process_info request. by Alexandre Julliard · 16 years ago
  7. 24af6f3 server: Add requests to set and retrieve default dacl. by Hans Leidekker · 16 years ago
  8. 5316dd0 server: Define a generic context structure instead of using the platform-specific version. by Alexandre Julliard · 16 years ago
  9. 53929f1 server: Make all dump function take a prefix string to simplify the tracing code. by Alexandre Julliard · 16 years ago
  10. 279defe server: Verify that the client is using a supported CPU type. by Alexandre Julliard · 16 years ago
  11. 653d2c4 server: Store the type of CPU that the client is running on. by Alexandre Julliard · 16 years ago
  12. b06a919 server: Use the thread entry point field to pass the PEB in the initial thread. by Alexandre Julliard · 16 years ago
  13. 913e792 server: Store process/thread affinity as a 64-bit value. by Alexandre Julliard · 16 years ago
  14. 9f365e7 server: Replace EXCEPTION_RECORD by an explicit definition in debug events. by Alexandre Julliard · 16 years ago
  15. bc03f0e server: Simplify the debug_event_t structure. by Alexandre Julliard · 16 years ago
  16. 8c8c665 server: Reorganize some requests to avoid padding, and make remaining padding explicit. by Alexandre Julliard · 16 years ago
  17. fa86438 server: Make TEB and PEB client_ptr_t instead of void pointers. by Alexandre Julliard · 16 years ago
  18. c6c335d server: Make thread entry points client_ptr_t instead of void pointers. by Alexandre Julliard · 16 years ago
  19. 2cf868c server: Move ldt_copy to the init_process_done request and make it a client_ptr_t. by Alexandre Julliard · 16 years ago
  20. 6db2010 server: Make the various async I/O parameters client_ptr_t instead of void pointers. by Alexandre Julliard · 16 years ago
  21. f507ccb server: Specify the user APC to call only once the system APC has executed. by Alexandre Julliard · 16 years ago
  22. 7ec95c5 server: Explicitly specify when an ioctl call needs to be blocking. by Alexandre Julliard · 16 years ago
  23. f69e622 server: Make the arguments for CreateRemoteThread client_ptr_t instead of void pointers. by Alexandre Julliard · 16 years ago
  24. 838803c server: Make the address parameters in inter-process virtual memory calls client_ptr_t. by Alexandre Julliard · 16 years ago
  25. d066a9a server: Make the mapping base address a client_ptr_t instead of a void pointer. by Alexandre Julliard · 16 years ago
  26. 8e9c156 server: Make the address argument for read/write_process_memory a client_ptr_t. by Alexandre Julliard · 16 years ago
  27. 9b92a59 server: Make timer callback function and argument client_ptr_t instead of void pointers. by Alexandre Julliard · 16 years ago
  28. cc55fd3 server: Make hook procedures client_ptr_t instead of void pointers. by Alexandre Julliard · 16 years ago
  29. 923310a server: Make the device opaque data a client_ptr_t instead of a void pointer. by Alexandre Julliard · 16 years ago
  30. 0cd3ff6 server: Make the class opaque data a client_ptr_t instead of a void pointer. by Alexandre Julliard · 16 years ago
  31. 45c9919 server: Make the select cookie a client_ptr_t instead of a void pointer. by Alexandre Julliard · 16 years ago
  32. 93737d5 server: Store debugging output strings as client_ptr_t instead of void pointers. by Alexandre Julliard · 16 years ago
  33. 947976f server: Store module names as client_ptr_t instead of void pointers. by Alexandre Julliard · 16 years ago
  34. f2c4e09 server: Make module handles always 64-bit. by Alexandre Julliard · 16 years ago
  35. b660aaa server: Use the same field for process and thread handle in the queue_apc request. by Alexandre Julliard · 16 years ago
  36. a7b3efd server: Store the async handle inside the async_data_t structure. by Alexandre Julliard · 16 years ago
  37. 3cd817b server: Make lparam_t always 64-bit. by Alexandre Julliard · 16 years ago
  38. d1d7b9f server: Store data for hardware messages in the message extra data. by Alexandre Julliard · 16 years ago
  39. a6216ab server: Make apc_param_t always 64-bit. by Alexandre Julliard · 16 years ago
  40. 401f4b7 server: Make mem_size_t always 64-bit. by Alexandre Julliard · 16 years ago
  41. f6fa72d server: Make async I/O transfer sizes always 32-bit. by Alexandre Julliard · 16 years ago
  42. 517b2f6 server: Windows properties are actually generic params, not handles. by Alexandre Julliard · 16 years ago
  43. 77cf803 server: Don't use size_t for module sizes, they are limited to 2Gb anyway. by Alexandre Julliard · 16 years ago
  44. db6e454 server: Get rid of the support for module snapshots, it is no longer needed. by Alexandre Julliard · 16 years ago
  45. d764107 server: Make user handles ints instead of pointers. by Alexandre Julliard · 16 years ago
  46. 0d3d456 server: Make object handles ints instead of pointers. by Alexandre Julliard · 16 years ago
  47. 5c37788 server: The name len in the get_directory_entry request must be a data_size_t. by Alexandre Julliard · 16 years ago
  48. 3343c40 server: Convert the registry key modification time to a win32-style time. by Alexandre Julliard · 16 years ago
  49. 8b49ecc server: Fix string format warning. by Vincent Povirk · 16 years ago
  50. 9434e19 server: Limit the number of allocated handles before running out of memory. by Alexandre Julliard · 16 years ago
  51. 5e2ed6b ntdll,server: Fixed access checks for OpenFileMapping and MapViewOfFile. by Alexandre Julliard · 16 years ago
  52. cdce50f ntdll: Store the per-page committed status in the server for anonymous file mappings. by Alexandre Julliard · 16 years ago
  53. 0b0b6c3 ntdll: Store the per-view flags in the high word of the page protection bits. by Alexandre Julliard · 16 years ago
  54. ba71579 server: Added a request to unlink an object from its namespace. by Alexandre Julliard · 16 years ago
  55. 05b4181 server: Implemented the server side of Get/SetLayeredWindowAttributes. by Alexandre Julliard · 17 years ago
  56. 0f9484a server: Set the visible rect in the set_window_pos request again. by Alexandre Julliard · 17 years ago
  57. 6b36e21 server: Also return the top-level message window in the get_desktop_window request. by Alexandre Julliard · 17 years ago
  58. 70a6495 user32: Implement BroadcastSystemMessage. by Maarten Lankhorst · 17 years ago
  59. 34fe91b user32: Implemented EnumDesktopWindows. by Alexandre Julliard · 17 years ago
  60. 2f69329 server: Add a separate request to set the window visible rect. by Alexandre Julliard · 17 years ago
  61. 3bf12b9 server: Don't force the process affinity to 1, leave it up to the client. by Alexandre Julliard · 17 years ago
  62. b317416 server: Take into account the extended registers part of the i386 context. by Alexandre Julliard · 17 years ago
  63. af268c6 server: Redesign the server shutdown processing. by Alexandre Julliard · 17 years ago
  64. e735e19 user32: Reimplement IsHungAppWindow. by Dmitry Timoshkov · 17 years ago
  65. a5e38b3 server: Partial implementation of NtQueryDirectoryObject. by Alexandre Julliard · 17 years ago
  66. d30b574 server: Implemented EnumWindowStations and EnumDesktops. by Alexandre Julliard · 17 years ago
  67. bf2a35b server: Change the get_dll_info server request to allow retrieving the image file name of a process. by Rob Shearman · 17 years ago
  68. 27cb7c7 ws2_32: Make certain winsock functions generate i/o completion messages. by Andrey Turkin · 17 years ago
  69. a54a990 server: Allow to specify the class name instead of the atom to find a window. by Alexandre Julliard · 17 years ago
  70. 1fc461f server: Allow to specify the class name instead of the atom to create a window. by Alexandre Julliard · 17 years ago
  71. b9b940f server: Support using a name to destroy a window class too. by Alexandre Julliard · 17 years ago
  72. 0762d98 server: Allow to send a name instead of an atom when creating a window class. by Alexandre Julliard · 17 years ago
  73. 917f288 server: Also return the new extended style in the set_window_pos request. by Alexandre Julliard · 17 years ago
  74. 94c976c server: Add the generated files missing from the last commit. by Alexandre Julliard · 17 years ago
  75. f98556c server: Add the name length to the object_attributes structure so that other variable length data can be present after object_attributes. by Rob Shearman · 17 years ago
  76. 23df453 server: Make create_mapping use struct object_attributes and set the security descriptor of file mapping objects. by Rob Shearman · 17 years ago
  77. 1f86321 server: Make create_mutex use struct object_attributes and set the security descriptor of mutex objects. by Rob Shearman · 17 years ago
  78. b0e5fb4 server: Make create_semaphore use struct object_attributes and set the security descriptor of semaphore objects. by Rob Shearman · 17 years ago
  79. dd9e392 server: Use the security descriptor passed in when creating events. by Rob Shearman · 17 years ago
  80. 3f4c267 server: Owner and group SIDs in security descriptors are optional in many server calls. by Rob Shearman · 17 years ago
  81. 235532c server: Use the file_pos_t type for file sizes and offsets in the protocol structures. by Alexandre Julliard · 17 years ago
  82. 5356bfd server: Add a new get_security_object call for getting the security descriptor of an object. by Rob Shearman · 17 years ago
  83. d1a8155 server: Allow completion object to be attached to an fd object. by Andrey Turkin · 18 years ago
  84. 4775824 server: Implement server-side completion queues and operations on them. by Andrey Turkin · 18 years ago
  85. 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
  86. 2896540 server: Set the queue mask directly in get_message to avoid an extra server call. by Alexandre Julliard · 18 years ago
  87. b4edb57 server: Message results should be stored as longs, not ints. by Alexandre Julliard · 18 years ago
  88. f3e1317 wineconsole: Implement GetConsoleWindow. by Kirill K. Smirnov · 18 years ago
  89. fec5117 server: Merge APC processing into the select request. by Alexandre Julliard · 18 years ago
  90. 60901b7 server: Don't crash when trying to set a file lock on a device. by Alexandre Julliard · 18 years ago
  91. 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
  92. 8992f89 server: Remove the extra apc_arg parameter now that user APCs all require the same arg as the kernel APC. by Alexandre Julliard · 18 years ago
  93. 9d74661 server: Move console codepages to the server. by Kirill K. Smirnov · 18 years ago
  94. aafcfe7 server: Add support for retrieving results of queued ioctls once they are done. by Alexandre Julliard · 18 years ago
  95. 78b7510 server: Add request to retrieve the next pending ioctl call for a device manager. by Alexandre Julliard · 18 years ago
  96. b43dc15 server: Add support for generic device objects managed from the client side. by Alexandre Julliard · 18 years ago
  97. fd59e15 server: Infrastructure to return a wait handle for blocking ioctls. by Alexandre Julliard · 18 years ago
  98. 6105a93 server: Moved the FSCTL_PIPE_LISTEN implementation to the server. by Alexandre Julliard · 18 years ago
  99. 3684dc1 server: Move the FSCTL_PIPE_WAIT ioctl implementation to the server. by Alexandre Julliard · 18 years ago
  100. 737148c server: Add a specific data type for ioctl codes so they can be printed as symbols. by Alexandre Julliard · 18 years ago