aboutsummaryrefslogtreecommitdiff
path: root/src/client
Commit message (Expand)AuthorAgeFilesLines
* Solaris version of symbol dumper (#207). Patch by Alfred Peng. r=memmentovai2007-09-282-1/+2
* Add SPARC/Solaris support to client handler and processor (#201, 200).mmentovai2007-09-264-18/+101
* Issue 208: Reviewer waylonisladderbreaker2007-09-191-14/+52
* Issue 209: Reviewer waylonisladderbreaker2007-09-191-1/+1
* Issue203 : reviewed by Waylonisladderbreaker2007-08-291-7/+24
* Issue 202: reviewed by Waylonisladderbreaker2007-08-273-0/+207
* Add accessor for ExceptionHandler::requesting_thread_id_ (#198). Patch by Lu...mmentovai2007-08-171-0/+6
* Issue 197: reviewed by Waylonisladderbreaker2007-08-161-10/+63
* Solaris port of minidump generator. Port by Alfred Peng. r=memmentovai2007-08-079-0/+1845
* Issue 175 - fix permissions on dump file in MinidumpFileWriter. r=mentoted.mielczarek2007-07-052-3/+3
* issue 194: reviewed by waylonisladderbreaker2007-07-031-2/+3
* 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
* Issue 190 - 32 bit build fails on a 64 bit Linux system. Patch by wgianopoul...ted.mielczarek2007-07-022-2/+1
* Add an API to pass exception information into the handler (#192).mmentovai2007-07-022-1/+9
* Issue 182: linux handler doesn't have sigcontext if called from a previous si...ted.mielczarek2007-06-117-25/+87
* Issue 169 - Fill in CPU vendor id in MDRawSystemInfo in Linux minidump_genera...ted.mielczarek2007-05-311-1/+30
* Allow building with -pedantic (#186). r=ted.mielczarekmmentovai2007-05-312-10/+12
* issue 167: reviewed by Benjamin Smedbergladderbreaker2007-05-221-32/+96
* Add an optional per-day limit to the number of crash reports sent. The statebryner2007-05-212-10/+125
* - Add const keyword / casting to supress more stringient compiler warningswaylonis2007-05-195-17/+20
* Issue 140 - Fill in some more cpu information on OS X x86 dumps. r=mentoted.mielczarek2007-05-111-0/+29
* Issue 162 - handle pure virtual function calls in VC++. r=mentoted.mielczarek2007-05-102-0/+42
* Issue 164 - MACHINE_THREAD_STATE on older 10.4 versions. Patch by Dave Camp,...ted.mielczarek2007-05-081-11/+12
* Issue 161: reviewer Waylonisladderbreaker2007-05-071-2/+2
* Issue 163, reviewer mento. Make dynamic_images.cc build on 10.3.9 SDK + upda...ted.mielczarek2007-05-072-12/+66
* Issue 160 - Reviewer Chris Rogersted.mielczarek2007-05-041-2/+4
* missed header renames from Issue 152ted.mielczarek2007-05-042-2/+2
* Add md5 implementation into code base to get rid ofluly812007-05-031-7/+11
* Issue 152 - Patch by Dave Camp, Reviewer Chris Rogersted.mielczarek2007-05-033-12/+15
* Issue 159: reviewer Waylonisladderbreaker2007-05-024-76/+154
* Issue 159: reviewer Waylonisladderbreaker2007-05-022-0/+540
* 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 issue 136.luly812007-03-291-1/+21
* Fix bug of issue 135, now can dump symbols for dynamic libraries.luly812007-03-273-11/+17
* Add Linux exception handler.luly812007-03-1210-0/+2336
* fixes for issue 128: reviewed by Waylonisladderbreaker2007-03-083-4/+63
* Fix exception handler build with MSVC versions prior to 2005. r=mmentovai.bryner2007-03-051-1/+4
* Rename Airbag to Breakpad.mmentovai2007-02-1417-77/+78
* Airbag windows client didn't trap VC8 parameter validation errors. Now itmmentovai2007-02-072-53/+209
* Fix bug with mach-o walker not properly walking universal binary (Issue #125)waylonis2007-02-071-43/+29
* - Fixes the bug with a fork()'d child's exception being caught in the parent ...waylonis2007-02-051-30/+62
* Changes to support patch #108:waylonis2007-01-232-11/+25
* Pass the exception record (EXCEPTION_POINTERS*) to callback functions frommmentovai2007-01-122-6/+9
* Allows the caller of CrashReportSender::SendCrashReport() to determine thatincrementalist2007-01-032-12/+30
* Add Mac exception handler and generator. Fixes issue #69. Reviewed by mment...waylonis2006-12-207-0/+2134
* Add better support for UTF character conversions. Fixes Issue 78.waylonis2006-12-162-83/+117
* Add unittest for minidump file writer. Fixes issue #85.waylonis2006-12-161-0/+160
* Removing CRs from #81. Hey, how'd those get in there?mmentovai2006-12-081-24/+24