netstat: Initial implementation.
[wine] / dlls / dbghelp / pe_module.c
2012-02-14  Eric Pouechdbghelp: Store the 32/64 bitness in the image structure.
2012-01-10  André Hentscheldbghelp: No need for WINE_ prefixed ERR.
2011-08-01  Frédéric Delanoydlls: Assorted spelling fixes.
2011-03-14  Eric Pouechdbghelp: Set also reloc_delta information in module...
2011-01-31  Eric Pouechdbghelp: Added support for variables in thread storage.
2010-10-11  Eric Pouechdbghelp: Allow loading PE module with 64bit addresses.
2010-08-30  Andrew Talbotdbghelp: Remove unused functions.
2010-08-30  Eric Pouechdbghelp: Use virtual size (not raw/file size) when...
2010-06-28  Eric Pouechdbghelp: Ensure we can try to load COFF symbols if...
2010-06-28  Eric Pouechdbghelp: Test validity of COFF symbol table against...
2010-06-28  Eric Pouechdbghelp: Fix the localization of section table while...
2010-05-10  Eric Pouechdbghelp: Protect PE's COFF table reading against bogus...
2010-03-29  Mikhail Maroukhinedbghelp: Fix compiler warnings with flag -Wcast-qual.
2010-03-22  Eric Pouechdbghelp: Added helper to image_file_map to map also...
2010-03-19  Eric Pouechdbghelp: Move the PE debug info to the newly define...
2010-03-19  Eric Pouechdbghelp: Let dwarf_parse decide on which sections it...
2010-03-19  Eric Pouechdbghelp: Extend the image (ELF/PE) scheme to get the...
2010-03-19  Eric Pouechdbghelp: Keep the file map around for every PE module...
2010-03-19  Eric Pouechdbghelp: Create the notion of image (PE, ELF modules...
2010-03-19  Eric Pouechdbghelp: Extend the ELF image management to PE modules...
2010-01-25  Eric Pouechdbghelp: For PE modules, when no debug info is present...
2010-01-25  Eric Pouechdbghelp: Removed some unused fields for public symbol...
2009-12-29  Marcus Meissnerdbghelp: Initialize ret (Coverity).
2009-12-24  Eric Pouechdbghelp: Add support for loading dwarf debug informatio...
2009-12-14  Eric Pouechdbghelp: Enforce using 64bit integers for module's...
2009-12-14  Eric Pouechdbghelp: Fix a couple of casts on 64bit platforms.
2009-12-10  Eric Pouechdbghelp: For mingw32 (stabs debug info), parse the...
2009-07-14  Andrew Talbotdbghelp: Constify some variables.
2009-03-12  Ken Thomasesdbghelp: Let stabs_parse call back for real (non-debug...
2009-01-19  Michael Stefaniucdbghelp: Remove superfluous pointer casts.
2008-10-20  Eric Pouechdbghelp: Report in module's info when a module's debug...
2008-09-04  Eric Pouechdbghelp: Improve the symbol loader for .DBG files.
2008-07-18  Alexandre Julliarddbghelp: Always initialize section pointer in ImageDire...
2008-04-14  Eric Pouechdbghelp: Fix invalid pointer dereference.
2008-02-29  Rob ShearmanInclude config.h and wine/port.h in files that use...
2008-01-18  Eric van Beurdendbghelp: Wrap TRACE strings using the debugstr function...
2008-01-11  Andrey Turkindbghelp: Implement ImageDirectoryEntryToDataEx.
2007-10-10  Andrey Turkindbghelp: Avoid crashing on files with bogus export...
2007-05-01  Andrew Talbotdbghelp: Exclude unused headers.
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-08  Francois Gougetdbghelp: Check file handles against INVALID_HANDLE_VALU...
2007-02-22  Eric Pouechdbghelp: Implemented SymFindFileInPathW.
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: Added an ANSI copy of the module name (useful...
2006-11-30  Eric Pouechdbghelp: Get rid of long int issues on 64bit platforms.
2006-09-08  Andrew Talbotdbghelp: Cast-qual warnings fix.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-11  Eric Pouechdbghelp: SymInitializeW.
2006-02-20  Eric Pouechdbghelp: Virtual modules.
2006-02-14  Eric Pouechdbghelp: Always set the size to public symbols to 1...
2006-01-23  Eric Pouechdbghelp: Brought dbghelp.h a bit closer to PSDK definit...
2005-09-02  Mike McCormackFix gcc 4.0 warnings.
2005-03-29  Eric Pouech- Various improvements for minidump module information
2005-03-01  Eric PouechMemory consumption optimization while loading ELF debug...
2004-12-06  James HawkinsRemove c++-style comment.
2004-11-08  Eric Pouech- fixed loading stabs from PE modules compiled with...
2004-10-11  Robert Shearman- Move header parsing to callers of pe_load_debug_direc...
2004-10-04  Robert ShearmanFix the loading .dbg files by no longer using RtlImageN...
2004-08-30  Alexandre JulliardAuthors: Robert Shearman <rob@codeweavers.com>, Eric...
2004-06-14  Eric Pouech- implemented EnumDirTree, SearchTreeForFile, SymFindFi...
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.