커밋 기록

작성자 SHA1 메시지 날짜
  Alexandre Julliard d5b4232a3f Added set_win32_error() for error codes that don't have an NT status 21 년 전
  Alexandre Julliard e37c6e18d0 Fixed header dependencies to be fully compatible with the Windows 21 년 전
  Mike McCormack 36cd6f5dbb Added a security token object in wineserver. 22 년 전
  Alexandre Julliard d55e7f1e9b Store the hook table in the thread queue instead of the thread 22 년 전
  Alexandre Julliard 088bcf9ca5 Implemented NtQueueApcThread, and changed the server APC interface to 22 년 전
  Alexandre Julliard 9037f4bbfe Added generic signal handling mechanism based on pipes to synchronize 22 년 전
  Alexandre Julliard a8497bd037 Make a distinction between the thread Unix pid and the process wide 22 년 전
  Alexandre Julliard baf0a064db Attaching the debugger to a running process should work again 22 년 전
  Alexandre Julliard d04ccb8ebe Use SIGUSR1 instead of SIGSTOP to suspend threads. 22 년 전
  Peter Hunnisett a3c5ad4e77 Suspended threads should not acquire synchronization objects. 22 년 전
  Alexandre Julliard 02a53c176e Added send_thread_signal() function and properly handle errors caused 22 년 전
  Alexandre Julliard 77c8b1dc2b Pass the pid of the new process in the new_process request, don't 22 년 전
  Alexandre Julliard e66207ebfc Moved all references to file descriptors out of the generic object 22 년 전
  Alexandre Julliard 91befe1d64 Made process and thread ids small integers instead of pointers. 22 년 전
  Ryan Cumming 24f4eced42 Partially implement GetThreadTimes. 22 년 전
  Alexandre Julliard 0286135de3 Rewrote hook support to store the hook chain in the server. 22 년 전
  Alexandre Julliard 54f228733a Added process_id_t and thread_it_t types to the server interface 22 년 전
  Alexandre Julliard 5188574984 Renamed handle_t to obj_handle_t to avoid conflict with rpcdce.h. 23 년 전
  Alexandre Julliard 0799c1a780 Added LGPL standard comment, and copyright notices where necessary. 23 년 전
  Alexandre Julliard 9caa71eef4 Redesign of the server communication protocol to allow arbitrary sized 23 년 전
  Alexandre Julliard 37ec927536 Use the new protocol.def file to build the request structures. 24 년 전
  Alexandre Julliard 10109e6083 Removed unused functions suspend/remove_all_threads. 24 년 전
  Ove Kaaven ada7383852 Preserve the TF (Trap Flag) when continuing from a ptraced suspend. 24 년 전
  Alexandre Julliard 8859d77279 Create the server pipes on the client side and transfer them to the 24 년 전
  Alexandre Julliard f52424055f New mechanism to transfer file descriptors from client to server. 24 년 전
  Alexandre Julliard 67a749999a New set of macros for server calls; makes requests without variable 24 년 전
  Alexandre Julliard d90e964cee Added separate server pipe to wait on blocking server calls. 24 년 전
  Alexandre Julliard 2362380b64 Added separate queue for "system" APCs that get called even when the 24 년 전
  Alexandre Julliard 8081e5a1e5 Added handle_t type to server interface so that we can make handles 24 년 전
  Alexandre Julliard d549f6909e Use a separate FIFO pair for server requests that don't need to pass a 24 년 전