1. 996baf6 Transmit the Windows PATH to child processes using the WINEPATH variable. by Alexandre Julliard · 22 years ago
  2. 5795143 Provide stubs for Create/DeleteTimerQueueTimer. by Steve Lustbader · 22 years ago
  3. 54f2287 Added process_id_t and thread_it_t types to the server interface by Alexandre Julliard · 23 years ago
  4. e29345c Added a GNU C implementation of some of the DECLSPEC_ macros and used by Patrik Stridvall · 23 years ago
  5. 472d016 Correct SIZE_T size according to MS SDK. by Dmitry Timoshkov · 23 years ago
  6. ac7b9d3 Implemented NtDuplicateObject. by Alexandre Julliard · 23 years ago
  7. 9c1de6d Moved all the content of the DDK files ntdef.h and ntddk.h to winternl.h. by Patrik Stridvall · 23 years ago
  8. 9aab47e MSVC compatibility fixes. by Patrik Stridvall · 23 years ago
  9. dba83c8 Added wine_get_user_name function and got rid of some of the getpwuid by Alexandre Julliard · 23 years ago
  10. d75aed2 Convert most of the file APIs to Unicode. by Dmitry Timoshkov · 23 years ago
  11. 57bf450 MSVC compatibility fixes. by Patrik Stridvall · 23 years ago
  12. 2456149 Use r2 instead of r13 for TLS, since r13 is used in the ELF32 PPC ABI. by Marcus Meissner · 23 years ago
  13. d016f81 Added include protection for unistd.h and sys/time.h. by Patrik Stridvall · 23 years ago
  14. 66e3183 Fixed GetLocaleInfoW to handle Unicode properly and completed by Alexandre Julliard · 23 years ago
  15. befbb0e Make behavior of builtin executables closer to that of builtin dlls. by Alexandre Julliard · 23 years ago
  16. 714156d Fixed race condition when a thread gets killed right after starting. by Alexandre Julliard · 23 years ago
  17. a5dea21 Implemented the RtlImage* functions, and use them to replace the by Alexandre Julliard · 23 years ago
  18. 4325554 Fixed some issues found by winapi_check. by Patrik Stridvall · 23 years ago
  19. c1dec29 Authors: Josh DuBois <duboisj@codeweavers.com>, Marcus Meissner <meissner@suse.de> by Alexandre Julliard · 23 years ago
  20. 7375597 Fixed some handle type mismatches and added a few casts in prevision by Alexandre Julliard · 23 years ago
  21. 99d8b7f Moved initial AllocConsole call to kernel init (based on a patch by by Alexandre Julliard · 23 years ago
  22. 84dc139 Remove .so extension from main module file name after loading it so by Alexandre Julliard · 23 years ago
  23. 267ca68 Fixed HANDLE<->HFILE conversions, since they will be different types by Alexandre Julliard · 23 years ago
  24. 75ce72e Fixed handling of .com binaries (thanks to Chris Morgan). by Alexandre Julliard · 23 years ago
  25. 65c6d38 Replace all uses of PREFIX and @function by the __ASM_NAME and by Alexandre Julliard · 23 years ago
  26. 3c5eba0 Fixed .com binary support. by Alexandre Julliard · 23 years ago
  27. 4144b5b Create the server directory and socket file in /tmp. by Alexandre Julliard · 23 years ago
  28. 103295c Reset signals to SIG_DFL before starting a child process. by François Gouget · 23 years ago
  29. 296c5a6 Fixed some issues found by winapi_check. by Patrik Stridvall · 23 years ago
  30. a061b84 Moved specification of relay and snoop include/exclude functions to by Alexandre Julliard · 23 years ago
  31. 9a62491 Removed trailing whitespace. by Vincent Béron · 23 years ago
  32. be367c7 Added wine_server_fd_to_handle to replace FILE_DupUnixHandle. by Alexandre Julliard · 23 years ago
  33. 5188574 Renamed handle_t to obj_handle_t to avoid conflict with rpcdce.h. by Alexandre Julliard · 23 years ago
  34. 9d80215 A few optimizations in the process startup requests now that Winelib by Alexandre Julliard · 23 years ago
  35. 55e845d Removed most inclusions of options.h. by Alexandre Julliard · 23 years ago
  36. 3536316 New loading scheme for Winelib apps, makes them behave like builtin by Alexandre Julliard · 23 years ago
  37. cc2ee76 Renamed Winelib apps to .exe.so to follow the dll naming convention. by Alexandre Julliard · 23 years ago
  38. 6044307 A few fixes for mingw cross-compilation. by Alexandre Julliard · 23 years ago
  39. 702b158 Export global argc/argv variables from libwine and remove the by Alexandre Julliard · 23 years ago
  40. 5900867 Moved the selector access functions out of winnt.h into libwine. by Alexandre Julliard · 23 years ago
  41. 9bb05fc Specify the complete source file list for a dll inside the main by Alexandre Julliard · 23 years ago
  42. 3751ff0 MS C related changes. by Patrik Stridvall · 23 years ago
  43. aa04a6f Don't prepend '--' to the command line when starting a Windows binary. by Alexandre Julliard · 23 years ago
  44. 441a7dc Microsoft C related changes. by Patrik Stridvall · 23 years ago
  45. 5769d1d Better support for configure detection of missing types, added check by Alexandre Julliard · 23 years ago
  46. 894b188 Moved __ASM_GLOBAL_FUNC macros and interlocked functions to port.[ch] by Alexandre Julliard · 23 years ago
  47. 874d671 Fixed stupid typo in previous patch. by Alexandre Julliard · 23 years ago
  48. eac3662 Fixed inheriting command-line options from parent process. by Alexandre Julliard · 23 years ago
  49. 1c2fa97 Create new console only if the process is a console application. by Dmitry Timoshkov · 23 years ago
  50. 2b47fb3 - separate cleanly between async scheduling and file IO related issues. by Martin Wilck · 23 years ago
  51. 03f4e22 Added test for thread functions. by Geoffrey Hausheer · 23 years ago
  52. 417296c Implement OpenThread() winapi call. Implement a few pthreads functions. by Chris Morgan · 23 years ago
  53. 4ae9297 Hack to make wineconsole work again. by Alexandre Julliard · 23 years ago
  54. 6543a65 Transfer the full process startup info as well as the command-line by Alexandre Julliard · 23 years ago
  55. 6db8aba Removed service thread support. by Alexandre Julliard · 23 years ago
  56. 8d1550d Export the FILE_GetUnixHandle functionality from ntdll. by Alexandre Julliard · 23 years ago
  57. aeb5660 Correctly fill parent pid, module size and module name in process and by Alexandre Julliard · 23 years ago
  58. 4a6b990 Set an overlapped hEvent before calling any APCs. by Mike McCormack · 23 years ago
  59. 0799c1a Added LGPL standard comment, and copyright notices where necessary. by Alexandre Julliard · 23 years ago
  60. 6478164 Do not use the PEB lock as loader lock, use a separate critical by Alexandre Julliard · 23 years ago
  61. de339f3 Implement CancelIo properly. by Mike McCormack · 23 years ago
  62. 5016e92 Added support for cleaning up the TEB from inside the exiting thread. by Alexandre Julliard · 23 years ago
  63. c77c4df Allocate debug_info structure at the same time as the TEB. by Alexandre Julliard · 23 years ago
  64. 4c03649 Fixed check_async_list calling convention. by Alexandre Julliard · 23 years ago
  65. 9119543 Set an overlapped's hEvent for ReadFile/WriteFile in an overlapped by Mike McCormack · 23 years ago
  66. d7b7682 Use MapLS/UnMapLS instead of SEGPTR_* macros. by Alexandre Julliard · 23 years ago
  67. 6f011c0 - move async activation into the server - implement async queues by Mike McCormack · 23 years ago
  68. 9fcd89a Removed unnecessary includes. by Alexandre Julliard · 23 years ago
  69. 19ffe59 Call the 32-bit USER signal proc directly instead of using a callout. by Alexandre Julliard · 23 years ago
  70. 31b8b64 Implemented pthread_rwlock stubs. by Jukka Heinonen · 23 years ago
  71. a5d882d Added SYNCHRONIZE access to stdio handles. by Alexandre Julliard · 23 years ago
  72. 9caa71e Redesign of the server communication protocol to allow arbitrary sized by Alexandre Julliard · 23 years ago
  73. 0b83d4c New console code based on Win32 windows. by Eric Pouech · 23 years ago
  74. 9cef2d0 - fix wrong hexadecimal GetLastError() output by Andreas Mohr · 23 years ago
  75. 309ed4e Make ConnectNamedPipe work in overlapped mode. by Mike McCormack · 23 years ago
  76. d7c4e4d Return success in CreateProcess when we started a non-Winelib Unix process. by Alexandre Julliard · 23 years ago
  77. 1425941 Fix the #include order for config.h. by François Gouget · 23 years ago
  78. ac2e4f1 Don't keep main exe and dlls handles open when the file is on removable media. by Alexandre Julliard · 23 years ago
  79. 386cf6e When including 'wine/port.h', include it first. by Francois Gouget · 23 years ago
  80. e5ddd26 When including config.h, include it first. by Francois Gouget · 23 years ago
  81. de70b83 Silence the pthread_kill_other_threads_np FIXME. by Alexandre Julliard · 23 years ago
  82. d5a2698 Make sure that newly allocated TLS indexes are cleared. by Aric Stewart · 24 years ago
  83. b2059fa Better fake implementation of SetThreadExecutionState. by Andreas Mohr · 24 years ago
  84. 7a60dd0 Prevent calling null functions. by Bill Medland · 24 years ago
  85. 5ee3879 Fix the conversions of a command line to/from an argv array. by Francois Gouget · 24 years ago
  86. b3eaa866 Better separate some system specific code. by Dmitry Timoshkov · 24 years ago
  87. e08a1b5 Made the Interlocked*Pointer functions static inline since they aren't by Alexandre Julliard · 24 years ago
  88. 301df6b Added names to standard critical sections (suggested by Andreas Mohr). by Alexandre Julliard · 24 years ago
  89. 181e3d8 Implemented _CheckNotSysLevel. by Alexandre Julliard · 24 years ago
  90. b8dd37d Don't create the WINEPREFIX directory if it doesn't exist. by Alexandre Julliard · 24 years ago
  91. e994d50 Added Interlocked*Pointer functions. Fixed InterlockedCompareExchange prototype. by Alexandre Julliard · 24 years ago
  92. 8c03474 Fixed image name value sent to server upon process creation. by Eric Pouech · 24 years ago
  93. 5edf4e1 Removed a few unnecessary Callouts. by Alexandre Julliard · 24 years ago
  94. 1922c72 Removed unnecessary inclusion of heap.h. by Alexandre Julliard · 24 years ago
  95. db92305 Documentation fixes. by Patrik Stridvall · 24 years ago
  96. 37e9503 Moved server.h to include/wine. by Alexandre Julliard · 24 years ago
  97. e61ad3a Implement overlapped completion routines. by Mike McCormack · 24 years ago
  98. 044855c Documentation fixes. by Patrik Stridvall · 24 years ago
  99. 01d5e5b Documentation fixes. by Patrik Stridvall · 24 years ago
  100. 3ca9823 Documentation ordinal fixes. by Patrik Stridvall · 24 years ago