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