| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix warning in r961 - C4800 | jessicag.feedback | 2012-05-07 | 1 | -1/+1 |
* | wires up the crash client side so that the deferred upload callback can be used. | cdn@chromium.org | 2012-05-03 | 5 | -4/+33 |
* | Set limit on the number of custom client info entries that can be sent with a... | cdn@chromium.org | 2012-04-17 | 1 | -0/+4 |
* | Expose a callback to allow crash server implementations to defer the uploadin... | cdn@chromium.org | 2012-04-13 | 10 | -22/+69 |
* | Unregister waits when a client shuts down so that no further callback events can | cdn@chromium.org | 2012-03-22 | 1 | -0/+1 |
* | Eliminate another source of UnspecifiedStackSignature crash dumps. | mark@chromium.org | 2011-12-21 | 1 | -45/+38 |
* | Speculative back-out of r883, which may have broken Windows crash reporting. | mark@chromium.org | 2011-11-28 | 13 | -208/+4 |
* | Allow CrashGenerationClient to request that a dump of the parent process be w... | ted.mielczarek | 2011-11-11 | 13 | -4/+208 |
* | Fix svn:executable and svn:eol-style properties in src/client/windows. | mark@chromium.org | 2011-10-20 | 16 | -0/+0 |
* | Fix some newlines. | mark@chromium.org | 2011-09-27 | 5 | -977/+977 |
* | Remove javascript_engine GYP variable. | mihaip@chromium.org | 2011-09-13 | 1 | -5/+1 |
* | Protect "std::max", "std::min" against MACROs defined in WinDef.h. | SiyangXie@gmail.com | 2011-03-11 | 1 | -3/+3 |
* | Use a MinidumpCallback to force minidumps on Windows to include memory around... | ted.mielczarek | 2011-01-25 | 3 | -3/+416 |
* | Round-trip client/processor unittests for Windows | ted.mielczarek | 2011-01-24 | 4 | -4/+77 |
* | Fixing typos that will soon be gyp errors. | thestig@chromium.org | 2011-01-11 | 1 | -1/+1 |
* | Modify crash_generation_app to use GYP instead of VS .sln file for ease of ma... | erikwright@chromium.org | 2010-09-21 | 8 | -589/+75 |
* | Fix CrashGenerationServer to recover from protocol errors and a test for same. | erikwright@chromium.org | 2010-09-20 | 6 | -77/+442 |
* | 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 |