| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | issue 133: Mach-o UUID generation has problems - reviewed by waylonis | ladderbreaker | 2007-03-16 | 1 | -6/+13 |
* | Add Linux exception handler. | luly81 | 2007-03-12 | 23 | -0/+4032 |
* | fixes for issue 129 : reviewed by Waylonis | ladderbreaker | 2007-03-09 | 2 | -24/+101 |
* | fixes for issue 128: reviewed by Waylonis | ladderbreaker | 2007-03-08 | 3 | -4/+63 |
* | Fix exception handler build with MSVC versions prior to 2005. r=mmentovai. | bryner | 2007-03-05 | 1 | -1/+4 |
* | Rename Airbag to Breakpad. | mmentovai | 2007-02-14 | 113 | -24054/+36903 |
* | Change the symbol table parsing so that it will only use symbols that are fro... | waylonis | 2007-02-08 | 1 | -4/+13 |
* | Airbag windows client didn't trap VC8 parameter validation errors. Now it | mmentovai | 2007-02-07 | 4 | -54/+233 |
* | Fix bug with mach-o walker not properly walking universal binary (Issue #125) | waylonis | 2007-02-07 | 4 | -48/+92 |
* | Store 128-bit values as a struct with high and low fields, so that consumers | bryner | 2007-02-07 | 2 | -12/+26 |
* | - Fixes the bug with a fork()'d child's exception being caught in the parent ... | waylonis | 2007-02-05 | 1 | -30/+62 |
* | Don't fail the minidump processing if the requesting thread can't be found. | waylonis | 2007-02-01 | 1 | -1/+2 |
* | Only use the segments that contain sections in the identifer calculation. | waylonis | 2007-01-31 | 2 | -31/+49 |
* | Add module list to machine-readable minidump_stackwalk output (#119). | mmentovai | 2007-01-29 | 3 | -2/+96 |
* | Qualify string and vector with std namespace when used without | mmentovai | 2007-01-25 | 1 | -1/+1 |
* | Support machine-readable output format from minidump_stackwalk; | mmentovai | 2007-01-25 | 3 | -51/+246 |
* | Update crash_report tool and internal classes to reflect change to ProcessSta... | waylonis | 2007-01-24 | 4 | -56/+37 |
* | Changes to support patch #108: | waylonis | 2007-01-23 | 11 | -164/+275 |
* | Library to handle SymSrv integration (#111). r=bryner | mmentovai | 2007-01-18 | 5 | -0/+1090 |
* | Be lenient when reading CodeView records of unknown types (#110). r=bryner | mmentovai | 2007-01-17 | 3 | -61/+134 |
* | Pass the exception record (EXCEPTION_POINTERS*) to callback functions from | mmentovai | 2007-01-12 | 3 | -7/+11 |
* | Add classes to: walk mach-o files, look for identifiers, and return a 16 byte... | waylonis | 2007-01-11 | 6 | -0/+919 |
* | Communicate OS and CPU to SymbolSupplier (#107). r=bryner | mmentovai | 2007-01-10 | 19 | -124/+299 |
* | Added method to allow adding a file's contents directly. Fixes issue #105. | waylonis | 2007-01-04 | 2 | -12/+31 |
* | Allows the caller of CrashReportSender::SendCrashReport() to determine that | incrementalist | 2007-01-03 | 5 | -16/+48 |
* | Add Mac exception handler and generator. Fixes issue #69. Reviewed by mment... | waylonis | 2006-12-20 | 7 | -0/+2134 |
* | Fix UTF32ToUTF16Char() conversion. Fixes issue #99. Reviewed by bryner. | waylonis | 2006-12-20 | 1 | -2/+2 |
* | Add Mac string utilities. Reviewed by mmentovai. Fixes issue #98. | waylonis | 2006-12-19 | 2 | -0/+132 |
* | Add Mac symupload tool. Reviewed by bryner. Fixes issue #96. | waylonis | 2006-12-19 | 3 | -0/+611 |
* | Add Mac dump_syms tool and support class. Fixes issue #73. | waylonis | 2006-12-19 | 4 | -0/+1229 |
* | Add crash_report tool that will: | waylonis | 2006-12-18 | 4 | -0/+958 |
* | Add better support for UTF character conversions. Fixes Issue 78. | waylonis | 2006-12-16 | 2 | -83/+117 |
* | Add unittest for minidump file writer. Fixes issue #85. | waylonis | 2006-12-16 | 1 | -0/+160 |
* | Change function declarations to match those of the header file. Amazingly, g... | waylonis | 2006-12-15 | 1 | -12/+12 |
* | Add unicode.org UTF-8/16/32 conversion code. | waylonis | 2006-12-15 | 4 | -0/+895 |
* | Changed files_ to be a Dictionary. | waylonis | 2006-12-14 | 2 | -9/+9 |
* | Add the HTTP uploading class for Mac. | waylonis | 2006-12-14 | 2 | -0/+236 |
* | Fix capitalization of identifiers (#94). r=bryner | mmentovai | 2006-12-12 | 4 | -18/+29 |
* | Fix stackwalker_selftest following #89 (#95). r=bryner | mmentovai | 2006-12-12 | 1 | -5/+8 |
* | Add an abstract interface to SourceLineResolver, and allow any implementation | bryner | 2006-12-11 | 16 | -92/+192 |
* | Removing CRs from #81. Hey, how'd those get in there? | mmentovai | 2006-12-08 | 1 | -24/+24 |
* | This patch fixes Airbag issue #44. | incrementalist | 2006-12-08 | 5 | -11/+86 |