aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix issue 235, properly handling included(inlined) code.luly812007-12-131-53/+157
* Issue 224 - add Tell method to Minidump class. r=mentoted.mielczarek2007-12-041-0/+3
* slight fixup from issue 225ted.mielczarek2007-12-031-1/+1
* fix Mac build by adding stackwalker_amd64.cc to projectladderbreaker2007-11-211-0/+8
* Issue 225 - dynamically load libcurl in http_upload. patch by Andrew Schultz...ted.mielczarek2007-11-202-56/+90
* Fix compile bustage from issue 221ted.mielczarek2007-11-202-6/+8
* Add MD_CPU_ARCHITECTURE_AMD64 as valid system type when cpu type is MD_CONTEX...luly812007-11-191-1/+2
* The string buffer lengths in a URL_COMPONENTS structure are in TCHARs, sommentovai2007-11-131-3/+3
* Issue 221 - HTTPUpload::SendRequest should provide error code or error descri...ted.mielczarek2007-11-022-2/+10
* Issue 196 - Breakpad processor support for x86-64. r=mentoted.mielczarek2007-10-319-198/+793
* Fix warning regarding initialization order compared to definition ordermmentovai2007-10-221-1/+1
* Issue 222 - processor fails if an entry in the ModuleList is bad. r=mentoted.mielczarek2007-10-192-5/+24
* Make Breakpad's debug-exception-ignoring configurable. r=Nicolas Sylvainmmentovai2007-10-182-3/+18
* Remove assertion for a variable that doesn't exist. Patch by Alfred Pengmmentovai2007-10-151-1/+0
* Make sure ENOENT is defined. Spotted by jfbastien <bourgeoisie>.mmentovai2007-10-101-0/+2
* fix crash_report build due to link errorladderbreaker2007-09-291-0/+8
* Breakpad rejects valid modules with a vmaddr of zero on Mac (#176). Patchmmentovai2007-09-281-1/+1
* Assertion in CrashReportSender (windows) when no checkpoint file is desiredmmentovai2007-09-281-0/+3
* Solaris version of symbol dumper (#207). Patch by Alfred Peng. r=memmentovai2007-09-2817-15/+1046
* Fix compiler warning C4245: signed/unsigned mismatch when converting betweenmmentovai2007-09-281-1/+2
* Add SPARC/Solaris support to client handler and processor (#201, 200).mmentovai2007-09-2615-40/+1023
* Fix crash reason switching to allow proper behavior for Linux. Spotted bymmentovai2007-09-261-1/+2
* Allow Breakpad processor library to build on Solaris with the native Sunmmentovai2007-09-268-4/+44
* Fix license boilerplate on these two files. Apparently these were missedmmentovai2007-09-262-20/+50
* Silences warning C4701: local variable 'claimed_size' may be used with outbryner2007-09-201-1/+1
* Issue 208: Reviewer waylonisladderbreaker2007-09-191-1/+5
* Issue 208: Reviewer waylonisladderbreaker2007-09-191-14/+52
* Issue 209: Reviewer waylonisladderbreaker2007-09-191-1/+1
* Adds the ability to designate a folder with sym files in it that will be used...dmaclach2007-09-154-12/+101
* Issue203 : reviewed by Waylonisladderbreaker2007-08-291-7/+24
* Issue 202: reviewed by Waylonisladderbreaker2007-08-273-0/+207
* Issue 199: Reviewed by Waylonisladderbreaker2007-08-171-3/+6
* 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
* Issue 197: reviewed by Waylonisladderbreaker2007-08-161-1/+8
* Issue 197: reviewed by Waylonisladderbreaker2007-08-161-7/+9
* Issue 197: reviewed by Waylonisladderbreaker2007-08-161-11/+13
* Solaris port of minidump generator. Port by Alfred Peng. r=memmentovai2007-08-0717-1/+2317
* Issue 175 - fix permissions on dump file in MinidumpFileWriter. r=mentoted.mielczarek2007-07-052-3/+3
* issue 151 - Crash when processing file names less than 4 bytes. r=meted.mielczarek2007-07-051-2/+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-023-28/+53
* 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 191 - Linux dump_syms produces bad line numbers for some functions (16 ...ted.mielczarek2007-07-021-1/+2
* issue 185 - Need constants / stringification for Linux exception codes. r=mentoted.mielczarek2007-06-112-1/+140
* Issue 182: linux handler doesn't have sigcontext if called from a previous si...ted.mielczarek2007-06-117-25/+87
* issue 154: reviewed by Waylonisladderbreaker2007-06-061-2/+10
* Issue 42 - check for non-existent dump file in HTTPUpload::SendRequest. r=br...ted.mielczarek2007-06-011-2/+4