1. c941eff Make GetTickCount not use the whole Unix epoch (since 1970) any more, by Andreas Mohr · 25 years ago
  2. 19f8dda Added S_ISFIFO check for Solaris. by Roberto Augusto Pungartnik · 25 years ago
  3. 20cd935 - fixes debugger output by Andreas Mohr · 25 years ago
  4. 50097a0 Added WINESERVER environment variable to allow overriding the normal by Alexandre Julliard · 25 years ago
  5. 4b15574 Implemented RtlpWaitForCriticalSection and RtlpUnWaitCriticalSection. by Alexandre Julliard · 25 years ago
  6. 9714152 Avoid crash on empty command-line. by Andreas Mohr · 25 years ago
  7. 9264300 Converted a lot of server requests to the new exception handling mechanism. by Alexandre Julliard · 25 years ago
  8. 9c2370b Added exception handling wrapper to a number of server requests. by Alexandre Julliard · 25 years ago
  9. 8611353 Added the data structures and macros that will be needed to support by Alexandre Julliard · 25 years ago
  10. 973ce4a Moved TASK_Create call to KERNEL initialisation routine. by Alexandre Julliard · 25 years ago
  11. ea1afce Added APC support in waitable timers. by Alexandre Julliard · 25 years ago
  12. d398aac - don't return FALSE for system process changes by Andreas Mohr · 25 years ago
  13. 8d5db55 Save GET_APCS data before calling any asynchronous procedure calls, in by Mike McCormack · 25 years ago
  14. 94237de Fix for starting server from the current directory. by Huw D M Davies · 25 years ago
  15. c10c9ef Made server startup more robust against races caused by a previous by Alexandre Julliard · 25 years ago
  16. 5ab9d86 Removed some unnecessary #includes and dll dependencies. by Alexandre Julliard · 25 years ago
  17. 52900c8 Make PDB, ENVDB and STARTUPINFO global variables. by Alexandre Julliard · 25 years ago
  18. 46733de Removed winver and service_table from the PDB and made them static variables. by Alexandre Julliard · 25 years ago
  19. 081ee94 - Fixed resource functions to work directly from the HMODULE instead of by Alexandre Julliard · 25 years ago
  20. 93652e1 Moved a bunch of functions out of libwine/kernel/gdi into USER. by Alexandre Julliard · 25 years ago
  21. 09ddb59 Make USER and GDI separate dlls. by Alexandre Julliard · 25 years ago
  22. 6c9d83a Added imports of user32/gdi32/kernel32 wherever necessary. by Alexandre Julliard · 25 years ago
  23. 1288430 DOS binary support has been restored. by Ove Kaaven · 25 years ago
  24. a3e0cfc Get full path of argv[0] before we change directories. by Alexandre Julliard · 25 years ago
  25. dad7091 Transmit current directory settings to newly created processes. by Marcus Meissner · 25 years ago
  26. 913ce1f Extend the WSOCK32 warning in certain functions to mention WS2_32 too. by Andreas Mohr · 25 years ago
  27. dccc070 Better error message for really clueless newbies. by Andreas Mohr · 25 years ago
  28. bec3244 Lazy initialisation of thread locale. by Alexandre Julliard · 25 years ago
  29. 6ee61f9 Moved setting the locale value to the right position. by Juergen Schmied · 25 years ago
  30. fb8934d Implementation of Get/SetThreadPriorityBoost. by Slava Monich · 25 years ago
  31. 596921d Make sure the cmdline passed to CreateProcessA is writeable (thanks to by Alexandre Julliard · 25 years ago
  32. 6d96e30 ConvertToGlobalHandle: fixed handle leak. by Alexandre Julliard · 25 years ago
  33. 79d850f - implemented Get/SetThreadLocale by Juergen Schmied · 25 years ago
  34. 8fe0551 Removed a few unnecessary includes. by Alexandre Julliard · 25 years ago
  35. a37dec0 Pass the main exe name in the CREATE_PROCESS debug event. by Alexandre Julliard · 25 years ago
  36. 06bf017 Make a better guess to find the top of the initial stack. by Ulrich Weigand · 25 years ago
  37. 42cc2bd Setup signal handling and exceptions only after REQ_INIT_PROCESS_DONE by Alexandre Julliard · 25 years ago
  38. 7980a50 Fixed issues found by winapi_check. by Patrik Stridvall · 25 years ago
  39. afd6a4b Updated support for Solaris/Sparc architecture. by Ulrich Weigand · 25 years ago
  40. 7e85ea7 Moved stack switch handling (large stack) to sysdeps.c by Ulrich Weigand · 25 years ago
  41. 7fe09bc Moved kernel initialization to kernel_main.c by Alexandre Julliard · 25 years ago
  42. c23b1ee Make sure main_exe_name is a DOS filename (thanks to Uwe Bonnes). by Alexandre Julliard · 25 years ago
  43. c5e433a Moved idle event handling to the server. by Alexandre Julliard · 25 years ago
  44. c192ba2 Exec a separate wine binary for every win32 process so that they run by Alexandre Julliard · 25 years ago
  45. cd13237 Use WARN() instead of TRACE() in DebugOutputA(). by Andreas Mohr · 25 years ago
  46. 8c8237b Specify the service thread timers in ms instead of us. by Alexandre Julliard · 25 years ago
  47. d293731 Fixed jump_alias for non-PIC, and disabled it for PIC, since it by Ove Kaaven · 25 years ago
  48. d27624b Store process file name in startup info. Fixed exe_file handling. by Alexandre Julliard · 25 years ago
  49. ce68603 Fixed default thread stack size. by Alexandre Julliard · 25 years ago
  50. 8c21dfc Setup the initial thread %fs from a constructor. by Alexandre Julliard · 25 years ago
  51. 5b4f3e8 Rewrote Unix process launching to allow passing startup information to by Alexandre Julliard · 25 years ago
  52. 95a4332 Added atfork support. by Alexandre Julliard · 25 years ago
  53. f61d7e0 Enhanced libc's pthread configuration detection. by Eric Pouech · 25 years ago
  54. 47d72ff Made pthread_kill_other_threads_np and pthread_atfork fixmes less obtrusive. by Ove Kaaven · 25 years ago
  55. 1f9b4b0 Removed init_sect. Use Interlocked* functions instead. by Ove Kaaven · 25 years ago
  56. 1abdb6f Override fork(). by Ove Kaaven · 25 years ago
  57. 166209a Added some more pthread overrides. by Ove Kaaven · 25 years ago
  58. b445952 Improved Winelib apps initialisation code. No longer need to link by Alexandre Julliard · 25 years ago
  59. f19f07d POSIX threads emulation, tricks glibc into being threadsafe. by Ove Kaaven · 25 years ago
  60. d804111 Made server launching somewhat cleaner and faster. by Alexandre Julliard · 25 years ago
  61. 6a72dc5 Load done event now created by the server. 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. 227a089 Removed a number of global handle allocations and critical section by Alexandre Julliard · 25 years ago
  65. 1134215 Temporary hack to share handles between processes sharing the same by Alexandre Julliard · 25 years ago
  66. 416a00d Added lazy initialization of critical sections, based on a patch by by Alexandre Julliard · 25 years ago
  67. de1d5ad Added support for WINEPREFIX environment variable. by Alexandre Julliard · 25 years ago
  68. 8a971bf Fixed file descriptor leaks. by Alexandre Julliard · 25 years ago
  69. 0e37eaa Commented out exit() call on ExitProcess for now. by Alexandre Julliard · 25 years ago
  70. 2d6457c Added/fixed some documentation reported by winapi_check. by Patrik Stridvall · 25 years ago
  71. 3174174 Put CLONE_FILES back in, it is still breaking too many things. by Alexandre Julliard · 25 years ago
  72. 9a0e28f Fixed a couple of file descriptor leaks. by Alexandre Julliard · 25 years ago
  73. 3b23362 Fixed some warnings. by Patrik Stridvall · 25 years ago
  74. 98fde73 Fixed some issues reported by winapi_check. by Patrik Stridvall · 25 years ago
  75. 9ad9636 Removed most calls to xmalloc/xrealloc. by Dimitrie O. Paun · 25 years ago
  76. 9b59da0 Misc small cleanups. by Alexandre Julliard · 25 years ago
  77. 12f29b5 Have threads and processes exit more cleanly whenever possible. by Alexandre Julliard · 25 years ago
  78. c2ec368 Removed PROCESS_IsCurrent(). by Alexandre Julliard · 25 years ago
  79. ea0d028 Added specific routines for OUTPUT_DEBUG_STRING and EXCEPTION debug events. by Alexandre Julliard · 25 years ago
  80. 05f0b71 Store the list of loaded dlls in the server, and generate debug events by Alexandre Julliard · 25 years ago
  81. 5fb5456 Added server protocol version check. by Alexandre Julliard · 25 years ago
  82. 00641d5 Removed PDB32_DEBUGGED flag and send all debug events unconditionally. by Alexandre Julliard · 25 years ago
  83. ff81d78 Generate CREATE_PROCESS/THREAD debug events internally in the server. by Alexandre Julliard · 25 years ago
  84. ca3c9ba Better implementation of inline functions SetLastError and by Alexandre Julliard · 25 years ago
  85. 916f975 Improved the selector get/set functions. by Alexandre Julliard · 25 years ago
  86. 0ee98cc Fixed ANSI C violations. by Patrik Stridvall · 25 years ago
  87. 296186a Added FIXME comment for entry point parameter. by Andreas Mohr · 25 years ago
  88. 67a24c8 Store the handle of the process exe file in the server. by Alexandre Julliard · 25 years ago
  89. 717bf7e Added definition for STILL_ACTIVE. by Dave Pickles · 25 years ago
  90. 2d33ab9 Added configure check for the unix domain sockaddr length. by Juergen Lock · 25 years ago
  91. f3bfa3a Mark initial process as 32-bit for WineLib apps. by Ulrich Weigand · 25 years ago
  92. 8cd9351 - add some documentation items - fix some spelling - fix some warnings by Andreas Mohr · 25 years ago
  93. 8bc1d83 Use a per-thread buffer and write(2) for debug traces. Removed debug_dumpstr. by Alexandre Julliard · 25 years ago
  94. 0a7c1f6 Implemented GetThreadSelectorEntry through the server. by Alexandre Julliard · 25 years ago
  95. eafa391 Use argv[0] to locate the server executable. by Alexandre Julliard · 25 years ago
  96. 2fe5777 Made the server listen for new clients on a Unix socket in by Alexandre Julliard · 25 years ago
  97. cb1fc73 Changed the server to return STATUS_* error codes. by Alexandre Julliard · 25 years ago
  98. 3e2517c Added Get/SetThreadContext support through the server. by Alexandre Julliard · 25 years ago
  99. 7434102 - added NT fields to TEB by Juergen Schmied · 25 years ago
  100. 95e7acb Moved allocation of the socket pair for a new thread to the server. by Alexandre Julliard · 25 years ago