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