Use RTL_CRITICAL_SECTION instead of CRITICAL_SECTION.
[wine] / dlls / ntdll / loader.c
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...
2003-10-08  Alexandre JulliardStore a "removable" flag instead of the full drive...
2003-10-07  Alexandre JulliardRemoved references to GetSystemDirectoryW.
2003-10-07  Alexandre JulliardRewrite of the dll file search algorithm to better...
2003-10-06  Alexandre JulliardMoved the final process init and dependency loading to
2003-10-02  Alexandre JulliardChanged LdrLoadDll to only search for the dll in the...
2003-09-30  Alexandre JulliardStore module names in Unicode in the server.
2003-09-29  Alexandre JulliardConverted most of the loader code to Unicode.
2003-09-27  Alexandre JulliardConverted the load order code to use Unicode throughout.
2003-09-25  Alexandre JulliardMoved WINE_MODREF definition to loader.c.
2003-09-25  Alexandre JulliardMoved loadorder support to dlls/ntdll.
2003-09-19  Alexandre JulliardMoved the 32-bit builtin loader and the remaining bits...
2003-09-08  Francois GougetFix the case of product and company names.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-08-27  Alexandre JulliardRenamed a few TEB fields to use the "official" names.
2003-08-12  Alexandre JulliardAllocate DebugInfo field for all critical sections...
2003-07-18  Alexandre JulliardPrint status codes in hex.
2003-07-01  Eric Pouech- removed next & prev fields from WINE_MODREF and imple...
2003-06-27  Alexandre JulliardMake sure to return an error if load_dll fails because...
2003-06-27  Troy RolloRemoved FIXME when loading second exe file.
2003-05-20  Alexandre JulliardOnly create the 16-bit dummy module when we need really it.
2003-05-14  Alexandre JulliardRewrote module TLS support and moved it to ntdll.
2003-05-13  Robert ShearmanFix NULL pointer error when displaying error message...
2003-05-08  Alexandre JulliardAdded support for calling the TLS callback functions.
2003-04-07  Alexandre JulliardAdded possibility to filter relay traces based on the...
2003-04-05  Alexandre JulliardRewrote most of the import fixup code to avoid doing...
2003-04-04  Alexandre JulliardMerged PE_InitDLL into MODULE_InitDLL.
2003-03-22  Alexandre JulliardFixed duplicate initialization of some of the wm->ldr...
2003-03-21  Eric PouechRemoved no longer needed MODREF.find_export field.
2003-03-21  Eric Pouech- implemented LdrQueryProcessModuleInformation
2003-03-20  Eric PouechMoved WINE_MODREF.flags to WINE_MODREF.ldr.Flags, and...
2003-03-20  Eric PouechMove some fields (refCount, tls_index and module) from...
2003-03-20  Eric PouechMoved the module loading/unloading code and the remaini...
2003-03-20  Alexandre JulliardPartially implemented LdrLock/UnlockLoaderLock.
2003-03-18  Eric Pouech- added LDR_MODULE structure to WINE_MODREF and made...
2003-03-14  Eric Pouech- implementation of LdrLoadDll out of loader/module.c
2003-03-14  Eric Pouech- implementation of LdrUnloadDll out of loader/module.c
2003-03-06  Eric Pouech- implemented LdrGetProcedureAddress and made use of...
2003-03-04  Eric Pouech- added Ldr* information to include/winternl.h
2002-12-12  Dimitrie O. PaunMove excpt.h out of include/msvcrt/ as it does not...
2002-09-12  Patrik StridvallMoved all the content of the DDK files ntdef.h and...
2002-08-15  Alexandre JulliardTrap exceptions in RtlImageNtHeader.
2002-08-09  Alexandre JulliardImplemented the RtlImage* functions, and use them to...
2002-07-24  Alexandre JulliardAdded support for ordinal hint in PE_FindExportedFunction.
2002-06-10  Mike McCormack- Partially implement LdrGetDllHandle.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-01-29  Dmitry TimoshkovAdded LdrDisableThreadCalloutsForDll.