1. 65fc1c9 Added LOAD_WITH_ALTERED_SEARCH_PATH support to LoadLibraryEx. by Bill Medland · 24 years ago
  2. da920ee Spelling fixes. by Andreas Mohr · 24 years ago
  3. 37e9503 Moved server.h to include/wine. by Alexandre Julliard · 24 years ago
  4. ca4fa36 Don't call SNOOP_RegisterDLL on builtins. by Alexandre Julliard · 24 years ago
  5. 9abd553 Make snoop code take ordinal base into account. by Andreas Mohr · 24 years ago
  6. e17d1a3 Print the tid in the first column when +tid is specified. by Francois Gouget · 24 years ago
  7. 671da9f Disable DONT_RESOLVE_DLL_REFERENCES for builtin dlls. by Alexandre Julliard · 24 years ago
  8. 67a7499 New set of macros for server calls; makes requests without variable by Alexandre Julliard · 24 years ago
  9. 4ab1558 - Remove <string.h> from winnt.h. by Jon Griffiths · 24 years ago
  10. 3556e1f Display the importing dll in the 0xdeadbeef message. by Alexandre Julliard · 24 years ago
  11. da2b6a9 Fixed some HFILE vs. HANDLE mismatches. by François Gouget · 24 years ago
  12. 8081e5a Added handle_t type to server interface so that we can make handles by Alexandre Julliard · 24 years ago
  13. 807b045 Changed the type of Function to PDWORD as on Windows. by François Gouget · 24 years ago
  14. becb9a3 Moved all Wine internal definitions out of process.h. by Alexandre Julliard · 24 years ago
  15. 8c91b08 Better error message for forwards. by Andreas Mohr · 24 years ago
  16. ef57e18 Removed some unnecessary includes. by Alexandre Julliard · 24 years ago
  17. 256ac22 Display the name of the function when import failed. by Alexandre Julliard · 24 years ago
  18. 5b21807 Replaced u_char/u_short/u_long by BYTE/WORD/DWORD for increased portability. by Hidenori Takeshima · 24 years ago
  19. e087508 Moved builtin dll registration to libwine. by Alexandre Julliard · 24 years ago
  20. cabee39 Free the Win16 dummy module and wm->deps. by Andreas Mohr · 24 years ago
  21. 38012a5 Pass the correct hFile to PE_CreateModule. by Uwe Bonnes · 24 years ago
  22. 6e740b5 Fixed some issues found by winapi_check. by Patrik Stridvall · 25 years ago
  23. 9c2370b Added exception handling wrapper to a number of server requests. by Alexandre Julliard · 25 years ago
  24. c7c4246 - Always store the full path name of 32bit modules in WINE_MODREF by Peter Ganten · 25 years ago
  25. 3496556 - made the MIDI sequencer error message much better for confused users by Andreas Mohr · 25 years ago
  26. 1918601 WATCOM compiled programs leave VirtualSize to zero which triggers the by Niclas Karlsson MATE · 25 years ago
  27. a257ba2 Avoid going past the end of the relocation section. Skip sanity checks by Alexandre Julliard · 25 years ago
  28. c19e1a7 Implemented SEC_IMAGE mappings and shared PE sections (with the help by Alexandre Julliard · 25 years ago
  29. 52900c8 Make PDB, ENVDB and STARTUPINFO global variables. by Alexandre Julliard · 25 years ago
  30. b9f350b Set up exe_modref before loading implicitly linked dlls. by Peter Ganten · 25 years ago
  31. 081ee94 - Fixed resource functions to work directly from the HMODULE instead of by Alexandre Julliard · 25 years ago
  32. ddd1a73 Fixed a file descriptor leak in the PE loader. by Peter Ganten · 25 years ago
  33. bd55eb8 Add a warning when the normal load address for a win32 program is not available. by Gerard Patel · 25 years ago
  34. fefb104 Make the base relocation message a WARN, not a FIXME. by Ove Kaaven · 25 years ago
  35. ec77b83 Send full path name and debug information in load_dll event. by Alexandre Julliard · 25 years ago
  36. 6d01aeb Give a error message if a forwarded export is not resolved. by Juergen Schmied · 25 years ago
  37. c192ba2 Exec a separate wine binary for every win32 process so that they run by Alexandre Julliard · 25 years ago
  38. 680919c Moved Load/FreeLibrary16 definition to winbase16.h. by Alexandre Julliard · 25 years ago
  39. ae71940 PE_LoadImage: removed version parameter, set last error correctly. by Alexandre Julliard · 25 years ago
  40. 9e1c48b Clear the remainder of the page when mapping a section whose size on by Alexandre Julliard · 25 years ago
  41. f93eb3e Authors: Gavriel State <gavriels@corel.com>, Ulrich Czekalla <ulrichc@corel.com> by Alexandre Julliard · 25 years ago
  42. 180a088 Moved PE header definitions to winnt.h where they belong. by Alexandre Julliard · 25 years ago
  43. b445952 Improved Winelib apps initialisation code. No longer need to link by Alexandre Julliard · 25 years ago
  44. 6d77d3a Use min/max instead of MIN/MAX. by Francois Gouget · 25 years ago
  45. 05f0b71 Store the list of loaded dlls in the server, and generate debug events by Alexandre Julliard · 25 years ago
  46. 67a24c8 Store the handle of the process exe file in the server. by Alexandre Julliard · 25 years ago
  47. 8cd9351 - add some documentation items - fix some spelling - fix some warnings by Andreas Mohr · 25 years ago
  48. c8c800c Check for MZ header before trying to decipher the PE header. by Uwe Bonnes · 25 years ago
  49. 59db20f Made virus warning a bit more drastic, since some people don't believe us. by Marcus Meissner · 25 years ago
  50. bbeaeeb PE_FindExportedFunction: use a binary search for function names. by Alexandre Julliard · 25 years ago
  51. 4fd8cc3 Implemented PE_UnloadLibrary(). by Ulrich Weigand · 25 years ago
  52. dd03cc1 Make use of the DEFAULT_DEBUG_CHANNEL where appropriate. by Dimitrie O. Paun · 25 years ago
  53. cd841a4 Fixed crash when map fails. by Eric Pouech · 25 years ago
  54. 237e8e9 Fixed 32-bit module name handling to conform better to Win9x. by Ulrich Weigand · 25 years ago
  55. e7957d6 Determine expected_version of PE buddies from the SubsystemVersion. by Ulrich Weigand · 25 years ago
  56. 38eae84 Fixed the relocation hack in PE_InitTls. Added some more for the other by Marcus Meissner · 25 years ago
  57. 9633632 - Added missing configuration #if:s and #includes:s. by Patrik Stridvall · 25 years ago
  58. a19862f Small hack to check if we need to relocate the TLS directory or not by Marcus Meissner · 25 years ago
  59. 8c32184 Bugfix: *Don't* resolve PE imports if asked not to ... by Ulrich Weigand · 25 years ago
  60. 15de615 Got rid of dsprintf and related macros. by Alexandre Julliard · 26 years ago
  61. 1327748 Added checks for sys/errno.h, sys/signal.h and sys/mman.h. by Howard Abrams · 26 years ago
  62. 623c0d6 some small include fixes, some checks for NULL ptrs, by Marcus Meissner · 26 years ago
  63. fbea530 On NE process creation, move major part of NE EXE module loading and by Ulrich Weigand · 26 years ago
  64. 5d617e5 Fix compiler warning. by Ulrich Weigand · 26 years ago
  65. 23f4b09 Removed broken hack to support shared DLLs (e.g. USER32.DLL) and by Ulrich Weigand · 26 years ago
  66. d131a17 Use the new debug functions to send debug events at appropriate places. by Alexandre Julliard · 26 years ago
  67. b6ecb9a Changed some error handling a bit. by Alexandre Julliard · 26 years ago
  68. b613a10 Bugfix: all PE modules were marked 'internal'. by Ulrich Weigand · 26 years ago
  69. 06c275a Converted to the new debugging interface (done with the help of the by Alexandre Julliard · 26 years ago
  70. b4b9fae New debug scheme with explicit debug channels declaration. by Patrik Stridvall · 26 years ago
  71. c1d1cfe Reorganization of the loader to correctly load and free libraries and by Bertho Stultiens · 26 years ago
  72. e469a58 Fixed sequence of DLL_PROCESS_DETACH notification calls. by Ulrich Weigand · 26 years ago
  73. ad2ffe5 Cosmetics. by Andreas Mohr · 26 years ago
  74. 892627b Pass CreateProcess() SECURITY_ATTRIBUTES through to PROCESS_Create(). by Ulrich Weigand · 26 years ago
  75. 5d1d777 Added tracing for delayed imports and removed the fixme. by Theodore S. Hetke · 26 years ago
  76. de43ef4 Fixed a lot of warnings using WINE_UNUSED, casts, commenting out and by Marcus Meissner · 26 years ago
  77. f6a9361 Adapted to CreateProcess changes. by Ulrich Weigand · 26 years ago
  78. a396029 Large-scale renaming of all Win32 functions and types to use the by Alexandre Julliard · 26 years ago
  79. 1d90d69 Modified process creation sequence: call PE_CreateModule in the by Ulrich Weigand · 26 years ago
  80. 04c3e1d Removed a lot of occurences of windows.h (and added necessary other includes). by Marcus Meissner · 26 years ago
  81. 94e4485 Implemented WIN16_CallMsgFilter32, WIN16_DispatchMessage32, by Andreas Mohr · 26 years ago
  82. 8da12c4 Group commit for recovery after disk crash. by Alexandre Julliard · 26 years ago
  83. 0562539 Implemented file sharing checks in the server. by Alexandre Julliard · 26 years ago
  84. f8e741b Take into account handle inheritance flag. by Alexandre Julliard · 26 years ago
  85. ffa2c6f Reorganized PE module loading to prepare for elf-dll loader. by Ulrich Weigand · 26 years ago
  86. 658e35b Warn if two .exes conflict with each other and the second does not by Marcus Meissner · 26 years ago
  87. 96fc54b Warn about invalid entrypoints (created by viruses) which result in by Marcus Meissner · 26 years ago
  88. 586e46c Remove unnecessary check for entrypoint address (test binary was by Marcus Meissner · 26 years ago
  89. 335276a Adjust broken entrypoint addresses. (win98 notepad.exe) by Marcus Meissner · 26 years ago
  90. 0a45ada Do not relocate the pointers in the IMAGE_THREAD_LOCAL_STORAGE by Marcus Meissner · 26 years ago
  91. 5fa740a Unified "No implementation for..." warnings. by Andreas Mohr · 26 years ago
  92. f63f8bc Detection of the end of imports with Characteristics 0 fail for Borland by Marcus Meissner · 26 years ago
  93. 48325f1 Bugfix for fixup_imports: Enable checking for terminating import by Stephen Langasek · 26 years ago
  94. 2958416 Take virtual sizes in account for the total vma size. by Marcus Meissner · 26 years ago
  95. 73d6c13 Renamed all LPIMAGE_* types to PIMAGE_*. by Uwe Bonnes · 26 years ago
  96. a3527cf Implemented new PE DLL initalization code, trying to call the by Ulrich Weigand · 26 years ago
  97. 8220bc9 Generic dynamic dll loader using dl*() API. by Marcus Meissner · 26 years ago
  98. d30dfd2 Release 980927 by Alexandre Julliard · 27 years ago wine-980927
  99. a0d7731 Release 980913 by Alexandre Julliard · 27 years ago wine-980913
  100. 85ed45e Release 980822 by Alexandre Julliard · 27 years ago wine-980822