wintrust: Use path in WIN_TRUST_SUBJECT_FILE structure rather than assuming a path...
[wine] / dlls / dbghelp / module.c
2008-05-26  Eric Pouechdbghelp: Fix for SymGetModuleInfo().
2008-02-21  Rob Shearmandbghelp: Fix read beyond end of field in module_get_debug.
2008-02-15  Rob Shearmandbghelp: Fix a typo in SymLoadModuleExW that caused...
2007-12-05  Andrew Talbotdbghelp: Remove unneeded casts.
2007-10-29  Vitaliy Margolendbghelp: Fix detection of ELF libs by their name.
2007-08-03  Francois Gougetdbghelp: Better match the PSDK types, especially with...
2007-05-01  Andrew Talbotdbghelp: Exclude unused headers.
2007-04-25  Michael Stefaniucjanitorial: Pass HEAP_ZERO_MEMORY as flag to HeapAlloc...
2007-04-18  Andrew Talbotdbghelp: Constify some variables.
2007-03-14  Eric Pouechdbghelp: Rewrote SymEnumerateModules with Unicode basis...
2007-03-13  Eric Pouechdbghelp: Renamed pe_load_module (resp pe_load_module_fr...
2007-03-13  Eric Pouechdbghelp: Get rid of module_name in all traces (using...
2007-03-13  Eric Pouechdbghelp: Cleanups for module loading (lookups on module...
2007-03-13  Eric Pouechdbghelp: Rewrote module_is_elf_container_loaded so...
2007-03-13  Eric Pouechdbghelp: Added helper to get the basename + extension...
2007-02-22  Eric Pouechdbghelp: Now moving the ELF loading code to Unicode.
2007-02-22  Eric Pouechdbghelp: Moved the internals for registered callback...
2007-02-22  Eric Pouechdbghelp: Get rid of temporary module_get_type_by_nameA.
2007-02-22  Eric Pouechdbghelp: Added module_get_type_by_name in Unicode form...
2007-02-22  Eric Pouechdbghelp: Moved ELF module loading interfaces to Unicode.
2007-02-22  Eric Pouechdbghelp: Move PE module loading to Unicode.
2007-02-22  Eric Pouechdbghelp: Now storing module information in Unicode...
2007-02-22  Eric Pouechdbghelp: Prepare module loading functions to be switche...
2007-02-22  Eric Pouechdbghelp: Make the module info functions ready for the...
2007-02-22  Eric Pouechdbghelp: Rewrote the loaded modules enumeration so...
2007-02-22  Eric Pouechdbghelp: Added an ANSI copy of the module name (useful...
2007-02-22  Eric Pouechdbghelp: Added helper to define the module's name.
2007-01-04  Eric Pouechdbghelp: Implemented 64 bit versions of EnumerateLoaded...
2006-12-14  Dmitry Timoshkovdbghelp: Make some data const.
2006-12-06  Eric Pouechdbghelp: Added a field to the hash table to store the...
2006-11-30  Eric Pouechdbghelp: Get rid of long int issues on 64bit platforms.
2006-11-27  Eric Pouechdbghelp: Pass .debug_loc section info from the ELF...
2006-11-27  Eric Pouechdbghelp: Added a process field to the modules pair...
2006-11-08  Peter Oberndorferdbghelp: Initialize BOOL elements with FALSE instead...
2006-09-08  Andrew Talbotdbghelp: Cast-qual warnings fix.
2006-06-27  Eric Pouechdbghelp: Implemented SymEnumerateModules64.
2006-06-27  Eric Pouechdbghelp: Module info.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-11  Eric Pouechdbghelp: Removed call to registered callback when unloa...
2006-05-11  Eric Pouechdbghelp: Implemented SymGetModuleInfoW and SymGetModule...
2006-05-11  Eric Pouechdbghelp: Implemented SymLoadModuleExW.
2006-05-08  Eric Pouechdbghelp: Base and symbols.
2006-02-20  Eric Pouechdbghelp: Virtual modules.
2006-01-23  Eric Pouechdbghelp: Return better values in module information.
2006-01-23  Eric Pouechdbghelp: Brought dbghelp.h a bit closer to PSDK definit...
2006-01-23  Eric Pouechdbghelp: Started implementation of the global callback...
2006-01-05  Eric Pouechdbghelp: StackWalk (32 and 64 bit version).
2005-12-22  Eric Pouechdbghelp: Correct handling for all module names.
2005-12-02  Francois GougetAdd IMAGEHLP_MODULEW64.
2005-11-29  Eric PouechAdded support for 'loading' virtual modules.
2005-11-29  Eric PouechNow correctly checking calling down to 32 bit version.
2005-11-29  Eric PouechImplemented SymGetModuleInfo64.
2005-11-29  Eric PouechImplemented SymUnloadModule64.
2005-11-29  Eric PouechImplemented SymLoadModuleEx.
2005-05-29  Paul VriensAdd SymLoadModule64.
2005-04-18  Peter Berg LarsenElimination of lstrcpyn, and corrected a potential...
2005-03-29  Eric Pouech- Various improvements for minidump module information
2005-03-28  Peter Berg LarsenJanitorial: Get rid of strncpy/strncpyW.
2005-03-01  Eric PouechMemory consumption optimization while loading ELF debug...
2004-11-08  Eric Pouech- fixed loading stabs from PE modules compiled with...
2004-10-04  Robert ShearmanPrint out a slightly more informative message if an...
2004-09-27  Eric Pouech- now storing vector of types on a per module basis...
2004-08-30  Alexandre JulliardAuthors: Robert Shearman <rob@codeweavers.com>, Eric...
2004-07-04  Eric Pouech- added support for GCC static local variables
2004-05-24  Eric Pouech- some more fixes to elf module's symbol table handling...
2004-05-18  Eric Pouech- removed file extension from module (and suffixed...
2004-04-05  Eric PouechFirst shot at implementing dbghelp.