| Commit message (Expand) | Author | Age | Files | Lines |
* | Provide for logging initialization routines (#179). r=bryner | mmentovai | 2007-05-25 | 11 | -15/+61 |
* | Fix bustage introduced in [172] | mmentovai | 2007-05-25 | 1 | -0/+2 |
* | Fixup crashreport tool on the mac | dmaclach | 2007-05-24 | 1 | -0/+4 |
* | issue 167: reviewed by Benjamin Smedberg | ladderbreaker | 2007-05-22 | 1 | -32/+96 |
* | Strengthen range checks in minidump.cc (#173). r=bryner | mmentovai | 2007-05-21 | 1 | -22/+38 |
* | Add logging to minidump processor (#82). Part 2: add messages to the rest of | mmentovai | 2007-05-21 | 15 | -53/+221 |
* | Add an optional per-day limit to the number of crash reports sent. The state | bryner | 2007-05-21 | 2 | -10/+125 |
* | - Add const keyword / casting to supress more stringient compiler warnings | waylonis | 2007-05-19 | 5 | -17/+20 |
* | Add logging to minidump processor (#82). First part: logging infrastructure | mmentovai | 2007-05-17 | 5 | -154/+948 |
* | Issue 168 - Output debug file and debug identifier in minidump_stackwalk mach... | ted.mielczarek | 2007-05-16 | 2 | -15/+20 |
* | Issue 140 - Fill in some more cpu information on OS X x86 dumps. r=mento | ted.mielczarek | 2007-05-11 | 1 | -0/+29 |
* | Issue 162 - handle pure virtual function calls in VC++. r=mento | ted.mielczarek | 2007-05-10 | 3 | -2/+48 |
* | Fixing comment about cpuid vendor_id | ted.mielczarek | 2007-05-10 | 1 | -1/+1 |
* | Issue 166 - reviewer Waylonis | ladderbreaker | 2007-05-09 | 1 | -4/+1 |
* | Stacks (still) truncated on win32 (#165). Patch by Benjamin Smedberg. r=me | mmentovai | 2007-05-08 | 1 | -9/+5 |
* | Issue 164 - MACHINE_THREAD_STATE on older 10.4 versions. Patch by Dave Camp,... | ted.mielczarek | 2007-05-08 | 2 | -11/+17 |
* | Extraneous newline in format string | ted.mielczarek | 2007-05-08 | 1 | -1/+1 |
* | Issue 161: reviewer Waylonis | ladderbreaker | 2007-05-07 | 1 | -2/+2 |
* | Issue 163, reviewer mento. Make dynamic_images.cc build on 10.3.9 SDK + upda... | ted.mielczarek | 2007-05-07 | 2 | -12/+66 |
* | simply fix no newline at end of file | ladderbreaker | 2007-05-04 | 1 | -1/+1 |
* | oops, committed accidentally | ted.mielczarek | 2007-05-04 | 1 | -5/+2 |
* | Issue 160 - Reviewer Chris Rogers | ted.mielczarek | 2007-05-04 | 2 | -4/+9 |
* | missed header renames from Issue 152 | ted.mielczarek | 2007-05-04 | 2 | -2/+2 |
* | Issue 158: reviewer ladderbreaker | ladderbreaker | 2007-05-03 | 1 | -84/+22 |
* | Add md5 implementation into code base to get rid of | luly81 | 2007-05-03 | 6 | -25/+310 |
* | Issue 152 - Patch by Dave Camp, Reviewer Chris Rogers | ted.mielczarek | 2007-05-03 | 12 | -20/+220 |
* | Issue 159: reviewer Waylonis | ladderbreaker | 2007-05-02 | 4 | -76/+154 |
* | Issue 159: reviewer Waylonis | ladderbreaker | 2007-05-02 | 2 | -0/+540 |
* | Merge Ted's patch for writing symbols to stdout for linux. | luly81 | 2007-05-02 | 3 | -20/+10 |
* | Minidump without context crashes the processor (#153). r=bryner | mmentovai | 2007-04-25 | 1 | -0/+3 |
* | Emergency crash fix, tbr=bryner | mmentovai | 2007-04-25 | 1 | -1/+2 |
* | Truncated Windows/x86 stacks when using FPO. Add stack scanning to recover | mmentovai | 2007-04-20 | 2 | -6/+119 |
* | c++filt crashes when fed some mangled ObjC++ names. Oops. Patch by Dave | mmentovai | 2007-04-12 | 1 | -37/+37 |
* | Issue 147 - reviewer Waylonis | ladderbreaker | 2007-04-11 | 1 | -10/+32 |
* | Wrong version of swprintf used with VS 2003/7.1 CRT. r=bryner | mmentovai | 2007-04-09 | 1 | -0/+9 |
* | Revert previous patch, see google-breakpad-dev | mmentovai | 2007-04-05 | 1 | -1/+0 |
* | Fix temp file leak. Patch by Thomas Thiriez. r=me | mmentovai | 2007-04-05 | 1 | -0/+1 |
* | Replace GB_WSU_SAFE_SWPRINTF_TERMINATE with inline code (#145 followup). | mmentovai | 2007-04-04 | 6 | -26/+28 |
* | Discard age field in the dumped symbol file. | luly81 | 2007-04-04 | 2 | -14/+10 |
* | Issue 147 - reviewer Waylonis | ladderbreaker | 2007-04-03 | 1 | -0/+3 |
* | Issue 146 - reviewer Waylonis | ladderbreaker | 2007-04-02 | 2 | -45/+76 |
* | Windows http_upload should allow response without Content-Length header (#144). | mmentovai | 2007-04-02 | 1 | -17/+33 |
* | vswprintf causes Purify to fail (#145). r=darin | mmentovai | 2007-03-30 | 6 | -40/+42 |
* | Fix issue 136. | luly81 | 2007-03-29 | 1 | -1/+21 |
* | Fix bug of issue 135, now can dump symbols for dynamic libraries. | luly81 | 2007-03-27 | 5 | -20/+65 |
* | issue141: reviewer Waylonis | ladderbreaker | 2007-03-23 | 1 | -1/+4 |
* | s/an breakpad/a breakpad/ (#127), patch by techtonik, r=me | mmentovai | 2007-03-23 | 3 | -3/+3 |
* | Ignore functions that have invalid addresses or sizes, instead of aborting the | bryner | 2007-03-22 | 4 | -10/+24 |
* | Don't output FUNC lines for 0-length functions (#139). r=bryner | mmentovai | 2007-03-22 | 1 | -0/+5 |
* | issue 134: reduce timeout period for minidump upload : reviwer waylonis | ladderbreaker | 2007-03-16 | 1 | -1/+5 |