aboutsummaryrefslogtreecommitdiff
path: root/src/client/windows
Commit message (Expand)AuthorAgeFilesLines
...
* Remove <(library) usage from gyp files.thestig@chromium.org2013-01-194-6/+6
* Move scoped_ptr.h to commonted.mielczarek@gmail.com2013-01-171-1/+1
* SuspendThread returns a DWORD value, so checking the return value with ">= 0"ivan.penkov@gmail.com2012-11-011-3/+6
* Fixing Windows client unit tests. They were broken in r1034 due to gMock andivan.penkov@gmail.com2012-10-198-16/+449
* Fix a really stupid bug in WriteMinidumpForChildProcessted.mielczarek@gmail.com2012-09-241-1/+1
* Allow generating minidumps from live processes on Windows.ted.mielczarek@gmail.com2012-09-182-110/+215
* Allow adding extra memory regions to minidump on linux/windowsted.mielczarek@gmail.com2012-09-183-18/+178
* Add a GetInstructionPointer method to MinidumpExceptionted.mielczarek@gmail.com2012-09-171-33/+3
* Fix of a race condition during Crash Generation Server startupivan.penkov@gmail.com2012-09-071-3/+6
* Fixing a Windows compiler warning in src/client/windows/crash_generation/mini...ivan.penkov@gmail.com2012-08-173-6/+4
* Fixing a race condition in the Crash Generation Server which has toivan.penkov@gmail.com2012-08-154-147/+179
* Speculatively back out r984. See http://codereview.chromium.org/10805065/mark@chromium.org2012-07-257-103/+11
* Speculatively back out r989 per http://codereview.chromium.org/10805065/ :mark@chromium.org2012-07-243-108/+18
* Back out r996, reinstating r985. That wasn't it.mark@chromium.org2012-07-244-4/+120
* Speculatively back out r985 because it may be causing crash_service problemsmark@chromium.org2012-07-244-120/+4
* Fix a Windows compiler warning with a cast:mark@chromium.org2012-07-231-1/+1
* Allow adding extra memory regions to minidump on linux/windowsted.mielczarek2012-07-193-18/+108
* Allow the crash generation server to be initialized with a handle instead of...ted.mielczarek2012-07-164-4/+120
* Add the capability to include an arbitrary data stream within minidumpscdn@chromium.org2012-07-107-11/+103
* Do not fail crash dump generation if handle operations tracing is not enabledmark@chromium.org2012-07-031-1/+2
* Allow the minidump writer to collect handle data so that resulting dump containsmark@chromium.org2012-07-031-13/+240
* Fix a race condition in AutoCriticalSection.thestig@chromium.org2012-06-191-1/+1
* CrashGenerationServer's state machine can be invoked from both the applicationmark@chromium.org2012-06-123-50/+76
* Initialize a CustomClientInfo variable. (Coverity)thestig@chromium.org2012-05-151-1/+1
* Fix warning in r961 - C4800jessicag.feedback2012-05-071-1/+1
* wires up the crash client side so that the deferred upload callback can be used.cdn@chromium.org2012-05-035-4/+33
* Set limit on the number of custom client info entries that can be sent with a...cdn@chromium.org2012-04-171-0/+4
* Expose a callback to allow crash server implementations to defer the uploadin...cdn@chromium.org2012-04-1310-22/+69
* Unregister waits when a client shuts down so that no further callback events cancdn@chromium.org2012-03-221-0/+1
* Eliminate another source of UnspecifiedStackSignature crash dumps.mark@chromium.org2011-12-211-45/+38
* Speculative back-out of r883, which may have broken Windows crash reporting.mark@chromium.org2011-11-2813-208/+4
* Allow CrashGenerationClient to request that a dump of the parent process be w...ted.mielczarek2011-11-1113-4/+208
* Fix svn:executable and svn:eol-style properties in src/client/windows.mark@chromium.org2011-10-2016-0/+0
* Fix some newlines.mark@chromium.org2011-09-275-977/+977
* Remove javascript_engine GYP variable.mihaip@chromium.org2011-09-131-5/+1
* Protect "std::max", "std::min" against MACROs defined in WinDef.h.SiyangXie@gmail.com2011-03-111-3/+3
* Use a MinidumpCallback to force minidumps on Windows to include memory around...ted.mielczarek2011-01-253-3/+416
* Round-trip client/processor unittests for Windowsted.mielczarek2011-01-244-4/+77
* Fixing typos that will soon be gyp errors.thestig@chromium.org2011-01-111-1/+1
* Modify crash_generation_app to use GYP instead of VS .sln file for ease of ma...erikwright@chromium.org2010-09-218-589/+75
* Fix CrashGenerationServer to recover from protocol errors and a test for same.erikwright@chromium.org2010-09-206-77/+442
* Actually treat fatal error codes as fatalnealsid2010-09-161-2/+1
* Fix include paths in breakpad_client.gyp to make the build workted.mielczarek2010-09-151-0/+1
* Fix HandleInvalidParameter/HandlePureVirtualCall to dynamically lookup the Rt...ted.mielczarek2010-08-021-28/+50
* Issue 384 - UnregisterWait error handling is incorrect. Patch by Benjamin Sme...ted.mielczarek2010-05-192-16/+6
* Patch from Vitaly to remove synchronization and make exception handling code ...nealsid2010-05-181-3/+1
* Changed two files end-line to make it work better with GYP. They were DOS (CR...hansl@google.com2010-05-142-111/+111
* Added a death test for the pure virtual function call.hansl@google.com2010-05-133-8/+174
* Moved exception_handler_test to the more aptly named exception_handler_death_...hansl@google.com2010-05-1211-399/+793
* Copied minidump_test.cc from chrome_frame (see http://src.chromium.org/viewvc...hansl@google.com2010-05-053-0/+484