aboutsummaryrefslogtreecommitdiff
path: root/src/client/windows/crash_generation
Commit message (Expand)AuthorAgeFilesLines
* Do not use non-standard stdext::checked_array_iterator with libc++.Peter Collingbourne2018-01-181-1/+1
* Fix Windows client ExceptionHandlerTest testsJon Turney2017-03-113-6/+26
* 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-103-14/+14
* Fix Windows client compilation on mingw.ted.mielczarek@gmail.com2014-11-033-4/+10
* The process uptime computation when the Windows out-of-process Crash Generationivanpe@chromium.org2014-10-151-2/+4
* Moving directory 'build' one level up as it collides with a file named 'BUILD...ivan.penkov@gmail.com2014-04-101-1/+1
* Move build configuration to root of repository.chrisha@chromium.org2014-04-031-3/+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-174-248/+250
* Run svn propdel svn:executable on source code files.thestig@chromium.org2013-12-171-0/+0
* Fix error r1258.thestig@chromium.org2013-12-171-12/+14
* Expose the ability to supply additional user streams in the windows dump gene...cdn@chromium.org2013-12-122-5/+57
* Fix Windows release build error due to unreferenced variables.thestig@chromium.org2013-12-091-22/+15
* add interface for WriteMinidump which allows the caller to supply file handle...cdn@chromium.org2013-06-062-21/+64
* Submitting this on behalf of Xiaoling Bao.ivan.penkov@gmail.com2013-05-204-4/+17
* Allow option for efficient and safe opt out of in-proc dump generation for Wi...ivan.penkov@gmail.com2013-04-231-0/+4
* Use stdint types everywhereted.mielczarek@gmail.com2013-03-061-0/+1
* Fix remaining processor/scoped_ptr.h references for reals.thestig@chromium.org2013-01-221-1/+1
* Fix remaining processor/scoped_ptr.h references after r1096.thestig@chromium.org2013-01-223-3/+3
* Remove <(library) usage from gyp files.thestig@chromium.org2013-01-191-2/+2
* 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-171-4/+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-255-75/+5
* Back out r996, reinstating r985. That wasn't it.mark@chromium.org2012-07-242-0/+72
* Speculatively back out r985 because it may be causing crash_service problemsmark@chromium.org2012-07-242-72/+0
* Fix a Windows compiler warning with a cast:mark@chromium.org2012-07-231-1/+1
* Allow the crash generation server to be initialized with a handle instead of...ted.mielczarek2012-07-162-0/+72
* Add the capability to include an arbitrary data stream within minidumpscdn@chromium.org2012-07-105-5/+75
* 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
* CrashGenerationServer's state machine can be invoked from both the applicationmark@chromium.org2012-06-122-48/+56
* 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-033-1/+23
* 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-135-10/+45
* 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-286-181/+2
* Allow CrashGenerationClient to request that a dump of the parent process be w...ted.mielczarek2011-11-116-2/+181
* Fix svn:executable and svn:eol-style properties in src/client/windows.mark@chromium.org2011-10-201-0/+0
* Fix CrashGenerationServer to recover from protocol errors and a test for same.erikwright@chromium.org2010-09-202-74/+119
* Issue 384 - UnregisterWait error handling is incorrect. Patch by Benjamin Sme...ted.mielczarek2010-05-192-16/+6
* Moved exception_handler_test to the more aptly named exception_handler_death_...hansl@google.com2010-05-124-26/+54
* Replacing solutions with gyp files. Moving tests for windows clients in unitt...hansl@google.com2010-05-032-347/+64
* Check RegisterWaitForSingleObject return in CrashGenerationServer::Start.mmentovai2009-09-281-6/+8
* Fix an AppVerifier STOP in OOP server code. In the destructor ofdoshimun2009-01-162-1/+22
* Fix warning when converting int to boolnealsid2008-10-101-1/+1
* Generate Windows full memory dumps as a separate file. Patch by Huan Renmmentovai2008-09-161-7/+56