| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix compilation of crash_generation_server.cc, and add it to the client libra... | ted.mielczarek@gmail.com | 2012-09-17 | 1 | -71/+104 |
* | Fix compiler warnings on Ubuntu Precise. Pull in gmock r408 in the process. | thestig@chromium.org | 2012-09-10 | 1 | -43/+113 |
* | Add custom getcontext() implementation for Android. | digit@chromium.org | 2012-08-31 | 1 | -24/+106 |
* | Fix 'make check' for Android | digit@chromium.org | 2012-08-31 | 1 | -3/+48 |
* | Fix Breakpad unit tests build for Android. | digit@chromium.org | 2012-08-23 | 1 | -24/+36 |
* | Improve Android support | digit@chromium.org | 2012-08-21 | 1 | -13/+15 |
* | Adding a way to create an ExceptionHandler that takes in a file descriptor | jcivelli@chromium.org | 2012-08-09 | 1 | -0/+11 |
* | SORRY. It seems I've screwed up my commit for http://breakpad.appspot.com/411... | digit@chromium.org | 2012-08-03 | 1 | -77/+112 |
* | Move some ELF-handling bits from file_id.cc to elfutils.{h,cc} | ted.mielczarek | 2012-07-18 | 1 | -3/+35 |
* | Fixing various compiler warnings and applying minor tweaks to allow running of | ivan.penkov@gmail.com | 2012-07-02 | 1 | -0/+31 |
* | Make Breakpad build with DSO linking on newer versions of Fedora/Ubuntu. | thestig@chromium.org | 2012-04-19 | 1 | -13/+6 |
* | Add missing log.o dependency to linux_client_unittest target. | benchan@chromium.org | 2012-04-03 | 1 | -0/+1 |
* | Changes to get the breakpad client compiling and running on Android using | mark@chromium.org | 2012-04-03 | 1 | -18/+34 |
* | Add partial unit tests for dwarf2reader::CompilationUnit. | jimblandy | 2012-02-01 | 1 | -0/+22 |
* | Implement core dump to minidump conversion. | benchan@chromium.org | 2012-01-19 | 1 | -52/+172 |
* | Build LinuxLibcSupportTest and make it pass. | thestig@chromium.org | 2012-01-11 | 1 | -0/+22 |
* | Add utilities for processing Linux core dump files. | benchan@chromium.org | 2012-01-07 | 1 | -5/+123 |
* | Replace MMappedRange with MinidumpMemoryRange. | benchan@chromium.org | 2011-12-21 | 1 | -2/+109 |
* | Replace readlink calls with a safer version that guarantees NULL-termination. | benchan@chromium.org | 2011-12-21 | 1 | -3/+59 |
* | Refactor code in preparation of merging with the fork in Chromium OS. | benchan@chromium.org | 2011-12-16 | 1 | -8/+88 |
* | Rename md5.c to md5.cc, put its contents inside the google_breakpad namespace. | ted.mielczarek | 2011-11-18 | 1 | -3/+3 |
* | Remove NetworkSourceLine{Resolver,Server} and related code. It never wound up... | ted.mielczarek | 2011-07-07 | 1 | -424/+5 |
* | Add some unit tests for Linux WriteSymbolFile | ted.mielczarek | 2011-07-06 | 1 | -0/+66 |
* | Dump PUBLIC + CFI records from libraries without debug info on Linux, use .dy... | ted.mielczarek | 2011-07-06 | 1 | -2/+58 |
* | Make programs in src/tools/linux build via the automake build system | ted.mielczarek | 2011-02-28 | 1 | -12/+865 |
* | Add module_serializer.cc to libbreakpad.a. Not sure why it wasn't there in th... | ted.mielczarek | 2011-01-19 | 1 | -0/+10 |
* | FastSourceLineResolver implementation for optimization purpose. | SiyangXie@gmail.com | 2010-10-21 | 1 | -3/+130 |
* | Add static version of map wrappers and corresponding serializers. | SiyangXie@gmail.com | 2010-10-15 | 1 | -22/+409 |
* | Refactor source line resolver, add interface in supplier and resolver. | SiyangXie@gmail.com | 2010-10-07 | 1 | -0/+28 |
* | ditch libtool, only build static libs | ted.mielczarek | 2010-10-05 | 1 | -727/+596 |
* | add a --disable-processor configure arg to skip building processor libs and j... | ted.mielczarek | 2010-10-05 | 1 | -901/+1238 |
* | Added libdisasm to the repository. This library is no longer under developmen... | cdn@chromium.org | 2010-10-01 | 1 | -18/+448 |
* | add top_srcdir/src to CPPFLAGS for all unittests to fix compilation of unitte... | ted.mielczarek | 2010-09-29 | 1 | -3/+18 |
* | Write a window of memory around the instruction pointer from the crashing thr... | ted.mielczarek | 2010-09-23 | 1 | -0/+22 |
* | Added the base exploitability module for windows. This only adds the very bas... | cdn@chromium.org | 2010-09-22 | 1 | -6/+21 |
* | Add StaticMap implementation and unittest to breakpad. | SiyangXie@gmail.com | 2010-09-20 | 1 | -0/+89 |
* | Write a window of memory around the instruction pointer from the crashing thr... | ted.mielczarek | 2010-09-17 | 1 | -2/+6 |
* | Issue 378 - Don't compile Linux client libraries on non-Linux systems | ted.mielczarek | 2010-08-31 | 1 | -78/+110 |
* | Update Makefile.am from r662 (which only updated Makefile.in) | ted.mielczarek | 2010-08-25 | 1 | -26/+30 |
* | Patch from CDN to add support for an exploitability engine | nealsid | 2010-08-24 | 1 | -9/+21 |
* | Breakpad test support: Move test_assembler.{h,cc} from src/processor to src/c... | jimblandy | 2010-04-27 | 1 | -231/+231 |
* | provide a network source line resolver + server. r=mark,jimb at http://breakp... | ted.mielczarek | 2010-04-08 | 1 | -23/+563 |
* | Breakpad processor: Support AMD64 stack unwinding driven by DWARF CFI. | jimblandy | 2010-03-16 | 1 | -0/+126 |
* | Breakpad: Support DWARF CFI-driven stack walking on ARM. | jimblandy | 2010-03-16 | 1 | -0/+126 |
* | Breakpad: Add minidump processor support for DWARF Call Frame Information. | jimblandy | 2010-03-16 | 1 | -7/+128 |
* | Breakpad processor: Unit tests for StackwalkerX86. | jimblandy | 2010-03-16 | 1 | -0/+126 |
* | Breakpad Processor: Add new unit tests for google_breakpad::Minidump | jimblandy | 2010-03-16 | 1 | -4/+335 |
* | ARM support, with some build system changes to support x86-64, arm, and i386 ... | nealsid | 2010-03-02 | 1 | -31/+442 |
* | Breakpad: Require Automake 1.11.1. | jimblandy | 2010-02-11 | 1 | -1/+1 |
* | Breakpad: Update copyright notice years on all files changed in 2010. | jimblandy | 2010-02-09 | 1 | -1/+1 |