Sign in
goma
/
wine
/
dfbb04df234290357d1a2a73d72145b2d429f1ed
/
loader
01c8ec3
Spelling/error messages fixes.
by Andreas Mohr
· 23 years ago
cb934a1
Removed a couple of now obsolete FIXMEs.
by Eric Pouech
· 23 years ago
c4912ec
Don't strip out .exe extension.
by Alexandre Julliard
· 23 years ago
6db8aba
Removed service thread support.
by Alexandre Julliard
· 23 years ago
55ce53d
Properly handle loadorder specifications containing a .dll extension.
by Alexandre Julliard
· 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
73ab649
New file msvcrt/excpt.h. Move some stuff out of winnt.h into it.
by Peter Hunnisett
· 23 years ago
57e5784
Move __stdcall/__cdecl to the right place.
by Patrik Stridvall
· 23 years ago
6478164
Do not use the PEB lock as loader lock, use a separate critical
by Alexandre Julliard
· 23 years ago
cd3afa8
LOAD_LIBRARY_AS_DATAFILE modules must be mapped like normal files, not
by Alexandre Julliard
· 23 years ago
ca5b201
Prevent trying to handle uninitialised memory as a string.
by Bill Medland
· 23 years ago
7c822cc
Removed obsolete dosmod.
by Alexandre Julliard
· 23 years ago
193cf50
Removed some of the calls to HEAP_strdup* functions.
by Alexandre Julliard
· 23 years ago
d7b7682
Use MapLS/UnMapLS instead of SEGPTR_* macros.
by Alexandre Julliard
· 23 years ago
9fcd89a
Removed unnecessary includes.
by Alexandre Julliard
· 23 years ago
8eeed94
Export DestroyIcon32 from user32 and use GetProcAddress to call it
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
0b83d4c
New console code based on Win32 windows.
by Eric Pouech
· 23 years ago
6b6596a
Fixed packing and layout of many system structures.
by Dmitry Timoshkov
· 23 years ago
070e749
Don't prefix %p with 0x. Various English fixes.
by Francois Gouget
· 23 years ago
1425941
Fix the #include order for config.h.
by François Gouget
· 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
386cf6e
When including 'wine/port.h', include it first.
by Francois Gouget
· 23 years ago
e5ddd26
When including config.h, include it first.
by Francois Gouget
· 23 years ago
b60c4ce
Don't print NULL strings (crashes on Solaris).
by Francois Gouget
· 23 years ago
f359895
Yet another documentation/message text patch.
by Andreas Mohr
· 24 years ago
9dc5b97
Only use winsock2.h in Wine.
by Francois Gouget
· 24 years ago
65fc1c9
Added LOAD_WITH_ALTERED_SEARCH_PATH support to LoadLibraryEx.
by Bill Medland
· 24 years ago
378fc22
Wrong handle was being closed.
by Josh Thielen
· 24 years ago
e5b5af9
Fixed a few signed/unsigned and "unsigned < 0 always true" warnings.
by Jörg Mayer
· 24 years ago
624cbd7
Fixes for Solaris X86.
by Eric Pouech
· 24 years ago
da920ee
Spelling fixes.
by Andreas Mohr
· 24 years ago
7c4b140
Fixed HTASK/HTASK16 handle mismatch.
by Alexandre Julliard
· 24 years ago
2344798
Fixed some warnings.
by Patrik Stridvall
· 24 years ago
5edf4e1
Removed a few unnecessary Callouts.
by Alexandre Julliard
· 24 years ago
1922c72
Removed unnecessary inclusion of heap.h.
by Alexandre Julliard
· 24 years ago
5f728ca
Removed HEAP_strdupA.
by Alexandre Julliard
· 24 years ago
f899ef0
Removed some unnecessary includes.
by Alexandre Julliard
· 24 years ago
37e9503
Moved server.h to include/wine.
by Alexandre Julliard
· 24 years ago
33929be
- Made sure that the files that contains the declarations
by Patrik Stridvall
· 24 years ago
ca4fa36
Don't call SNOOP_RegisterDLL on builtins.
by Alexandre Julliard
· 24 years ago
044855c
Documentation fixes.
by Patrik Stridvall
· 24 years ago
01d5e5b
Documentation fixes.
by Patrik Stridvall
· 24 years ago
ed2f19a
Put AC_DEFINE symbols definitions directly in the configure script so
by Alexandre Julliard
· 24 years ago
3ca9823
Documentation ordinal fixes.
by Patrik Stridvall
· 24 years ago
dae8de6
Documentation ordinal fixes (using winapi_fixup).
by Patrik Stridvall
· 24 years ago
0ca9465
Removed unneeded inclusion of queue.h.
by Alexandre Julliard
· 24 years ago
8ff37b8
Set low-order bit of module handle for LOAD_LIBRARY_AS_DATAFILE.
by Alexandre Julliard
· 24 years ago
c2bc22b
Spelling fixes.
by Andreas Mohr
· 24 years ago
9abd553
Make snoop code take ordinal base into account.
by Andreas Mohr
· 24 years ago
a67e648
Removed THREAD_IsWin16.
by Alexandre Julliard
· 24 years ago
3f1ed52
Implemented 64bit file size handling.
by Marcus Meissner
· 24 years ago
2418edb
Really free the memory on dll unload.
by Alexandre Julliard
· 24 years ago
e17d1a3
Print the tid in the first column when +tid is specified.
by Francois Gouget
· 24 years ago
c9cf68d
Uncommented the VirtualFree call on dll unload.
by Alexandre Julliard
· 24 years ago
10b3402
Let LOAD_LIBRARY_AS_DATAFILE load the builtin dll if loading a native
by Ove Kaaven
· 24 years ago
2ec34e4
Added TASK_GetPtr/TASK_GetCurrent functions to get the TDB for a task handle.
by Alexandre Julliard
· 24 years ago
3e7497f
Unified 16-bit and 32-bit scheduling a bit more.
by Alexandre Julliard
· 24 years ago
627c907
Don't load user32 too early on for 16-bit apps, so that app-specific
by Alexandre Julliard
· 24 years ago
fde1b0c
Added "*" wildcard entry to DllOverrides to replace DllDefaults
by Alexandre Julliard
· 24 years ago
671da9f
Disable DONT_RESOLVE_DLL_REFERENCES for builtin dlls.
by Alexandre Julliard
· 24 years ago
b77afe7
Allow loading of built-in dlls with LOAD_LIBRARY_AS_DATAFILE flag set.
by Dmitry Timoshkov
· 24 years ago
b9c9cdc
- Added support for app-specific dll overrides using
by Alexandre Julliard
· 24 years ago
3d0589a
Fixed spelling/typos in comments.
by Francois Gouget
· 24 years ago
9ee9eff
Use the standard CreateThread routine to create 16-bit tasks instead
by Alexandre Julliard
· 24 years ago
67a7499
New set of macros for server calls; makes requests without variable
by Alexandre Julliard
· 24 years ago
ea2a9a8
Removed a few Callout functions by doing a GetProcAddress at the time
by Alexandre Julliard
· 24 years ago
0c61028
Documentation ordinal fixes.
by Patrik Stridvall
· 24 years ago
4ab1558
- Remove <string.h> from winnt.h.
by Jon Griffiths
· 24 years ago
ad8ef99
Fix the cmdline argument passed to NE_CreateThread to include string length.
by Gerard Patel
· 24 years ago
3556e1f
Display the importing dll in the 0xdeadbeef message.
by Alexandre Julliard
· 24 years ago
16a9a2d
Don't call a NE DLL's DllEntryPoint twice during one single LoadModule() call.
by Ulrich Weigand
· 24 years ago
4f2df51
Replaced GLOBAL_Alloc by GlobalAlloc16 where possible.
by Alexandre Julliard
· 24 years ago
7d5bc5c
Removed some direct accesses to the 16-bit task structure.
by Alexandre Julliard
· 24 years ago
1db20bf
- Migrate CRTDLL to MSVCRT. - Many fixes and a load of new functions.
by Jon Griffiths
· 24 years ago
a77fd7d
Added a specific debug channel for dll loading (builtin/native).
by Gerard Patel
· 24 years ago
105b0f4
Use the exe name and file handle we got from the server also when
by Alexandre Julliard
· 24 years ago
da2b6a9
Fixed some HFILE vs. HANDLE mismatches.
by François Gouget
· 24 years ago
c4c7324
Forced loading of msacm32 when msacm is loaded.
by Eric Pouech
· 24 years ago
8081e5a
Added handle_t type to server interface so that we can make handles
by Alexandre Julliard
· 24 years ago
acefd16
Prevent unaligned access to NE in-memory module data.
by Ulrich Weigand
· 24 years ago
cc19592
Added check whether unaligned memory access is allowed.
by Ulrich Weigand
· 24 years ago
e5557b3
Separated the MZ loader and core DOS VM into dlls/winedos.
by Ove Kaaven
· 24 years ago
55146db
Fixed a few type clashes in preparation for the switch to STRICT.
by François Gouget
· 24 years ago
e441d3c
No longer try to load builtin library when loadorder is 'so'.
by Alexandre Julliard
· 24 years ago
d549f69
Use a separate FIFO pair for server requests that don't need to pass a
by Alexandre Julliard
· 24 years ago
5801723
Replaced WIN16_GlobalLock16 by "official" function K32WOWGlobalLock16.
by Alexandre Julliard
· 24 years ago
014a8bb
Do not call thread attach/detach routines during process exit to avoid
by Alexandre Julliard
· 24 years ago
5e5c52d
DUMMYSTRUCTNAME2 creates a conflict when using anonymous union names.
by François Gouget
· 24 years ago
9759140
Fixed IMAGE_RESOURCE_DIRECTORY_ENTRY on big-endian machines.
by Ulrich Weigand
· 24 years ago
807b045
Changed the type of Function to PDWORD as on Windows.
by François Gouget
· 24 years ago
e675887
Work around glibc 2.1.x dlopen bug (again).
by James Abbatiello
· 24 years ago
982a223
Replaced PTR_SEG_TO_LIN macro by exported MapSL function.
by Alexandre Julliard
· 24 years ago
751625e
Got rid of main.h.
by Alexandre Julliard
· 24 years ago
a67369e
Changed LoadImage16 to take an LPCSTR instead of a SEGPTR.
by Alexandre Julliard
· 24 years ago
becb9a3
Moved all Wine internal definitions out of process.h.
by Alexandre Julliard
· 24 years ago
84f91bd
Removed no longer used elfdll loader.
by Alexandre Julliard
· 24 years ago
886604c
Always pass lower-case filenames to wine_dll_load().
by Alexandre Julliard
· 24 years ago
Next »