- Update NDK with proper (when possible) RTL structure names that were previously...
[reactos.git] / reactos / lib / ntdll / ldr / utils.c
2005-11-20 Alex Ionescu- Update NDK with proper (when possible) RTL structure...
2005-10-19 Alex Ionescu- Fix compile with msvc/psdk.
2005-09-04 Alex Ionescu- Various fixes to headers, such as fixing some LPC...
2005-08-08 Hartmut BirrFixed the load count in LdrpDetachProcess. That made...
2005-08-01 Filip NavaraDon't fallback to linear search for exports, it's not...
2005-07-31 Filip NavaraImplement the magic flag in RtlImageDirectoryEntryToDat...
2005-07-27 Alex Ionescu- Use PCH everywhere to increase compile speed
2005-07-05 Thomas Bluemelfix code that depends on GCC's void* pointer arithmetic...
2005-06-26 Alex IonescuFixes for NDK compatibily (and plain ol' good design...
2005-06-21 Alex IonescuUse correct TlsCount/LoadCount definition and fix incor...
2005-06-21 Alex IonescuUse LDR_DATA_TABLE_ENTRY instead of LDR_MODULE. the...
2005-06-20 Hartmut BirrMoved the TRACE_LDR macro from ntdll.h to utils.c.
2005-06-19 Alex IonescuBlight is cool. oh, right..this is a commt message...
2005-06-19 Filip Navara- Use regular PE structures in NTOSKRNL/NTDLL/DISKDUMP.
2005-06-17 Alex IonescuUse NTDLL Common Header.
2005-06-17 Filip NavaraUse W32API.
2005-05-28 Casper HornstrupMerge 12735:15568 from xmlbuildsystem branch
2005-05-27 Casper HornstrupMerge 15329:15546 from trunk
2005-05-14 Casper HornstrupMerge 14981:15268 from trunk
2005-05-13 Casper HornstrupCopy w32api from trunk
2005-05-09 Steven Edwardsstrip whitespace from end of lines
2005-05-01 Martin Fuchsmerge ROS Shell without integrated explorer part into...
2005-04-10 Casper HornstrupMerge 13831:14550 from trunk
2005-04-08 Casper HornstrupCopy riched20
2005-04-08 Casper HornstrupCopy makefile
2005-03-20 Gunnar Dalsnesinit StaticUnicodeString
2005-03-19 Thomas Bluemel- correctly deny access to handles when rights requeste...
2005-02-15 Casper HornstrupMerge 13159:13510 from trunk
2005-02-15 Casper HornstrupCopy msimg32
2005-02-12 Casper HornstrupBranch setupapi (again)
2005-02-12 Casper HornstrupBranch setupapi
2005-02-09 Gé van GeldorpDon't include NEVER_LOAD sections in image size.
2005-01-16 Gé van GeldorpUse native BOOLEAN instead of win32k BOOL
2005-01-16 Gé van GeldorpImplement LOAD_LIBRARY_AS_DATAFILE flag
2005-01-09 Filip NavaraOpen the DLL files as FILE_SHARE_READ to prevent sharin...
2005-01-06 Martin Fuchsmigrate substitution keywords to SVN
2005-01-04 Hartmut Birr- Removed the 'shadow' NtGlobalFlag from ntdll.dll.
2004-12-25 Filip Navara- Fix compilation with GCC 4.0-20041219.
2004-12-20 Filip Navara- Don't try to free string that isn't allocated.
2004-12-15 Royce Mitchell IIIchange a few #ifdefs to allow loading of SYM files...
2004-11-19 Thomas Bluemel1. fixed definition of the DEBUG_MODULE_INFORMATION...
2004-10-30 Filip Navara- Make InitializeListHead, InsertHeadList, InsertTailLi...
2004-07-18 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-07-15 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-07-14 Filip Navara- Revert part of my last TLS patch.
2004-07-09 Filip Navara- Corrected the obtaining of TLS callbacks address.
2004-07-03 Filip Navara- Fix errors during optimized build.
2004-06-27 Eric KohlImplement and use LdrProcessRelocationBlock().
2004-06-26 Filip Navara- Readded the code for unportecting second page while...
2004-06-26 Filip Navara- Rewritten relocation code to not make invalid assumpt...
2004-06-26 Eric KohlStop at the real end of the relocation table.
2004-06-25 Eric KohlFix a typo.
2004-06-25 Eric KohlFix crash in loader relocation code.
2004-06-20 Gé van GeldorpHandle ordinals which are not exported
2004-06-15 Hartmut Birr- Initialized the variable status to get on success...
2004-06-13 Filip Navara- Fixed prototypes of NtAddAtom, NtFindAtom, NtProtectV...
2004-06-02 Gé van GeldorpPatch by Pablo Borobia <pablog7@argentina.com>
2004-05-13 Filip Navara- Report failure when function imported by ordinal...
2004-05-02 Mike NordellMake loader tell what module it is relocating (debug)
2004-03-13 Hartmut Birr- Split LdrpProcessImportDirectory into LdrpProcessImpo...
2004-03-06 Filip Navara- Corrected processing import directories to handle...
2004-02-16 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-01-31 Gé van GeldorpSilence debug messages
2004-01-25 Jason Filby*** empty log message ***
2004-01-25 Filip NavaraFixed binary search algroithm in LdrGetExportByOrdinal...
2004-01-24 Filip NavaraActually the last entry in export table is NumberOfName...
2004-01-11 Hartmut Birr- Fixed a wrong parameter in a call to LdrpLoadUserModu...
2004-01-07 Hartmut Birr- Implemented fast loading of bounded images.
2003-12-25 Casper Hornstrup2003-12-25 Casper S. Hornstrup <chorns@users.sourcefo...
2003-11-30 Gunnar Dalsnes-made an inadvertent asynch. read into a synch. read
2003-11-19 Filip Navara- Fixed importing forward exports by ordinal.
2003-11-06 Eric KohlIoStatusBlock is _not_ an optional parameter.
2003-10-30 Art YerkesSet the lpvReserved parameter of DllMain according...
2003-09-12 Vizzininew patch for more stubs and misc changes
2003-07-27 Hartmut Birr- Protected each access to the module list with acquiri...
2003-07-27 Eric KohlImplemented LdrQueryImageFileExecutionOptions().
2003-07-26 Hartmut Birr- Fixed the compared length of the name in LdrFindEntry...
2003-07-11 Royce Mitchell IIIapplied @implemented and @unimplemented comments to...
2003-06-09 Eric KohlImplemented LdrVerifyImageMatchesChecksum().
2003-05-12 Eric KohlImplemented dll preloading and mapping.
2003-04-30 Gé van GeldorpChanged some DbgPrint's to DPRINT's
2003-04-28 Casper Hornstrup2003-04-28 Casper S. Hornstrup <chorns@users.sourcefo...
2003-04-26 Gé van GeldorpIf name of DLL to load contains a path and it has been...
2003-04-18 Gé van GeldorpPrint debug message if DllMain of a loaded DLL fails
2003-03-17 Gunnar DalsnesLdrGetExportByOrdinal was broken
2003-01-31 Hartmut BirrFixed a wrong DPRINT.
2002-12-08 Robert DickensonSplit out the resource functions for finer control...
2002-10-01 Casper Hornstrup2002-10-01 Casper S. Hornstrup <chorns@users.sourcefo...
2002-09-08 Casper HornstrupReverted latest changes.
2002-09-07 Casper HornstrupUse free Windows DDK and compile with latest MinGW...
2002-08-29 David WelchFixed when changing the attributes of an area larger...
2002-08-10 David Welch2002-08-10 David Welch <welch@computer2.darkstar...
2002-08-08 David Welch2002-08-08 David Welch <welch@computer2.darkstar...
2002-07-13 Casper Hornstrup2002-07-13 Casper S. Hornstrup <chorns@users.sourcefo...
2002-04-26 Eric KohlSimplified access to the shared user page.
2001-10-31 David WelchFix for advapi32 failing to load (it had imported symbo...
2001-09-08 Eric KohlImplemented LdrFindEntryForAddress() and LdrQueryProces...
2001-09-01 Rex Jolliffadd current directory to default search path so program...
2001-07-04 Casper HornstrupUpdated clean rules.
2001-07-02 Phillip SusiFixed LdrShutdownProcess() to only detach static dlls...
next