- In Win32 DBG is defined to 0 for a non-debug build and to 1 for a debug build....
[reactos.git] / reactos / dll / ntdll / ldr / utils.c
2009-06-17 Stefan Ginsberg- In Win32 DBG is defined to 0 for a non-debug build...
2009-05-18 Art YerkesPatch by Alexander Potashev <aspotashev@gmail.com>
2009-05-16 Aleksey Bragin- Fix handle / memory leak in failure branch, spotted...
2009-05-16 Aleksey Bragin- Fix obvious bugs in the code (e.g. freeing a stack...
2009-05-15 Dmitry Chapyshev- Add support of additional paths of loading dlls ...
2009-05-01 Timo KreuzerMerge from amd64-branch:
2009-04-30 Timo Kreuzermerge 37282 from amd64-branch:
2009-04-17 Dmitry Chapyshev- More correct fix of a problem with loading dlls
2009-04-16 Dmitry Chapyshev- Necessary to trim a path to dll (for example: path...
2009-04-16 Aleksey Bragin- Use a common exit point from a function, and thus...
2009-04-15 Dmitry Chapyshev- At an exception returns STATUS_DLL_NOT_FOUND. It...
2009-04-15 Dmitry Chapyshev- Use SEH in LdrGetProcedureAddress. It fixes an except...
2009-02-17 Timo KreuzerMerge freeldr from amd64 branch:
2009-01-25 Stefan Ginsberg- Deprecate global helper.h -- define the various ...
2008-12-17 Dmitry GorbachevAllow to dynamically load a library which uses static...
2008-12-15 Dmitry GorbachevFix TLS callbacks. Testers, please test it on real...
2008-11-10 Samuel Serapion- Merge to trunk r37270.
2008-10-30 Timo Kreuzersync to trunk head (37079)
2008-10-29 KJK::HyperionMerging r37048, r37051, r37052, r37055 from the-real...
2008-10-27 Timo Kreuzersync trunk head (37032)
2008-10-25 KJK::HyperionVisual C++ backend for rbuild (for now just a hacked...
2008-10-25 KJK::HyperionThe real, definitive, Visual C++ support branch. Accept...
2008-10-23 Samuel SerapionNtdll build fixes.
2008-10-20 Samuel SerapionMerge to trunk HEAD(r36856)
2008-10-20 Timo Kreuzersync to trunk revision 36700
2008-10-20 Timo Kreuzersync to trunk revision 36500
2008-10-20 Timo Kreuzersync to trunk revision 36100
2008-10-13 Cameron Gutman - Merge aicom-network-fixes up to r36740
2008-10-08 Timo KreuzerAlso raise hard error when dll was not found.
2008-10-08 Timo KreuzerRaise hard error (show message box) when imports cannot...
2008-09-13 Aleksey Bragin- Call NtCreateSection and NtMapViewOfSection with...
2008-09-12 Stefan Ginsberg- Uncomment NTDLL exports which we implement, and add...
2008-09-06 Christoph von Wittichfix a version info winetest by allowing non dll files...
2008-09-05 Timo Kreuzersync to trunk head (35945)
2008-08-14 Timo KreuzerSync to trunk head (35333)
2008-08-02 Stefan Ginsberg- Clean up ntdll a bit
2008-08-01 Art YerkesCreate a branch for network fixes.
2008-07-28 Timo Kreuzersync with trunk head (34904)
2008-07-25 Samuel SerapionFix dozens of 64bit warnings.
2008-02-11 Hervé PoussineauBring back ext2 code from branch
2008-01-13 Aleksey Bragin- Sync up Mm interface with WinLdr branch (introduce...
2007-12-11 Aleksey Bragin- A message about LdrGetExportByName() is not critical...
2007-11-10 Magnus OlsenMerge from branch ReactX to Trunk,
2007-10-26 Aleksey Bragin- Make behavior consistent: if there is no relocation...
2007-10-17 Aleksey Bragin- LdrpAttachToProcess() should be called only once...
2007-10-12 Christoph von WittichLdrpLoadModule called with LOAD_LIBRARY_AS_DATAFILE...
2007-10-10 Peter Ward- Two small Ldr cleanup patches (ntdll and kernel32...
2007-07-28 Thomas BluemelSome more function prototype fixes and pointer type...
2007-05-12 Dmitry GorbachevCheck result of ANSI -> Unicode conversion, which can...
2007-04-30 Dmitry GorbachevAdd RtlDllShutdownInProgress().
2007-03-26 Hervé Poussineau- Move NCI generated files to arch-specific directories
2007-02-16 Alex Ionescu- Create KD branch. All debugging support is removed...
2007-02-11 Sylvain Petreollemove from branch
2007-02-05 Aleksey BraginMerge 25584, 25588.
2007-01-31 Magnus Olsenmerge trunk rev : 25663 and 25664 to 0.3.1 branch ...
2007-01-21 Johannes Anderwald- define msvc compabitble debug macro
2007-01-08 Alex Ionescu- Fix ntdll and usetup not to use OBJ_OPENLINK on symbo...
2006-12-13 Aleksey Bragin- Improve a debug print to provide more info.
2006-12-04 Aleksey BraginCreate a place for work on creating a bootloader capabl...
2006-12-01 Alex Ionescu- Kill some debug prints.
2006-12-01 Alex Ionescu- Write DLL Being mapped into NtTib->ArbitraryUserPoint...
2006-10-08 Art YerkesPartially fixed up tree after merge from HEAD. More...
2006-09-12 Alex Ionescu- Revert 24020 (good code, but buggy) and 24041 (bad...
2006-09-10 Aleksey Bragin- Implement enable/disable of protection for PE section...
2006-09-07 Hervé PoussineauCorrectly handle optional parameters
2006-05-10 Alex Ionescu- NDK 0.98, now with versionned headers. Too many chang...
2006-02-17 Ged Murphymove more dlls