1. 261691f server: Use ntdll values where possible. by Mike McCormack · 19 years ago
  2. 68e850e server: Send a SIGKILL to processes that don't terminate properly. by Alexandre Julliard · 19 years ago
  3. 753c870 server: Only call gettimeofday once per poll loop. by Alexandre Julliard · 19 years ago
  4. 3538c0c server: Remove unused thread_apc member. by Thomas Kho · 19 years ago
  5. c627601 server: Convert the server start time to the abs_time_t type. by Alexandre Julliard · 19 years ago
  6. 3095a48 server: Convert thread creation/exit times to the abs_time_t type. by Alexandre Julliard · 19 years ago
  7. 5d88b27 server: The "select" call passes handles, not ints. by Ge van Geldorp · 19 years ago
  8. 86d4688 server: Moved some common bits of get/set_thread_context to thread.c. by Alexandre Julliard · 19 years ago
  9. 1ec3e9f server: Fix a win64 warning. by Mike McCormack · 19 years ago
  10. 5558652 server: Don't report a fatal protocol error for things that we can recover from. by Alexandre Julliard · 19 years ago
  11. 360a3f9 Update the address of the Free Software Foundation. by Jonathan Ernst · 19 years ago
  12. b02e6b0 server: Threads should start off without having an impersonation token. by Robert Shearman · 19 years ago
  13. 17de829 server: Use the standard suspend mechanism to simulate a breakpoint by Alexandre Julliard · 19 years ago
  14. 820c592 server: Removed the thread attached flag, since we always detach now. by Alexandre Julliard · 19 years ago
  15. cb70931 server: Moved read/write_process_memory and get_selector_entry to ptrace.c. by Alexandre Julliard · 19 years ago
  16. 2878d99 ntdll: Add debug registers to the context of all exceptions. by Alexandre Julliard · 19 years ago
  17. 2654be0 ntdll: Handle NtSetContextThread on the client side (as far as by Alexandre Julliard · 19 years ago
  18. 46d1b3e server: Added access rights mapping to process and thread objects. by Alexandre Julliard · 19 years ago
  19. 28beba3 server: Added infrastructure for access rights mapping. by Alexandre Julliard · 19 years ago
  20. 24560e7 server: Make alloc_handle use attributes instead of inherit flag. by Alexandre Julliard · 19 years ago
  21. f2d7dd6 server: Use attributes instead of inherit flag in process and thread requests. by Alexandre Julliard · 19 years ago
  22. 1a1583a Match PSDK STATUS_* definitions. by Ge van Geldorp · 19 years ago
  23. baffcb9 Add name_lookup function in object_ops. by Vitaliy Margolen · 19 years ago
  24. 73c7239 Fixed Get/SetThreadContext to work properly on suspended threads. by Alexandre Julliard · 19 years ago
  25. 3f85e26 Moved the platform-independent part of the get/set_thread_context by Alexandre Julliard · 19 years ago
  26. ff7795e Don't send an extra signal when waiting for a debug event, just do a by Alexandre Julliard · 19 years ago
  27. 867ae26 Remove an exiting thread from the process only after thread cleanup to by Alexandre Julliard · 20 years ago
  28. 1b2adad Don't try to detach from a thread that is exiting, to avoid triggering by Alexandre Julliard · 20 years ago
  29. e659f1e Fix some gcc 4.0 warnings. by Mike McCormack · 20 years ago
  30. f895ad1 Fixed a couple of error codes. by Alexandre Julliard · 20 years ago
  31. 9ad5628 Moved the server start time to the init_thread request and got rid of by Alexandre Julliard · 20 years ago
  32. 11ad6a0 Return the startup info size in the init_thread request, and allocate by Alexandre Julliard · 20 years ago
  33. 4391be5 Get rid of the boot_done request. by Alexandre Julliard · 20 years ago
  34. 0424f38 Already initialize the process in the first init_thread request by Alexandre Julliard · 20 years ago
  35. 92fec7b Keep track of the windows and hooks used by a thread to properly by Alexandre Julliard · 20 years ago
  36. 390bc5f Don't include winbase.h when it's not necessary. by Mike McCormack · 20 years ago
  37. 4bba216 Add support for impersonating a token. by Robert Shearman · 20 years ago
  38. 3795709 Change code style of form "if( x )" to "if (x)" for consistency. by Robert Shearman · 20 years ago
  39. b9b1ea9 Added a close_handle method to the object operations, and use it to by Alexandre Julliard · 20 years ago
  40. 78a3e63 The desktop of a new thread should be set from the process initial by Alexandre Julliard · 20 years ago
  41. 1bf96e0 Beginnings of support for window stations and desktops. by Alexandre Julliard · 20 years ago
  42. f92fff6 Implemented NtSignalAndWaitForSingleObject. by Mike McCormack · 20 years ago
  43. d2ea92d - Clean up well-known privileges. by Robert Shearman · 20 years ago
  44. 5727918 Added a check for poll.h. by Steven Edwards · 20 years ago
  45. aa34768 Convert the object wait queue to a standard list. by Alexandre Julliard · 20 years ago
  46. 73209eb Convert the global thread list to a standard list. by Alexandre Julliard · 20 years ago
  47. 20894e2 Convert the per-thread mutex list to a standard list. by Alexandre Julliard · 20 years ago
  48. 81b6a1f Convert the APC queues to use standard lists. by Alexandre Julliard · 20 years ago
  49. 6dba0a7 Add support for winevent hooks. by Dmitry Timoshkov · 20 years ago
  50. 4634447 - got rid of include/async.h by Eric Pouech · 20 years ago
  51. 3c68ab0 Make init_thread request deal better with fd allocation errors. by Alexandre Julliard · 21 years ago
  52. e37c6e1 Fixed header dependencies to be fully compatible with the Windows by Alexandre Julliard · 22 years ago
  53. 36cd6f5 Added a security token object in wineserver. by Mike McCormack · 22 years ago
  54. 4f196ea Implemented the ThreadBasicInformation case for NtQueryInformationThread. by Alexandre Julliard · 22 years ago
  55. d55e7f1 Store the hook table in the thread queue instead of the thread by Alexandre Julliard · 22 years ago
  56. b2df5f9 - use global atoms for the format ids by Ulrich Czekalla · 22 years ago
  57. 088bcf9 Implemented NtQueueApcThread, and changed the server APC interface to by Alexandre Julliard · 22 years ago
  58. 462172a Added abs_time_t structure to the server protocol, and added a dump by Alexandre Julliard · 22 years ago
  59. a8497bd Make a distinction between the thread Unix pid and the process wide by Alexandre Julliard · 22 years ago
  60. 580da24 Added an inode object to keep track of all file descriptors open for a by Alexandre Julliard · 22 years ago
  61. d04ccb8 Use SIGUSR1 instead of SIGSTOP to suspend threads. by Alexandre Julliard · 22 years ago
  62. a3c5ad4 Suspended threads should not acquire synchronization objects. by Peter Hunnisett · 22 years ago
  63. 02a53c1 Added send_thread_signal() function and properly handle errors caused by Alexandre Julliard · 22 years ago
  64. 77c8b1d Pass the pid of the new process in the new_process request, don't by Alexandre Julliard · 22 years ago
  65. e66207e Moved all references to file descriptors out of the generic object by Alexandre Julliard · 22 years ago
  66. cf27a7f Changed fd operations to take a struct fd instead of a struct object. by Alexandre Julliard · 22 years ago
  67. 91befe1 Made process and thread ids small integers instead of pointers. by Alexandre Julliard · 22 years ago
  68. 863637b Started moving functions that deal with Unix file descriptors to a by Alexandre Julliard · 22 years ago
  69. 24f4ece Partially implement GetThreadTimes. by Ryan Cumming · 22 years ago
  70. 0286135 Rewrote hook support to store the hook chain in the server. by Alexandre Julliard · 22 years ago
  71. 54f2287 Added process_id_t and thread_it_t types to the server interface by Alexandre Julliard · 22 years ago
  72. 31022d6 Signal and release the idle event when the process main thread exits. by Alexandre Julliard · 23 years ago
  73. ff73250 Unlock the master socket if the boot thread terminates early. by Alexandre Julliard · 23 years ago
  74. 5188574 Renamed handle_t to obj_handle_t to avoid conflict with rpcdce.h. by Alexandre Julliard · 23 years ago
  75. 5769d1d Better support for configure detection of missing types, added check by Alexandre Julliard · 23 years ago
  76. 2b47fb3 - separate cleanly between async scheduling and file IO related issues. by Martin Wilck · 23 years ago
  77. f666257 Don't suspend a terminated thread. by François Gouget · 23 years ago
  78. 417296c Implement OpenThread() winapi call. Implement a few pthreads functions. by Chris Morgan · 23 years ago
  79. 15979fd Fixed handling of timer callback routines when the thread owning the by Alexandre Julliard · 23 years ago
  80. 0799c1a Added LGPL standard comment, and copyright notices where necessary. by Alexandre Julliard · 23 years ago
  81. b1c45b9 Fixed a bug that caused APCs to be "forgotten". by Martin Wilck · 23 years ago
  82. 6f011c0 - move async activation into the server - implement async queues by Mike McCormack · 23 years ago
  83. 3940d8a Let the console renderer be defined as a thread. by Eric Pouech · 23 years ago
  84. 9caa71e Redesign of the server communication protocol to allow arbitrary sized by Alexandre Julliard · 23 years ago
  85. c4be541 Avoid ftruncate to work around broken UMSDOS file system. by Alexandre Julliard · 23 years ago
  86. 1a66d22 Added global management of user handles in the server. by Alexandre Julliard · 24 years ago
  87. d66130a Don't crash if send_thread_wakeup() fails. by Andreas Mohr · 24 years ago
  88. 10109e6 Removed unused functions suspend/remove_all_threads. by Alexandre Julliard · 24 years ago
  89. 51ab43b Moved the major part of message queue and window timer handling into by Alexandre Julliard · 24 years ago
  90. e5dedb1 Added support for nested server waits (to allow waiting in signal handlers). by Alexandre Julliard · 24 years ago
  91. 8859d77 Create the server pipes on the client side and transfer them to the by Alexandre Julliard · 24 years ago
  92. f524240 New mechanism to transfer file descriptors from client to server. by Alexandre Julliard · 24 years ago
  93. 67a7499 New set of macros for server calls; makes requests without variable by Alexandre Julliard · 24 years ago
  94. d90e964 Added separate server pipe to wait on blocking server calls. by Alexandre Julliard · 24 years ago
  95. 2362380 Added separate queue for "system" APCs that get called even when the by Alexandre Julliard · 24 years ago
  96. 8081e5a Added handle_t type to server interface so that we can make handles by Alexandre Julliard · 24 years ago
  97. 7f74824 Fixed error recovery during thread creation. by Alexandre Julliard · 24 years ago
  98. 63411db Avoid dup'ing file descriptors when not necessary. by Alexandre Julliard · 24 years ago
  99. d549f69 Use a separate FIFO pair for server requests that don't need to pass a by Alexandre Julliard · 24 years ago
  100. 1ab243b Merged the get_read_fd and get_write_fd requests. by Alexandre Julliard · 24 years ago