ntdll: Moved the check for removable file in load_dll to the server.
[wine] / dlls / ntdll / loader.c
2007-01-12  Alexandre Julliardntdll: Moved the check for removable file in load_dll...
2006-12-20  Alexandre Julliardntdll: Fix the libdl refcount when loading the same...
2006-12-07  Alexandre Julliardntdll: Check the NX compatibility flag for every loaded...
2006-12-05  Alexandre Julliardntdll: Force exec permissions on all mmaps unless the...
2006-12-04  Alexandre Julliardntdll: Allow module with extensions in forward specific...
2006-11-06  Alexandre Julliardntdll: Moved command-line help to the loader binary.
2006-11-03  Alexandre Julliardntdll: Added implementation of RtlDllShutdownInProgress.
2006-10-18  Hans Leidekkerntdll: Win64 printf format warning fixes.
2006-07-31  Alexandre Julliardntdll: Move the calling of the process entry point...
2006-07-31  Alexandre Julliardntdll: Set initial module refcount to 1 to avoid unload...
2006-07-13  Alexandre Julliardntdll: Moved the calling of the process entry point...
2006-05-27  Eric Pouechntdll: Free TLS pointers when exiting thread.
2006-05-27  Alexandre Julliardntdll: Implemented RtlPcToFileHeader.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-04-03  Alexandre Julliardntdll: Process --help and --version args earlier on...
2006-03-21  Alexandre Julliardntdll: Added a DLL_WINE_PREATTACH call to DllMain for...
2006-03-21  Alexandre Julliardntdll: Detect the fake dlls created by setupapi and...
2006-03-18  Alexandre Julliardntdll: In MODULE_FlushModrefs, also free dlls that...
2006-02-28  Alexandre Julliardntdll: Don't reset the load count when reusing a builti...
2006-02-22  Alexandre Julliardntdll: Simplify loadorder code by using an enum instead...
2006-02-22  Alexandre Julliardkernel: Moved the get_startup_info call to ntdll.
2006-02-21  Alexandre Julliardserver: Remove no longer needed fields in the init_proc...
2006-02-21  Alexandre Julliardkernel: Use LoadLibrary to load the main exe in all...
2006-02-21  Alexandre Julliardntdll: Support loading a builtin under a different...
2006-02-21  Alexandre Julliardntdll: Moved LDR_DONT_RESOLVE_REFS handling into fixup_...
2006-02-21  Alexandre Julliardntdll: Support loading builtin dlls with an explicit...
2006-02-21  Uwe Bonnesntdll: Remove spaces at end of name in import_dll.
2006-02-09  Alexandre Julliardntdll: Better handling of errors when loading a builtin...
2006-02-08  Alexandre Julliardntdll: Get rid of the main_file argument in LdrInitiali...
2006-02-08  Alexandre Julliardntdll: Check for existing modref for the main exe befor...
2006-02-07  Alexandre Julliardntdll: Support loading a builtin dll by specifying...
2006-02-06  Eric PouechFixes for missing prototypes warnings.
2006-01-18  Robert Shearmanntdll: Loader optimization.
2006-01-04  Alexandre JulliardSet refcount to -1 on implicitly loaded dlls to avoid...
2005-12-18  Alexandre Julliardntdll: New implementation of relay thunks.
2005-12-16  Alexandre JulliardTake advantage of the __EXCEPT_PAGE_FAULT macro.
2005-11-29  Alexandre JulliardCheck for a valid module before attempting to read...
2005-11-28  Ge van GeldorpMatch PSDK STATUS_* definitions.
2005-11-23  Alexandre JulliardPreserve 16-byte stack alignment in the various assembly
2005-10-26  Alexandre JulliardAttach to implicitly loaded builtin dlls on process...
2005-10-04  Alexandre JulliardIgnore the size of the import directory, process import...
2005-09-12  Alexandre JulliardUse SIZE_T instead of ULONG for the size arguments...
2005-09-09  Alexandre JulliardUse a more portable scheme for storing the name of...
2005-09-02  Mike McCormackFix gcc 4.0 warnings.
2005-08-29  Alexandre JulliardUncomment out DisableThreadLibraryCalls in DllMain...
2005-08-12  Alexandre JulliardRemoved a redundant and possibly wrong warning.
2005-08-10  Alexandre JulliardMoved the version initialization to ntdll.
2005-08-09  Alexandre JulliardDon't call process attach notification during process...
2005-07-19  Kevin KoltzauDefine 64bit PE structures.
2005-07-14  Alexandre JulliardMoved initialization of the default user process parame...
2005-07-13  Alexandre JulliardReturn the startup info size in the init_thread request...
2005-07-13  Alexandre JulliardInitialize relay debugging earlier on now that the...
2005-06-25  Mike McCormackUse RTL_CRITICAL_SECTION instead of CRITICAL_SECTION.
2005-06-21  Mike McCormackDon't include winbase.h or winerror.h when not necessary.
2005-06-17  Mike McCormackUse HANDLE instead of HKEY in the NT API.
2005-06-05  Alexandre JulliardAllocate the system view for builtin modules earlier in
2005-05-23  Alexandre JulliardMoved the loaddll trace into the load_builtin_dll funct...
2005-05-18  Alexandre JulliardMoved entry point definitions from module.h to kernel16...
2005-05-18  Alexandre JulliardMoved import tracing to a separate channel so that...
2005-03-21  Vincent BéronUse "" for Windows includes in dlls, instead of <>.
2005-03-17  Dmitry TimoshkovMatch OVERLAPPED structure to the SDK definition.
2005-02-24  Dmitry TimoshkovMatch RaiseException and EXCEPTION_RECORD to SDK defini...
2005-02-22  Ivan Leo PuotiReplace GetCurrentProcess() with NtCurrentProcess(...
2005-01-24  Ivan Leo PuotiAdded NtLoadDriver and NtUnloadDriver stubs.
2005-01-11  Mike HearnGive a more informative error when a DLL fails to initi...
2004-12-14  Alexandre JulliardGenerate stub entries on the fly for missing entry...
2004-11-23  Alexandre JulliardAppend .dll extension in all cases (spotted by Mike...
2004-11-06  Alexandre JulliardFree the memory view before we unload a builtin dll...
2004-10-11  Robert ShearmanFix NtAllocateVirtualMemory declaration and fix users...
2004-09-15  Mike McCormackUse FILE_SHARE_DELETE when loading modules, as running...
2004-08-02  Alexandre JulliardMake relay and snooping work for LoadLibrary+GetProcAdd...
2004-07-15  Alexandre JulliardSet the system directory in ntdll as soon as we have...
2004-06-22  Filip NavaraUnprotect Import Address Table while filling it.
2004-06-18  Alexandre JulliardAdded support for the IMAGE_FILE_LARGE_ADDRESS_AWARE...
2004-06-15  Eric PouechConst correctness.
2004-05-05  Alexandre JulliardInitialize ntdll debugging earlier on so that we can...
2004-04-20  Alexandre JulliardReimplemented GetFileAttributesW, SetFileAttributesW...
2004-04-12  Alexandre JulliardImplemented NtCreatelFile using the new symlink scheme.
2004-04-06  Alexandre JulliardHandle file mappings on removable media entirely inside...
2004-03-19  Alexandre JulliardAdded workaround for broken dlls that modify ebx in...
2004-03-16  Mike Hearn- Add debug SnoopFromInclude/SnoopFromExclude options.
2004-03-12  Alexandre JulliardGet rid of ntdll_get_process_heap and ntdll_get_process...
2004-02-24  Alexandre JulliardReturn right away from import_dll when a dll is not...
2004-02-07  Alexandre JulliardGet pointer to CreateFileW earlier on during startup.
2004-01-08  Alexandre JulliardIf supported by the linker, prevent the ELF loader...
2003-12-31  Mike HearnPrint exe name when initialization fails.
2003-12-03  Alexandre JulliardRemoved no longer used extra space allocated in the...
2003-11-27  Alexandre JulliardPorting fixes.
2003-11-25  Alexandre JulliardBetter support for loading exe files as libraries.
2003-11-25  Alexandre JulliardRemoved MODULE_GetLoadOrderA.
2003-11-17  Alexandre JulliardRemoved some unnecessary includes.
2003-11-04  Alexandre JulliardAllocate the TEB and signal stack separately from the...
2003-11-03  Alexandre JulliardAllocate a memory view for builtin dlls so that Virtual...
2003-10-28  Alexandre JulliardRepaired relay debugging for kernel and ntdll (spotted...
2003-10-24  Alexandre JulliardCall the application entry point from kernel32, some...
2003-10-14  Gerald PfeiferFix function pointer variable declaration in __wine_pro...
2003-10-14  Alexandre JulliardSet or clear the BeingDebugged flag in the PEB when...
2003-10-10  Alexandre JulliardFixed importing of dlls with no exports (reported by...
2003-10-10  Alexandre JulliardChanged the init code to make libwine load only ntdll...
2003-10-08  Alexandre JulliardAdded hack to call CreateFileW through a pointer so...
next