| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Speculatively back out r984. See http://codereview.chromium.org/10805065/ | mark@chromium.org | 2012-07-25 | 7 | -103/+11 |
* | Speculatively back out r989 per http://codereview.chromium.org/10805065/ : | mark@chromium.org | 2012-07-24 | 3 | -108/+18 |
* | Back out r996, reinstating r985. That wasn't it. | mark@chromium.org | 2012-07-24 | 4 | -4/+120 |
* | Speculatively back out r985 because it may be causing crash_service problems | mark@chromium.org | 2012-07-24 | 4 | -120/+4 |
* | Fix a Windows compiler warning with a cast: | mark@chromium.org | 2012-07-23 | 1 | -1/+1 |
* | Allow adding extra memory regions to minidump on linux/windows | ted.mielczarek | 2012-07-19 | 3 | -18/+108 |
* | Allow the crash generation server to be initialized with a handle instead of... | ted.mielczarek | 2012-07-16 | 4 | -4/+120 |
* | Add the capability to include an arbitrary data stream within minidumps | cdn@chromium.org | 2012-07-10 | 7 | -11/+103 |
* | Do not fail crash dump generation if handle operations tracing is not enabled | mark@chromium.org | 2012-07-03 | 1 | -1/+2 |
* | Allow the minidump writer to collect handle data so that resulting dump contains | mark@chromium.org | 2012-07-03 | 1 | -13/+240 |
* | Fix a race condition in AutoCriticalSection. | thestig@chromium.org | 2012-06-19 | 1 | -1/+1 |
* | CrashGenerationServer's state machine can be invoked from both the application | mark@chromium.org | 2012-06-12 | 3 | -50/+76 |
* | Initialize a CustomClientInfo variable. (Coverity) | thestig@chromium.org | 2012-05-15 | 1 | -1/+1 |
* | 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 |