aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Issue 169 - Fill in CPU vendor id in MDRawSystemInfo in Linux minidump_genera...ted.mielczarek2007-05-311-1/+30
* C++ file gets a C++ commentmmentovai2007-05-311-1/+1
* Allow building with -pedantic (#186). r=ted.mielczarekmmentovai2007-05-3110-63/+191
* Check allocation and array sizes in minidump.cc (#12). r=brynermmentovai2007-05-312-17/+152
* Updated test data from Issue 143ted.mielczarek2007-05-302-1/+2
* Issue 143 - MinidumpProcessor should extract number of processors. r=mentoted.mielczarek2007-05-303-3/+18
* Issue 184 - MinidumpModule::code_identifier doesn't handle MD_OS_LINUX. r=mentoted.mielczarek2007-05-291-1/+2
* Processor can attempt processing all threads even when interrupted (#177).mmentovai2007-05-251-3/+9
* Provide for logging initialization routines (#179). r=brynermmentovai2007-05-2511-15/+61
* Fix bustage introduced in [172]mmentovai2007-05-251-0/+2
* Fixup crashreport tool on the macdmaclach2007-05-241-0/+4
* issue 167: reviewed by Benjamin Smedbergladderbreaker2007-05-221-32/+96
* Strengthen range checks in minidump.cc (#173). r=brynermmentovai2007-05-211-22/+38
* Add logging to minidump processor (#82). Part 2: add messages to the rest ofmmentovai2007-05-2115-53/+221
* 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
* Add logging to minidump processor (#82). First part: logging infrastructuremmentovai2007-05-175-154/+948
* Issue 168 - Output debug file and debug identifier in minidump_stackwalk mach...ted.mielczarek2007-05-162-15/+20