1. 472d016 Correct SIZE_T size according to MS SDK. by Dmitry Timoshkov · 23 years ago
  2. d016f81 Added include protection for unistd.h and sys/time.h. by Patrik Stridvall · 23 years ago
  3. 66e3183 Fixed GetLocaleInfoW to handle Unicode properly and completed by Alexandre Julliard · 23 years ago
  4. 7375597 Fixed some handle type mismatches and added a few casts in prevision by Alexandre Julliard · 23 years ago
  5. 9a62491 Removed trailing whitespace. by Vincent Béron · 23 years ago
  6. 03f4e22 Added test for thread functions. by Geoffrey Hausheer · 23 years ago
  7. 417296c Implement OpenThread() winapi call. Implement a few pthreads functions. by Chris Morgan · 23 years ago
  8. 0799c1a Added LGPL standard comment, and copyright notices where necessary. by Alexandre Julliard · 23 years ago
  9. 6478164 Do not use the PEB lock as loader lock, use a separate critical by Alexandre Julliard · 23 years ago
  10. c77c4df Allocate debug_info structure at the same time as the TEB. by Alexandre Julliard · 23 years ago
  11. 9fcd89a Removed unnecessary includes. by Alexandre Julliard · 23 years ago
  12. 9caa71e Redesign of the server communication protocol to allow arbitrary sized by Alexandre Julliard · 23 years ago
  13. 1425941 Fix the #include order for config.h. by François Gouget · 23 years ago
  14. 386cf6e When including 'wine/port.h', include it first. by Francois Gouget · 23 years ago
  15. b2059fa Better fake implementation of SetThreadExecutionState. by Andreas Mohr · 23 years ago
  16. 1922c72 Removed unnecessary inclusion of heap.h. by Alexandre Julliard · 24 years ago
  17. db92305 Documentation fixes. by Patrik Stridvall · 24 years ago
  18. 37e9503 Moved server.h to include/wine. by Alexandre Julliard · 24 years ago
  19. 044855c Documentation fixes. by Patrik Stridvall · 24 years ago
  20. 3ca9823 Documentation ordinal fixes. by Patrik Stridvall · 24 years ago
  21. dae8de6 Documentation ordinal fixes (using winapi_fixup). by Patrik Stridvall · 24 years ago
  22. a67e648 Removed THREAD_IsWin16. by Alexandre Julliard · 24 years ago
  23. f6eb06b Enhanced SetThreadExecutionState stub. by Marcus Meissner · 24 years ago
  24. e17d1a3 Print the tid in the first column when +tid is specified. by Francois Gouget · 24 years ago
  25. 4ea3c26 Display thread id instead of %fs in relay trace. by Dmitry Timoshkov · 24 years ago
  26. 2ec34e4 Added TASK_GetPtr/TASK_GetCurrent functions to get the TDB for a task handle. by Alexandre Julliard · 24 years ago
  27. 7313b78 Added stub for SetThreadExecutionState (new function in Win98/2000). by James Juran · 24 years ago
  28. e5dedb1 Added support for nested server waits (to allow waiting in signal handlers). by Alexandre Julliard · 24 years ago
  29. 8859d77 Create the server pipes on the client side and transfer them to the by Alexandre Julliard · 24 years ago
  30. 9ee9eff Use the standard CreateThread routine to create 16-bit tasks instead by Alexandre Julliard · 24 years ago
  31. 67a7499 New set of macros for server calls; makes requests without variable by Alexandre Julliard · 24 years ago
  32. d90e964 Added separate server pipe to wait on blocking server calls. by Alexandre Julliard · 24 years ago
  33. d0a4177 Documentation ordinal fixes. by Patrik Stridvall · 24 years ago
  34. 598412e Cleaned up the various errno location tests in configure. by Alexandre Julliard · 24 years ago
  35. 2362380 Added separate queue for "system" APCs that get called even when the by Alexandre Julliard · 24 years ago
  36. 8081e5a Added handle_t type to server interface so that we can make handles by Alexandre Julliard · 24 years ago
  37. 2930b9c Fixed copy/paste bug (thanks to Gerard Patel). by Alexandre Julliard · 24 years ago
  38. d549f69 Use a separate FIFO pair for server requests that don't need to pass a by Alexandre Julliard · 24 years ago
  39. 982a223 Replaced PTR_SEG_TO_LIN macro by exported MapSL function. by Alexandre Julliard · 24 years ago
  40. becb9a3 Moved all Wine internal definitions out of process.h. by Alexandre Julliard · 24 years ago
  41. e296bf3 Renamed CallTo16* functions to wine_call_to_16* and export them from by Alexandre Julliard · 24 years ago
  42. 914406f Moved LDT handling to libwine.so. Changed the interface to use the by Alexandre Julliard · 24 years ago
  43. 8c540c6 Replaced a few internal functions by exported ones. by Alexandre Julliard · 24 years ago
  44. 4e951ea Check all Callouts function pointers for NULL before using them. by Alexandre Julliard · 24 years ago
  45. 44f84b5 Added basic working stubs of new Windows 2000 API functions. by David Elliott · 24 years ago
  46. 9264300 Converted a lot of server requests to the new exception handling mechanism. by Alexandre Julliard · 25 years ago
  47. 9c2370b Added exception handling wrapper to a number of server requests. by Alexandre Julliard · 25 years ago
  48. 8611353 Added the data structures and macros that will be needed to support by Alexandre Julliard · 25 years ago
  49. 52900c8 Make PDB, ENVDB and STARTUPINFO global variables. by Alexandre Julliard · 25 years ago
  50. 93652e1 Moved a bunch of functions out of libwine/kernel/gdi into USER. by Alexandre Julliard · 25 years ago
  51. 09ddb59 Make USER and GDI separate dlls. by Alexandre Julliard · 25 years ago
  52. bec3244 Lazy initialisation of thread locale. by Alexandre Julliard · 25 years ago
  53. 6ee61f9 Moved setting the locale value to the right position. by Juergen Schmied · 25 years ago
  54. fb8934d Implementation of Get/SetThreadPriorityBoost. by Slava Monich · 25 years ago
  55. 79d850f - implemented Get/SetThreadLocale by Juergen Schmied · 25 years ago
  56. 8fe0551 Removed a few unnecessary includes. by Alexandre Julliard · 25 years ago
  57. c192ba2 Exec a separate wine binary for every win32 process so that they run by Alexandre Julliard · 25 years ago
  58. ce68603 Fixed default thread stack size. by Alexandre Julliard · 25 years ago
  59. 8c21dfc Setup the initial thread %fs from a constructor. by Alexandre Julliard · 25 years ago
  60. 5b4f3e8 Rewrote Unix process launching to allow passing startup information to by Alexandre Julliard · 25 years ago
  61. b445952 Improved Winelib apps initialisation code. No longer need to link by Alexandre Julliard · 25 years ago
  62. 3ef9322 Cleanup thread stack allocation. Use a single VirtualAlloc for TEB and by Alexandre Julliard · 25 years ago
  63. 114830e Made GetProcessHeap(), GetCurrentProcessId(), GetCurrentThread() and by Alexandre Julliard · 25 years ago
  64. 3174174 Put CLONE_FILES back in, it is still breaking too many things. by Alexandre Julliard · 25 years ago
  65. 9a0e28f Fixed a couple of file descriptor leaks. by Alexandre Julliard · 25 years ago
  66. 12f29b5 Have threads and processes exit more cleanly whenever possible. by Alexandre Julliard · 25 years ago
  67. ff81d78 Generate CREATE_PROCESS/THREAD debug events internally in the server. by Alexandre Julliard · 25 years ago
  68. ca3c9ba Better implementation of inline functions SetLastError and by Alexandre Julliard · 25 years ago
  69. 717bf7e Added definition for STILL_ACTIVE. by Dave Pickles · 25 years ago
  70. f3bfa3a Mark initial process as 32-bit for WineLib apps. by Ulrich Weigand · 25 years ago
  71. 8bc1d83 Use a per-thread buffer and write(2) for debug traces. Removed debug_dumpstr. by Alexandre Julliard · 25 years ago
  72. 2fe5777 Made the server listen for new clients on a Unix socket in by Alexandre Julliard · 25 years ago
  73. 3e2517c Added Get/SetThreadContext support through the server. by Alexandre Julliard · 25 years ago
  74. 7434102 - added NT fields to TEB by Juergen Schmied · 25 years ago
  75. 95e7acb Moved allocation of the socket pair for a new thread to the server. by Alexandre Julliard · 25 years ago
  76. 71e69dd NT allocates one page as TEB. Some native NT-dlls are using this. by Juergen Schmied · 25 years ago
  77. 979000e Call 16-bit instead of 32-bit UserSignalProc entry point. by Ulrich Weigand · 25 years ago
  78. 9633632 - Added missing configuration #if:s and #includes:s. by Patrik Stridvall · 25 years ago
  79. f0a1c2f Don't create thunk for CreateThread16 proc, call it directly. by Ulrich Weigand · 26 years ago
  80. 26ffb3c Fixed/added missing/wrong function prototypes and made internal by Patrik Stridvall · 26 years ago
  81. 478eee1 Eliminated warnings. by Patrik Stridvall · 26 years ago
  82. 1327748 Added checks for sys/errno.h, sys/signal.h and sys/mman.h. by Howard Abrams · 26 years ago
  83. 617955d Changed CONTEXT into CONTEXT86 everywhere we really want an i386 by Alexandre Julliard · 26 years ago
  84. ebe29ef Further server optimizations: by Alexandre Julliard · 26 years ago
  85. 5bc7808 Made server communication faster by using a shared memory block. by Alexandre Julliard · 26 years ago
  86. 0a860a0 Merged THDB and TEB structures. by Alexandre Julliard · 26 years ago
  87. 63c7cdf Made the service thread instanciable in every process. by Eric Pouech · 26 years ago
  88. 54a39e2 Got rid of THREAD_InitDone. by Alexandre Julliard · 26 years ago
  89. bda3969 Removed process argument to PROCESS_CallUserSignalProc. by Alexandre Julliard · 26 years ago
  90. d131a17 Use the new debug functions to send debug events at appropriate places. by Alexandre Julliard · 26 years ago
  91. 1565709 Converted to the new debug interface, using script written by Patrik Stridvall. by Alexandre Julliard · 26 years ago
  92. 36a1a25 Call THREAD_FreeTHDB as service thread callback. by Ulrich Weigand · 26 years ago
  93. 0f8bc5b Fixed ANSI compabillity. by Patrik Stridvall · 26 years ago
  94. b4b9fae New debug scheme with explicit debug channels declaration. by Patrik Stridvall · 26 years ago
  95. c1d1cfe Reorganization of the loader to correctly load and free libraries and by Bertho Stultiens · 26 years ago
  96. 2e65876 Send USIG_PROCESS_CREATE signal. by Ulrich Weigand · 26 years ago
  97. 8139c30 Implemented PROCESS_CallUserSignalProc(). by Ulrich Weigand · 26 years ago
  98. e469a58 Fixed sequence of DLL_PROCESS_DETACH notification calls. by Ulrich Weigand · 26 years ago
  99. 4cf1511 All threads created with CreateThread are 32-bit threads. by Ulrich Weigand · 26 years ago
  100. 875c4b3 Added server pid and tid in init_thread request, and use them in by Alexandre Julliard · 26 years ago