aboutsummaryrefslogtreecommitdiff
path: root/src/client/windows/tests
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
* 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
* Windows: Fix 64-bit compitation of crash_generation_app.thestig@chromium.org2014-01-211-7/+1
* Fix VS project generation for the crash generation app.cdn@chromium.org2014-01-171-0/+3
* 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
* Fix some newlines.mark@chromium.org2011-09-271-61/+61
* Modify crash_generation_app to use GYP instead of VS .sln file for ease of ma...erikwright@chromium.org2010-09-217-588/+74
* 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-052-2/+41
* 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-0710-1407/+1407
* TO BE REVIEWED.doshimun@gmail.com2008-03-111-4/+4
* This changelist contains the changes to the configuration of Visual Studio so...doshimun@gmail.com2008-03-102-0/+184
* Overview:doshimun@gmail.com2008-03-0812-0/+1228