aboutsummaryrefslogtreecommitdiff
path: root/src/client/windows/crash_generation/crash_generation_server.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix Windows client ExceptionHandlerTest testsJon Turney2017-03-111-0/+12
* Fix Windows crash_generation_server for debug builds without -D_DEBUGTed Mielczarek2015-10-071-1/+1
* Fix -Wreorder warnings in the Windows code.wfh@chromium.org2015-07-101-2/+2
* Fix crash in Windows CrashGenerationServer from r1274.thestig@chromium.org2014-03-191-1/+1
* Refactor the Windows MinidumpGenerator interface to get rid of the overloads ...cdn@chromium.org2014-01-171-14/+14
* Fix Windows release build error due to unreferenced variables.thestig@chromium.org2013-12-091-22/+15
* Submitting this on behalf of Xiaoling Bao.ivan.penkov@gmail.com2013-05-201-3/+6
* Fix remaining processor/scoped_ptr.h references after r1096.thestig@chromium.org2013-01-221-1/+1
* Fix of a race condition during Crash Generation Server startupivan.penkov@gmail.com2012-09-071-3/+6
* Fixing a race condition in the Crash Generation Server which has toivan.penkov@gmail.com2012-08-151-111/+143
* Speculatively back out r984. See http://codereview.chromium.org/10805065/mark@chromium.org2012-07-251-2/+0
* Add the capability to include an arbitrary data stream within minidumpscdn@chromium.org2012-07-101-0/+2
* CrashGenerationServer's state machine can be invoked from both the applicationmark@chromium.org2012-06-121-44/+51
* wires up the crash client side so that the deferred upload callback can be used.cdn@chromium.org2012-05-031-1/+2
* Expose a callback to allow crash server implementations to defer the uploadin...cdn@chromium.org2012-04-131-7/+18
* Unregister waits when a client shuts down so that no further callback events cancdn@chromium.org2012-03-221-0/+1
* Speculative back-out of r883, which may have broken Windows crash reporting.mark@chromium.org2011-11-281-71/+2
* Allow CrashGenerationClient to request that a dump of the parent process be w...ted.mielczarek2011-11-111-2/+71
* Fix CrashGenerationServer to recover from protocol errors and a test for same.erikwright@chromium.org2010-09-201-72/+98
* Check RegisterWaitForSingleObject return in CrashGenerationServer::Start.mmentovai2009-09-281-6/+8
* Fix an AppVerifier STOP in OOP server code. In the destructor ofdoshimun2009-01-161-0/+21
* Add a way for the client apps to specify custom information in case of out-of...doshimun2008-05-051-2/+4
* Add one more parameter to the ClientDumpRequestCallback in crash generation s...doshimun2008-04-171-4/+8
* Add a parameter to CrashGenerationServer to let the callers set thedoshimun2008-04-121-1/+3
* Some cosmetic/style changes to conform to style guidelines. This timedoshimun2008-04-081-22/+22
* Fix newlines (#253). rs=ted.mielczarekmmentovai2008-04-071-823/+823
* Minor style changes to comply with Google style guidelines.doshimun2008-04-031-26/+24
* This changelist contains the changes to the configuration of Visual Studio so...doshimun@gmail.com2008-03-101-4/+8
* Overview:doshimun@gmail.com2008-03-081-0/+821