2003-03-20 |
Eric Pouech | Moved WINE_MODREF.flags to WINE_MODREF.ldr.Flags, and... |
blob | commitdiff | raw |
2003-03-20 |
Eric Pouech | Move some fields (refCount, tls_index and module) from... |
blob | commitdiff | raw | diff to current |
2003-03-14 |
Eric Pouech | - implementation of LdrLoadDll out of loader/module.c |
blob | commitdiff | raw | diff to current |
2003-03-06 |
Eric Pouech | - implemented LdrGetProcedureAddress and made use of... |
blob | commitdiff | raw | diff to current |
2003-02-18 |
Alexandre Julliard | Print thread ids in traces with only 4 digits now that... |
blob | commitdiff | raw | diff to current |
2003-02-11 |
Rein Klazes | In PE_fixup_imports report "module file not found"... |
blob | commitdiff | raw | diff to current |
2002-12-17 |
Alexandre Julliard | Debug channels cleanup. |
blob | commitdiff | raw | diff to current |
2002-11-21 |
Andrew John Hughes | Build ntdll with -DSTRICT. |
blob | commitdiff | raw | diff to current |
2002-10-04 |
Alexandre Julliard | Fixed some handle conversions in prevision of void... |
blob | commitdiff | raw | diff to current |
2002-08-09 |
Alexandre Julliard | Implemented the RtlImage* functions, and use them to... |
blob | commitdiff | raw | diff to current |
2002-07-29 |
Alexandre Julliard | Set the correct permissions on the PE image sections. |
blob | commitdiff | raw | diff to current |
2002-07-24 |
Alexandre Julliard | Added support for ordinal hint in PE_FindExportedFunction. |
blob | commitdiff | raw | diff to current |
2002-07-02 |
Alexandre Julliard | Fixed warnings. |
blob | commitdiff | raw | diff to current |
2002-06-20 |
Alexandre Julliard | Avoid loading programs into the DOS memory area. |
blob | commitdiff | raw | diff to current |
2002-06-13 |
Alexandre Julliard | Don't go through the export table if we are not tracing... |
blob | commitdiff | raw | diff to current |
2002-05-31 |
Vincent Béron | Removed trailing whitespace. |
blob | commitdiff | raw | diff to current |
2002-04-02 |
Andreas Mohr | Spelling/error messages fixes. |
blob | commitdiff | raw | diff to current |
2002-03-22 |
Alexandre Julliard | Correctly fill parent pid, module size and module name... |
blob | commitdiff | raw | diff to current |
2002-03-09 |
Alexandre Julliard | Added LGPL standard comment, and copyright notices... |
blob | commitdiff | raw | diff to current |
2002-02-02 |
Patrik Stridvall | Move __stdcall/__cdecl to the right place. |
blob | commitdiff | raw | diff to current |
2002-01-31 |
Alexandre Julliard | LOAD_LIBRARY_AS_DATAFILE modules must be mapped like... |
blob | commitdiff | raw | diff to current |
2001-11-30 |
Andrew Lewycky | do_relocations: process relocation blocks with a Virtua... |
blob | commitdiff | raw | diff to current |
2001-11-30 |
Alexandre Julliard | Redesign of the server communication protocol to allow... |
blob | commitdiff | raw | diff to current |
2001-11-23 |
Dmitry Timoshkov | Fixed packing and layout of many system structures. |
blob | commitdiff | raw | diff to current |
2001-10-25 |
Alexandre Julliard | Don't keep main exe and dlls handles open when the... |
blob | commitdiff | raw | diff to current |
2001-10-02 |
Andreas Mohr | Yet another documentation/message text patch. |
blob | commitdiff | raw | diff to current |
2001-08-24 |
Bill Medland | Added LOAD_WITH_ALTERED_SEARCH_PATH support to LoadLibr... |
blob | commitdiff | raw | diff to current |
2001-08-09 |
Andreas Mohr | Spelling fixes. |
blob | commitdiff | raw | diff to current |
2001-07-19 |
Alexandre Julliard | Moved server.h to include/wine. |
blob | commitdiff | raw | diff to current |
2001-07-12 |
Alexandre Julliard | Don't call SNOOP_RegisterDLL on builtins. |
blob | commitdiff | raw | diff to current |
2001-05-24 |
Andreas Mohr | Make snoop code take ordinal base into account. |
blob | commitdiff | raw | diff to current |
2001-05-08 |
Francois Gouget | Print the tid in the first column when +tid is specified. |
blob | commitdiff | raw | diff to current |
2001-03-21 |
Alexandre Julliard | Disable DONT_RESOLVE_DLL_REFERENCES for builtin dlls. |
blob | commitdiff | raw | diff to current |
2001-02-27 |
Alexandre Julliard | New set of macros for server calls; makes requests... |
blob | commitdiff | raw | diff to current |
2001-01-22 |
Jon Griffiths | - Remove <string.h> from winnt.h. |
blob | commitdiff | raw | diff to current |
2001-01-20 |
Alexandre Julliard | Display the importing dll in the 0xdeadbeef message. |
blob | commitdiff | raw | diff to current |
2001-01-06 |
François Gouget | Fixed some HFILE vs. HANDLE mismatches. |
blob | commitdiff | raw | diff to current |
2001-01-05 |
Alexandre Julliard | Added handle_t type to server interface so that we... |
blob | commitdiff | raw | diff to current |
2000-12-15 |
François Gouget | Changed the type of Function to PDWORD as on Windows. |
blob | commitdiff | raw | diff to current |
2000-12-11 |
Alexandre Julliard | Moved all Wine internal definitions out of process.h. |
blob | commitdiff | raw | diff to current |
2000-12-05 |
Andreas Mohr | Better error message for forwards. |
blob | commitdiff | raw | diff to current |
2000-12-01 |
Alexandre Julliard | Removed some unnecessary includes. |
blob | commitdiff | raw | diff to current |
2000-11-27 |
Alexandre Julliard | Display the name of the function when import failed. |
blob | commitdiff | raw | diff to current |
2000-11-26 |
Hidenori Takeshima | Replaced u_char/u_short/u_long by BYTE/WORD/DWORD for... |
blob | commitdiff | raw | diff to current |
2000-11-08 |
Alexandre Julliard | Moved builtin dll registration to libwine. |
blob | commitdiff | raw | diff to current |
2000-10-25 |
Andreas Mohr | Free the Win16 dummy module and wm->deps. |
blob | commitdiff | raw | diff to current |
2000-10-19 |
Uwe Bonnes | Pass the correct hFile to PE_CreateModule. |
blob | commitdiff | raw | diff to current |
2000-09-04 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
blob | commitdiff | raw | diff to current |
2000-08-30 |
Alexandre Julliard | Added exception handling wrapper to a number of server... |
blob | commitdiff | raw | diff to current |
2000-08-28 |
Peter Ganten | - Always store the full path name of 32bit modules... |
blob | commitdiff | raw | diff to current |
2000-08-26 |
Andreas Mohr | - made the MIDI sequencer error message much better... |
blob | commitdiff | raw | diff to current |
2000-08-16 |
Niclas Karlsson... | WATCOM compiled programs leave VirtualSize to zero... |
blob | commitdiff | raw | diff to current |
2000-08-16 |
Alexandre Julliard | Avoid going past the end of the relocation section... |
blob | commitdiff | raw | diff to current |
2000-08-14 |
Alexandre Julliard | Implemented SEC_IMAGE mappings and shared PE sections... |
blob | commitdiff | raw | diff to current |
2000-08-09 |
Alexandre Julliard | Make PDB, ENVDB and STARTUPINFO global variables. |
blob | commitdiff | raw | diff to current |
2000-08-07 |
Peter Ganten | Set up exe_modref before loading implicitly linked... |
blob | commitdiff | raw | diff to current |
2000-08-07 |
Alexandre Julliard | - Fixed resource functions to work directly from the... |
blob | commitdiff | raw | diff to current |
2000-07-15 |
Peter Ganten | Fixed a file descriptor leak in the PE loader. |
blob | commitdiff | raw | diff to current |
2000-07-15 |
Gerard Patel | Add a warning when the normal load address for a win32... |
blob | commitdiff | raw | diff to current |
2000-06-18 |
Ove Kaaven | Make the base relocation message a WARN, not a FIXME. |
blob | commitdiff | raw | diff to current |
2000-06-08 |
Alexandre Julliard | Send full path name and debug information in load_dll... |
blob | commitdiff | raw | diff to current |
2000-06-01 |
Juergen Schmied | Give a error message if a forwarded export is not resolved. |
blob | commitdiff | raw | diff to current |
2000-05-29 |
Alexandre Julliard | Exec a separate wine binary for every win32 process... |
blob | commitdiff | raw | diff to current |
2000-05-07 |
Alexandre Julliard | Moved Load/FreeLibrary16 definition to winbase16.h. |
blob | commitdiff | raw | diff to current |
2000-05-03 |
Alexandre Julliard | PE_LoadImage: removed version parameter, set last error... |
blob | commitdiff | raw | diff to current |
2000-04-29 |
Alexandre Julliard | Clear the remainder of the page when mapping a section... |
blob | commitdiff | raw | diff to current |
2000-04-28 |
Alexandre Julliard | Authors: Gavriel State <gavriels@corel.com>, Ulrich... |
blob | commitdiff | raw | diff to current |
2000-04-18 |
Alexandre Julliard | Moved PE header definitions to winnt.h where they belong. |
blob | commitdiff | raw | diff to current |
2000-04-15 |
Alexandre Julliard | Improved Winelib apps initialisation code. No longer... |
blob | commitdiff | raw | diff to current |
2000-03-25 |
Francois Gouget | Use min/max instead of MIN/MAX. |
blob | commitdiff | raw | diff to current |
2000-03-09 |
Alexandre Julliard | Store the list of loaded dlls in the server, and genera... |
blob | commitdiff | raw | diff to current |
2000-02-18 |
Alexandre Julliard | Store the handle of the process exe file in the server. |
blob | commitdiff | raw | diff to current |
2000-01-29 |
Andreas Mohr | - add some documentation items |
blob | commitdiff | raw | diff to current |
2000-01-23 |
Uwe Bonnes | Check for MZ header before trying to decipher the PE... |
blob | commitdiff | raw | diff to current |
2000-01-05 |
Marcus Meissner | Made virus warning a bit more drastic, since some peopl... |
blob | commitdiff | raw | diff to current |
1999-12-27 |
Alexandre Julliard | PE_FindExportedFunction: use a binary search for functi... |
blob | commitdiff | raw | diff to current |
1999-12-10 |
Ulrich Weigand | Implemented PE_UnloadLibrary(). |
blob | commitdiff | raw | diff to current |
1999-12-08 |
Dimitrie O. Paun | Make use of the DEFAULT_DEBUG_CHANNEL where appropriate. |
blob | commitdiff | raw | diff to current |
1999-12-05 |
Eric Pouech | Fixed crash when map fails. |
blob | commitdiff | raw | diff to current |
1999-12-04 |
Ulrich Weigand | Fixed 32-bit module name handling to conform better... |
blob | commitdiff | raw | diff to current |
1999-11-10 |
Ulrich Weigand | Determine expected_version of PE buddies from the Subsy... |
blob | commitdiff | raw | diff to current |
1999-11-07 |
Marcus Meissner | Fixed the relocation hack in PE_InitTls. Added some... |
blob | commitdiff | raw | diff to current |
1999-10-24 |
Patrik Stridvall | - Added missing configuration #if:s and #includes:s. |
blob | commitdiff | raw | diff to current |
1999-10-13 |
Marcus Meissner | Small hack to check if we need to relocate the TLS... |
blob | commitdiff | raw | diff to current |
1999-10-13 |
Ulrich Weigand | Bugfix: *Don't* resolve PE imports if asked not to ... |
blob | commitdiff | raw | diff to current |
1999-08-04 |
Alexandre Julliard | Got rid of dsprintf and related macros. |
blob | commitdiff | raw | diff to current |
1999-07-10 |
Howard Abrams | Added checks for sys/errno.h, sys/signal.h and sys... |
blob | commitdiff | raw | diff to current |
1999-07-03 |
Marcus Meissner | some small include fixes, some checks for NULL ptrs, |
blob | commitdiff | raw | diff to current |
1999-07-03 |
Ulrich Weigand | On NE process creation, move major part of NE EXE modul... |
blob | commitdiff | raw | diff to current |
1999-06-18 |
Ulrich Weigand | Fix compiler warning. |
blob | commitdiff | raw | diff to current |
1999-06-13 |
Ulrich Weigand | Removed broken hack to support shared DLLs (e.g. USER32... |
blob | commitdiff | raw | diff to current |
1999-05-23 |
Alexandre Julliard | Use the new debug functions to send debug events at... |
blob | commitdiff | raw | diff to current |
1999-05-12 |
Alexandre Julliard | Changed some error handling a bit. |
blob | commitdiff | raw | diff to current |
1999-05-08 |
Ulrich Weigand | Bugfix: all PE modules were marked 'internal'. |
blob | commitdiff | raw | diff to current |
1999-05-02 |
Alexandre Julliard | Converted to the new debugging interface (done with... |
blob | commitdiff | raw | diff to current |
1999-04-19 |
Patrik Stridvall | New debug scheme with explicit debug channels declaration. |
blob | commitdiff | raw | diff to current |
1999-04-18 |
Bertho Stultiens | Reorganization of the loader to correctly load and... |
blob | commitdiff | raw | diff to current |
1999-03-27 |
Ulrich Weigand | Fixed sequence of DLL_PROCESS_DETACH notification calls. |
blob | commitdiff | raw | diff to current |
1999-03-22 |
Andreas Mohr | Cosmetics. |
blob | commitdiff | raw | diff to current |
1999-03-16 |
Ulrich Weigand | Pass CreateProcess() SECURITY_ATTRIBUTES through to... |
blob | commitdiff | raw | diff to current |
next |