| Commit message (Expand) | Author | Age | Files | Lines |
* | add interface for WriteMinidump which allows the caller to supply file handle... | cdn@chromium.org | 2013-06-06 | 2 | -21/+64 |
* | Treat warnings as error and fix most level 4 warnings in the breakpad windows... | ivan.penkov@gmail.com | 2013-06-04 | 8 | -67/+74 |
* | Submitting this on behalf of Xiaoling Bao. | ivan.penkov@gmail.com | 2013-05-20 | 4 | -4/+17 |
* | Allow option for efficient and safe opt out of in-proc dump generation for Wi... | ivan.penkov@gmail.com | 2013-04-23 | 4 | -41/+143 |
* | Fix Windows unittest build on VC2012 | ted.mielczarek@gmail.com | 2013-03-29 | 1 | -2/+9 |
* | Remove "library" variable | ted.mielczarek@gmail.com | 2013-03-07 | 1 | -9/+1 |
* | Use stdint types everywhere | ted.mielczarek@gmail.com | 2013-03-06 | 3 | -18/+19 |
* | Fix remaining processor/scoped_ptr.h references for reals. | thestig@chromium.org | 2013-01-22 | 1 | -1/+1 |
* | Fix remaining processor/scoped_ptr.h references after r1096. | thestig@chromium.org | 2013-01-22 | 3 | -3/+3 |
* | Remove <(library) usage from gyp files. | thestig@chromium.org | 2013-01-19 | 4 | -6/+6 |
* | Move scoped_ptr.h to common | ted.mielczarek@gmail.com | 2013-01-17 | 1 | -1/+1 |
* | SuspendThread returns a DWORD value, so checking the return value with ">= 0" | ivan.penkov@gmail.com | 2012-11-01 | 1 | -3/+6 |
* | Fixing Windows client unit tests. They were broken in r1034 due to gMock and | ivan.penkov@gmail.com | 2012-10-19 | 8 | -16/+449 |
* | Fix a really stupid bug in WriteMinidumpForChildProcess | ted.mielczarek@gmail.com | 2012-09-24 | 1 | -1/+1 |
* | Allow generating minidumps from live processes on Windows. | ted.mielczarek@gmail.com | 2012-09-18 | 2 | -110/+215 |
* | Allow adding extra memory regions to minidump on linux/windows | ted.mielczarek@gmail.com | 2012-09-18 | 3 | -18/+178 |
* | Add a GetInstructionPointer method to MinidumpException | ted.mielczarek@gmail.com | 2012-09-17 | 1 | -33/+3 |
* | Fix of a race condition during Crash Generation Server startup | ivan.penkov@gmail.com | 2012-09-07 | 1 | -3/+6 |
* | Fixing a Windows compiler warning in src/client/windows/crash_generation/mini... | ivan.penkov@gmail.com | 2012-08-17 | 3 | -6/+4 |
* | Fixing a race condition in the Crash Generation Server which has to | ivan.penkov@gmail.com | 2012-08-15 | 4 | -147/+179 |
* | 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 |