| Commit message (Expand) | Author | Age | Files | Lines |
* | Add tool dependencies to the 'Build All' target of Breakpad, so that everythi... | nealsid | 2009-07-28 | 1 | -0/+151 |
* | Port fixes from internal Google Breakpad to SVN. | nealsid | 2009-07-21 | 12 | -52/+287 |
* | issue 323 - OS X exception handler / minidump generator should set exception ... | ted.mielczarek | 2009-06-12 | 8 | -11/+38 |
* | Fix for generating dumps on-demand to set the requesting thread to the curren... | nealsid | 2009-06-12 | 1 | -1/+1 |
* | Support custom URL parameters. Added unit tests for Breakpad. Added | nealsid | 2009-06-03 | 8 | -95/+481 |
* | Show the reporter UI for Breakpad.framework regardless of whether continuing ... | stuartmorgan | 2009-05-28 | 2 | -3/+10 |
* | Patch from Jeremy to have better error reporting, and workaround a Cocoa bug ... | nealsid | 2009-05-15 | 2 | -16/+39 |
* | Add a missing include (for gettimeofday) to Inspector.mm | stuartmorgan | 2009-04-30 | 1 | -5/+6 |
* | Mac reporter improvements: | stuartmorgan | 2009-04-29 | 12 | -207/+380 |
* | Mac framework fixes: Propagate server type from plist, and fix precedence of ... | stuart.morgan | 2009-04-29 | 2 | -8/+9 |
* | Code review issue 9002: Add paranoid logging to Inspector & Reporter | nealsid | 2009-04-23 | 3 | -12/+61 |
* | Add a parameter to control the Mac reporter timeout. | stuartmorgan | 2009-04-22 | 3 | -11/+24 |
* | Fix to support extensible parameter handling, and add process crashtime/uptim... | nealsid | 2009-04-22 | 8 | -81/+217 |
* | Give the Mac reporter app a localized name of 'Crash Reporter' | stuartmorgan | 2009-04-22 | 3 | -5/+23 |
* | Patch from Jeremy Moskovich to build with 10.5 SDK correctly. Also removed e... | nealsid | 2009-04-21 | 3 | -13/+23 |
* | Sender tweaks; strip whitespace from server-returned ID, and change the title... | stuart.morgan | 2009-04-07 | 3 | -6/+8 |
* | Fix framework bundle ID and remove useless autogenerated InfoPlist.strings | stuart.morgan | 2009-04-06 | 3 | -17/+5 |
* | Fix my build break due to misnamed constant | nealsid | 2009-04-06 | 1 | -1/+1 |
* | Incorporate feedback from first Breakpad integration. | nealsid | 2009-04-06 | 13 | -942/+204 |
* | Open sourcing the Breakpad framework from Google. | nealsid | 2009-04-01 | 38 | -10/+9166 |
* | New test data to reflect Ted's changes that add function parameters to symbol... | nealsid | 2008-12-19 | 1 | -3318/+3457 |
* | Added some sanity checks when iterating over threads in a crashed process. In... | nealsid | 2008-11-19 | 1 | -22/+47 |
* | Undo suspend/resume feature since it was meant as a workaround to a bug in ho... | nealsid | 2008-10-27 | 2 | -61/+20 |
* | Issue 181: Add version info for Mac OS X modules. Found by iterating over lo... | nealsid | 2008-10-22 | 5 | -94/+160 |
* | Added DWARF support to Breakpad client. Thanks to Google for open sourcing t... | nealsid | 2008-10-08 | 6 | -1/+5456 |
* | Now we provide our own implementation of the MIG function exc_server, as reco... | nealsid | 2008-07-11 | 4 | -0/+2083 |
* | Filter out duplicates from the image list when creating a minidump. See issu... | nealsid | 2008-06-04 | 2 | -0/+13 |
* | Fix to stop unit tests from being compiled & run for non-native architectures | nealsid | 2008-05-08 | 1 | -4/+1 |
* | Bug fix for issue 263: mach_vm_region_recurse calls have invalid parameter sp... | nealsid | 2008-05-07 | 2 | -5/+4 |
* | Issue 261/262: 64-bit bug fix when iterating through load commands of a 64-bi... | nealsid | 2008-05-05 | 4 | -140/+21 |
* | Style changes | nealsid | 2008-04-30 | 2 | -4/+3 |
* | Updated code to be compliant with style guidelines | nealsid | 2008-04-29 | 9 | -70/+185 |
* | Issue 258: Added test cases for ReadTaskMemory, reorganized project file, ren... | nealsid | 2008-04-25 | 12 | -157/+429 |
* | Fix a bug in start address calculation | nealsid | 2008-04-17 | 1 | -1/+1 |
* | As part of resolving issue 256 I'd like to check in some unit | nealsid | 2008-04-15 | 5 | -5/+414 |
* | Issue 254: The problem is that nlist() is compiled out of libc in | nealsid | 2008-04-12 | 5 | -9/+452 |
* | Issue 246: Dynamic_images.* needs to be 64-bit ready. Created types that are ... | nealsid | 2008-04-04 | 5 | -192/+371 |
* | Breakpad rejects valid modules with a vmaddr of zero on Mac (#176). Patch | mmentovai | 2007-09-28 | 1 | -1/+1 |
* | Issue 208: Reviewer waylonis | ladderbreaker | 2007-09-19 | 1 | -14/+52 |
* | Issue 209: Reviewer waylonis | ladderbreaker | 2007-09-19 | 1 | -1/+1 |
* | Issue203 : reviewed by Waylonis | ladderbreaker | 2007-08-29 | 1 | -7/+24 |
* | Issue 202: reviewed by Waylonis | ladderbreaker | 2007-08-27 | 3 | -0/+207 |
* | Issue 197: reviewed by Waylonis | ladderbreaker | 2007-08-16 | 1 | -10/+63 |
* | issue 194: reviewed by waylonis | ladderbreaker | 2007-07-03 | 1 | -2/+3 |
* | issue 167: reviewed by Benjamin Smedberg | ladderbreaker | 2007-05-22 | 1 | -32/+96 |
* | - Add const keyword / casting to supress more stringient compiler warnings | waylonis | 2007-05-19 | 3 | -15/+17 |
* | Issue 140 - Fill in some more cpu information on OS X x86 dumps. r=mento | ted.mielczarek | 2007-05-11 | 1 | -0/+29 |
* | Issue 164 - MACHINE_THREAD_STATE on older 10.4 versions. Patch by Dave Camp,... | ted.mielczarek | 2007-05-08 | 1 | -11/+12 |
* | 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 |