aboutsummaryrefslogtreecommitdiff
path: root/src/client/windows
Commit message (Expand)AuthorAgeFilesLines
* 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-1310-22/+69
* Unregister waits when a client shuts down so that no further callback events cancdn@chromium.org2012-03-221-0/+1
* Eliminate another source of UnspecifiedStackSignature crash dumps.mark@chromium.org2011-12-211-45/+38
* Speculative back-out of r883, which may have broken Windows crash reporting.mark@chromium.org2011-11-2813-208/+4
* Allow CrashGenerationClient to request that a dump of the parent process be w...ted.mielczarek2011-11-1113-4/+208
* Fix svn:executable and svn:eol-style properties in src/client/windows.mark@chromium.org2011-10-2016-0/+0
* Fix some newlines.mark@chromium.org2011-09-275-977/+977
* Remove javascript_engine GYP variable.mihaip@chromium.org2011-09-131-5/+1
* Protect "std::max", "std::min" against MACROs defined in WinDef.h.SiyangXie@gmail.com2011-03-111-3/+3
* Use a MinidumpCallback to force minidumps on Windows to include memory around...ted.mielczarek2011-01-253-3/+416
* Round-trip client/processor unittests for Windowsted.mielczarek2011-01-244-4/+77
* Fixing typos that will soon be gyp errors.thestig@chromium.org2011-01-111-1/+1
* Modify crash_generation_app to use GYP instead of VS .sln file for ease of ma...erikwright@chromium.org2010-09-218-589/+75
* Fix CrashGenerationServer to recover from protocol errors and a test for same.erikwright@chromium.org2010-09-206-77/+442
* Actually treat fatal error codes as fatalnealsid2010-09-161-2/+1
* Fix include paths in breakpad_client.gyp to make the build workted.mielczarek2010-09-151-0/+1
* Fix HandleInvalidParameter/HandlePureVirtualCall to dynamically lookup the Rt...ted.mielczarek2010-08-021-28/+50
* Issue 384 - UnregisterWait error handling is incorrect. Patch by Benjamin Sme...ted.mielczarek2010-05-192-16/+6
* Patch from Vitaly to remove synchronization and make exception handling code ...nealsid2010-05-181-3/+1
* Changed two files end-line to make it work better with GYP. They were DOS (CR...hansl@google.com2010-05-142-111/+111
* Added a death test for the pure virtual function call.hansl@google.com2010-05-133-8/+174
* Moved exception_handler_test to the more aptly named exception_handler_death_...hansl@google.com2010-05-1211-399/+793
* Copied minidump_test.cc from chrome_frame (see http://src.chromium.org/viewvc...hansl@google.com2010-05-053-0/+484
* Replacing solutions with gyp files. Moving tests for windows clients in unitt...hansl@google.com2010-05-0318-1320/+1822
* Fix dependency on Visual C++ 9 introduced by revision 557.nealsid2010-04-291-1/+1
* Fix HandleInvalidParameter to provide a locally created exception record for ...siggi@chromium.org2010-03-261-3/+23
* Fix build break for 64-bit compilation.nealsid2009-12-171-1/+1
* Check RegisterWaitForSingleObject return in CrashGenerationServer::Start.mmentovai2009-09-281-6/+8
* Fix an INVALIDATE_ITERATOR defect reported by Coverity.nealsid2009-07-301-5/+5
* Integration test for Windows exception handler/minidump generation.nealsid2009-07-173-0/+440
* Fix for crashs generation test app to not deadlocknealsid2009-06-221-1/+2
* Fix up warnings when building http_upload.cc. Changed warning level to /W4, a...nealsid2009-05-271-2/+2
* AppVerifier leak test fix for Windows 7.doshimun2009-04-081-0/+2
* Fix for issue 304: symupload needs to support timeout specifications(wininet ...nealsid2009-03-201-1/+1
* Reinstnate the call to TerminateThread inside ExceptionHandler destructor and...doshimun2009-01-201-1/+10
* Fix an AppVerifier STOP in OOP server code. In the destructor ofdoshimun2009-01-162-1/+22
* Fix some typos in comments.doshimun2009-01-141-4/+4
* Minor fixes to windows exception handler.doshimun2009-01-142-15/+55
* ExceptionHandler class is not handling initialization errors, such as themmentovai2008-12-031-8/+28
* 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
* In the destructor of ClientInfo, currently the wait on the clent_crashed_even...doshimun2008-06-091-10/+10
* Client process uptime is a very useful metric for crashes. Instead of each cl...doshimun2008-06-062-3/+42
* Fix the following bug:doshimun2008-06-051-1/+1
* Set the dump thread id and the requesting thread id properties of MDRawBreakp...doshimun2008-05-311-5/+9
* Microsoft broke PROCESS_ALL_ACCESS when we build with WINVER=0x600. See http:...doshimun2008-05-152-2/+2
* Replace the user of wcscpy_s with safe_wcscpy in common/windows/string_utils-...doshimun2008-05-085-7/+16
* Some style guide compliance changes and changed the prototype of the method t...doshimun2008-05-074-21/+25
* Add a convenience method to CustomClientInfo struct to set both name and valu...doshimun2008-05-051-0/+5