aboutsummaryrefslogtreecommitdiff
path: root/src/client/windows/handler
Commit message (Expand)AuthorAgeFilesLines
* Eliminate another source of UnspecifiedStackSignature crash dumps.mark@chromium.org2011-12-211-45/+38
* Speculative back-out of r883, which may have broken Windows crash reporting.mark@chromium.org2011-11-282-12/+0
* Allow CrashGenerationClient to request that a dump of the parent process be w...ted.mielczarek2011-11-112-0/+12
* Fix svn:executable and svn:eol-style properties in src/client/windows.mark@chromium.org2011-10-201-0/+0
* Protect "std::max", "std::min" against MACROs defined in WinDef.h.SiyangXie@gmail.com2011-03-111-3/+3
* Use a MinidumpCallback to force minidumps on Windows to include memory around...ted.mielczarek2011-01-252-1/+100
* Round-trip client/processor unittests for Windowsted.mielczarek2011-01-241-1/+1
* Fix HandleInvalidParameter/HandlePureVirtualCall to dynamically lookup the Rt...ted.mielczarek2010-08-021-28/+50
* Patch from Vitaly to remove synchronization and make exception handling code ...nealsid2010-05-181-3/+1
* Added a death test for the pure virtual function call.hansl@google.com2010-05-131-2/+25
* Moved exception_handler_test to the more aptly named exception_handler_death_...hansl@google.com2010-05-121-17/+12
* Replacing solutions with gyp files. Moving tests for windows clients in unitt...hansl@google.com2010-05-034-753/+48
* Fix dependency on Visual C++ 9 introduced by revision 557.nealsid2010-04-291-1/+1
* Fix HandleInvalidParameter to provide a locally created exception record for ...siggi@chromium.org2010-03-261-3/+23
* Fix an INVALIDATE_ITERATOR defect reported by Coverity.nealsid2009-07-301-5/+5
* Integration test for Windows exception handler/minidump generation.nealsid2009-07-172-0/+430
* AppVerifier leak test fix for Windows 7.doshimun2009-04-081-0/+2
* Reinstnate the call to TerminateThread inside ExceptionHandler destructor and...doshimun2009-01-201-1/+10
* Fix some typos in comments.doshimun2009-01-141-4/+4
* Minor fixes to windows exception handler.doshimun2009-01-142-15/+55
* ExceptionHandler class is not handling initialization errors, such as themmentovai2008-12-031-8/+28
* Some style guide compliance changes and changed the prototype of the method t...doshimun2008-05-071-3/+3
* Add a way for the client apps to specify custom information in case of out-of...doshimun2008-05-052-6/+16
* Fix newlines (#253). rs=ted.mielczarekmmentovai2008-04-071-323/+323
* TO BE REVIEWED.doshimun@gmail.com2008-03-111-0/+8
* Overview:doshimun@gmail.com2008-03-082-178/+336
* Remove dependency on ole32 on Windows (#132). Patch by Sorin Jianu <sorinj>,...mmentovai2008-01-282-10/+32
* Make Breakpad's debug-exception-ignoring configurable. r=Nicolas Sylvainmmentovai2007-10-182-3/+18
* Add accessor for ExceptionHandler::requesting_thread_id_ (#198). Patch by Lu...mmentovai2007-08-171-0/+6
* Issue 175 - fix permissions on dump file in MinidumpFileWriter. r=mentoted.mielczarek2007-07-051-2/+2
* These should be int to allow them to be ORed together. Ted, please review.mmentovai2007-07-022-3/+3
* Allow finer control over installed handler types (#193). r=ted.mielczarekmmentovai2007-07-022-27/+50
* Add an API to pass exception information into the handler (#192).mmentovai2007-07-022-1/+9
* Issue 162 - handle pure virtual function calls in VC++. r=mentoted.mielczarek2007-05-102-0/+42
* 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-143-28/+28
* Airbag windows client didn't trap VC8 parameter validation errors. Now itmmentovai2007-02-072-53/+209
* Pass the exception record (EXCEPTION_POINTERS*) to callback functions frommmentovai2007-01-122-6/+9
* Removing CRs from #81. Hey, how'd those get in there?mmentovai2006-12-081-24/+24
* Allow exception handler callbacks more flexibility (#81). r=brynermmentovai2006-12-072-82/+270
* Don't use CRT in exception handler code (#86). r=brynermmentovai2006-11-282-8/+14
* Airbag client libraries should compile under MSVC .NET 2003/7.1 (#64).mmentovai2006-11-152-2/+9
* Minidumps should indicate which thread generated the dump and which requestedmmentovai2006-11-062-2/+26
* Windows exception handler does not survive stack overflows (#34). r=brian,mmentovai2006-10-312-11/+145
* Disable exception handling warnings in Windows client code (#38).mmentovai2006-10-271-0/+6
* Add set_dump_path method to ExceptionHandler (#37). Patch by Ted Mielczarek.mmentovai2006-10-271-0/+4
* Support building with WIN32_LEAN_AND_MEAN (#60)mmentovai2006-10-263-24/+24
* Add static-CRT build configurations. Get rid of the largely redundant README,bryner2006-09-282-0/+127