aboutsummaryrefslogtreecommitdiff
path: root/src/client/windows/tests/crash_generation_app/crash_generation_app.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix MSVC build (including on 2015), drop some workarounds for MSVC older than...Ted Mielczarek2015-10-061-1/+1
* Fix compilation with gcc --std=c++11ted.mielczarek@gmail.com2015-03-241-7/+7
* Ensure C:/Dumps/ exists in crash_generation_appted.mielczarek@gmail.com2014-07-111-0/+6
* Windows: Fix 64-bit compitation of crash_generation_app.thestig@chromium.org2014-01-211-7/+1
* Treat warnings as error and fix most level 4 warnings in the breakpad windows...ivan.penkov@gmail.com2013-06-041-10/+10
* Expose a callback to allow crash server implementations to defer the uploadin...cdn@chromium.org2012-04-131-0/+2
* Speculative back-out of r883, which may have broken Windows crash reporting.mark@chromium.org2011-11-281-1/+0
* Allow CrashGenerationClient to request that a dump of the parent process be w...ted.mielczarek2011-11-111-0/+1
* Modify crash_generation_app to use GYP instead of VS .sln file for ease of ma...erikwright@chromium.org2010-09-211-3/+12
* Fix for crashs generation test app to not deadlocknealsid2009-06-221-1/+2
* Microsoft broke PROCESS_ALL_ACCESS when we build with WINVER=0x600. See http:...doshimun2008-05-151-1/+1
* Replace the user of wcscpy_s with safe_wcscpy in common/windows/string_utils-...doshimun2008-05-081-2/+2
* Some style guide compliance changes and changed the prototype of the method t...doshimun2008-05-071-14/+17
* Add a way for the client apps to specify custom information in case of out-of...doshimun2008-05-051-2/+40
* Add one more parameter to the ClientDumpRequestCallback in crash generation s...doshimun2008-04-171-1/+2
* Add a parameter to CrashGenerationServer to let the callers set thedoshimun2008-04-121-1/+2
* Fix newlines (#253). rs=ted.mielczarekmmentovai2008-04-071-462/+462
* Overview:doshimun@gmail.com2008-03-081-0/+467