1. 9264300 Converted a lot of server requests to the new exception handling mechanism. by Alexandre Julliard · 25 years ago
  2. 9c2370b Added exception handling wrapper to a number of server requests. by Alexandre Julliard · 25 years ago
  3. 8611353 Added the data structures and macros that will be needed to support by Alexandre Julliard · 25 years ago
  4. 52900c8 Make PDB, ENVDB and STARTUPINFO global variables. by Alexandre Julliard · 25 years ago
  5. 93652e1 Moved a bunch of functions out of libwine/kernel/gdi into USER. by Alexandre Julliard · 25 years ago
  6. 09ddb59 Make USER and GDI separate dlls. by Alexandre Julliard · 25 years ago
  7. bec3244 Lazy initialisation of thread locale. by Alexandre Julliard · 25 years ago
  8. 6ee61f9 Moved setting the locale value to the right position. by Juergen Schmied · 25 years ago
  9. fb8934d Implementation of Get/SetThreadPriorityBoost. by Slava Monich · 25 years ago
  10. 79d850f - implemented Get/SetThreadLocale by Juergen Schmied · 25 years ago
  11. 8fe0551 Removed a few unnecessary includes. by Alexandre Julliard · 25 years ago
  12. c192ba2 Exec a separate wine binary for every win32 process so that they run by Alexandre Julliard · 25 years ago
  13. ce68603 Fixed default thread stack size. by Alexandre Julliard · 25 years ago
  14. 8c21dfc Setup the initial thread %fs from a constructor. by Alexandre Julliard · 25 years ago
  15. 5b4f3e8 Rewrote Unix process launching to allow passing startup information to by Alexandre Julliard · 25 years ago
  16. b445952 Improved Winelib apps initialisation code. No longer need to link by Alexandre Julliard · 25 years ago
  17. 3ef9322 Cleanup thread stack allocation. Use a single VirtualAlloc for TEB and by Alexandre Julliard · 25 years ago
  18. 114830e Made GetProcessHeap(), GetCurrentProcessId(), GetCurrentThread() and by Alexandre Julliard · 25 years ago
  19. 3174174 Put CLONE_FILES back in, it is still breaking too many things. by Alexandre Julliard · 25 years ago
  20. 9a0e28f Fixed a couple of file descriptor leaks. by Alexandre Julliard · 25 years ago
  21. 12f29b5 Have threads and processes exit more cleanly whenever possible. by Alexandre Julliard · 25 years ago
  22. ff81d78 Generate CREATE_PROCESS/THREAD debug events internally in the server. by Alexandre Julliard · 25 years ago
  23. ca3c9ba Better implementation of inline functions SetLastError and by Alexandre Julliard · 25 years ago
  24. 717bf7e Added definition for STILL_ACTIVE. by Dave Pickles · 25 years ago
  25. f3bfa3a Mark initial process as 32-bit for WineLib apps. by Ulrich Weigand · 25 years ago
  26. 8bc1d83 Use a per-thread buffer and write(2) for debug traces. Removed debug_dumpstr. by Alexandre Julliard · 25 years ago
  27. 2fe5777 Made the server listen for new clients on a Unix socket in by Alexandre Julliard · 25 years ago
  28. 3e2517c Added Get/SetThreadContext support through the server. by Alexandre Julliard · 25 years ago
  29. 7434102 - added NT fields to TEB by Juergen Schmied · 25 years ago
  30. 95e7acb Moved allocation of the socket pair for a new thread to the server. by Alexandre Julliard · 25 years ago
  31. 71e69dd NT allocates one page as TEB. Some native NT-dlls are using this. by Juergen Schmied · 25 years ago
  32. 979000e Call 16-bit instead of 32-bit UserSignalProc entry point. by Ulrich Weigand · 25 years ago
  33. 9633632 - Added missing configuration #if:s and #includes:s. by Patrik Stridvall · 25 years ago
  34. f0a1c2f Don't create thunk for CreateThread16 proc, call it directly. by Ulrich Weigand · 26 years ago
  35. 26ffb3c Fixed/added missing/wrong function prototypes and made internal by Patrik Stridvall · 26 years ago
  36. 478eee1 Eliminated warnings. by Patrik Stridvall · 26 years ago
  37. 1327748 Added checks for sys/errno.h, sys/signal.h and sys/mman.h. by Howard Abrams · 26 years ago
  38. 617955d Changed CONTEXT into CONTEXT86 everywhere we really want an i386 by Alexandre Julliard · 26 years ago
  39. ebe29ef Further server optimizations: by Alexandre Julliard · 26 years ago
  40. 5bc7808 Made server communication faster by using a shared memory block. by Alexandre Julliard · 26 years ago
  41. 0a860a0 Merged THDB and TEB structures. by Alexandre Julliard · 26 years ago
  42. 63c7cdf Made the service thread instanciable in every process. by Eric Pouech · 26 years ago
  43. 54a39e2 Got rid of THREAD_InitDone. by Alexandre Julliard · 26 years ago
  44. bda3969 Removed process argument to PROCESS_CallUserSignalProc. by Alexandre Julliard · 26 years ago
  45. d131a17 Use the new debug functions to send debug events at appropriate places. by Alexandre Julliard · 26 years ago
  46. 1565709 Converted to the new debug interface, using script written by Patrik Stridvall. by Alexandre Julliard · 26 years ago
  47. 36a1a25 Call THREAD_FreeTHDB as service thread callback. by Ulrich Weigand · 26 years ago
  48. 0f8bc5b Fixed ANSI compabillity. by Patrik Stridvall · 26 years ago
  49. b4b9fae New debug scheme with explicit debug channels declaration. by Patrik Stridvall · 26 years ago
  50. c1d1cfe Reorganization of the loader to correctly load and free libraries and by Bertho Stultiens · 26 years ago
  51. 2e65876 Send USIG_PROCESS_CREATE signal. by Ulrich Weigand · 26 years ago
  52. 8139c30 Implemented PROCESS_CallUserSignalProc(). by Ulrich Weigand · 26 years ago
  53. e469a58 Fixed sequence of DLL_PROCESS_DETACH notification calls. by Ulrich Weigand · 26 years ago
  54. 4cf1511 All threads created with CreateThread are 32-bit threads. by Ulrich Weigand · 26 years ago
  55. 875c4b3 Added server pid and tid in init_thread request, and use them in by Alexandre Julliard · 26 years ago
  56. 93b23d7 Run Win32 processes in their own threads. Process exit sequence adapted. by Ulrich Weigand · 26 years ago
  57. f016752 Changed process initialisation to use the new server requests. by Alexandre Julliard · 26 years ago
  58. 4526f2e Pass new arguments (suspend/inherit) to the server. by Ulrich Weigand · 26 years ago
  59. 301f2c6 Separated thdb freeing code from ExitThread. Now we only need to call by Alexandre Julliard · 26 years ago
  60. 96c08d8 Use server handles directly for Win32 handles. Removed use of K32OBJ. by Alexandre Julliard · 26 years ago
  61. 8feb3bc Process and thread id now use the server-side id instead of an by Alexandre Julliard · 26 years ago
  62. 6e0d386 Process creation sequence reorganized: by Ulrich Weigand · 26 years ago
  63. a396029 Large-scale renaming of all Win32 functions and types to use the by Alexandre Julliard · 26 years ago
  64. 1d90d69 Modified process creation sequence: call PE_CreateModule in the by Ulrich Weigand · 26 years ago
  65. 13e5519 Removed thread queue functions. by Alexandre Julliard · 26 years ago
  66. 04c3e1d Removed a lot of occurences of windows.h (and added necessary other includes). by Marcus Meissner · 26 years ago
  67. 317af32 Optimized include/*.h: (recursively) include all headers needed by by Marcus Meissner · 26 years ago
  68. 91bb1f9 - Cleaned up the message queue when a thread exit (but not the process). by Stephane Lussier · 26 years ago
  69. b427856 Added management and allocation of the PERQUEUEDATA structure. by Noel Borthwick · 26 years ago
  70. c66f5d5 Added stub for SetThreadLocale. by Guy Albertelli · 26 years ago
  71. 62a8b43 Hacked server-side device support by Alexandre Julliard · 26 years ago
  72. dbf2bf0 Moved MsgWaitForMultipleObject implementation to USER routines, using by Alexandre Julliard · 26 years ago
  73. 5544387 Removed client-side wait functions; all waiting is now done through the server. by Alexandre Julliard · 26 years ago
  74. ca1c747 Bugfix: Set the TEBF_WIN32 flag in teb.flags for 32-bit threads. by Ulrich Weigand · 26 years ago
  75. 4a54690 Added support for global handles, implemented ConvertToGlobalHandle. by Ulrich Weigand · 26 years ago
  76. a3527cf Implemented new PE DLL initalization code, trying to call the by Ulrich Weigand · 26 years ago
  77. d30dfd2 Release 980927 by Alexandre Julliard · 27 years ago wine-980927
  78. a0d7731 Release 980913 by Alexandre Julliard · 27 years ago wine-980913
  79. 85ed45e Release 980822 by Alexandre Julliard · 27 years ago wine-980822
  80. 767e6f6 Release 980809 by Alexandre Julliard · 27 years ago wine-980809
  81. 642d313 Release 980712 by Alexandre Julliard · 27 years ago wine-980712
  82. ebfc0fe Release 980628 by Alexandre Julliard · 27 years ago wine-980628
  83. a845b88 Release 980601 by Alexandre Julliard · 27 years ago wine-980601
  84. c7c217b Release 980413 by Alexandre Julliard · 27 years ago wine-980413
  85. 54c2711 Release 980329 by Alexandre Julliard · 27 years ago wine-980329
  86. a69b88b Release 980315 by Alexandre Julliard · 27 years ago wine-980315
  87. a11d7b1 Release 980301 by Alexandre Julliard · 27 years ago wine-980301
  88. 03468f7 Release 980215 by Alexandre Julliard · 27 years ago wine-980215
  89. 60ce85c Release 980201 by Alexandre Julliard · 27 years ago wine-980201
  90. 0623a6f Release 980118 by Alexandre Julliard · 27 years ago wine-980118
  91. 02e9008 Release 980104 by Alexandre Julliard · 27 years ago wine-980104
  92. a0b2b1d Release 971116 by Alexandre Julliard · 27 years ago wine-971116
  93. 491502b Release 971101 by Alexandre Julliard · 27 years ago wine-971101
  94. 3db94ef Release 970928 by Alexandre Julliard · 28 years ago wine-970928
  95. 77b9918 Release 970914 by Alexandre Julliard · 28 years ago wine-970914
  96. 670cdc4 Release 970824 by Alexandre Julliard · 28 years ago wine-970824
  97. 641ee76 Release 970804 by Alexandre Julliard · 28 years ago wine-970804
  98. 23946ad Release 970616 by Alexandre Julliard · 28 years ago wine-970616
  99. 84c70f5 Release 970509 by Alexandre Julliard · 28 years ago wine-970509
  100. 2197901 Release 970305 by Alexandre Julliard · 28 years ago wine-970305