1. 8139c30 Implemented PROCESS_CallUserSignalProc(). by Ulrich Weigand · 26 years ago
  2. e469a58 Fixed sequence of DLL_PROCESS_DETACH notification calls. by Ulrich Weigand · 26 years ago
  3. 1c40024 Added cmd line in new_process request. by Alexandre Julliard · 26 years ago
  4. 4cf1511 All threads created with CreateThread are 32-bit threads. by Ulrich Weigand · 26 years ago
  5. 875c4b3 Added server pid and tid in init_thread request, and use them in by Alexandre Julliard · 26 years ago
  6. 93b23d7 Run Win32 processes in their own threads. Process exit sequence adapted. by Ulrich Weigand · 26 years ago
  7. f016752 Changed process initialisation to use the new server requests. by Alexandre Julliard · 26 years ago
  8. 4526f2e Pass new arguments (suspend/inherit) to the server. by Ulrich Weigand · 26 years ago
  9. 2f2898b Handle suspend/resume_thread requests in phase STARTING correctly. by Ulrich Weigand · 26 years ago
  10. 301f2c6 Separated thdb freeing code from ExitThread. Now we only need to call by Alexandre Julliard · 26 years ago
  11. 5eca3af Do not call ExitThread() on server communication errors. by Alexandre Julliard · 26 years ago
  12. 88e651d Fixed newly introduced and some leftover warnings. by Marcus Meissner · 26 years ago
  13. 3366f18 Implemented _ConfirmWin16Lock (KERNEL32.96). by Ulrich Weigand · 26 years ago
  14. 3f09ec5 CLIENT_WaitReply: don't clear last error on success; fixed callers by Alexandre Julliard · 26 years ago
  15. 96c08d8 Use server handles directly for Win32 handles. Removed use of K32OBJ. by Alexandre Julliard · 26 years ago
  16. ee517e8 - fixed missing stdlib.h and string.h includes everywhere by David Luyer · 26 years ago
  17. 8feb3bc Process and thread id now use the server-side id instead of an by Alexandre Julliard · 26 years ago
  18. 6e0d386 Process creation sequence reorganized: by Ulrich Weigand · 26 years ago
  19. 875d112 Removed dst_handle in duplicate_handle request. by Alexandre Julliard · 26 years ago
  20. a396029 Large-scale renaming of all Win32 functions and types to use the by Alexandre Julliard · 26 years ago
  21. 1d90d69 Modified process creation sequence: call PE_CreateModule in the by Ulrich Weigand · 26 years ago
  22. 214399f Changed initial process creation to avoid memory allocations. by Alexandre Julliard · 26 years ago
  23. 13e5519 Removed thread queue functions. by Alexandre Julliard · 26 years ago
  24. d16927e Removed use of per-thread wait_struct, cleaned up a bit. by Alexandre Julliard · 26 years ago
  25. d6cb784 Removed MEM_MAPPED_FILE_Ops. by Alexandre Julliard · 26 years ago
  26. 04c3e1d Removed a lot of occurences of windows.h (and added necessary other includes). by Marcus Meissner · 26 years ago
  27. 289211c Fixed a number of warnings concerning the matching of the printf by Francois Gouget · 26 years ago
  28. 317af32 Optimized include/*.h: (recursively) include all headers needed by by Marcus Meissner · 26 years ago
  29. c521db6 Removed CONSOLE_Ops. by Alexandre Julliard · 26 years ago
  30. 60742b0 Removed PROCESS_GetPtr. by Alexandre Julliard · 26 years ago
  31. 91bb1f9 - Cleaned up the message queue when a thread exit (but not the process). by Stephane Lussier · 26 years ago
  32. b427856 Added management and allocation of the PERQUEUEDATA structure. by Noel Borthwick · 26 years ago
  33. 0b78af7 Fix to allow for recvmsg() returning less data than is needed. by Geoff Clare · 26 years ago
  34. d757fc6 Clear last error on all successful requests. by Alexandre Julliard · 26 years ago
  35. ab9ac83 List handles WaitForMultipleObjects is waiting for when running with by Juergen Schmied · 26 years ago
  36. 47b3f32 Commented out EXEC_SERVER by Alexandre Julliard · 26 years ago
  37. c66f5d5 Added stub for SetThreadLocale. by Guy Albertelli · 26 years ago
  38. 62a8b43 Hacked server-side device support by Alexandre Julliard · 26 years ago
  39. 8da12c4 Group commit for recovery after disk crash. by Alexandre Julliard · 26 years ago
  40. 638f169 Recovery of release 990110 after disk crash. by Alexandre Julliard · 26 years ago wine-990110
  41. 0562539 Implemented file sharing checks in the server. by Alexandre Julliard · 26 years ago
  42. eafae34 Got rid of CLIENT_GetProcessInfo. by Alexandre Julliard · 26 years ago
  43. 94401dc Fixed CloseHandle() on global handles. by Alexandre Julliard · 26 years ago
  44. dbf2bf0 Moved MsgWaitForMultipleObject implementation to USER routines, using by Alexandre Julliard · 26 years ago
  45. 6ebbe3c Cleaned up and removed some no longer used code. by Alexandre Julliard · 26 years ago
  46. f8e741b Take into account handle inheritance flag. by Alexandre Julliard · 26 years ago
  47. d1717c6 Re-implemented using a real semaphore. by Alexandre Julliard · 26 years ago
  48. 5544387 Removed client-side wait functions; all waiting is now done through the server. by Alexandre Julliard · 26 years ago
  49. 748ff0f Changed server wait logic a bit. by Alexandre Julliard · 26 years ago
  50. 942e6d7 Added anonymous pipe support by Alexandre Julliard · 26 years ago
  51. 338e757 Added beginnings of server-side file handling. by Alexandre Julliard · 26 years ago
  52. c6e45ed Added add_queue/remove_queue to server object operations. by Alexandre Julliard · 26 years ago
  53. 3f8e1e4 Implemented CreateToolhelp32Snapshot, including two of the routines by Patrick Spinler · 26 years ago
  54. ca1c747 Bugfix: Set the TEBF_WIN32 flag in teb.flags for 32-bit threads. by Ulrich Weigand · 26 years ago
  55. 577db37 More complete implementation of the SetCtrlHandler() function (and the by James Sutherland · 26 years ago
  56. e0e248e Solaris redefines ERR and CS, fixed occurances. by Marcus Meissner · 26 years ago
  57. d042188 Get rid of the redefinition of MAX_PATH and move PROCESSENTRY32 by Huw D M Davies · 26 years ago
  58. c75d0e1 Implemented new Wine startup sequence, separating startup into by Ulrich Weigand · 26 years ago
  59. 6569ba3 Added .spec entry for KERNEL.RegisterServiceProcess. by Andreas Mohr · 26 years ago
  60. 24ee621 Added stubs for Process32First/Process32Next. by Patrick Spinler · 26 years ago
  61. 4a54690 Added support for global handles, implemented ConvertToGlobalHandle. by Ulrich Weigand · 26 years ago
  62. 05e2d3b LoadLibraryExW spec added (function was there). by Marcus Meissner · 26 years ago
  63. c36a154 More off-by-one errors fixed. by Uwe Bonnes · 26 years ago
  64. a763ed9 Added ordinal for two syslevel functions. by Marcus Meissner · 26 years ago
  65. f279205 Fixed off by one error in HANDLE_GetObjPtr. by Uwe Bonnes · 26 years ago
  66. a3527cf Implemented new PE DLL initalization code, trying to call the by Ulrich Weigand · 26 years ago
  67. 2e30f6f Use emergency TEB selector to avoid debugger crashes when stepping by Ulrich Weigand · 26 years ago
  68. c21650e Small fix. by Andreas Mohr · 26 years ago
  69. c0d52e0 Initial revision by Alexandre Julliard · 27 years ago
  70. d30dfd2 Release 980927 by Alexandre Julliard · 27 years ago wine-980927
  71. a0d7731 Release 980913 by Alexandre Julliard · 27 years ago wine-980913
  72. 85ed45e Release 980822 by Alexandre Julliard · 27 years ago wine-980822
  73. 767e6f6 Release 980809 by Alexandre Julliard · 27 years ago wine-980809
  74. 829fe32 Release 980726 by Alexandre Julliard · 27 years ago wine-980726
  75. 642d313 Release 980712 by Alexandre Julliard · 27 years ago wine-980712
  76. ebfc0fe Release 980628 by Alexandre Julliard · 27 years ago wine-980628
  77. f90efa9 Release 980614 by Alexandre Julliard · 27 years ago wine-980614
  78. a845b88 Release 980601 by Alexandre Julliard · 27 years ago wine-980601
  79. 46ea8b3 Release 980503 by Alexandre Julliard · 27 years ago wine-980503
  80. c7c217b Release 980413 by Alexandre Julliard · 27 years ago wine-980413
  81. 54c2711 Release 980329 by Alexandre Julliard · 27 years ago wine-980329
  82. a69b88b Release 980315 by Alexandre Julliard · 27 years ago wine-980315
  83. a11d7b1 Release 980301 by Alexandre Julliard · 27 years ago wine-980301
  84. 03468f7 Release 980215 by Alexandre Julliard · 27 years ago wine-980215
  85. 60ce85c Release 980201 by Alexandre Julliard · 27 years ago wine-980201
  86. 0623a6f Release 980118 by Alexandre Julliard · 27 years ago wine-980118
  87. 02e9008 Release 980104 by Alexandre Julliard · 27 years ago wine-980104
  88. 44ed71f Release 971221 by Alexandre Julliard · 27 years ago wine-971221
  89. e658d82 Release 971130 by Alexandre Julliard · 27 years ago wine-971130
  90. a0b2b1d Release 971116 by Alexandre Julliard · 27 years ago wine-971116
  91. 491502b Release 971101 by Alexandre Julliard · 27 years ago wine-971101
  92. 17216f5 Release 971012 by Alexandre Julliard · 27 years ago wine-971012
  93. 3db94ef Release 970928 by Alexandre Julliard · 28 years ago wine-970928
  94. 77b9918 Release 970914 by Alexandre Julliard · 28 years ago wine-970914
  95. 670cdc4 Release 970824 by Alexandre Julliard · 28 years ago wine-970824
  96. 641ee76 Release 970804 by Alexandre Julliard · 28 years ago wine-970804
  97. 23946ad Release 970616 by Alexandre Julliard · 28 years ago wine-970616
  98. 84c70f5 Release 970509 by Alexandre Julliard · 28 years ago wine-970509
  99. 889f742 Release 970415 by Alexandre Julliard · 28 years ago wine-970415
  100. 2197901 Release 970305 by Alexandre Julliard · 28 years ago wine-970305