1. f3a73ef - implemented LdrGetProcedureAddress and made use of it for by Eric Pouech · 22 years ago
  2. d4fcc4b Removed SO loading type. by Eric Pouech · 22 years ago
  3. 7d60964 - added Ldr* information to include/winternl.h by Eric Pouech · 22 years ago
  4. 60d40cd Only do the unload_dll server call at the time we actually unload the dll. by Alexandre Julliard · 22 years ago
  5. ce13153 Moved LDT selector allocation routines to libwine. by Alexandre Julliard · 22 years ago
  6. ac13d2f Print thread ids in traces with only 4 digits now that they are small integers. by Alexandre Julliard · 22 years ago
  7. 851d25d Set default loadorder to native for dlls that contain an explicit path. by Alexandre Julliard · 22 years ago
  8. 39f73a2 Increase size of insufficiently big stack allocated buffer used for by Warren Baird · 22 years ago
  9. 33be954 In PE_fixup_imports report "module file not found" only in case of a by Rein Klazes · 22 years ago
  10. 60009b9 Removed calls to HEAP_strdupAtoW. by Matthew Davison · 22 years ago
  11. 297f3d8 Define NONAMELESS{STRUCT,UNION} explicitly in the files that need them. by Dimitrie O. Paun · 22 years ago
  12. bcf4160 Debug channels cleanup. by Alexandre Julliard · 22 years ago
  13. df35705 Don't crash in DirectedYield16 if no other task is running. by Alexandre Julliard · 22 years ago
  14. 737d4be Move excpt.h out of include/msvcrt/ as it does not conflict with any by Dimitrie O. Paun · 22 years ago
  15. 309b370 Also trace implicitly loaded dlls for +loaddll. by Alexandre Julliard · 22 years ago
  16. 75dee50 Replace 0x%p with %p. by Patrik Stridvall · 22 years ago
  17. 9169729 Merged font.h and path.h into gdi.h. Moved x11font.h to by Alexandre Julliard · 22 years ago
  18. 11f361a Removed no longer needed PROFILE_LoadWineIni(). by Alexandre Julliard · 22 years ago
  19. ed800c6 Build ntdll with -DSTRICT. by Andrew John Hughes · 22 years ago
  20. 82aeebd Added wrapper to replace llseek+lread to avoid HANDLE/HFILE conversions. by Alexandre Julliard · 22 years ago
  21. 1a66505 Removed last users of msdos/interrupts.c. by Jukka Heinonen · 22 years ago
  22. d09b9cc Don't fully process FreeLibrary when process is stopping. by Eric Pouech · 22 years ago
  23. cf07e10 Don't use wine/unicode.h in the header files, include it directly by Patrik Stridvall · 22 years ago
  24. 1298eb4 Fixed mismatches between the Wine headers and the Microsoft headers. by Patrik Stridvall · 22 years ago
  25. f3215eb Get/SetFastQueue16 should use HQUEUE16 handles. by Alexandre Julliard · 22 years ago
  26. 9534d4f Added wine_memcpy_unaligned function to avoid gcc memcpy optimizations. by Alexandre Julliard · 22 years ago
  27. c5c48eb Fixed reference count handling to support LoadLibrary during a process attach. by Alexandre Julliard · 22 years ago
  28. 613ead7 Fixed some handle conversions in prevision of void* handles. by Alexandre Julliard · 22 years ago
  29. e70d08b By default, we should use our own dlls. by Dimitrie O. Paun · 23 years ago
  30. b5bb32c Fixed some issues found by winapi_check. by Patrik Stridvall · 23 years ago
  31. 9d2b862 Convert HRSRC to a void*. by Michael Stefaniuc · 23 years ago
  32. 81bdcf1 Removed references to advapi32 registry functions from some of the by Alexandre Julliard · 23 years ago
  33. 9c1de6d Moved all the content of the DDK files ntdef.h and ntddk.h to winternl.h. by Patrik Stridvall · 23 years ago
  34. 51e6c0c MSVC compatibility fixes. by Patrik Stridvall · 23 years ago
  35. 3fa613c Moved internal context macros out of winnt.h. by Alexandre Julliard · 23 years ago
  36. 9aab47e MSVC compatibility fixes. by Patrik Stridvall · 23 years ago
  37. f5d21eb Don't cache file handles for NE executable modules so that we don't by Mike McCormack · 23 years ago
  38. d75aed2 Convert most of the file APIs to Unicode. by Dmitry Timoshkov · 23 years ago
  39. 1467bbd Relax a bit PE consistency checks. by Dmitry Timoshkov · 23 years ago
  40. d016f81 Added include protection for unistd.h and sys/time.h. by Patrik Stridvall · 23 years ago
  41. 0eec45a Force loadorder of 16-bit dlls to builtin if their 32-bit counterpart by Alexandre Julliard · 23 years ago
  42. 10cd651 Set up exception handler around WEP call. by Dmitry Timoshkov · 23 years ago
  43. befbb0e Make behavior of builtin executables closer to that of builtin dlls. by Alexandre Julliard · 23 years ago
  44. a5dea21 Implemented the RtlImage* functions, and use them to replace the by Alexandre Julliard · 23 years ago
  45. 526531e Create at most one glue file for a single dll. by Alexandre Julliard · 23 years ago
  46. 7375597 Fixed some handle type mismatches and added a few casts in prevision by Alexandre Julliard · 23 years ago
  47. 267ca68 Fixed HANDLE<->HFILE conversions, since they will be different types by Alexandre Julliard · 23 years ago
  48. 29f265f Set the correct permissions on the PE image sections. by Alexandre Julliard · 23 years ago
  49. 13f2a17 Convert HTASK to void* (based on a patch by Michael Stefaniuc). by Alexandre Julliard · 23 years ago
  50. 891d23e Added support for ordinal hint in PE_FindExportedFunction. by Alexandre Julliard · 23 years ago
  51. 7015ce3 No need to call GetModuleFileName16 now that GetModuleFileNameA by Alexandre Julliard · 23 years ago
  52. 83886f2 Fixed GetModuleFileNameW return value. Quiet dll loading error message. by Alexandre Julliard · 23 years ago
  53. 1cef297 Changed GetModuleFileNameA to use GetCurrentTask instead of by Joshua Thielen · 23 years ago
  54. 958732d Fixed warnings. by Alexandre Julliard · 23 years ago
  55. 69622db Added support for path wildcards of the form "*dllname" in load order by Alexandre Julliard · 23 years ago
  56. bc524e9 Avoid loading programs into the DOS memory area. by Alexandre Julliard · 23 years ago
  57. 2ad28d6 Don't go through the export table if we are not tracing anything. by Alexandre Julliard · 23 years ago
  58. 221b438 Don't free the stack selector, it's freed in ExitThread anyway (thanks by Alexandre Julliard · 23 years ago
  59. 9a62491 Removed trailing whitespace. by Vincent Béron · 23 years ago
  60. 55e845d Removed most inclusions of options.h. by Alexandre Julliard · 23 years ago
  61. 7fbd74e Replaced the GET/PUT_UA macros by memcpy. Fixed a few big-endian issues. by Alexandre Julliard · 23 years ago
  62. 3536316 New loading scheme for Winelib apps, makes them behave like builtin by Alexandre Julliard · 23 years ago
  63. 2204b50 Fixed the WinExec prototype. by Francois Gouget · 23 years ago
  64. 0aa28b5 Export the debugging API from libwine instead of ntdll. Removed debugres_[aw]. by Alexandre Julliard · 23 years ago
  65. 9bb05fc Specify the complete source file list for a dll inside the main by Alexandre Julliard · 23 years ago
  66. 01c8ec3 Spelling/error messages fixes. by Andreas Mohr · 23 years ago
  67. cb934a1 Removed a couple of now obsolete FIXMEs. by Eric Pouech · 23 years ago
  68. c4912ec Don't strip out .exe extension. by Alexandre Julliard · 23 years ago
  69. 6db8aba Removed service thread support. by Alexandre Julliard · 23 years ago
  70. 55ce53d Properly handle loadorder specifications containing a .dll extension. by Alexandre Julliard · 23 years ago
  71. aeb5660 Correctly fill parent pid, module size and module name in process and by Alexandre Julliard · 23 years ago
  72. 0799c1a Added LGPL standard comment, and copyright notices where necessary. by Alexandre Julliard · 23 years ago
  73. 73ab649 New file msvcrt/excpt.h. Move some stuff out of winnt.h into it. by Peter Hunnisett · 23 years ago
  74. 57e5784 Move __stdcall/__cdecl to the right place. by Patrik Stridvall · 23 years ago
  75. 6478164 Do not use the PEB lock as loader lock, use a separate critical by Alexandre Julliard · 23 years ago
  76. cd3afa8 LOAD_LIBRARY_AS_DATAFILE modules must be mapped like normal files, not by Alexandre Julliard · 23 years ago
  77. ca5b201 Prevent trying to handle uninitialised memory as a string. by Bill Medland · 23 years ago
  78. 7c822cc Removed obsolete dosmod. by Alexandre Julliard · 23 years ago
  79. 193cf50 Removed some of the calls to HEAP_strdup* functions. by Alexandre Julliard · 23 years ago
  80. d7b7682 Use MapLS/UnMapLS instead of SEGPTR_* macros. by Alexandre Julliard · 23 years ago
  81. 9fcd89a Removed unnecessary includes. by Alexandre Julliard · 23 years ago
  82. 8eeed94 Export DestroyIcon32 from user32 and use GetProcAddress to call it by Alexandre Julliard · 23 years ago
  83. ffc9df2 do_relocations: process relocation blocks with a VirtualAddress of 0, by Andrew Lewycky · 23 years ago
  84. 9caa71e Redesign of the server communication protocol to allow arbitrary sized by Alexandre Julliard · 23 years ago
  85. 0b83d4c New console code based on Win32 windows. by Eric Pouech · 23 years ago
  86. 6b6596a Fixed packing and layout of many system structures. by Dmitry Timoshkov · 23 years ago
  87. 070e749 Don't prefix %p with 0x. Various English fixes. by Francois Gouget · 23 years ago
  88. 1425941 Fix the #include order for config.h. by François Gouget · 23 years ago
  89. ac2e4f1 Don't keep main exe and dlls handles open when the file is on removable media. by Alexandre Julliard · 23 years ago
  90. 386cf6e When including 'wine/port.h', include it first. by Francois Gouget · 23 years ago
  91. e5ddd26 When including config.h, include it first. by Francois Gouget · 23 years ago
  92. b60c4ce Don't print NULL strings (crashes on Solaris). by Francois Gouget · 23 years ago
  93. f359895 Yet another documentation/message text patch. by Andreas Mohr · 23 years ago
  94. 9dc5b97 Only use winsock2.h in Wine. by Francois Gouget · 24 years ago
  95. 65fc1c9 Added LOAD_WITH_ALTERED_SEARCH_PATH support to LoadLibraryEx. by Bill Medland · 24 years ago
  96. 378fc22 Wrong handle was being closed. by Josh Thielen · 24 years ago
  97. e5b5af9 Fixed a few signed/unsigned and "unsigned < 0 always true" warnings. by Jörg Mayer · 24 years ago
  98. 624cbd7 Fixes for Solaris X86. by Eric Pouech · 24 years ago
  99. da920ee Spelling fixes. by Andreas Mohr · 24 years ago
  100. 7c4b140 Fixed HTASK/HTASK16 handle mismatch. by Alexandre Julliard · 24 years ago