aboutsummaryrefslogtreecommitdiff
path: root/src/client/windows/crash_generation/crash_generation_server.cc
AgeCommit message (Expand)Author
2017-03-11Fix Windows client ExceptionHandlerTest testsJon Turney
2015-10-07Fix Windows crash_generation_server for debug builds without -D_DEBUGTed Mielczarek
2015-07-10Fix -Wreorder warnings in the Windows code.wfh@chromium.org
2014-03-19Fix crash in Windows CrashGenerationServer from r1274.thestig@chromium.org
2014-01-17Refactor the Windows MinidumpGenerator interface to get rid of the overloads ...cdn@chromium.org
2013-12-09Fix Windows release build error due to unreferenced variables.thestig@chromium.org
2013-05-20Submitting this on behalf of Xiaoling Bao.ivan.penkov@gmail.com
2013-01-22Fix remaining processor/scoped_ptr.h references after r1096.thestig@chromium.org
2012-09-07Fix of a race condition during Crash Generation Server startupivan.penkov@gmail.com
2012-08-15Fixing a race condition in the Crash Generation Server which has toivan.penkov@gmail.com
2012-07-25Speculatively back out r984. See http://codereview.chromium.org/10805065/mark@chromium.org
2012-07-10Add the capability to include an arbitrary data stream within minidumpscdn@chromium.org
2012-06-12CrashGenerationServer's state machine can be invoked from both the applicationmark@chromium.org
2012-05-03wires up the crash client side so that the deferred upload callback can be used.cdn@chromium.org
2012-04-13Expose a callback to allow crash server implementations to defer the uploadin...cdn@chromium.org
2012-03-22Unregister waits when a client shuts down so that no further callback events cancdn@chromium.org
2011-11-28Speculative back-out of r883, which may have broken Windows crash reporting.mark@chromium.org
2011-11-11Allow CrashGenerationClient to request that a dump of the parent process be w...ted.mielczarek
2010-09-20Fix CrashGenerationServer to recover from protocol errors and a test for same.erikwright@chromium.org
2009-09-28Check RegisterWaitForSingleObject return in CrashGenerationServer::Start.mmentovai
2009-01-16Fix an AppVerifier STOP in OOP server code. In the destructor ofdoshimun
2008-05-05Add a way for the client apps to specify custom information in case of out-of...doshimun
2008-04-17Add one more parameter to the ClientDumpRequestCallback in crash generation s...doshimun
2008-04-12Add a parameter to CrashGenerationServer to let the callers set thedoshimun
2008-04-08Some cosmetic/style changes to conform to style guidelines. This timedoshimun
2008-04-07Fix newlines (#253). rs=ted.mielczarekmmentovai
2008-04-03Minor style changes to comply with Google style guidelines.doshimun
2008-03-10This changelist contains the changes to the configuration of Visual Studio so...doshimun@gmail.com
2008-03-08Overview:doshimun@gmail.com