1. 6bc5091 Start to make use of the proper PEB structure for process information. by Alexandre Julliard · 22 years ago
  2. 6f7a204 Added SYSDEPS_GetUnixTid to return the Unix thread id to send to the server. by Alexandre Julliard · 22 years ago
  3. b59bf98 Moved errno_location support to sysdeps.c. by Alexandre Julliard · 22 years ago
  4. 6a26e3f Split signal blocking code out of SIGNAL_Reset into SIGNAL_Block. by Alexandre Julliard · 22 years ago
  5. 551797b Properly save/restore %gs register across 16-bit calls. by Alexandre Julliard · 22 years ago
  6. 9e8e5ff Implemented the Fiber* functions (with the help of Huw Davies). by Alexandre Julliard · 22 years ago
  7. 54f2287 Added process_id_t and thread_it_t types to the server interface by Alexandre Julliard · 22 years ago
  8. e29345c Added a GNU C implementation of some of the DECLSPEC_ macros and used by Patrik Stridvall · 22 years ago
  9. 6026417 Use larger signal stack to avoid overflows in filesystem code when by Alexandre Julliard · 23 years ago
  10. 9c1de6d Moved all the content of the DDK files ntdef.h and ntddk.h to winternl.h. by Patrik Stridvall · 23 years ago
  11. 66e3183 Fixed GetLocaleInfoW to handle Unicode properly and completed by Alexandre Julliard · 23 years ago
  12. 9a62491 Removed trailing whitespace. by Vincent Béron · 23 years ago
  13. 0799c1a Added LGPL standard comment, and copyright notices where necessary. by Alexandre Julliard · 23 years ago
  14. 5016e92 Added support for cleaning up the TEB from inside the exiting thread. by Alexandre Julliard · 23 years ago
  15. 4eb0beb Fixed vm86_enter race conditions. by Ove Kaaven · 23 years ago
  16. 9caa71e Redesign of the server communication protocol to allow arbitrary sized by Alexandre Julliard · 23 years ago
  17. 1425941 Fix the #include order for config.h. by François Gouget · 23 years ago
  18. 6e33f63 Extended __wine_enter_vm86 to handle pending interrupts. by Ove Kaaven · 24 years ago
  19. a67e648 Removed THREAD_IsWin16. by Alexandre Julliard · 24 years ago
  20. 4323004 Create an X connection for each thread, and process X events in the by Alexandre Julliard · 24 years ago
  21. 1c32a46 Use poll() on the client-side during server waits to implement overlapped I/O. by Michael McCormack · 24 years ago
  22. e5dedb1 Added support for nested server waits (to allow waiting in signal handlers). by Alexandre Julliard · 24 years ago
  23. 8859d77 Create the server pipes on the client side and transfer them to the by Alexandre Julliard · 24 years ago
  24. 9ee9eff Use the standard CreateThread routine to create 16-bit tasks instead by Alexandre Julliard · 24 years ago
  25. 67a7499 New set of macros for server calls; makes requests without variable by Alexandre Julliard · 24 years ago
  26. d90e964 Added separate server pipe to wait on blocking server calls. by Alexandre Julliard · 24 years ago
  27. d549f69 Use a separate FIFO pair for server requests that don't need to pass a by Alexandre Julliard · 24 years ago
  28. 83f52d1 Moved all Win16 definitions out of the standard Windows headers. by Alexandre Julliard · 25 years ago
  29. 8611353 Added the data structures and macros that will be needed to support by Alexandre Julliard · 25 years ago
  30. ec85c6b Implemented the ErrorInfo interfaces. by Juergen Schmied · 25 years ago
  31. 79d850f - implemented Get/SetThreadLocale by Juergen Schmied · 25 years ago
  32. c192ba2 Exec a separate wine binary for every win32 process so that they run by Alexandre Julliard · 25 years ago
  33. 8c21dfc Setup the initial thread %fs from a constructor. by Alexandre Julliard · 25 years ago
  34. 5b4f3e8 Rewrote Unix process launching to allow passing startup information to by Alexandre Julliard · 25 years ago
  35. b445952 Improved Winelib apps initialisation code. No longer need to link by Alexandre Julliard · 25 years ago
  36. f19f07d POSIX threads emulation, tricks glibc into being threadsafe. by Ove Kaaven · 25 years ago
  37. 3ef9322 Cleanup thread stack allocation. Use a single VirtualAlloc for TEB and by Alexandre Julliard · 25 years ago
  38. 114830e Made GetProcessHeap(), GetCurrentProcessId(), GetCurrentThread() and by Alexandre Julliard · 25 years ago
  39. 9a0e28f Fixed a couple of file descriptor leaks. by Alexandre Julliard · 25 years ago
  40. 12f29b5 Have threads and processes exit more cleanly whenever possible. by Alexandre Julliard · 25 years ago
  41. 6cc47d4 Removed a lot of unnecessary includes and fixed the compile errors. by Patrik Stridvall · 25 years ago
  42. ca3c9ba Better implementation of inline functions SetLastError and by Alexandre Julliard · 25 years ago
  43. 916f975 Improved the selector get/set functions. by Alexandre Julliard · 25 years ago
  44. 7d43bce Moved debugger to libwine to make it available to WineLib apps. by Ulrich Weigand · 25 years ago
  45. 8bc1d83 Use a per-thread buffer and write(2) for debug traces. Removed debug_dumpstr. by Alexandre Julliard · 25 years ago
  46. 2fe5777 Made the server listen for new clients on a Unix socket in by Alexandre Julliard · 25 years ago
  47. 7434102 - added NT fields to TEB by Juergen Schmied · 25 years ago
  48. 4e1cdab Moved wineserver's buffer & buffer_size at the end of TEB so that IE by Eric Pouech · 25 years ago
  49. ebe29ef Further server optimizations: by Alexandre Julliard · 26 years ago
  50. 5bc7808 Made server communication faster by using a shared memory block. by Alexandre Julliard · 26 years ago
  51. 0a860a0 Merged THDB and TEB structures. by Alexandre Julliard · 26 years ago
  52. 54a39e2 Got rid of THREAD_InitDone. by Alexandre Julliard · 26 years ago
  53. d131a17 Use the new debug functions to send debug events at appropriate places. by Alexandre Julliard · 26 years ago
  54. c5b8b3a Improved syslevel handling, store currently held syslevels in thread by Ulrich Weigand · 26 years ago
  55. dd93d25 Improved exception handling. by Alexandre Julliard · 26 years ago
  56. 36a1a25 Call THREAD_FreeTHDB as service thread callback. by Ulrich Weigand · 26 years ago
  57. a44f9f8 Merged Linux/FreeBSD reentrant errno handler, added Solaris. by Ulrich Weigand · 26 years ago
  58. e469a58 Fixed sequence of DLL_PROCESS_DETACH notification calls. by Ulrich Weigand · 26 years ago
  59. f016752 Changed process initialisation to use the new server requests. by Alexandre Julliard · 26 years ago
  60. 4526f2e Pass new arguments (suspend/inherit) to the server. by Ulrich Weigand · 26 years ago
  61. 96c08d8 Use server handles directly for Win32 handles. Removed use of K32OBJ. by Alexandre Julliard · 26 years ago
  62. 8feb3bc Process and thread id now use the server-side id instead of an by Alexandre Julliard · 26 years ago
  63. a396029 Large-scale renaming of all Win32 functions and types to use the by Alexandre Julliard · 26 years ago
  64. 214399f Changed initial process creation to avoid memory allocations. by Alexandre Julliard · 26 years ago
  65. 317af32 Optimized include/*.h: (recursively) include all headers needed by by Marcus Meissner · 26 years ago
  66. 62a8b43 Hacked server-side device support by Alexandre Julliard · 26 years ago
  67. dbf2bf0 Moved MsgWaitForMultipleObject implementation to USER routines, using by Alexandre Julliard · 26 years ago
  68. 5544387 Removed client-side wait functions; all waiting is now done through the server. by Alexandre Julliard · 26 years ago
  69. 748ff0f Changed server wait logic a bit. by Alexandre Julliard · 26 years ago
  70. ca1c747 Bugfix: Set the TEBF_WIN32 flag in teb.flags for 32-bit threads. by Ulrich Weigand · 26 years ago
  71. d30dfd2 Release 980927 by Alexandre Julliard · 27 years ago wine-980927
  72. a0d7731 Release 980913 by Alexandre Julliard · 27 years ago wine-980913
  73. 85ed45e Release 980822 by Alexandre Julliard · 27 years ago wine-980822
  74. 767e6f6 Release 980809 by Alexandre Julliard · 27 years ago wine-980809
  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. a845b88 Release 980601 by Alexandre Julliard · 27 years ago wine-980601
  78. c7c217b Release 980413 by Alexandre Julliard · 27 years ago wine-980413
  79. a11d7b1 Release 980301 by Alexandre Julliard · 27 years ago wine-980301
  80. 03468f7 Release 980215 by Alexandre Julliard · 27 years ago wine-980215
  81. 60ce85c Release 980201 by Alexandre Julliard · 27 years ago wine-980201
  82. 0623a6f Release 980118 by Alexandre Julliard · 27 years ago wine-980118
  83. 02e9008 Release 980104 by Alexandre Julliard · 27 years ago wine-980104
  84. 77b9918 Release 970914 by Alexandre Julliard · 28 years ago wine-970914
  85. 349a953 Release 970202 by Alexandre Julliard · 28 years ago wine-970202
  86. 9ea19e5 Release 970101 by Alexandre Julliard · 28 years ago wine-970101