wintrust: Use path in WIN_TRUST_SUBJECT_FILE structure rather than assuming a path...
[wine] / dlls / dbghelp / minidump.c
2008-03-01  Andrew Talbotdbghelp: Assign to struct instead of using memcpy.
2008-02-15  Andrew Talbotdbghelp: Assign to struct instead of using memcpy.
2008-02-04  Eric Pouechdbghelp: Store the PE version information in module...
2008-02-04  Eric Pouechdbghelp: Removed double assignment of checksum.
2008-02-04  Eric Pouechdbghelp: Fixed the suspend count when creating a minidu...
2008-02-04  Eric Pouechdbghelp: Return the size of each directory instead...
2008-01-18  Eric van Beurdendbghelp: Prevent huge minidumps by ensuring the memory...
2008-01-18  Eric van Beurdendbghelp: Some minidump corrections so that windbg can...
2008-01-14  Eric Pouechdbghelp: In Minidump, change a couple of internal names...
2008-01-02  Andrew Talbotdbghelp: Remove unneeded casts.
2007-12-23  Andrey Turkindbghelp: Adjust minidump streams ordering and sizing.
2007-08-03  Francois Gougetdbghelp: Better match the PSDK types, especially with...
2007-05-01  Andrew Talbotdbghelp: Exclude unused headers.
2007-04-30  Andrey Turkindbghelp: Zero-terminate module name in minidump.
2007-04-18  Andrew Talbotdbghelp: Constify some variables.
2007-02-22  Eric Pouechdbghelp: Move elf_fetch_file_info to Unicode.
2007-02-22  Eric Pouechdbghelp: Make elf_enum_modules a Unicode function.
2007-02-22  Eric Pouechdbghelp: Now storing module internal info for minidumps...
2007-02-20  Eric Pouechdbghelp: MiniDumpWriteDump called from exception handler.
2006-11-30  Eric Pouechdbghelp: Get rid of long int issues on 64bit platforms.
2006-06-19  Ge van Geldorpdbghelp: Fix compilation for x86_64.
2006-06-09  Pierre d'Herbemontdbghelp: Implement fetch_thread_info on powerpc.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2005-11-28  Ge van GeldorpMatch PSDK STATUS_* definitions.
2005-09-12  Marcus MeissnerThe last argument to MultiByteToWideChar is wide charac...
2005-03-29  Eric Pouech- Various improvements for minidump module information
2005-03-23  Francois GougetAssorted spelling fixes.
2005-03-07  Eric PouechAdded support for minidump (read & write).
2004-04-05  Eric PouechFirst shot at implementing dbghelp.