1. 17de829 server: Use the standard suspend mechanism to simulate a breakpoint by Alexandre Julliard · 19 years ago
  2. cb70931 server: Moved read/write_process_memory and get_selector_entry to ptrace.c. by Alexandre Julliard · 19 years ago
  3. e6374cb server: Store the process exe module in the standard dll list. by Alexandre Julliard · 19 years ago
  4. 11ad6a0 Return the startup info size in the init_thread request, and allocate by Alexandre Julliard · 20 years ago
  5. 0424f38 Already initialize the process in the first init_thread request by Alexandre Julliard · 20 years ago
  6. 01caa5e Moved the fields that depends on startup info from the init_process by Alexandre Julliard · 20 years ago
  7. 78a3e63 The desktop of a new thread should be set from the process initial by Alexandre Julliard · 20 years ago
  8. 1bf96e0 Beginnings of support for window stations and desktops. by Alexandre Julliard · 20 years ago
  9. e626736 - changed ATOM support in wineserver to match NTDLL needs by Eric Pouech · 20 years ago
  10. a9e0fb1 Convert the process dll list to a standard list. by Alexandre Julliard · 20 years ago
  11. 0502638 Convert the per-process thread list to a standard list. by Alexandre Julliard · 20 years ago
  12. 48c0d51 Convert the global process list to a standard list. by Alexandre Julliard · 20 years ago
  13. bfce151 Added window classes in the server, and support for inter-process by Alexandre Julliard · 21 years ago
  14. e55d593 Set or clear the BeingDebugged flag in the PEB when a debugger is by Alexandre Julliard · 21 years ago
  15. c30cefb Store module names in Unicode in the server. by Alexandre Julliard · 22 years ago
  16. 9fd54b2 - Implemented a few information classes in NtQuerySystemInformation. by Eric Pouech · 22 years ago
  17. 36cd6f5 Added a security token object in wineserver. by Mike McCormack · 22 years ago
  18. ce61349 Implemented file locking functions (partly based on my old Corel by Alexandre Julliard · 22 years ago
  19. e66207e Moved all references to file descriptors out of the generic object by Alexandre Julliard · 22 years ago
  20. 91befe1 Made process and thread ids small integers instead of pointers. by Alexandre Julliard · 22 years ago
  21. 54f2287 Added process_id_t and thread_it_t types to the server interface by Alexandre Julliard · 23 years ago
  22. 526a28d Added support for multiple object namespaces, and a bunch functions by Alexandre Julliard · 23 years ago
  23. 40043ed Added -k option to kill an existing wineserver. by Alexandre Julliard · 23 years ago
  24. 93bfa0d Implementation for console control events (includes process groups support). by Eric Pouech · 23 years ago
  25. 5188574 Renamed handle_t to obj_handle_t to avoid conflict with rpcdce.h. by Alexandre Julliard · 23 years ago
  26. ca96de3 Fixed process startup synchronization broken by previous change. by Alexandre Julliard · 23 years ago
  27. 9d80215 A few optimizations in the process startup requests now that Winelib by Alexandre Julliard · 23 years ago
  28. aeb5660 Correctly fill parent pid, module size and module name in process and by Alexandre Julliard · 23 years ago
  29. 0799c1a Added LGPL standard comment, and copyright notices where necessary. by Alexandre Julliard · 23 years ago
  30. fbccb38 New XP debugging APIs: implemented DebugActiveProcessStop, by Eric Pouech · 23 years ago
  31. 3940d8a Let the console renderer be defined as a thread. by Eric Pouech · 23 years ago
  32. 0b83d4c New console code based on Win32 windows. by Eric Pouech · 23 years ago
  33. 37ec927 Use the new protocol.def file to build the request structures. by Alexandre Julliard · 24 years ago
  34. 5f258c6 Backed out the suspend_process_for_ptrace change. by Alexandre Julliard · 24 years ago
  35. 7614180 Small fixes to the debugger support. by Alexandre Julliard · 24 years ago
  36. f524240 New mechanism to transfer file descriptors from client to server. by Alexandre Julliard · 24 years ago
  37. 8081e5a Added handle_t type to server interface so that we can make handles by Alexandre Julliard · 24 years ago
  38. 43a27e3 Implemented local atoms in the server. by Turchanov Sergei · 25 years ago
  39. c5e433a Moved idle event handling to the server. by Alexandre Julliard · 25 years ago
  40. 5b4f3e8 Rewrote Unix process launching to allow passing startup information to by Alexandre Julliard · 25 years ago
  41. 07d8446 Implemented thread and (partial) module snapshots, based on the work by Alexandre Julliard · 25 years ago
  42. 12f29b5 Have threads and processes exit more cleanly whenever possible. by Alexandre Julliard · 25 years ago
  43. 05f0b71 Store the list of loaded dlls in the server, and generate debug events by Alexandre Julliard · 25 years ago
  44. ff81d78 Generate CREATE_PROCESS/THREAD debug events internally in the server. by Alexandre Julliard · 25 years ago
  45. 67a24c8 Store the handle of the process exe file in the server. by Alexandre Julliard · 25 years ago
  46. 0a7c1f6 Implemented GetThreadSelectorEntry through the server. by Alexandre Julliard · 25 years ago
  47. 2fe5777 Made the server listen for new clients on a Unix socket in by Alexandre Julliard · 25 years ago
  48. d083a7b Fixed DEBUG_ONLY_THIS_PROCESS again (thanks to Ulrich Weigand). by Alexandre Julliard · 25 years ago
  49. 17cf810 Fixed handling of debug events on thread/process exit. by Alexandre Julliard · 25 years ago
  50. ec7bb23 Added support for CREATE_SUSPENDED flag in CreateProcess. by Alexandre Julliard · 25 years ago
  51. 039aa42 Return console handles in alloc_console request. by Alexandre Julliard · 26 years ago
  52. eb2e77f Made handle table a separate object. by Alexandre Julliard · 26 years ago
  53. 3da5f84 Moved process structure definition to process.h. by Alexandre Julliard · 26 years ago
  54. 43c190e Server reorganization: by Alexandre Julliard · 26 years ago