1. ab68797 Moved standard syslevel APIs declaration to winbase.h. by Alexandre Julliard · 24 years ago
  2. 914406f Moved LDT handling to libwine.so. Changed the interface to use the by Alexandre Julliard · 24 years ago
  3. 1eac191 - created server object for handling async i/o by Mike McCormack · 24 years ago
  4. 8c540c6 Replaced a few internal functions by exported ones. by Alexandre Julliard · 24 years ago
  5. ccc538b Unix98 pthread_rwlock* stubs for glibc2.2 compatibility. by Ove Kaaven · 24 years ago
  6. 591832e Added support for loading a Winelib app linked as a .so from the wine by Alexandre Julliard · 24 years ago
  7. 4e951ea Check all Callouts function pointers for NULL before using them. by Alexandre Julliard · 24 years ago
  8. e087508 Moved builtin dll registration to libwine. by Alexandre Julliard · 24 years ago
  9. 8d1462b pthread_atfork: don't call critical section functions before by Alexandre Julliard · 24 years ago
  10. 908464d Authors: Andreas Mohr <amohr@codeweavers.com>, Dimitrie O. Paun <dimi@cs.toronto.edu>, Patrik Stridvall <ps@leissner.se> by Alexandre Julliard · 24 years ago
  11. 44f84b5 Added basic working stubs of new Windows 2000 API functions. by David Elliott · 24 years ago
  12. 51e4657 Added support for a WINELOADER environment variable which allows the by Jeremy White · 24 years ago
  13. 57f05e1 Converted a few more server requests to the new mechanism. by Alexandre Julliard · 24 years ago
  14. aef9a36 Use special environment variables to transmit the cwd of the various by Alexandre Julliard · 24 years ago
  15. d76f9f9 Implemented a bunch of large integer functions in ntdll. by Alexandre Julliard · 24 years ago
  16. afb49ea Moved a bunch of routines to kernel32.dll (with the help of Dimitrie O. Paun). by Alexandre Julliard · 24 years ago
  17. baa1556 Moved critical section implementation to ntdll. by Alexandre Julliard · 24 years ago
  18. 15bfcd0 Moved $(MODULE).o rule out of Make.rules into the individual Makefiles. by Alexandre Julliard · 24 years ago
  19. 072dfb5 Removed inclusion of wine/winestring.h from winbase.h and added it to by Alexandre Julliard · 25 years ago
  20. c941eff Make GetTickCount not use the whole Unix epoch (since 1970) any more, by Andreas Mohr · 25 years ago
  21. 19f8dda Added S_ISFIFO check for Solaris. by Roberto Augusto Pungartnik · 25 years ago
  22. 20cd935 - fixes debugger output by Andreas Mohr · 25 years ago
  23. 50097a0 Added WINESERVER environment variable to allow overriding the normal by Alexandre Julliard · 25 years ago
  24. 4b15574 Implemented RtlpWaitForCriticalSection and RtlpUnWaitCriticalSection. by Alexandre Julliard · 25 years ago
  25. 9714152 Avoid crash on empty command-line. by Andreas Mohr · 25 years ago
  26. 9264300 Converted a lot of server requests to the new exception handling mechanism. by Alexandre Julliard · 25 years ago
  27. 9c2370b Added exception handling wrapper to a number of server requests. by Alexandre Julliard · 25 years ago
  28. 8611353 Added the data structures and macros that will be needed to support by Alexandre Julliard · 25 years ago
  29. 973ce4a Moved TASK_Create call to KERNEL initialisation routine. by Alexandre Julliard · 25 years ago
  30. ea1afce Added APC support in waitable timers. by Alexandre Julliard · 25 years ago
  31. d398aac - don't return FALSE for system process changes by Andreas Mohr · 25 years ago
  32. 8d5db55 Save GET_APCS data before calling any asynchronous procedure calls, in by Mike McCormack · 25 years ago
  33. 94237de Fix for starting server from the current directory. by Huw D M Davies · 25 years ago
  34. c10c9ef Made server startup more robust against races caused by a previous by Alexandre Julliard · 25 years ago
  35. 5ab9d86 Removed some unnecessary #includes and dll dependencies. by Alexandre Julliard · 25 years ago
  36. 52900c8 Make PDB, ENVDB and STARTUPINFO global variables. by Alexandre Julliard · 25 years ago
  37. 46733de Removed winver and service_table from the PDB and made them static variables. by Alexandre Julliard · 25 years ago
  38. 081ee94 - Fixed resource functions to work directly from the HMODULE instead of by Alexandre Julliard · 25 years ago
  39. 93652e1 Moved a bunch of functions out of libwine/kernel/gdi into USER. by Alexandre Julliard · 25 years ago
  40. 09ddb59 Make USER and GDI separate dlls. by Alexandre Julliard · 25 years ago
  41. 6c9d83a Added imports of user32/gdi32/kernel32 wherever necessary. by Alexandre Julliard · 25 years ago
  42. 1288430 DOS binary support has been restored. by Ove Kaaven · 25 years ago
  43. a3e0cfc Get full path of argv[0] before we change directories. by Alexandre Julliard · 25 years ago
  44. dad7091 Transmit current directory settings to newly created processes. by Marcus Meissner · 25 years ago
  45. 913ce1f Extend the WSOCK32 warning in certain functions to mention WS2_32 too. by Andreas Mohr · 25 years ago
  46. dccc070 Better error message for really clueless newbies. by Andreas Mohr · 25 years ago
  47. bec3244 Lazy initialisation of thread locale. by Alexandre Julliard · 25 years ago
  48. 6ee61f9 Moved setting the locale value to the right position. by Juergen Schmied · 25 years ago
  49. fb8934d Implementation of Get/SetThreadPriorityBoost. by Slava Monich · 25 years ago
  50. 596921d Make sure the cmdline passed to CreateProcessA is writeable (thanks to by Alexandre Julliard · 25 years ago
  51. 6d96e30 ConvertToGlobalHandle: fixed handle leak. by Alexandre Julliard · 25 years ago
  52. 79d850f - implemented Get/SetThreadLocale by Juergen Schmied · 25 years ago
  53. 8fe0551 Removed a few unnecessary includes. by Alexandre Julliard · 25 years ago
  54. a37dec0 Pass the main exe name in the CREATE_PROCESS debug event. by Alexandre Julliard · 25 years ago
  55. 06bf017 Make a better guess to find the top of the initial stack. by Ulrich Weigand · 25 years ago
  56. 42cc2bd Setup signal handling and exceptions only after REQ_INIT_PROCESS_DONE by Alexandre Julliard · 25 years ago
  57. 7980a50 Fixed issues found by winapi_check. by Patrik Stridvall · 25 years ago
  58. afd6a4b Updated support for Solaris/Sparc architecture. by Ulrich Weigand · 25 years ago
  59. 7e85ea7 Moved stack switch handling (large stack) to sysdeps.c by Ulrich Weigand · 25 years ago
  60. 7fe09bc Moved kernel initialization to kernel_main.c by Alexandre Julliard · 25 years ago
  61. c23b1ee Make sure main_exe_name is a DOS filename (thanks to Uwe Bonnes). by Alexandre Julliard · 25 years ago
  62. c5e433a Moved idle event handling to the server. by Alexandre Julliard · 25 years ago
  63. c192ba2 Exec a separate wine binary for every win32 process so that they run by Alexandre Julliard · 25 years ago
  64. cd13237 Use WARN() instead of TRACE() in DebugOutputA(). by Andreas Mohr · 25 years ago
  65. 8c8237b Specify the service thread timers in ms instead of us. by Alexandre Julliard · 25 years ago
  66. d293731 Fixed jump_alias for non-PIC, and disabled it for PIC, since it by Ove Kaaven · 25 years ago
  67. d27624b Store process file name in startup info. Fixed exe_file handling. by Alexandre Julliard · 25 years ago
  68. ce68603 Fixed default thread stack size. by Alexandre Julliard · 25 years ago
  69. 8c21dfc Setup the initial thread %fs from a constructor. by Alexandre Julliard · 25 years ago
  70. 5b4f3e8 Rewrote Unix process launching to allow passing startup information to by Alexandre Julliard · 25 years ago
  71. 95a4332 Added atfork support. by Alexandre Julliard · 25 years ago
  72. f61d7e0 Enhanced libc's pthread configuration detection. by Eric Pouech · 25 years ago
  73. 47d72ff Made pthread_kill_other_threads_np and pthread_atfork fixmes less obtrusive. by Ove Kaaven · 25 years ago
  74. 1f9b4b0 Removed init_sect. Use Interlocked* functions instead. by Ove Kaaven · 25 years ago
  75. 1abdb6f Override fork(). by Ove Kaaven · 25 years ago
  76. 166209a Added some more pthread overrides. by Ove Kaaven · 25 years ago
  77. b445952 Improved Winelib apps initialisation code. No longer need to link by Alexandre Julliard · 25 years ago
  78. f19f07d POSIX threads emulation, tricks glibc into being threadsafe. by Ove Kaaven · 25 years ago
  79. d804111 Made server launching somewhat cleaner and faster. by Alexandre Julliard · 25 years ago
  80. 6a72dc5 Load done event now created by the server. by Alexandre Julliard · 25 years ago
  81. 3ef9322 Cleanup thread stack allocation. Use a single VirtualAlloc for TEB and by Alexandre Julliard · 25 years ago
  82. 114830e Made GetProcessHeap(), GetCurrentProcessId(), GetCurrentThread() and by Alexandre Julliard · 25 years ago
  83. 227a089 Removed a number of global handle allocations and critical section by Alexandre Julliard · 25 years ago
  84. 1134215 Temporary hack to share handles between processes sharing the same by Alexandre Julliard · 25 years ago
  85. 416a00d Added lazy initialization of critical sections, based on a patch by by Alexandre Julliard · 25 years ago
  86. de1d5ad Added support for WINEPREFIX environment variable. by Alexandre Julliard · 25 years ago
  87. 8a971bf Fixed file descriptor leaks. by Alexandre Julliard · 25 years ago
  88. 0e37eaa Commented out exit() call on ExitProcess for now. by Alexandre Julliard · 25 years ago
  89. 2d6457c Added/fixed some documentation reported by winapi_check. by Patrik Stridvall · 25 years ago
  90. 3174174 Put CLONE_FILES back in, it is still breaking too many things. by Alexandre Julliard · 25 years ago
  91. 9a0e28f Fixed a couple of file descriptor leaks. by Alexandre Julliard · 25 years ago
  92. 3b23362 Fixed some warnings. by Patrik Stridvall · 25 years ago
  93. 98fde73 Fixed some issues reported by winapi_check. by Patrik Stridvall · 25 years ago
  94. 9ad9636 Removed most calls to xmalloc/xrealloc. by Dimitrie O. Paun · 25 years ago
  95. 9b59da0 Misc small cleanups. by Alexandre Julliard · 25 years ago
  96. 12f29b5 Have threads and processes exit more cleanly whenever possible. by Alexandre Julliard · 25 years ago
  97. c2ec368 Removed PROCESS_IsCurrent(). by Alexandre Julliard · 25 years ago
  98. ea0d028 Added specific routines for OUTPUT_DEBUG_STRING and EXCEPTION debug events. by Alexandre Julliard · 25 years ago
  99. 05f0b71 Store the list of loaded dlls in the server, and generate debug events by Alexandre Julliard · 25 years ago
  100. 5fb5456 Added server protocol version check. by Alexandre Julliard · 25 years ago