1. d27624b Store process file name in startup info. Fixed exe_file handling. by Alexandre Julliard · 25 years ago
  2. f818d42 Fixed COORD structure definition. by Alexandre Julliard · 25 years ago
  3. ba3e2ab Small optimization. by Alexandre Julliard · 25 years ago
  4. 5b4f3e8 Rewrote Unix process launching to allow passing startup information to by Alexandre Julliard · 25 years ago
  5. e29dbc5 Fixed some warnings. by Patrik Stridvall · 25 years ago
  6. 27d31a5 Removed permission checks in create_key and delete_key. It seems by Alexandre Julliard · 25 years ago
  7. 07d8446 Implemented thread and (partial) module snapshots, based on the work by Alexandre Julliard · 25 years ago
  8. c970904 Save the registry on server exit without client intervention. by Alexandre Julliard · 25 years ago
  9. d804111 Made server launching somewhat cleaner and faster. by Alexandre Julliard · 25 years ago
  10. 6a72dc5 Load done event now created by the server. by Alexandre Julliard · 25 years ago
  11. 9d10afa Clear status for sending exception event. by Eric Pouech · 25 years ago
  12. 1134215 Temporary hack to share handles between processes sharing the same by Alexandre Julliard · 25 years ago
  13. f6507ed Do not send a debug event for a thread until the previous event for by Alexandre Julliard · 25 years ago
  14. de1d5ad Added support for WINEPREFIX environment variable. by Alexandre Julliard · 25 years ago
  15. d392831 Increment suspend count before attempting attach in suspend_for_ptrace. by Alexandre Julliard · 25 years ago
  16. ef88637 Made request tracing more robust against bogus lengths. by Alexandre Julliard · 25 years ago
  17. b73421d Set thread start address to 0 on events generated by by Alexandre Julliard · 25 years ago
  18. cb98a6e Handle POLLHUP better (delay FD_CLOSE notification until all data has by Ove Kaaven · 25 years ago
  19. 32a5b63 Moved some registry definitions to winnt.h. by Andreas Mohr · 25 years ago
  20. 6d77d3a Use min/max instead of MIN/MAX. by Francois Gouget · 25 years ago
  21. 77c3055 Handle socket POLLERR/POLLHUP conditions properly. by Ove Kaaven · 25 years ago
  22. 9a0e28f Fixed a couple of file descriptor leaks. by Alexandre Julliard · 25 years ago
  23. 361adc8 Ensure that non-NULL terminated stings are saved correctly. by Huw D M Davies · 25 years ago
  24. de1ff66 Changed PTRACE_PEEKUSER to PTRACE_PEEKUSR and PTRACE_POKEUSER to by Peter Hunnisett · 25 years ago
  25. 12f29b5 Have threads and processes exit more cleanly whenever possible. by Alexandre Julliard · 25 years ago
  26. cd8cf5e Avoid SIGSTOP/SIGCONT race when ptrace is disabled. by Alexandre Julliard · 25 years ago
  27. 98aacc7 Avoid SIGSTOP/SIGCONT race when ptrace is disabled. by Alexandre Julliard · 25 years ago
  28. f2f1ff3 Fixed bug in generate_startup_debug_events(). by Alexandre Julliard · 25 years ago
  29. ea0d028 Added specific routines for OUTPUT_DEBUG_STRING and EXCEPTION debug events. by Alexandre Julliard · 25 years ago
  30. 05f0b71 Store the list of loaded dlls in the server, and generate debug events by Alexandre Julliard · 25 years ago
  31. 5fb5456 Added server protocol version check. by Alexandre Julliard · 25 years ago
  32. 7e9913f Fixed some warnings. by Patrik Stridvall · 25 years ago
  33. 00641d5 Removed PDB32_DEBUGGED flag and send all debug events unconditionally. by Alexandre Julliard · 25 years ago
  34. ff81d78 Generate CREATE_PROCESS/THREAD debug events internally in the server. by Alexandre Julliard · 25 years ago
  35. 0e06d62 Fixed Solaris specific compiler issue. by Patrik Stridvall · 25 years ago
  36. 49bcb93 Fixed some issues found by winapi_check. by Patrik Stridvall · 25 years ago
  37. 67a24c8 Store the handle of the process exe file in the server. by Alexandre Julliard · 25 years ago
  38. 717bf7e Added definition for STILL_ACTIVE. by Dave Pickles · 25 years ago
  39. 2d33ab9 Added configure check for the unix domain sockaddr length. by Juergen Lock · 25 years ago
  40. b849d79 Moved global atoms to the server (based on the work of Sergei by Alexandre Julliard · 25 years ago
  41. 5782765 Added context functions for FreeBSD. by Juergen Lock · 25 years ago
  42. 8a1bdb3 Added configure check for sys/reg.h. by Ulrich Weigand · 25 years ago
  43. de20c2a Solaris support for {set,get}_thread_context added. by Patrik Stridvall · 25 years ago
  44. a661187 Added our own user_regs_struct definition for better compatibility. by Alexandre Julliard · 25 years ago
  45. fb32c7b Fixed minor issues found by winapi_check. by Patrik Stridvall · 25 years ago
  46. 788d8d5 Get HCU name from unix user name. by Juergen Schmied · 25 years ago
  47. 0a7c1f6 Implemented GetThreadSelectorEntry through the server. by Alexandre Julliard · 25 years ago
  48. 2fe5777 Made the server listen for new clients on a Unix socket in by Alexandre Julliard · 25 years ago
  49. cb1fc73 Changed the server to return STATUS_* error codes. by Alexandre Julliard · 25 years ago
  50. 3e2517c Added Get/SetThreadContext support through the server. by Alexandre Julliard · 25 years ago
  51. 5d0ae2d - removed copying of HKEY_USERS to HKEY_CURRENT_USER by Juergen Schmied · 25 years ago
  52. 95e7acb Moved allocation of the socket pair for a new thread to the server. by Alexandre Julliard · 25 years ago
  53. 79b1ec8 Made debug events and contexts standard objects. by Alexandre Julliard · 25 years ago
  54. 9de03f4 Made sleep_on usable from all requests. by Alexandre Julliard · 25 years ago
  55. 1dca5e2 Moved poll handling to the generic part of the server objects. by Alexandre Julliard · 25 years ago
  56. 247b8ae Use poll() instead of select() for the server main loop. by Alexandre Julliard · 25 years ago
  57. 6f676cd Fixed off-by-one error. by Ulrich Czekalla · 25 years ago
  58. 9d60e35 Flush handle in any access mode. by Marcus Meissner · 25 years ago
  59. 61ec6c1 Fixed get_event_obj/get_file_obj to use the process parameter (thanks by Alexandre Julliard · 25 years ago
  60. d083a7b Fixed DEBUG_ONLY_THIS_PROCESS again (thanks to Ulrich Weigand). by Alexandre Julliard · 25 years ago
  61. ad47a30 Implemented waitable timers. by Alexandre Julliard · 25 years ago
  62. 8354d16 Don't try to call towupper() when there's no wctype.h. by Juergen Lock · 25 years ago
  63. 19a497c More portability fixes (thanks to Juergen Lock). by Alexandre Julliard · 25 years ago
  64. d16319c Store all object names as Unicode in the server. by Alexandre Julliard · 25 years ago
  65. 705686e Added wine.conf option for new format registry files. by Alexandre Julliard · 25 years ago
  66. 53f3a83 Added support to the server for loading new format (version 2) files. by Alexandre Julliard · 25 years ago
  67. 17cf810 Fixed handling of debug events on thread/process exit. by Alexandre Julliard · 25 years ago
  68. d7e85d6 Added registry support to the server. by Alexandre Julliard · 25 years ago
  69. 1d5bc46 Removed extra #include statements. by Niels Kristian Bech Jensen · 25 years ago
  70. 42666ee Portability fixes. by Alexandre Julliard · 25 years ago
  71. bf2b765 Fixed hash function. by Eric Pouech · 25 years ago
  72. 578c100 Moved ptrace support to ptrace.c. Tried to improve portability. by Alexandre Julliard · 25 years ago
  73. 3b83222 Bug fixes. by Alexandre Julliard · 25 years ago
  74. eef7025 Added support for WriteProcessMemory through the server. by Alexandre Julliard · 25 years ago
  75. c76ad35 Added get_page_size function. by Alexandre Julliard · 25 years ago
  76. 8b8828f Added support for ReadProcessMemory through the server. by Alexandre Julliard · 25 years ago
  77. ec7bb23 Added support for CREATE_SUSPENDED flag in CreateProcess. by Alexandre Julliard · 25 years ago
  78. 0a29a78 Portability fix: renamed PTRACE_* into PT_*. by Gerald Pfeifer · 25 years ago
  79. 699d3cf Added use_ptrace flag to disable ptrace usage. Should eventually be by Alexandre Julliard · 25 years ago
  80. 15ed961 Don't crash when we get a SIGCHLD for a removed thread. by Alexandre Julliard · 25 years ago
  81. 0a70783 Preliminary ptrace support. by Alexandre Julliard · 25 years ago
  82. 9103daf Install the wine server in $(bindir) and exec it from there. by Alexandre Julliard · 25 years ago
  83. c61eb03 Do not free the handles once they have been sent to the client (thanks by Alexandre Julliard · 25 years ago
  84. 942010a Fixed bug in WINSOCK_accept when no event is present. by Jeremy White · 25 years ago
  85. 3669b94 Handle socket creation errors. by Ove Kaaven · 25 years ago
  86. ceeb693 Made all handles multiple of 4. Fixed semantics for pseudo-handles. by Alexandre Julliard · 25 years ago
  87. 1d22c53 Free the handles of the event structure in the right process (thanks by Alexandre Julliard · 25 years ago
  88. 9633632 - Added missing configuration #if:s and #includes:s. by Patrik Stridvall · 25 years ago
  89. f45608f Winsock rewrite. Sockets are now proper win32 handles. by Ove Kaaven · 25 years ago
  90. 019211f Added socket interface to wineserver. by Ove Kaaven · 25 years ago
  91. d6d994f Made event manipulation routines public. by Alexandre Julliard · 25 years ago
  92. ec29ba8 Added EXCEPT_EVENT to wineserver select loop. by Ove Kaaven · 26 years ago
  93. dbab5e2 Remove the mutex from the thread list when destroying it. by Alexandre Julliard · 26 years ago
  94. 2c68408 Fixed some of the issues reported by Solaris Lint. by Patrik Stridvall · 26 years ago
  95. b135adf Renamed static global variable 'iovec' to 'myiovec'. by Howard Abrams · 26 years ago
  96. 1327748 Added checks for sys/errno.h, sys/signal.h and sys/mman.h. by Howard Abrams · 26 years ago
  97. 1ed4ecf ANSI C fixes. by Patrik Stridvall · 26 years ago
  98. ebe29ef Further server optimizations: by Alexandre Julliard · 26 years ago
  99. fb65f7d Dump server objects on SIGHUP. by Alexandre Julliard · 26 years ago
  100. 5bc7808 Made server communication faster by using a shared memory block. by Alexandre Julliard · 26 years ago