d3d9/tests: Merge surface.c into device.c.
[wine] / dlls / dbghelp / minidump.c
2012-05-15  Francois GougetAssorted typo, spelling, wording and case fixes.
2012-01-24  Eric Pouechdbghelp: Allow each CPU backend to save CPU specific...
2012-01-24  Eric Pouechdbghelp: Allow CPU backends to add specific information...
2012-01-24  Eric Pouechdbghelp: Add our own thread data gathering struct for...
2012-01-24  Eric Pouechwinedbg, winedump: Embed wine build-id information...
2010-10-11  Eric Pouechdbghelp: Some more 64bit base address fixes.
2009-12-23  Eric Pouechdbghelp: Add a couple of helpers to struct cpu to help...
2009-12-18  Eric van Beurdendbghelp: Fix a minidump crash by using the correct...
2009-12-14  Eric Pouechdbghelp: Fix a couple of casts on 64bit platforms.
2009-11-13  Eric Pouechdbghelp: Fix the threads stream size.
2009-08-19  Jesse Littondbghelp: Don't double memory allocation on every add.
2009-07-14  Eric Pouechdbghelp: Fixed regressions introduced by growing arrays...
2009-07-14  Andrew Talbotdbghelp: Constify some variables.
2009-07-10  Alexandre Julliarddbghelp: Grow all arrays by doubling the size.
2009-05-21  Dmitry Timoshkovdbghelp: All parameters of MiniDumpReadDumpStream(...
2009-03-25  Ken Thomasesdbghelp: Include Mach-O modules in minidumps.
2009-01-19  Michael Stefaniucdbghelp: Remove superfluous pointer casts.
2009-01-03  Alexandre Julliardntdll: Fix the various structures returned by NtQuerySy...
2008-11-11  Eric Pouechdbghelp: Properly add CPU info to minidump.
2008-09-25  Andrew Talbotdbghelp: Sign-compare warnings fix.
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.