| Commit message (Expand) | Author | Age | Files | Lines |
* | Actually treat fatal error codes as fatal | nealsid | 2010-09-16 | 1 | -2/+1 |
* | Fix include paths in breakpad_client.gyp to make the build work | ted.mielczarek | 2010-09-15 | 1 | -0/+1 |
* | Fix HandleInvalidParameter/HandlePureVirtualCall to dynamically lookup the Rt... | ted.mielczarek | 2010-08-02 | 1 | -28/+50 |
* | Issue 384 - UnregisterWait error handling is incorrect. Patch by Benjamin Sme... | ted.mielczarek | 2010-05-19 | 2 | -16/+6 |
* | Patch from Vitaly to remove synchronization and make exception handling code ... | nealsid | 2010-05-18 | 1 | -3/+1 |
* | Changed two files end-line to make it work better with GYP. They were DOS (CR... | hansl@google.com | 2010-05-14 | 2 | -111/+111 |
* | Added a death test for the pure virtual function call. | hansl@google.com | 2010-05-13 | 3 | -8/+174 |
* | Moved exception_handler_test to the more aptly named exception_handler_death_... | hansl@google.com | 2010-05-12 | 11 | -399/+793 |
* | Copied minidump_test.cc from chrome_frame (see http://src.chromium.org/viewvc... | hansl@google.com | 2010-05-05 | 3 | -0/+484 |
* | Replacing solutions with gyp files. Moving tests for windows clients in unitt... | hansl@google.com | 2010-05-03 | 18 | -1320/+1822 |
* | Fix dependency on Visual C++ 9 introduced by revision 557. | nealsid | 2010-04-29 | 1 | -1/+1 |
* | Fix HandleInvalidParameter to provide a locally created exception record for ... | siggi@chromium.org | 2010-03-26 | 1 | -3/+23 |
* | Fix build break for 64-bit compilation. | nealsid | 2009-12-17 | 1 | -1/+1 |
* | Check RegisterWaitForSingleObject return in CrashGenerationServer::Start. | mmentovai | 2009-09-28 | 1 | -6/+8 |
* | Fix an INVALIDATE_ITERATOR defect reported by Coverity. | nealsid | 2009-07-30 | 1 | -5/+5 |
* | Integration test for Windows exception handler/minidump generation. | nealsid | 2009-07-17 | 3 | -0/+440 |
* | Fix for crashs generation test app to not deadlock | nealsid | 2009-06-22 | 1 | -1/+2 |
* | Fix up warnings when building http_upload.cc. Changed warning level to /W4, a... | nealsid | 2009-05-27 | 1 | -2/+2 |
* | AppVerifier leak test fix for Windows 7. | doshimun | 2009-04-08 | 1 | -0/+2 |
* | Fix for issue 304: symupload needs to support timeout specifications(wininet ... | nealsid | 2009-03-20 | 1 | -1/+1 |
* | Reinstnate the call to TerminateThread inside ExceptionHandler destructor and... | doshimun | 2009-01-20 | 1 | -1/+10 |
* | Fix an AppVerifier STOP in OOP server code. In the destructor of | doshimun | 2009-01-16 | 2 | -1/+22 |
* | Fix some typos in comments. | doshimun | 2009-01-14 | 1 | -4/+4 |
* | Minor fixes to windows exception handler. | doshimun | 2009-01-14 | 2 | -15/+55 |
* | ExceptionHandler class is not handling initialization errors, such as the | mmentovai | 2008-12-03 | 1 | -8/+28 |
* | Fix warning when converting int to bool | nealsid | 2008-10-10 | 1 | -1/+1 |
* | Generate Windows full memory dumps as a separate file. Patch by Huan Ren | mmentovai | 2008-09-16 | 1 | -7/+56 |
* | In the destructor of ClientInfo, currently the wait on the clent_crashed_even... | doshimun | 2008-06-09 | 1 | -10/+10 |
* | Client process uptime is a very useful metric for crashes. Instead of each cl... | doshimun | 2008-06-06 | 2 | -3/+42 |
* | Fix the following bug: | doshimun | 2008-06-05 | 1 | -1/+1 |
* | Set the dump thread id and the requesting thread id properties of MDRawBreakp... | doshimun | 2008-05-31 | 1 | -5/+9 |
* | Microsoft broke PROCESS_ALL_ACCESS when we build with WINVER=0x600. See http:... | doshimun | 2008-05-15 | 2 | -2/+2 |
* | Replace the user of wcscpy_s with safe_wcscpy in common/windows/string_utils-... | doshimun | 2008-05-08 | 5 | -7/+16 |
* | Some style guide compliance changes and changed the prototype of the method t... | doshimun | 2008-05-07 | 4 | -21/+25 |
* | Add a convenience method to CustomClientInfo struct to set both name and valu... | doshimun | 2008-05-05 | 1 | -0/+5 |
* | Add a way for the client apps to specify custom information in case of out-of... | doshimun | 2008-05-05 | 10 | -25/+187 |
* | Add one more parameter to the ClientDumpRequestCallback in crash generation s... | doshimun | 2008-04-17 | 5 | -10/+27 |
* | Add a parameter to CrashGenerationServer to let the callers set the | doshimun | 2008-04-12 | 3 | -2/+13 |
* | Some cosmetic/style changes to conform to style guidelines. This time | doshimun | 2008-04-08 | 2 | -23/+23 |
* | Fix newlines (#253). rs=ted.mielczarek | mmentovai | 2008-04-07 | 25 | -4873/+4873 |
* | Minor style changes to comply with Google style guidelines. | doshimun | 2008-04-03 | 4 | -34/+39 |
* | TO BE REVIEWED. | doshimun@gmail.com | 2008-03-11 | 3 | -4/+15 |
* | This changelist contains the changes to the configuration of Visual Studio so... | doshimun@gmail.com | 2008-03-10 | 5 | -11/+324 |
* | Overview: | doshimun@gmail.com | 2008-03-08 | 27 | -178/+4227 |
* | Remove dependency on ole32 on Windows (#132). Patch by Sorin Jianu <sorinj>,... | mmentovai | 2008-01-28 | 2 | -10/+32 |
* | Make Breakpad's debug-exception-ignoring configurable. r=Nicolas Sylvain | mmentovai | 2007-10-18 | 2 | -3/+18 |
* | Make sure ENOENT is defined. Spotted by jfbastien <bourgeoisie>. | mmentovai | 2007-10-10 | 1 | -0/+2 |
* | Assertion in CrashReportSender (windows) when no checkpoint file is desired | mmentovai | 2007-09-28 | 1 | -0/+3 |
* | Add accessor for ExceptionHandler::requesting_thread_id_ (#198). Patch by Lu... | mmentovai | 2007-08-17 | 1 | -0/+6 |
* | Issue 175 - fix permissions on dump file in MinidumpFileWriter. r=mento | ted.mielczarek | 2007-07-05 | 1 | -2/+2 |