1. f92fff6 Implemented NtSignalAndWaitForSingleObject. by Mike McCormack · 20 years ago
  2. a9e0fb1 Convert the process dll list to a standard list. by Alexandre Julliard · 20 years ago
  3. 0502638 Convert the per-process thread list to a standard list. by Alexandre Julliard · 20 years ago
  4. efdb496 Converted the debug event queue to a standard list. by Alexandre Julliard · 20 years ago
  5. 0a25896 Const correctness fixes. by Eric Pouech · 20 years ago
  6. e55d593 Set or clear the BeingDebugged flag in the PEB when a debugger is by Alexandre Julliard · 21 years ago
  7. c30cefb Store module names in Unicode in the server. by Alexandre Julliard · 22 years ago
  8. e37c6e1 Fixed header dependencies to be fully compatible with the Windows by Alexandre Julliard · 22 years ago
  9. baf0a06 Attaching the debugger to a running process should work again by Alexandre Julliard · 22 years ago
  10. 02a53c1 Added send_thread_signal() function and properly handle errors caused by Alexandre Julliard · 22 years ago
  11. e66207e Moved all references to file descriptors out of the generic object by Alexandre Julliard · 22 years ago
  12. cf27a7f Changed fd operations to take a struct fd instead of a struct object. by Alexandre Julliard · 22 years ago
  13. 863637b Started moving functions that deal with Unix file descriptors to a by Alexandre Julliard · 22 years ago
  14. 54f2287 Added process_id_t and thread_it_t types to the server interface by Alexandre Julliard · 22 years ago
  15. 5188574 Renamed handle_t to obj_handle_t to avoid conflict with rpcdce.h. by Alexandre Julliard · 23 years ago
  16. 9d80215 A few optimizations in the process startup requests now that Winelib by Alexandre Julliard · 23 years ago
  17. 5769d1d Better support for configure detection of missing types, added check by Alexandre Julliard · 23 years ago
  18. 4705b8a Avoid crash when trying to attach to a terminating process. by Alexandre Julliard · 23 years ago
  19. 0799c1a Added LGPL standard comment, and copyright notices where necessary. by Alexandre Julliard · 23 years ago
  20. 3c4538c Reimplemented DebugBreakProcess. by Alexandre Julliard · 23 years ago
  21. fbccb38 New XP debugging APIs: implemented DebugActiveProcessStop, by Eric Pouech · 23 years ago
  22. 6f011c0 - move async activation into the server - implement async queues by Mike McCormack · 23 years ago
  23. 3940d8a Let the console renderer be defined as a thread. by Eric Pouech · 23 years ago
  24. 9caa71e Redesign of the server communication protocol to allow arbitrary sized by Alexandre Julliard · 23 years ago
  25. 0b83d4c New console code based on Win32 windows. by Eric Pouech · 23 years ago
  26. 5f258c6 Backed out the suspend_process_for_ptrace change. by Alexandre Julliard · 24 years ago
  27. 7614180 Small fixes to the debugger support. by Alexandre Julliard · 24 years ago
  28. 566a52a Changed isolated for loops to while loops (based on a patch by Andreas Mohr). by Alexandre Julliard · 24 years ago
  29. e939eae Made exception_event_request non-blocking, and added by Alexandre Julliard · 24 years ago
  30. e9936d9 Changed wait_process and wait_debug_event requests to never block; by Alexandre Julliard · 24 years ago
  31. 2362380 Added separate queue for "system" APCs that get called even when the by Alexandre Julliard · 24 years ago
  32. 8081e5a Added handle_t type to server interface so that we can make handles by Alexandre Julliard · 24 years ago
  33. d549f69 Use a separate FIFO pair for server requests that don't need to pass a by Alexandre Julliard · 24 years ago
  34. 1ab243b Merged the get_read_fd and get_write_fd requests. by Alexandre Julliard · 24 years ago
  35. 9264300 Converted a lot of server requests to the new exception handling mechanism. by Alexandre Julliard · 25 years ago
  36. 9c2370b Added exception handling wrapper to a number of server requests. by Alexandre Julliard · 25 years ago
  37. a37dec0 Pass the main exe name in the CREATE_PROCESS debug event. by Alexandre Julliard · 25 years ago
  38. 9d10afa Clear status for sending exception event. by Eric Pouech · 25 years ago
  39. f6507ed Do not send a debug event for a thread until the previous event for by Alexandre Julliard · 25 years ago
  40. b73421d Set thread start address to 0 on events generated by by Alexandre Julliard · 25 years ago
  41. f2f1ff3 Fixed bug in generate_startup_debug_events(). by Alexandre Julliard · 25 years ago
  42. ea0d028 Added specific routines for OUTPUT_DEBUG_STRING and EXCEPTION debug events. 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. cb1fc73 Changed the server to return STATUS_* error codes. by Alexandre Julliard · 25 years ago
  46. 3e2517c Added Get/SetThreadContext support through the server. by Alexandre Julliard · 25 years ago
  47. 79b1ec8 Made debug events and contexts standard objects. by Alexandre Julliard · 25 years ago
  48. 247b8ae Use poll() instead of select() for the server main loop. by Alexandre Julliard · 25 years ago
  49. 17cf810 Fixed handling of debug events on thread/process exit. by Alexandre Julliard · 25 years ago
  50. 3b83222 Bug fixes. by Alexandre Julliard · 25 years ago
  51. c61eb03 Do not free the handles once they have been sent to the client (thanks by Alexandre Julliard · 25 years ago
  52. 1d22c53 Free the handles of the event structure in the right process (thanks by Alexandre Julliard · 25 years ago
  53. 2c68408 Fixed some of the issues reported by Solaris Lint. by Patrik Stridvall · 26 years ago
  54. ebe29ef Further server optimizations: by Alexandre Julliard · 26 years ago
  55. 5bc7808 Made server communication faster by using a shared memory block. by Alexandre Julliard · 26 years ago
  56. e712e07 Added debug events support. by Alexandre Julliard · 26 years ago