aboutsummaryrefslogtreecommitdiff
path: root/src/client/windows
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add a way for the client apps to specify custom information in case of out-of...doshimun2008-05-0510-25/+187
* Add one more parameter to the ClientDumpRequestCallback in crash generation s...doshimun2008-04-175-10/+27
* Add a parameter to CrashGenerationServer to let the callers set thedoshimun2008-04-123-2/+13
* Some cosmetic/style changes to conform to style guidelines. This timedoshimun2008-04-082-23/+23
* Fix newlines (#253). rs=ted.mielczarekmmentovai2008-04-0725-4873/+4873
* Minor style changes to comply with Google style guidelines.doshimun2008-04-034-34/+39
* TO BE REVIEWED.doshimun@gmail.com2008-03-113-4/+15
* This changelist contains the changes to the configuration of Visual Studio so...doshimun@gmail.com2008-03-105-11/+324
* Overview:doshimun@gmail.com2008-03-0827-178/+4227
* Remove dependency on ole32 on Windows (#132). Patch by Sorin Jianu <sorinj>,...mmentovai2008-01-282-10/+32
* Make Breakpad's debug-exception-ignoring configurable. r=Nicolas Sylvainmmentovai2007-10-182-3/+18
* Make sure ENOENT is defined. Spotted by jfbastien <bourgeoisie>.mmentovai2007-10-101-0/+2
* Assertion in CrashReportSender (windows) when no checkpoint file is desiredmmentovai2007-09-281-0/+3
* Add accessor for ExceptionHandler::requesting_thread_id_ (#198). Patch by Lu...mmentovai2007-08-171-0/+6
* Issue 175 - fix permissions on dump file in MinidumpFileWriter. r=mentoted.mielczarek2007-07-051-2/+2
* These should be int to allow them to be ORed together. Ted, please review.mmentovai2007-07-022-3/+3
* Allow finer control over installed handler types (#193). r=ted.mielczarekmmentovai2007-07-022-27/+50
* Add an API to pass exception information into the handler (#192).mmentovai2007-07-022-1/+9
* Add an optional per-day limit to the number of crash reports sent. The statebryner2007-05-212-10/+125
* Issue 162 - handle pure virtual function calls in VC++. r=mentoted.mielczarek2007-05-102-0/+42
* Replace GB_WSU_SAFE_SWPRINTF_TERMINATE with inline code (#145 followup).mmentovai2007-04-041-1/+4
* vswprintf causes Purify to fail (#145). r=darinmmentovai2007-03-301-3/+3
* Fix exception handler build with MSVC versions prior to 2005. r=mmentovai.bryner2007-03-051-1/+4
* Rename Airbag to Breakpad.mmentovai2007-02-146-32/+32
* Airbag windows client didn't trap VC8 parameter validation errors. Now itmmentovai2007-02-072-53/+209
* Pass the exception record (EXCEPTION_POINTERS*) to callback functions frommmentovai2007-01-122-6/+9