aboutsummaryrefslogtreecommitdiff
path: root/src/client/windows/handler/exception_handler.cc
Commit message (Expand)AuthorAgeFilesLines
...
* Replace GB_WSU_SAFE_SWPRINTF_TERMINATE with inline code (#145 followup).mmentovai2007-04-041-1/+4
* vswprintf causes Purify to fail (#145). r=darinmmentovai2007-03-301-3/+3
* Fix exception handler build with MSVC versions prior to 2005. r=mmentovai.bryner2007-03-051-1/+4
* Rename Airbag to Breakpad.mmentovai2007-02-141-16/+16
* Airbag windows client didn't trap VC8 parameter validation errors. Now itmmentovai2007-02-071-48/+165
* Pass the exception record (EXCEPTION_POINTERS*) to callback functions frommmentovai2007-01-121-2/+2
* Allow exception handler callbacks more flexibility (#81). r=brynermmentovai2006-12-071-57/+177
* Don't use CRT in exception handler code (#86). r=brynermmentovai2006-11-281-6/+7
* Airbag client libraries should compile under MSVC .NET 2003/7.1 (#64).mmentovai2006-11-151-2/+5
* Minidumps should indicate which thread generated the dump and which requestedmmentovai2006-11-061-2/+22
* Windows exception handler does not survive stack overflows (#34). r=brian,mmentovai2006-10-311-8/+89
* Support building with WIN32_LEAN_AND_MEAN (#60)mmentovai2006-10-261-16/+8
* Initial version of Windows exception handler and crash report sender classesbryner2006-09-271-0/+148