1. 9dc5b97 Only use winsock2.h in Wine. by Francois Gouget · 24 years ago
  2. 7c4b140 Fixed HTASK/HTASK16 handle mismatch. by Alexandre Julliard · 24 years ago
  3. 5edf4e1 Removed a few unnecessary Callouts. by Alexandre Julliard · 24 years ago
  4. 37e9503 Moved server.h to include/wine. by Alexandre Julliard · 24 years ago
  5. 33929be - Made sure that the files that contains the declarations by Patrik Stridvall · 24 years ago
  6. 044855c Documentation fixes. by Patrik Stridvall · 24 years ago
  7. 01d5e5b Documentation fixes. by Patrik Stridvall · 24 years ago
  8. dae8de6 Documentation ordinal fixes (using winapi_fixup). by Patrik Stridvall · 24 years ago
  9. 0ca9465 Removed unneeded inclusion of queue.h. by Alexandre Julliard · 24 years ago
  10. c2bc22b Spelling fixes. by Andreas Mohr · 24 years ago
  11. a67e648 Removed THREAD_IsWin16. by Alexandre Julliard · 24 years ago
  12. 3e7497f Unified 16-bit and 32-bit scheduling a bit more. by Alexandre Julliard · 24 years ago
  13. 627c907 Don't load user32 too early on for 16-bit apps, so that app-specific by Alexandre Julliard · 24 years ago
  14. 9ee9eff Use the standard CreateThread routine to create 16-bit tasks instead by Alexandre Julliard · 24 years ago
  15. ea2a9a8 Removed a few Callout functions by doing a GetProcAddress at the time by Alexandre Julliard · 24 years ago
  16. 0c61028 Documentation ordinal fixes. by Patrik Stridvall · 24 years ago
  17. 4f2df51 Replaced GLOBAL_Alloc by GlobalAlloc16 where possible. by Alexandre Julliard · 24 years ago
  18. cc19592 Added check whether unaligned memory access is allowed. by Ulrich Weigand · 24 years ago
  19. 982a223 Replaced PTR_SEG_TO_LIN macro by exported MapSL function. by Alexandre Julliard · 24 years ago
  20. becb9a3 Moved all Wine internal definitions out of process.h. by Alexandre Julliard · 24 years ago
  21. 2b3aa61 Added/modified documentation for function arguments. by Patrik Stridvall · 24 years ago
  22. ef57e18 Removed some unnecessary includes. by Alexandre Julliard · 24 years ago
  23. fc2c5df Implemented TerminateApp needed for DBase 5.0. by Andreas Mohr · 24 years ago
  24. ab68797 Moved standard syslevel APIs declaration to winbase.h. by Alexandre Julliard · 24 years ago
  25. 914406f Moved LDT handling to libwine.so. Changed the interface to use the by Alexandre Julliard · 24 years ago
  26. 0a8114c Raise an exception for unimplemented 16-bit entry points too. by Alexandre Julliard · 24 years ago
  27. 4e951ea Check all Callouts function pointers for NULL before using them. by Alexandre Julliard · 24 years ago
  28. 334a42f Fixed a few compilation warnings by Dimitrie O. Paun · 24 years ago
  29. a9f6a9d Explicitly initialize structures. by Patrik Stridvall · 24 years ago
  30. 6a2a2eb Make sure that we skip tasks with missing hInstance. by Andreas Mohr · 25 years ago
  31. afb49ea Moved a bunch of routines to kernel32.dll (with the help of Dimitrie O. Paun). by Alexandre Julliard · 25 years ago
  32. d8fab2e Removed some of the XXX_reg macros now that we are using the standard by Alexandre Julliard · 25 years ago
  33. 770eb51 Moved most global data out of the LPDOSTASK structure. by Alexandre Julliard · 25 years ago
  34. 7bbba4f Removed calls to ConvertToGlobalHandle and MakeCriticalSectionGlobal. by Alexandre Julliard · 25 years ago
  35. 62f3eaa Transform every ERR() to WARN() in MakeProcInstance. by Andreas Mohr · 25 years ago
  36. 52900c8 Make PDB, ENVDB and STARTUPINFO global variables. by Alexandre Julliard · 25 years ago
  37. 081ee94 - Fixed resource functions to work directly from the HMODULE instead of by Alexandre Julliard · 25 years ago
  38. 15aef00 Skip quoted program name when building command line. by Alexandre Julliard · 25 years ago
  39. 3bbd167 Removed usage of obsolete pModule->lpDosTask. by Ove Kaaven · 25 years ago
  40. b18dbd2 Perform NE_InitProcess in the context of the new task. by Alexandre Julliard · 25 years ago
  41. 2caee71 Spelling fixes. by Andreas Mohr · 25 years ago
  42. 8fe0551 Removed a few unnecessary includes. by Alexandre Julliard · 25 years ago
  43. 7e85ea7 Moved stack switch handling (large stack) to sysdeps.c by Ulrich Weigand · 25 years ago
  44. 0211d70 Make sure initial task is not marked as 32-bit. by Alexandre Julliard · 25 years ago
  45. c192ba2 Exec a separate wine binary for every win32 process so that they run by Alexandre Julliard · 25 years ago
  46. f2f0927 Fixed initialization of INSTANCEDATA in InitTask(). by Ulrich Weigand · 25 years ago
  47. 4d05761 Make sure hInstance is a proper global handle and not a selector value. by Bernd Herd · 25 years ago
  48. 180a088 Moved PE header definitions to winnt.h where they belong. by Alexandre Julliard · 25 years ago
  49. 2d6457c Added/fixed some documentation reported by winapi_check. by Patrik Stridvall · 25 years ago
  50. 9a0e28f Fixed a couple of file descriptor leaks. by Alexandre Julliard · 25 years ago
  51. 45b5bcf Several fixes to MakeProcInstance. by Andreas Mohr · 25 years ago
  52. 67a24c8 Store the handle of the process exe file in the server. by Alexandre Julliard · 25 years ago
  53. fa5647a Fixed race between Win16 parent and child for first rescheduling by Ulrich Weigand · 25 years ago
  54. baa9bf9 Buffer overflows and strncpy fixes. by Francois Gouget · 25 years ago
  55. dd03cc1 Make use of the DEFAULT_DEBUG_CHANNEL where appropriate. by Dimitrie O. Paun · 25 years ago
  56. 979000e Call 16-bit instead of 32-bit UserSignalProc entry point. by Ulrich Weigand · 25 years ago
  57. 1d5bc46 Removed extra #include statements. by Niels Kristian Bech Jensen · 25 years ago
  58. f959be9 Ignore wrong hInstance. by Uwe Bonnes · 25 years ago
  59. f45608f Winsock rewrite. Sockets are now proper win32 handles. by Ove Kaaven · 25 years ago
  60. c44ab1f Don't create thunk for task signal proc, call it directly. by Ulrich Weigand · 26 years ago
  61. a2d5bb3 Bugfix: Improved GetCodeHandle16 / GetCodeInfo16. by Ulrich Weigand · 26 years ago
  62. 3df3e53 Bugfix: restore STACK16FRAME fields in SwitchStackBack16. by Ulrich Weigand · 26 years ago
  63. c50a1d0 Adapted to new-style Wine thunks. by Ulrich Weigand · 26 years ago
  64. a1089c5 Made stack manipulation macros into inline functions. by Alexandre Julliard · 26 years ago
  65. 081daf7 Implemented KERNEL.447 (WIN32_OldYield16). by Ulrich Weigand · 26 years ago
  66. 4d55035 Bugfix: Install task-entry breakpoint *after* EXE module is initialized. by Ulrich Weigand · 26 years ago
  67. cfa977d Fixed bugs introduced by 'register' and 'return' function changes. by Ulrich Weigand · 26 years ago
  68. 4220b29 Take advantage of the new registers saved in the STACK16FRAME to turn by Alexandre Julliard · 26 years ago
  69. e32a317 Removed the old, historical and no longer working IPC support. by Marcus Meissner · 26 years ago
  70. a3afeef Fix InitTask() to work if DGROUP was manually resized. by Ulrich Weigand · 26 years ago
  71. 3c717e4 Bugfix: TASK_CallToStart didn't pass correct hInstance to app. by Ulrich Weigand · 26 years ago
  72. fbea530 On NE process creation, move major part of NE EXE module loading and by Ulrich Weigand · 26 years ago
  73. 617955d Changed CONTEXT into CONTEXT86 everywhere we really want an i386 by Alexandre Julliard · 26 years ago
  74. 1ed4ecf ANSI C fixes. by Patrik Stridvall · 26 years ago
  75. 0a860a0 Merged THDB and TEB structures. by Alexandre Julliard · 26 years ago
  76. ed49003 16-bit scheduler reorganized: run all tasks in their own thread. by Ulrich Weigand · 26 years ago
  77. 54a39e2 Got rid of THREAD_InitDone. by Alexandre Julliard · 26 years ago
  78. bda3969 Removed process argument to PROCESS_CallUserSignalProc. by Alexandre Julliard · 26 years ago
  79. 89fc6fd Moved WINSOCK network IO event handling to special thread. by Ulrich Weigand · 26 years ago
  80. 8c2dc8b Adapted to event synchronization changes. by Ulrich Weigand · 26 years ago
  81. c319c66 Added ExitKernel16 (replacing USER_ExitWindows), ExitProcess16, and by Ulrich Weigand · 26 years ago
  82. e9caf93 Removed TIMER_SwitchQueue. by Ulrich Weigand · 26 years ago
  83. 1c971e3 Some initialization sequence bugfixes: by Ulrich Weigand · 26 years ago
  84. 70b2e38 Fixed various stupid bugs in services thread routines. by Ulrich Weigand · 26 years ago
  85. 481a8e2 Bug fixes. by Alexandre Julliard · 26 years ago
  86. 1c4c409 Don't initialise the stacks for 32-bit processes. by Alexandre Julliard · 26 years ago
  87. e8c6a08 Converted to the new debugging interface (done with the help of the by Alexandre Julliard · 26 years ago
  88. b4b9fae New debug scheme with explicit debug channels declaration. by Patrik Stridvall · 26 years ago
  89. d1e2239 Bugfix: Always release the Win16Lock in TASK_Reschedule. by Ulrich Weigand · 26 years ago
  90. 2e65876 Send USIG_PROCESS_CREATE signal. by Ulrich Weigand · 26 years ago
  91. 8139c30 Implemented PROCESS_CallUserSignalProc(). by Ulrich Weigand · 26 years ago
  92. da5779e Allow UserYield16 to be called from 32-bit thread. by Ulrich Weigand · 26 years ago
  93. 93b23d7 Run Win32 processes in their own threads. Process exit sequence adapted. by Ulrich Weigand · 26 years ago
  94. 96c08d8 Use server handles directly for Win32 handles. Removed use of K32OBJ. by Alexandre Julliard · 26 years ago
  95. 8feb3bc Process and thread id now use the server-side id instead of an by Alexandre Julliard · 26 years ago
  96. 6e0d386 Process creation sequence reorganized: by Ulrich Weigand · 26 years ago
  97. a396029 Large-scale renaming of all Win32 functions and types to use the by Alexandre Julliard · 26 years ago
  98. 1d90d69 Modified process creation sequence: call PE_CreateModule in the by Ulrich Weigand · 26 years ago
  99. b50272b Fix problem where you need mouse activity to unlock some 16 bits by Stephane Lussier · 26 years ago
  100. 317af32 Optimized include/*.h: (recursively) include all headers needed by by Marcus Meissner · 26 years ago