2000-02-18 |
Alexandre Julliard | Store the handle of the process exe file in the server. |
blob | commitdiff | raw |
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 |
1999-03-14 |
Theodore S. Hetke | Added tracing for delayed imports and removed the fixme. |
blob | commitdiff | raw | diff to current |
1999-02-28 |
Marcus Meissner | Fixed a lot of warnings using WINE_UNUSED, casts, comme... |
blob | commitdiff | raw | diff to current |
1999-02-28 |
Ulrich Weigand | Adapted to CreateProcess changes. |
blob | commitdiff | raw | diff to current |
1999-02-26 |
Alexandre Julliard | Large-scale renaming of all Win32 functions and types... |
blob | commitdiff | raw | diff to current |
1999-02-24 |
Ulrich Weigand | Modified process creation sequence: call PE_CreateModul... |
blob | commitdiff | raw | diff to current |
1999-02-19 |
Marcus Meissner | Removed a lot of occurences of windows.h (and added... |
blob | commitdiff | raw | diff to current |
1999-01-23 |
Andreas Mohr | Implemented WIN16_CallMsgFilter32, WIN16_DispatchMessage32, |
blob | commitdiff | raw | diff to current |
1999-01-17 |
Alexandre Julliard | Group commit for recovery after disk crash. |
blob | commitdiff | raw | diff to current |
1999-01-03 |
Alexandre Julliard | Implemented file sharing checks in the server. |
blob | commitdiff | raw | diff to current |
1999-01-01 |
Alexandre Julliard | Take into account handle inheritance flag. |
blob | commitdiff | raw | diff to current |
1998-12-18 |
Ulrich Weigand | Reorganized PE module loading to prepare for elf-dll... |
blob | commitdiff | raw | diff to current |
1998-12-10 |
Marcus Meissner | Warn if two .exes conflict with each other and the... |
blob | commitdiff | raw | diff to current |
1998-12-08 |
Marcus Meissner | Warn about invalid entrypoints (created by viruses... |
blob | commitdiff | raw | diff to current |
1998-11-26 |
Marcus Meissner | Remove unnecessary check for entrypoint address (test... |
blob | commitdiff | raw | diff to current |
1998-11-24 |
Marcus Meissner | Adjust broken entrypoint addresses. (win98 notepad... |
blob | commitdiff | raw | diff to current |
1998-11-22 |
Marcus Meissner | Do not relocate the pointers in the IMAGE_THREAD_LOCAL_... |
blob | commitdiff | raw | diff to current |
1998-11-07 |
Andreas Mohr | Unified "No implementation for..." warnings. |
blob | commitdiff | raw | diff to current |
1998-11-01 |
Marcus Meissner | Detection of the end of imports with Characteristics... |
blob | commitdiff | raw | diff to current |
1998-10-31 |
Stephen Langasek | Bugfix for fixup_imports: Enable checking for terminati... |
blob | commitdiff | raw | diff to current |
1998-10-22 |
Marcus Meissner | Take virtual sizes in account for the total vma size. |
blob | commitdiff | raw | diff to current |
1998-10-16 |
Uwe Bonnes | Renamed all LPIMAGE_* types to PIMAGE_*. |
blob | commitdiff | raw | diff to current |
1998-10-11 |
Ulrich Weigand | Implemented new PE DLL initalization code, trying to... |
blob | commitdiff | raw | diff to current |
1998-10-11 |
Marcus Meissner | Generic dynamic dll loader using dl*() API. |
blob | commitdiff | raw | diff to current |
1998-09-27 |
Alexandre Julliard | Release 980927 wine-980927 |
blob | commitdiff | raw | diff to current |
1998-09-13 |
Alexandre Julliard | Release 980913 wine-980913 |
blob | commitdiff | raw | diff to current |
1998-08-22 |
Alexandre Julliard | Release 980822 wine-980822 |
blob | commitdiff | raw | diff to current |
1998-08-09 |
Alexandre Julliard | Release 980809 wine-980809 |
blob | commitdiff | raw | diff to current |
1998-07-26 |
Alexandre Julliard | Release 980726 wine-980726 |
blob | commitdiff | raw | diff to current |
1998-07-12 |
Alexandre Julliard | Release 980712 wine-980712 |
blob | commitdiff | raw | diff to current |
1998-06-14 |
Alexandre Julliard | Release 980614 wine-980614 |
blob | commitdiff | raw | diff to current |
1998-06-01 |
Alexandre Julliard | Release 980601 wine-980601 |
blob | commitdiff | raw | diff to current |
1998-05-17 |
Alexandre Julliard | Release 980517 wine-980517 |
blob | commitdiff | raw | diff to current |
1998-05-03 |
Alexandre Julliard | Release 980503 wine-980503 |
blob | commitdiff | raw | diff to current |
1998-04-13 |
Alexandre Julliard | Release 980413 wine-980413 |
blob | commitdiff | raw | diff to current |
1998-03-15 |
Alexandre Julliard | Release 980315 wine-980315 |
blob | commitdiff | raw | diff to current |
1998-03-01 |
Alexandre Julliard | Release 980301 wine-980301 |
blob | commitdiff | raw | diff to current |
1998-02-15 |
Alexandre Julliard | Release 980215 wine-980215 |
blob | commitdiff | raw | diff to current |
1998-02-01 |
Alexandre Julliard | Release 980201 wine-980201 |
blob | commitdiff | raw | diff to current |
1998-01-18 |
Alexandre Julliard | Release 980118 wine-980118 |
blob | commitdiff | raw | diff to current |
1998-01-04 |
Alexandre Julliard | Release 980104 wine-980104 |
blob | commitdiff | raw | diff to current |
1997-12-21 |
Alexandre Julliard | Release 971221 wine-971221 |
blob | commitdiff | raw | diff to current |
1997-11-30 |
Alexandre Julliard | Release 971130 wine-971130 |
blob | commitdiff | raw | diff to current |
1997-11-16 |
Alexandre Julliard | Release 971116 wine-971116 |
blob | commitdiff | raw | diff to current |
1997-11-01 |
Alexandre Julliard | Release 971101 wine-971101 |
blob | commitdiff | raw | diff to current |
1997-09-28 |
Alexandre Julliard | Release 970928 wine-970928 |
blob | commitdiff | raw | diff to current |
1997-09-14 |
Alexandre Julliard | Release 970914 wine-970914 |
blob | commitdiff | raw | diff to current |
1997-08-24 |
Alexandre Julliard | Release 970824 wine-970824 |
blob | commitdiff | raw | diff to current |
1997-07-20 |
Alexandre Julliard | Release 970720 wine-970720 |
blob | commitdiff | raw | diff to current |
1997-06-16 |
Alexandre Julliard | Release 970616 wine-970616 |
blob | commitdiff | raw | diff to current |
1997-04-15 |
Alexandre Julliard | Release 970415 wine-970415 |
blob | commitdiff | raw | diff to current |
1997-03-29 |
Alexandre Julliard | Release 970329 wine-970329 |
blob | commitdiff | raw | diff to current |
1997-03-05 |
Alexandre Julliard | Release 970305 wine-970305 |
blob | commitdiff | raw | diff to current |
1997-02-15 |
Alexandre Julliard | Release 970215 wine-970215 |
blob | commitdiff | raw | diff to current |
1997-02-02 |
Alexandre Julliard | Release 970202 wine-970202 |
blob | commitdiff | raw | diff to current |
1997-01-20 |
Alexandre Julliard | Release 970120 wine-970120 |
blob | commitdiff | raw | diff to current |
1997-01-12 |
Alexandre Julliard | Release 970112 wine-970112 |
blob | commitdiff | raw | diff to current |
1997-01-01 |
Alexandre Julliard | Release 970101 wine-970101 |
blob | commitdiff | raw | diff to current |
1996-12-22 |
Alexandre Julliard | Release 961222 wine-961222 |
blob | commitdiff | raw | diff to current |
1996-12-15 |
Alexandre Julliard | Release 961215 wine-961215 |
blob | commitdiff | raw | diff to current |
1996-11-02 |
Alexandre Julliard | Release 961102 wine-961102 |
blob | commitdiff | raw | diff to current |
1996-10-13 |
Alexandre Julliard | Release 961013 wine-961013 |
blob | commitdiff | raw | diff to current |
1996-09-28 |
Alexandre Julliard | Release 960928 wine-960928 |
blob | commitdiff | raw | diff to current |
1996-09-13 |
Alexandre Julliard | Release 960913 wine-960913 |
blob | commitdiff | raw | diff to current |
1996-09-02 |
Alexandre Julliard | Release 960902 wine-960902 |
blob | commitdiff | raw | diff to current |
1996-08-24 |
Alexandre Julliard | Release 960824 wine-960824 |
blob | commitdiff | raw | diff to current |
1996-07-17 |
Alexandre Julliard | Release 960717 wine-960717 |
blob | commitdiff | raw | diff to current |
1996-07-12 |
Alexandre Julliard | Release 960712 wine-960712 |
blob | commitdiff | raw | diff to current |
1996-07-05 |
Alexandre Julliard | Release 960705 wine-960705 |
blob | commitdiff | raw | diff to current |
1996-06-06 |
Alexandre Julliard | Release 960606 wine-960606 |
blob | commitdiff | raw | diff to current |
1996-05-21 |
Alexandre Julliard | Release 960521 wine-960521 |
blob | commitdiff | raw | diff to current |
1996-05-16 |
Alexandre Julliard | Release 960516 wine-960516 |
blob | commitdiff | raw | diff to current |
next |