| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Moved exception_handler_test to the more aptly named exception_handler_death_... | hansl@google.com | 2010-05-12 | 11 | -399/+793 |
* | Changes to fix build warnings on newer versions of GCC, and a fix to not try ... | nealsid | 2010-05-10 | 3 | -2/+20 |
* | Copied minidump_test.cc from chrome_frame (see http://src.chromium.org/viewvc... | hansl@google.com | 2010-05-05 | 3 | -0/+484 |
* | Replacing solutions with gyp files. Moving tests for windows clients in unitt... | hansl@google.com | 2010-05-03 | 18 | -1320/+1822 |
* | Fix dependency on Visual C++ 9 introduced by revision 557. | nealsid | 2010-04-29 | 1 | -1/+1 |
* | issue 372 - fix Mac OS X minidump generation code to handle x86-64 properly. ... | ted.mielczarek | 2010-04-29 | 2 | -12/+37 |
* | Patch from Zhurun to fix build breaks in gcc 4.4.1 | nealsid | 2010-04-26 | 1 | -1/+3 |
* | [ Mistakenly committed older version of patch. This is the right one. ] | jimblandy | 2010-03-29 | 1 | -3/+3 |
* | Breakpad Linux client: Simplify VerifyStackReadWithMultipleThreads unit test. | jimblandy | 2010-03-29 | 2 | -10/+19 |
* | Fix HandleInvalidParameter to provide a locally created exception record for ... | siggi@chromium.org | 2010-03-26 | 1 | -3/+23 |
* | ARM support, with some build system changes to support x86-64, arm, and i386 ... | nealsid | 2010-03-02 | 11 | -83/+290 |
* | Breakpad: Update copyright notice years on all files changed in 2010. | jimblandy | 2010-02-09 | 9 | -9/+9 |
* | Refactor Chrome's out-of-process Linux code into CrashGeneration{Server,Clien... | ted.mielczarek | 2010-02-05 | 10 | -40/+878 |
* | Move file_id.cc from test_src to lib_src | nealsid | 2010-01-12 | 1 | -3/+3 |
* | Make Mac comment and email text field placeholders localizable. r=nealsid | stuart.morgan | 2010-01-01 | 2 | -0/+6 |
* | Add email mapping for Socorro. r=nealsid | stuart.morgan | 2010-01-01 | 1 | -2/+2 |
* | fix compilation on 64-bit, followup from issue 357 | ted.mielczarek | 2009-12-23 | 1 | -0/+3 |
* | Issue 357: New Linux file_id code doesn't persist across strip. r=agl,nealsid... | ted.mielczarek | 2009-12-23 | 5 | -20/+105 |
* | Fix build break for 64-bit compilation. | nealsid | 2009-12-17 | 1 | -1/+1 |
* | Added on-demand minidump generation for Linux, and a Linux test app. | brdevmn | 2009-12-16 | 2 | -4/+36 |
* | Issue 39002: Breakpad DWARF parser: Move DWARF parser to platform-independent... | jimblandy@gmail.com | 2009-12-15 | 1 | -3/+3 |
* | Mozilla bug 532713 - OS X client code doesn't decoded extended family ids in ... | ted.mielczarek | 2009-12-14 | 1 | -0/+15 |
* | Fix some build warnings | nealsid | 2009-12-10 | 2 | -2/+2 |
* | remove trailing comma from enum definition to make it compile with -pedantic | ted.mielczarek | 2009-12-03 | 1 | -1/+1 |
* | remove empty file, leftover from r384 | ted.mielczarek | 2009-12-03 | 1 | -0/+0 |
* | Upstreaming several patches from Chrome: | nealsid | 2009-12-01 | 4 | -13/+19 |
* | Forward exceptions in child processes to Apple's Crash Reporter | nealsid | 2009-11-18 | 1 | -0/+3 |
* | Always export catch_exception_raise. | mmentovai | 2009-11-11 | 1 | -1/+4 |
* | Allow the Breakpad Mac framework to be built without -fexceptions. | mmentovai | 2009-10-15 | 1 | -51/+45 |
* | Fix compilation of OS X handler on PPC with 10.5 SDK. r=nealsid at http://br... | ted.mielczarek | 2009-09-30 | 2 | -18/+5 |
* | New uploader for Linux with unit tests, and gflags/glog libraries | nealsid | 2009-09-29 | 3 | -9/+161 |
* | Check RegisterWaitForSingleObject return in CrashGenerationServer::Start. | mmentovai | 2009-09-28 | 1 | -6/+8 |
* | A better makefile for building the Linux client. | nealsid | 2009-09-18 | 2 | -45/+51 |
* | Fix text field resizing for 10.5+ SDK | stuartmorgan | 2009-08-28 | 1 | -1/+4 |
* | Merge of Breakpad Chrome Linux fork | nealsid | 2009-08-17 | 20 | -2194/+2687 |
* | Fix an INVALIDATE_ITERATOR defect reported by Coverity. | nealsid | 2009-07-30 | 1 | -5/+5 |
* | 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 |
* | Integration test for Windows exception handler/minidump generation. | nealsid | 2009-07-17 | 3 | -0/+440 |
* | The symbol files necessary for the processor to walk stacks on Linux that hav... | nealsid | 2009-06-25 | 2 | -0/+6 |
* | Fix for crashs generation test app to not deadlock | nealsid | 2009-06-22 | 1 | -1/+2 |
* | 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 |
* | Fix up warnings when building http_upload.cc. Changed warning level to /W4, a... | nealsid | 2009-05-27 | 1 | -2/+2 |
* | 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 |