1. 24036fe server: Setting a process's affinity sets all of its threads' affinities too. by Juan Lang · 15 years ago
  2. 5316dd0 server: Define a generic context structure instead of using the platform-specific version. by Alexandre Julliard · 16 years ago
  3. 913e792 server: Store process/thread affinity as a 64-bit value. by Alexandre Julliard · 16 years ago
  4. 9f365e7 server: Replace EXCEPTION_RECORD by an explicit definition in debug events. by Alexandre Julliard · 16 years ago
  5. fa86438 server: Make TEB and PEB client_ptr_t instead of void pointers. by Alexandre Julliard · 16 years ago
  6. 3bf12b9 server: Don't force the process affinity to 1, leave it up to the client. by Alexandre Julliard · 17 years ago
  7. aaf477f server: Change the timeout handling to use NT-style 64-bit timeouts everywhere. by Alexandre Julliard · 18 years ago
  8. 5c8421d server: Add a generic apc_call structure to make it easier to extend, and more type-safe. by Alexandre Julliard · 18 years ago
  9. 48b74b3 server: Split get_thread_from_pid to allow lookups by tid or pid only. by Alexandre Julliard · 18 years ago
  10. 3095a48 server: Convert thread creation/exit times to the abs_time_t type. by Alexandre Julliard · 19 years ago
  11. 498742f server: Moved get/set_thread_context implementation to ptrace.c. by Alexandre Julliard · 19 years ago
  12. 86d4688 server: Moved some common bits of get/set_thread_context to thread.c. by Alexandre Julliard · 19 years ago
  13. 360a3f9 Update the address of the Free Software Foundation. by Jonathan Ernst · 19 years ago
  14. 17de829 server: Use the standard suspend mechanism to simulate a breakpoint by Alexandre Julliard · 19 years ago
  15. 7dbd1f0 server: Moved the tkill function to ptrace.c. by Alexandre Julliard · 19 years ago
  16. d8659a9 server: Get rid of the no longer used get_thread_single_step function. by Alexandre Julliard · 19 years ago
  17. 820c592 server: Removed the thread attached flag, since we always detach now. by Alexandre Julliard · 19 years ago
  18. cb70931 server: Moved read/write_process_memory and get_selector_entry to ptrace.c. by Alexandre Julliard · 19 years ago
  19. 22357ca server: When possible, use tgkill instead of tkill syscall on Linux. by Eric Pouech · 19 years ago
  20. 1a1583a Match PSDK STATUS_* definitions. by Ge van Geldorp · 19 years ago
  21. 73c7239 Fixed Get/SetThreadContext to work properly on suspended threads. by Alexandre Julliard · 19 years ago
  22. 3f85e26 Moved the platform-independent part of the get/set_thread_context by Alexandre Julliard · 19 years ago
  23. 1b2adad Don't try to detach from a thread that is exiting, to avoid triggering by Alexandre Julliard · 20 years ago
  24. 92fec7b Keep track of the windows and hooks used by a thread to properly by Alexandre Julliard · 20 years ago
  25. 1bf96e0 Beginnings of support for window stations and desktops. by Alexandre Julliard · 20 years ago
  26. d2ea92d - Clean up well-known privileges. by Robert Shearman · 20 years ago
  27. 0502638 Convert the per-process thread list to a standard list. by Alexandre Julliard · 20 years ago
  28. 73209eb Convert the global thread list to a standard list. by Alexandre Julliard · 20 years ago
  29. 20894e2 Convert the per-thread mutex list to a standard list. by Alexandre Julliard · 20 years ago
  30. 81b6a1f Convert the APC queues to use standard lists. by Alexandre Julliard · 20 years ago
  31. d5b4232 Added set_win32_error() for error codes that don't have an NT status equivalent. by Alexandre Julliard · 21 years ago
  32. e37c6e1 Fixed header dependencies to be fully compatible with the Windows by Alexandre Julliard · 22 years ago
  33. 36cd6f5 Added a security token object in wineserver. by Mike McCormack · 22 years ago
  34. d55e7f1 Store the hook table in the thread queue instead of the thread by Alexandre Julliard · 22 years ago
  35. 088bcf9 Implemented NtQueueApcThread, and changed the server APC interface to by Alexandre Julliard · 22 years ago
  36. 9037f4b Added generic signal handling mechanism based on pipes to synchronize by Alexandre Julliard · 22 years ago
  37. a8497bd Make a distinction between the thread Unix pid and the process wide by Alexandre Julliard · 22 years ago
  38. baf0a06 Attaching the debugger to a running process should work again by Alexandre Julliard · 22 years ago
  39. d04ccb8 Use SIGUSR1 instead of SIGSTOP to suspend threads. by Alexandre Julliard · 22 years ago
  40. a3c5ad4 Suspended threads should not acquire synchronization objects. by Peter Hunnisett · 22 years ago
  41. 02a53c1 Added send_thread_signal() function and properly handle errors caused by Alexandre Julliard · 22 years ago
  42. 77c8b1d Pass the pid of the new process in the new_process request, don't by Alexandre Julliard · 22 years ago
  43. e66207e Moved all references to file descriptors out of the generic object by Alexandre Julliard · 22 years ago
  44. 91befe1 Made process and thread ids small integers instead of pointers. by Alexandre Julliard · 22 years ago
  45. 24f4ece Partially implement GetThreadTimes. by Ryan Cumming · 22 years ago
  46. 0286135 Rewrote hook support to store the hook chain in the server. by Alexandre Julliard · 22 years ago
  47. 54f2287 Added process_id_t and thread_it_t types to the server interface by Alexandre Julliard · 22 years ago
  48. 5188574 Renamed handle_t to obj_handle_t to avoid conflict with rpcdce.h. by Alexandre Julliard · 23 years ago
  49. 0799c1a Added LGPL standard comment, and copyright notices where necessary. by Alexandre Julliard · 23 years ago
  50. 9caa71e Redesign of the server communication protocol to allow arbitrary sized by Alexandre Julliard · 23 years ago
  51. 37ec927 Use the new protocol.def file to build the request structures. by Alexandre Julliard · 24 years ago
  52. 10109e6 Removed unused functions suspend/remove_all_threads. by Alexandre Julliard · 24 years ago
  53. ada7383 Preserve the TF (Trap Flag) when continuing from a ptraced suspend. by Ove Kaaven · 24 years ago
  54. 8859d77 Create the server pipes on the client side and transfer them to the by Alexandre Julliard · 24 years ago
  55. f524240 New mechanism to transfer file descriptors from client to server. by Alexandre Julliard · 24 years ago
  56. 67a7499 New set of macros for server calls; makes requests without variable by Alexandre Julliard · 24 years ago
  57. d90e964 Added separate server pipe to wait on blocking server calls. by Alexandre Julliard · 24 years ago
  58. 2362380 Added separate queue for "system" APCs that get called even when the by Alexandre Julliard · 24 years ago
  59. 8081e5a Added handle_t type to server interface so that we can make handles by Alexandre Julliard · 24 years ago
  60. d549f69 Use a separate FIFO pair for server requests that don't need to pass a by Alexandre Julliard · 24 years ago
  61. 908464d Authors: Andreas Mohr <amohr@codeweavers.com>, Dimitrie O. Paun <dimi@cs.toronto.edu>, Patrik Stridvall <ps@leissner.se> by Alexandre Julliard · 24 years ago
  62. 8611353 Added the data structures and macros that will be needed to support by Alexandre Julliard · 25 years ago
  63. 6c8d917 Added a real root key and simplified creation of the HKEY_* special root keys. by Alexandre Julliard · 25 years ago
  64. ea1afce Added APC support in waitable timers. by Alexandre Julliard · 25 years ago
  65. c5e433a Moved idle event handling to the server. by Alexandre Julliard · 25 years ago
  66. 5b4f3e8 Rewrote Unix process launching to allow passing startup information to by Alexandre Julliard · 25 years ago
  67. 07d8446 Implemented thread and (partial) module snapshots, based on the work by Alexandre Julliard · 25 years ago
  68. f6507ed Do not send a debug event for a thread until the previous event for by Alexandre Julliard · 25 years ago
  69. b73421d Set thread start address to 0 on events generated by by Alexandre Julliard · 25 years ago
  70. 12f29b5 Have threads and processes exit more cleanly whenever possible. by Alexandre Julliard · 25 years ago
  71. 98aacc7 Avoid SIGSTOP/SIGCONT race when ptrace is disabled. by Alexandre Julliard · 25 years ago
  72. ea0d028 Added specific routines for OUTPUT_DEBUG_STRING and EXCEPTION debug events. by Alexandre Julliard · 25 years ago
  73. ff81d78 Generate CREATE_PROCESS/THREAD debug events internally in the server. by Alexandre Julliard · 25 years ago
  74. 2fe5777 Made the server listen for new clients on a Unix socket in by Alexandre Julliard · 25 years ago
  75. 9de03f4 Made sleep_on usable from all requests. by Alexandre Julliard · 25 years ago
  76. 1dca5e2 Moved poll handling to the generic part of the server objects. by Alexandre Julliard · 25 years ago
  77. 247b8ae Use poll() instead of select() for the server main loop. by Alexandre Julliard · 25 years ago
  78. 17cf810 Fixed handling of debug events on thread/process exit. by Alexandre Julliard · 25 years ago
  79. 578c100 Moved ptrace support to ptrace.c. Tried to improve portability. by Alexandre Julliard · 25 years ago
  80. 8b8828f Added support for ReadProcessMemory through the server. by Alexandre Julliard · 25 years ago
  81. 0a70783 Preliminary ptrace support. by Alexandre Julliard · 25 years ago
  82. ebe29ef Further server optimizations: by Alexandre Julliard · 26 years ago
  83. 5bc7808 Made server communication faster by using a shared memory block. by Alexandre Julliard · 26 years ago
  84. e712e07 Added debug events support. by Alexandre Julliard · 26 years ago
  85. 57e1131 Adapted to new select interface. by Alexandre Julliard · 26 years ago
  86. 43c190e Server reorganization: by Alexandre Julliard · 26 years ago[Renamed (78%) from include/server/thread.h]
  87. 371fd75 Added new CLIENT_DebuggerRequest routine, implemented support for by Ulrich Weigand · 26 years ago
  88. f692d44 Added new_process and init_process request. by Alexandre Julliard · 26 years ago
  89. 2f2898b Handle suspend/resume_thread requests in phase STARTING correctly. by Ulrich Weigand · 26 years ago
  90. 62a8b43 Hacked server-side device support by Alexandre Julliard · 26 years ago
  91. a8b8d9c Added server-side file mapping object support. by Alexandre Julliard · 26 years ago
  92. c6e45ed Added add_queue/remove_queue to server object operations. by Alexandre Julliard · 26 years ago
  93. d30dfd2 Release 980927 by Alexandre Julliard · 27 years ago wine-980927
  94. 85ed45e Release 980822 by Alexandre Julliard · 27 years ago wine-980822
  95. 767e6f6 Release 980809 by Alexandre Julliard · 27 years ago wine-980809