Sign in
goma
/
wine
/
044db46459748ce8f9c19d3c08f7846037e80068
/
loader
/
module.c
dd03cc1
Make use of the DEFAULT_DEBUG_CHANNEL where appropriate.
by Dimitrie O. Paun
· 25 years ago
0106f85
Delay sending debug events until process initialization is complete.
by Ulrich Weigand
· 25 years ago
d14aea2
Fix for GetBinaryType to return SCS_DOS_BINARY if extended signature is unknown.
by Sergei Turchanov
· 25 years ago
237e8e9
Fixed 32-bit module name handling to conform better to Win9x.
by Ulrich Weigand
· 25 years ago
ec7bb23
Added support for CREATE_SUSPENDED flag in CreateProcess.
by Alexandre Julliard
· 25 years ago
d024d5e
Bugfix: LOAD_DLL_DEBUG_EVENT lpImageName parameter was incorrect.
by Ulrich Weigand
· 25 years ago
e7957d6
Determine expected_version of PE buddies from the SubsystemVersion.
by Ulrich Weigand
· 25 years ago
031f4fa
Fixed compiling with STRICT.
by Jim Aston
· 25 years ago
8c81b743
Authors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiello <abbeyj@wpi.edu>
by Alexandre Julliard
· 25 years ago
79077f3
Bugfix: Don't call GetVersionExA too early, to avoid breaking
by Ulrich Weigand
· 26 years ago
20f7ef7
Remember the allocated string to free it.
by Uwe Bonnes
· 26 years ago
9482242
Fixed memory allocation bug.
by Alexandre Julliard
· 26 years ago
f52e109
Set 'expected_version' of built-in and dummy modules according to
by Ulrich Weigand
· 26 years ago
891305b
Removed __winelib flag.
by Alexandre Julliard
· 26 years ago
c3d9f28
Moved implementation of WOW routines to single file.
by Ulrich Weigand
· 26 years ago
c50a1d0
Adapted to new-style Wine thunks.
by Ulrich Weigand
· 26 years ago
8dbffe7
Removed MODULE_GetWndProcEntry16().
by Ulrich Weigand
· 26 years ago
fec2329
Ensure that the command-line passed to the various *CreateProcess
by Dave Pickles
· 26 years ago
1ab8907
Fixed ambigous else/brace problem, moved "name" computation in
by Marcus Meissner
· 26 years ago
4bf3354
Removed direct references to CLASS internals.
by Patrik Stridvall
· 26 years ago
0e65b38
Add new "walk" command options to list processes and modref's.
by Guy Albertelli
· 26 years ago
d523e4d
Consult ne.operating_system field for NE files in GetBinaryType().
by Ulrich Weigand
· 26 years ago
38d7da8
Use SearchPath to test for existance of programs in lpCmdLine
by Guy Albertelli
· 26 years ago
d131a17
Use the new debug functions to send debug events at appropriate places.
by Alexandre Julliard
· 26 years ago
6315a7f
Fix swapped FreeLibary return values. Handle FreeLibrary( 0 ) better.
by Ulrich Weigand
· 26 years ago
fdd6429
Release Win16Lock when calling LoadLibrary32 from 16-bit code.
by Ulrich Weigand
· 26 years ago
4cd0776
Use OpenFile() to test for file existence, so that the path gets searched.
by Alexandre Julliard
· 26 years ago
6ce4006
Bugfix: release Win16Lock in WinExec16, CallProc[Ex]32W_16.
by Ulrich Weigand
· 26 years ago
481a8e2
Bug fixes.
by Alexandre Julliard
· 26 years ago
06c275a
Converted to the new debugging interface (done with the help of the
by Alexandre Julliard
· 26 years ago
4f6d7f3
Fix CreateProcessA to implement correct actions on ambiguous command
by Guy Albertelli
· 26 years ago
c7a8dde
#pragma pack(?) changed to #include "*pack*.h"
by Patrik Stridvall
· 26 years ago
f4b6e82
Do not increment module refCount if self is loaded from within
by Bertho Stultiens
· 26 years ago
af5745f
Attach notifications must be send after all recursive dependencies are
by Bertho Stultiens
· 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
a8f8bef
Fix ambiguous else warning.
by Kevin Holbrook
· 26 years ago
1b34697
FreeLibrary partial implementation.
by Bertho Stultiens
· 26 years ago
574ef76
Added some SetLastError()s in GetProcAddress() and LoadLibrary().
by Marcus Meissner
· 26 years ago
6903156
Allow NULL NE resource handler; call the default handler directly.
by Ulrich Weigand
· 26 years ago
1ff60f3
Fixed CreateProcessA so it can handle commandlines with arguments and no .exe.
by Jess Haas
· 26 years ago
e469a58
Fixed sequence of DLL_PROCESS_DETACH notification calls.
by Ulrich Weigand
· 26 years ago
0092390
Bugfix: cope with quoted arguments for CreateProcess().
by Ulrich Weigand
· 26 years ago
5ffd2df
Implementation for FreeLibraryAndExitThread.
by Sergey Turchanov
· 26 years ago
f016752
Changed process initialisation to use the new server requests.
by Alexandre Julliard
· 26 years ago
892627b
Pass CreateProcess() SECURITY_ATTRIBUTES through to PROCESS_Create().
by Ulrich Weigand
· 26 years ago
4e5b116
Fix CreateProcess to handle lpCommandline better.
by Peter Ganten
· 26 years ago
1b938b1
Adapted to cursor/icon handling changes.
by Ulrich Weigand
· 26 years ago
aa23b0b
Bugfix: Allow lpCommandLine == NULL in CreateProcess().
by Ulrich Weigand
· 26 years ago
e518f47
Added support for quoted file names in CreateProcess().
by Andreas Mohr
· 26 years ago
6e0d386
Process creation sequence reorganized:
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
317af32
Optimized include/*.h: (recursively) include all headers needed by
by Marcus Meissner
· 26 years ago
8da12c4
Group commit for recovery after disk crash.
by Alexandre Julliard
· 26 years ago
ca1bc86
Moves more stuff from windows.h.
by Michael Veksler
· 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
2aad33e
LoadModule32/WinExec32 should return 16-bit hInstance/hTask.
by Ulrich Weigand
· 26 years ago
d5e7c79
Some unnecessary #include and messages removed.
by Marcus Meissner
· 26 years ago
d0fc60a
Implementation of CreateProcess32W.
by Juergen Schmied
· 26 years ago
65064b9
LoadLibraryEx: show a warning when called with unimplemented parm.
by Juergen Schmied
· 26 years ago
7df1fbb
Run Winelib applications as 32-bit processes in the initial task.
by Ulrich Weigand
· 26 years ago
ebc543c
Fixed several bugs with DLL initialization.
by Ulrich Weigand
· 26 years ago
73d6c13
Renamed all LPIMAGE_* types to PIMAGE_*.
by Uwe Bonnes
· 26 years ago
a3527cf
Implemented new PE DLL initalization code, trying to call the
by Ulrich Weigand
· 26 years ago
d235b13
GetModuleFileName32A() returns long filename if app sets osversion >=
by Alexander Larsson
· 26 years ago
8220bc9
Generic dynamic dll loader using dl*() API.
by Marcus Meissner
· 26 years ago
d30dfd2
Release 980927
by Alexandre Julliard
· 27 years ago
wine-980927
a0d7731
Release 980913
by Alexandre Julliard
· 27 years ago
wine-980913
85ed45e
Release 980822
by Alexandre Julliard
· 27 years ago
wine-980822
767e6f6
Release 980809
by Alexandre Julliard
· 27 years ago
wine-980809
642d313
Release 980712
by Alexandre Julliard
· 27 years ago
wine-980712
ebfc0fe
Release 980628
by Alexandre Julliard
· 27 years ago
wine-980628
f90efa9
Release 980614
by Alexandre Julliard
· 27 years ago
wine-980614
a845b88
Release 980601
by Alexandre Julliard
· 27 years ago
wine-980601
dadf78f
Release 980517
by Alexandre Julliard
· 27 years ago
wine-980517
46ea8b3
Release 980503
by Alexandre Julliard
· 27 years ago
wine-980503
c7c217b
Release 980413
by Alexandre Julliard
· 27 years ago
wine-980413
54c2711
Release 980329
by Alexandre Julliard
· 27 years ago
wine-980329
a69b88b
Release 980315
by Alexandre Julliard
· 27 years ago
wine-980315
a11d7b1
Release 980301
by Alexandre Julliard
· 27 years ago
wine-980301
03468f7
Release 980215
by Alexandre Julliard
· 27 years ago
wine-980215
60ce85c
Release 980201
by Alexandre Julliard
· 27 years ago
wine-980201
0623a6f
Release 980118
by Alexandre Julliard
· 27 years ago
wine-980118
02e9008
Release 980104
by Alexandre Julliard
· 27 years ago
wine-980104
44ed71f
Release 971221
by Alexandre Julliard
· 27 years ago
wine-971221
e658d82
Release 971130
by Alexandre Julliard
· 27 years ago
wine-971130
a0b2b1d
Release 971116
by Alexandre Julliard
· 27 years ago
wine-971116
491502b
Release 971101
by Alexandre Julliard
· 27 years ago
wine-971101
17216f5
Release 971012
by Alexandre Julliard
· 27 years ago
wine-971012
3db94ef
Release 970928
by Alexandre Julliard
· 28 years ago
wine-970928
77b9918
Release 970914
by Alexandre Julliard
· 28 years ago
wine-970914
670cdc4
Release 970824
by Alexandre Julliard
· 28 years ago
wine-970824
641ee76
Release 970804
by Alexandre Julliard
· 28 years ago
wine-970804
d37eb36
Release 970720
by Alexandre Julliard
· 28 years ago
wine-970720
23946ad
Release 970616
by Alexandre Julliard
· 28 years ago
wine-970616
84c70f5
Release 970509
by Alexandre Julliard
· 28 years ago
wine-970509
889f742
Release 970415
by Alexandre Julliard
· 28 years ago
wine-970415
2197901
Release 970305
by Alexandre Julliard
· 28 years ago
wine-970305
Next »