aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Discard age field in the dumped symbol file.luly812007-04-042-14/+10
* Issue 147 - reviewer Waylonisladderbreaker2007-04-031-0/+3
* Issue 146 - reviewer Waylonisladderbreaker2007-04-022-45/+76
* Windows http_upload should allow response without Content-Length header (#144).mmentovai2007-04-021-17/+33
* vswprintf causes Purify to fail (#145). r=darinmmentovai2007-03-306-40/+42
* Fix issue 136.luly812007-03-291-1/+21
* Fix bug of issue 135, now can dump symbols for dynamic libraries.luly812007-03-275-20/+65
* issue141: reviewer Waylonisladderbreaker2007-03-231-1/+4
* s/an breakpad/a breakpad/ (#127), patch by techtonik, r=memmentovai2007-03-233-3/+3
* Ignore functions that have invalid addresses or sizes, instead of aborting thebryner2007-03-224-10/+24
* Don't output FUNC lines for 0-length functions (#139). r=brynermmentovai2007-03-221-0/+5
* issue 134: reduce timeout period for minidump upload : reviwer waylonisladderbreaker2007-03-161-1/+5
* issue 133: Mach-o UUID generation has problems - reviewed by waylonisladderbreaker2007-03-161-6/+13
* Add Linux exception handler.luly812007-03-1223-0/+4032
* fixes for issue 129 : reviewed by Waylonisladderbreaker2007-03-092-24/+101
* 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-14113-24054/+36903
* Change the symbol table parsing so that it will only use symbols that are fro...waylonis2007-02-081-4/+13
* Airbag windows client didn't trap VC8 parameter validation errors. Now itmmentovai2007-02-074-54/+233
* Fix bug with mach-o walker not properly walking universal binary (Issue #125)waylonis2007-02-074-48/+92
* Store 128-bit values as a struct with high and low fields, so that consumersbryner2007-02-072-12/+26
* - Fixes the bug with a fork()'d child's exception being caught in the parent ...waylonis2007-02-051-30/+62
* Don't fail the minidump processing if the requesting thread can't be found.waylonis2007-02-011-1/+2
* Only use the segments that contain sections in the identifer calculation.waylonis2007-01-312-31/+49
* Add module list to machine-readable minidump_stackwalk output (#119).mmentovai2007-01-293-2/+96
* Qualify string and vector with std namespace when used withoutmmentovai2007-01-251-1/+1
* Support machine-readable output format from minidump_stackwalk;mmentovai2007-01-253-51/+246
* Update crash_report tool and internal classes to reflect change to ProcessSta...waylonis2007-01-244-56/+37
* Changes to support patch #108:waylonis2007-01-2311-164/+275
* Library to handle SymSrv integration (#111). r=brynermmentovai2007-01-185-0/+1090
* Be lenient when reading CodeView records of unknown types (#110). r=brynermmentovai2007-01-173-61/+134
* Pass the exception record (EXCEPTION_POINTERS*) to callback functions frommmentovai2007-01-123-7/+11
* Add classes to: walk mach-o files, look for identifiers, and return a 16 byte...waylonis2007-01-116-0/+919
* Communicate OS and CPU to SymbolSupplier (#107). r=brynermmentovai2007-01-1019-124/+299
* Added method to allow adding a file's contents directly. Fixes issue #105.waylonis2007-01-042-12/+31
* Allows the caller of CrashReportSender::SendCrashReport() to determine thatincrementalist2007-01-035-16/+48
* Add Mac exception handler and generator. Fixes issue #69. Reviewed by mment...waylonis2006-12-207-0/+2134
* Fix UTF32ToUTF16Char() conversion. Fixes issue #99. Reviewed by bryner.waylonis2006-12-201-2/+2
* Add Mac string utilities. Reviewed by mmentovai. Fixes issue #98.waylonis2006-12-192-0/+132
* Add Mac symupload tool. Reviewed by bryner. Fixes issue #96.waylonis2006-12-193-0/+611
* Add Mac dump_syms tool and support class. Fixes issue #73.waylonis2006-12-194-0/+1229
* Add crash_report tool that will:waylonis2006-12-184-0/+958
* 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
* Change function declarations to match those of the header file. Amazingly, g...waylonis2006-12-151-12/+12
* Add unicode.org UTF-8/16/32 conversion code.waylonis2006-12-154-0/+895
* Changed files_ to be a Dictionary.waylonis2006-12-142-9/+9
* Add the HTTP uploading class for Mac.waylonis2006-12-142-0/+236
* Fix capitalization of identifiers (#94). r=brynermmentovai2006-12-124-18/+29