aboutsummaryrefslogtreecommitdiff
path: root/src/client/windows
Commit message (Expand)AuthorAgeFilesLines
* Fix Windows crash_generation_server for debug builds without -D_DEBUGTed Mielczarek2015-10-071-1/+1
* Support for multiple upload files in CrashReportSender/HTTPUploadDavid Major2015-10-062-4/+4
* Fix MSVC build (including on 2015), drop some workarounds for MSVC older than...Ted Mielczarek2015-10-063-5/+5
* Fix -Wreorder warnings in the Windows code.wfh@chromium.org2015-07-103-14/+14
* Fix compilation with gcc --std=c++11ted.mielczarek@gmail.com2015-03-241-7/+7
* Add option to Breakpad to consume INVALID_HANDLE_VALUE exceptions.wfh@chromium.org2015-02-222-0/+19
* Fix Windows client compilation on mingw.ted.mielczarek@gmail.com2014-11-037-10/+16
* The process uptime computation when the Windows out-of-process Crash Generationivanpe@chromium.org2014-10-151-2/+4
* Fix Windows client unittests build: add missing code filesmmandlis@chromium.org2014-09-161-0/+2
* Back out trunk r1367.mark@chromium.org2014-09-032-4/+4
* Support for multiple upload files in CrashReportSender/HTTPUploadted.mielczarek@gmail.com2014-08-282-4/+4
* 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-107-7/+7
* Move build configuration to root of repository.chrisha@chromium.org2014-04-0313-1482/+14
* Ignore warning 4702 to avoid unreachable code error onwfh@chromium.org2014-03-261-1/+3
* Fix crash in Windows CrashGenerationServer from r1274.thestig@chromium.org2014-03-191-1/+1
* Windows: Fix 64-bit compitation of crash_generation_app.thestig@chromium.org2014-01-211-7/+1
* Refactor the Windows MinidumpGenerator interface to get rid of the overloads ...cdn@chromium.org2014-01-175-260/+262
* Fix VS project generation for the crash generation app.cdn@chromium.org2014-01-171-0/+3
* Run svn propdel svn:executable on source code files.thestig@chromium.org2013-12-173-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
* disable unittests under ASAN that use memory crashesvapier@chromium.org2013-12-111-0/+4
* Fix Windows release build error due to unreferenced variables.thestig@chromium.org2013-12-091-22/+15
* Switch armv7 setting to arm_version==7.mark@chromium.org2013-12-081-6/+6
* add interface for WriteMinidump which allows the caller to supply file handle...cdn@chromium.org2013-06-062-21/+64
* Treat warnings as error and fix most level 4 warnings in the breakpad windows...ivan.penkov@gmail.com2013-06-048-67/+74
* 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-234-41/+143
* Fix Windows unittest build on VC2012ted.mielczarek@gmail.com2013-03-291-2/+9
* Remove "library" variableted.mielczarek@gmail.com2013-03-071-9/+1
* Use stdint types everywhereted.mielczarek@gmail.com2013-03-063-18/+19
* 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-194-6/+6
* Move scoped_ptr.h to commonted.mielczarek@gmail.com2013-01-171-1/+1
* SuspendThread returns a DWORD value, so checking the return value with ">= 0"ivan.penkov@gmail.com2012-11-011-3/+6
* Fixing Windows client unit tests. They were broken in r1034 due to gMock andivan.penkov@gmail.com2012-10-198-16/+449
* Fix a really stupid bug in WriteMinidumpForChildProcessted.mielczarek@gmail.com2012-09-241-1/+1
* Allow generating minidumps from live processes on Windows.ted.mielczarek@gmail.com2012-09-182-110/+215
* Allow adding extra memory regions to minidump on linux/windowsted.mielczarek@gmail.com2012-09-183-18/+178
* Add a GetInstructionPointer method to MinidumpExceptionted.mielczarek@gmail.com2012-09-171-33/+3
* 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-173-6/+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-257-103/+11
* Speculatively back out r989 per http://codereview.chromium.org/10805065/ :mark@chromium.org2012-07-243-108/+18
* Back out r996, reinstating r985. That wasn't it.mark@chromium.org2012-07-244-4/+120
* Speculatively back out r985 because it may be causing crash_service problemsmark@chromium.org2012-07-244-120/+4
* Fix a Windows compiler warning with a cast:mark@chromium.org2012-07-231-1/+1