| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove LOG statements from linux utilities so there's no dependency on log li... | nealsid | 2010-05-27 | 1 | -2/+4 |
* | Changes to fix build warnings on newer versions of GCC, and a fix to not try ... | nealsid | 2010-05-10 | 3 | -2/+20 |
* | [ 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 |
* | 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 |
* | 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 |
* | Added on-demand minidump generation for Linux, and a Linux test app. | brdevmn | 2009-12-16 | 2 | -4/+36 |
* | 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 |
* | New uploader for Linux with unit tests, and gflags/glog libraries | nealsid | 2009-09-29 | 3 | -9/+161 |
* | A better makefile for building the Linux client. | nealsid | 2009-09-18 | 2 | -45/+51 |
* | Merge of Breakpad Chrome Linux fork | nealsid | 2009-08-17 | 19 | -2192/+2668 |
* | The symbol files necessary for the processor to walk stacks on Linux that hav... | nealsid | 2009-06-25 | 2 | -0/+6 |
* | issue 305 - breakpad Linux handler doesn't build with compiler built from lat... | ted.mielczarek | 2009-03-24 | 2 | -0/+2 |
* | Fix for issue 242, plus a redo of how old exception handlers are tracked, and... | nealsid | 2009-02-26 | 3 | -22/+59 |
* | Issue 276 - generate GUIDs ahead of time in Linux handler. r=Liu Li | ted.mielczarek | 2008-10-14 | 2 | -29/+55 |
* | fix a typo in the makefile, HANDLER_SRC->HANDLER_OBJ | ted.mielczarek | 2008-10-10 | 1 | -1/+1 |
* | issue 238 - missing includes compiling with gcc 4.3. patch by taras glek, r=me | ted.mielczarek | 2008-02-24 | 3 | -0/+3 |
* | Solaris version of symbol dumper (#207). Patch by Alfred Peng. r=me | mmentovai | 2007-09-28 | 1 | -1/+1 |
* | Issue 190 - 32 bit build fails on a 64 bit Linux system. Patch by wgianopoul... | ted.mielczarek | 2007-07-02 | 2 | -2/+1 |
* | Issue 182: linux handler doesn't have sigcontext if called from a previous si... | ted.mielczarek | 2007-06-11 | 7 | -25/+87 |
* | Issue 169 - Fill in CPU vendor id in MDRawSystemInfo in Linux minidump_genera... | ted.mielczarek | 2007-05-31 | 1 | -1/+30 |
* | Add md5 implementation into code base to get rid of | luly81 | 2007-05-03 | 1 | -7/+11 |
* | 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 | 3 | -11/+17 |
* | Add Linux exception handler. | luly81 | 2007-03-12 | 10 | -0/+2336 |