| Commit message (Expand) | Author | Age | Files | Lines |
* | Turn on more warnings in ios / mac projects. | qsr@chromium.org | 2012-09-21 | 3 | -4/+6 |
* | Update GTM files to latest from | qsr@chromium.org | 2012-09-21 | 5 | -600/+1256 |
* | Make my_str_len/my_itos take uintmax_t | ted.mielczarek@gmail.com | 2012-09-17 | 3 | -32/+36 |
* | Fix compiler warnings on Ubuntu Precise. Pull in gmock r408 in the process. | thestig@chromium.org | 2012-09-10 | 1 | -13/+13 |
* | Use sys_fstat64 on Android | ted.mielczarek@gmail.com | 2012-09-10 | 1 | -4/+1 |
* | Add custom getcontext() implementation for Android. | digit@chromium.org | 2012-08-31 | 5 | -6/+339 |
* | Fix Breakpad unit tests build for Android. | digit@chromium.org | 2012-08-23 | 7 | -0/+280 |
* | Improve Android support | digit@chromium.org | 2012-08-21 | 11 | -10/+851 |
* | Getting context information from the kernel when catching a SIGABRT on iOS. | qsr@chromium.org | 2012-08-20 | 1 | -8/+0 |
* | Adding a way to create an ExceptionHandler that takes in a file descriptor | jcivelli@chromium.org | 2012-08-09 | 1 | -1/+1 |
* | Clean up warnings about narrowing conversion | jessicag.feedback | 2012-08-07 | 1 | -4/+4 |
* | Prepending file names with "src/" in #include directives is undesirable. | ivan.penkov@gmail.com | 2012-08-06 | 1 | -1/+1 |
* | SORRY. It seems I've screwed up my commit for http://breakpad.appspot.com/411... | digit@chromium.org | 2012-08-03 | 2 | -112/+67 |
* | Remove some linux libc calls from client library. | digit@chromium.org | 2012-08-01 | 1 | -0/+228 |
* | Linux: Fix a bunch of clang errors from not handling return values. | thestig@chromium.org | 2012-07-24 | 2 | -1/+41 |
* | Fix sizeof bug in HTTPUpload::SendRequest | ted.mielczarek | 2012-07-20 | 1 | -2/+2 |
* | Add some more DWARF ARM register numbers to the DWARF CFI register maps | ted.mielczarek | 2012-07-18 | 2 | -5/+28 |
* | Rework dump_symbols.cc using templates and traits classes to handle cross-wor... | ted.mielczarek | 2012-07-18 | 5 | -253/+371 |
* | Move some ELF-handling bits from file_id.cc to elfutils.{h,cc} | ted.mielczarek | 2012-07-18 | 3 | -104/+204 |
* | Fixing various compiler warnings and applying minor tweaks to allow running of | ivan.penkov@gmail.com | 2012-07-02 | 7 | -9/+22 |
* | This change allows compiling the google-breakpad code using a global ::string... | ivan.penkov@gmail.com | 2012-06-28 | 52 | -251/+359 |
* | sym_upload: Show failure if symbol server gives redirect response | mkrebs@chromium.org | 2012-05-24 | 2 | -0/+12 |
* | Fixing HTTPMultipartUpload. | qsr@chromium.org | 2012-05-15 | 1 | -2/+2 |
* | Bits necessary to send the reports along with the minidumps. | mark@chromium.org | 2012-05-11 | 1 | -1/+4 |
* | Fix compiler warning from format string | ted.mielczarek | 2012-04-25 | 1 | -1/+1 |
* | Fix crash_generator error message | ted.mielczarek | 2012-04-11 | 1 | -1/+4 |
* | vectors are cleared with "clear()", not with "empty() | thestig@chromium.org | 2012-04-11 | 1 | -2/+2 |
* | Accept version 3 .eh_frame unwinding data, as well as version 1. | jimblandy | 2012-04-03 | 1 | -14/+8 |
* | Changes to get the breakpad client compiling and running on Android using | mark@chromium.org | 2012-04-03 | 3 | -3/+14 |
* | Remove static initializer in linux/guid_creator.cc. | qsr@chromium.org | 2012-03-08 | 1 | -8/+16 |
* | Modify CrashGenerator::CreateChildCrash to copy proc files. | benchan@chromium.org | 2012-02-23 | 4 | -7/+111 |
* | Move away from the 10.4 SDK. | mark@chromium.org | 2012-02-21 | 1 | -2/+0 |
* | Funnel all bootstrap_register calls through a routine that doesn't care that | mark@chromium.org | 2012-02-21 | 3 | -3/+101 |
* | Add some missing #includes | ted.mielczarek | 2012-02-15 | 2 | -0/+3 |
* | Add filename to error message when PDBSourceLineWriter::Open fails | ted.mielczarek | 2012-02-15 | 1 | -3/+3 |
* | Breakpad DWARF: Add support for DWARF 4 attribute forms. | jimblandy | 2012-02-01 | 7 | -8/+179 |
* | Breakpad DWARF support: Remove extraneous breaks following returns in dwarf2r... | jimblandy | 2012-02-01 | 1 | -44/+6 |
* | Add partial unit tests for dwarf2reader::CompilationUnit. | jimblandy | 2012-02-01 | 2 | -0/+526 |
* | Change some functions in linux_libc_support.h to use intmax_t instead of int. | ted.mielczarek | 2012-01-27 | 1 | -2/+2 |
* | Implement core dump to minidump conversion. | benchan@chromium.org | 2012-01-19 | 3 | -3/+7 |
* | Skip ElfCoreDumpTest.ValidCoreFile test if no core dump is generated. | benchan@chromium.org | 2012-01-11 | 2 | -11/+43 |
* | Build LinuxLibcSupportTest and make it pass. | thestig@chromium.org | 2012-01-11 | 1 | -2/+6 |
* | Refactor LinuxDumper and MinidumpWriter. | benchan@chromium.org | 2012-01-11 | 2 | -1/+18 |
* | Add utilities for processing Linux core dump files. | benchan@chromium.org | 2012-01-07 | 9 | -26/+1039 |
* | Replace MMappedRange with MinidumpMemoryRange. | benchan@chromium.org | 2011-12-21 | 1 | -6/+0 |
* | Replace readlink calls with a safer version that guarantees NULL-termination. | benchan@chromium.org | 2011-12-21 | 4 | -3/+210 |
* | Refactor code in preparation of merging with the fork in Chromium OS. | benchan@chromium.org | 2011-12-16 | 8 | -22/+769 |
* | Fix some comments and parameter names. | jimblandy | 2011-11-23 | 2 | -4/+5 |
* | Correct compilation warning. | qsr@chromium.org | 2011-11-23 | 3 | -7/+107 |
* | Rename md5.c to md5.cc, put its contents inside the google_breakpad namespace. | ted.mielczarek | 2011-11-18 | 4 | -8/+13 |