| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a new argument to specify the minidump type to write on Windows. | Ting-Yu Chou | 2016-06-29 | 1 | -2/+4 |
* | Add option to Breakpad to consume INVALID_HANDLE_VALUE exceptions. | wfh@chromium.org | 2015-02-22 | 1 | -0/+13 |
* | Fix Windows client compilation on mingw. | ted.mielczarek@gmail.com | 2014-11-03 | 1 | -2/+2 |
* | Treat warnings as error and fix most level 4 warnings in the breakpad windows... | ivan.penkov@gmail.com | 2013-06-04 | 1 | -7/+5 |
* | Allow option for efficient and safe opt out of in-proc dump generation for Wi... | ivan.penkov@gmail.com | 2013-04-23 | 1 | -0/+22 |
* | Move scoped_ptr.h to common | ted.mielczarek@gmail.com | 2013-01-17 | 1 | -1/+1 |
* | Allow generating minidumps from live processes on Windows. | ted.mielczarek@gmail.com | 2012-09-18 | 1 | -2/+28 |
* | Allow adding extra memory regions to minidump on linux/windows | ted.mielczarek@gmail.com | 2012-09-18 | 1 | -0/+26 |
* | Speculatively back out r989 per http://codereview.chromium.org/10805065/ : | mark@chromium.org | 2012-07-24 | 1 | -20/+0 |
* | Back out r996, reinstating r985. That wasn't it. | mark@chromium.org | 2012-07-24 | 1 | -1/+13 |
* | Speculatively back out r985 because it may be causing crash_service problems | mark@chromium.org | 2012-07-24 | 1 | -13/+1 |
* | Allow adding extra memory regions to minidump on linux/windows | ted.mielczarek | 2012-07-19 | 1 | -0/+20 |
* | Allow the crash generation server to be initialized with a handle instead of... | ted.mielczarek | 2012-07-16 | 1 | -1/+13 |
* | wires up the crash client side so that the deferred upload callback can be used. | cdn@chromium.org | 2012-05-03 | 1 | -3/+6 |
* | Speculative back-out of r883, which may have broken Windows crash reporting. | mark@chromium.org | 2011-11-28 | 1 | -6/+0 |
* | Allow CrashGenerationClient to request that a dump of the parent process be w... | ted.mielczarek | 2011-11-11 | 1 | -0/+6 |
* | Use a MinidumpCallback to force minidumps on Windows to include memory around... | ted.mielczarek | 2011-01-25 | 1 | -0/+7 |
* | Minor fixes to windows exception handler. | doshimun | 2009-01-14 | 1 | -3/+10 |
* | Add a way for the client apps to specify custom information in case of out-of... | doshimun | 2008-05-05 | 1 | -2/+5 |
* | Overview: | doshimun@gmail.com | 2008-03-08 | 1 | -28/+64 |
* | Remove dependency on ole32 on Windows (#132). Patch by Sorin Jianu <sorinj>,... | mmentovai | 2008-01-28 | 1 | -4/+8 |
* | Make Breakpad's debug-exception-ignoring configurable. r=Nicolas Sylvain | mmentovai | 2007-10-18 | 1 | -0/+11 |
* | Add accessor for ExceptionHandler::requesting_thread_id_ (#198). Patch by Lu... | mmentovai | 2007-08-17 | 1 | -0/+6 |
* | These should be int to allow them to be ORed together. Ted, please review. | mmentovai | 2007-07-02 | 1 | -2/+2 |
* | Allow finer control over installed handler types (#193). r=ted.mielczarek | mmentovai | 2007-07-02 | 1 | -11/+27 |
* | Add an API to pass exception information into the handler (#192). | mmentovai | 2007-07-02 | 1 | -0/+4 |
* | Issue 162 - handle pure virtual function calls in VC++. r=mento | ted.mielczarek | 2007-05-10 | 1 | -0/+8 |
* | Rename Airbag to Breakpad. | mmentovai | 2007-02-14 | 1 | -11/+11 |
* | Airbag windows client didn't trap VC8 parameter validation errors. Now it | mmentovai | 2007-02-07 | 1 | -5/+44 |
* | Pass the exception record (EXCEPTION_POINTERS*) to callback functions from | mmentovai | 2007-01-12 | 1 | -4/+7 |
* | Removing CRs from #81. Hey, how'd those get in there? | mmentovai | 2006-12-08 | 1 | -24/+24 |
* | Allow exception handler callbacks more flexibility (#81). r=bryner | mmentovai | 2006-12-07 | 1 | -25/+93 |
* | Don't use CRT in exception handler code (#86). r=bryner | mmentovai | 2006-11-28 | 1 | -2/+7 |
* | Windows exception handler does not survive stack overflows (#34). r=brian, | mmentovai | 2006-10-31 | 1 | -3/+56 |
* | Disable exception handling warnings in Windows client code (#38). | mmentovai | 2006-10-27 | 1 | -0/+6 |
* | Add set_dump_path method to ExceptionHandler (#37). Patch by Ted Mielczarek. | mmentovai | 2006-10-27 | 1 | -0/+4 |
* | Support building with WIN32_LEAN_AND_MEAN (#60) | mmentovai | 2006-10-26 | 1 | -4/+4 |
* | Add static-CRT build configurations. Get rid of the largely redundant README, | bryner | 2006-09-28 | 1 | -0/+3 |
* | Initial version of Windows exception handler and crash report sender classes | bryner | 2006-09-27 | 1 | -0/+139 |