aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Issue 162 - handle pure virtual function calls in VC++. r=mentoted.mielczarek2007-05-103-2/+48
* Fixing comment about cpuid vendor_idted.mielczarek2007-05-101-1/+1
* Issue 166 - reviewer Waylonisladderbreaker2007-05-091-4/+1
* Stacks (still) truncated on win32 (#165). Patch by Benjamin Smedberg. r=memmentovai2007-05-081-9/+5
* Issue 164 - MACHINE_THREAD_STATE on older 10.4 versions. Patch by Dave Camp,...ted.mielczarek2007-05-082-11/+17
* Extraneous newline in format stringted.mielczarek2007-05-081-1/+1
* 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
* simply fix no newline at end of fileladderbreaker2007-05-041-1/+1
* oops, committed accidentallyted.mielczarek2007-05-041-5/+2
* Issue 160 - Reviewer Chris Rogersted.mielczarek2007-05-042-4/+9
* missed header renames from Issue 152ted.mielczarek2007-05-042-2/+2
* Issue 158: reviewer ladderbreakerladderbreaker2007-05-031-84/+22
* Add md5 implementation into code base to get rid ofluly812007-05-036-25/+310
* Issue 152 - Patch by Dave Camp, Reviewer Chris Rogersted.mielczarek2007-05-0312-20/+220
* Issue 159: reviewer Waylonisladderbreaker2007-05-024-76/+154
* Issue 159: reviewer Waylonisladderbreaker2007-05-022-0/+540
* Merge Ted's patch for writing symbols to stdout for linux.luly812007-05-023-20/+10
* Minidump without context crashes the processor (#153). r=brynermmentovai2007-04-251-0/+3
* Emergency crash fix, tbr=brynermmentovai2007-04-251-1/+2
* Truncated Windows/x86 stacks when using FPO. Add stack scanning to recovermmentovai2007-04-202-6/+119
* c++filt crashes when fed some mangled ObjC++ names. Oops. Patch by Davemmentovai2007-04-121-37/+37
* Issue 147 - reviewer Waylonisladderbreaker2007-04-111-10/+32
* Wrong version of swprintf used with VS 2003/7.1 CRT. r=brynermmentovai2007-04-091-0/+9
* Revert previous patch, see google-breakpad-devmmentovai2007-04-051-1/+0
* Fix temp file leak. Patch by Thomas Thiriez. r=memmentovai2007-04-051-0/+1
* Replace GB_WSU_SAFE_SWPRINTF_TERMINATE with inline code (#145 followup).mmentovai2007-04-046-26/+28
* 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