| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix file descriptor leaks in linux CrashGenerationServer | Mike Frysinger | 2015-11-11 | 1 | -0/+3 |
* | Android: Workaround for ftruncate() issues. | Lei Zhang | 2015-11-05 | 1 | -3/+69 |
* | Only release current_breakpad_ if it is defined. | Benjamin Lerman | 2015-10-14 | 1 | -1/+1 |
* | Fix Windows crash_generation_server for debug builds without -D_DEBUG | Ted Mielczarek | 2015-10-07 | 1 | -1/+1 |
* | Support for multiple upload files in CrashReportSender/HTTPUpload | David Major | 2015-10-06 | 2 | -4/+4 |
* | Fix MSVC build (including on 2015), drop some workarounds for MSVC older than... | Ted Mielczarek | 2015-10-06 | 3 | -5/+5 |
* | Add GPU fingerprint information to breakpad microdumps. | Primiano Tucci | 2015-09-28 | 7 | -81/+164 |
* | Linux ExceptionHandler: don't allocate the CrashContext on the stack | Primiano Tucci | 2015-09-22 | 1 | -15/+27 |
* | Remove obsolete seccomp_unwinder for legacy (pre-BPF) sandbox | primiano@chromium.org | 2015-08-18 | 4 | -214/+0 |
* | [microdump] Move microdump writes to the crash ring-buffer log | primiano@chromium.org | 2015-08-17 | 4 | -3/+60 |
* | [microdump] Fix hw architecture indication in build fingerprint line | primiano@chromium.org | 2015-08-17 | 2 | -15/+60 |
* | Fix breakpad for arm on arm64 | cjhopman@chromium.org | 2015-08-05 | 1 | -0/+6 |
* | add aarch64 support to minidump-2-core | vapier@chromium.org | 2015-07-20 | 1 | -3/+3 |
* | tests: InstructionPointerMemoryNullPointer: make it work under llvm | vapier@chromium.org | 2015-07-20 | 2 | -2/+9 |
* | Fix -Wreorder warnings in the Windows code. | wfh@chromium.org | 2015-07-10 | 3 | -14/+14 |
* | Default nil or empty version string to CFBundleVersion | changluo@google.com | 2015-07-10 | 1 | -1/+1 |
* | Adjust breakpad module size to match adjusted start_addr. | rmcilroy@chromium.org | 2015-06-30 | 1 | -4/+9 |
* | Update breakpad for Android packed relocations. | rmcilroy@chromium.org | 2015-06-19 | 4 | -2/+192 |
* | [microdump] Add build fingerprint and product info metadata. | primiano@chromium.org | 2015-05-15 | 6 | -50/+163 |
* | Fix signal propagation logic for Linux/Android exception handler. | primiano@chromium.org | 2015-04-30 | 1 | -1/+2 |
* | [MIPS]: Use mcontext_t structure for MIPS | rmcilroy@chromium.org | 2015-04-21 | 5 | -48/+97 |
* | Fix call to rt_sigaction | cjhopman@chromium.org | 2015-04-15 | 1 | -4/+4 |
* | MIPS64: Initial MIPS64 related change. | mark@chromium.org | 2015-04-15 | 5 | -3/+21 |
* | Use __NR_rt_sigaction instead of __NR_sigaction | mark@chromium.org | 2015-04-13 | 1 | -1/+1 |
* | Workaround Android sigaction bug | mark@chromium.org | 2015-04-10 | 1 | -3/+21 |
* | Fix compilation with gcc --std=c++11 | ted.mielczarek@gmail.com | 2015-03-24 | 5 | -16/+16 |
* | Fix compatibility with Android NDK r10d. | primiano@chromium.org | 2015-03-16 | 1 | -15/+0 |
* | Make breakpad compatible with Android NDK r10d. | primiano@chromium.org | 2015-03-10 | 2 | -5/+16 |
* | Microdump writer: stop using new/malloc in compromised context | primiano@chromium.org | 2015-03-10 | 1 | -9/+13 |
* | Add option to Breakpad to consume INVALID_HANDLE_VALUE exceptions. | wfh@chromium.org | 2015-02-22 | 2 | -0/+19 |
* | Fix overflow error in breakpad for linux | mark@chromium.org | 2015-02-05 | 1 | -4/+4 |
* | Handle failures of copying process data from a core file. | benchan@chromium.org | 2015-02-02 | 6 | -16/+31 |
* | Remove unused variable 'kGUIDStringSize' in microdump_writer_unittest. | benchan@chromium.org | 2015-01-28 | 1 | -4/+0 |
* | Stop calling memmove when unnecessary | hashimoto@chromium.org | 2015-01-27 | 1 | -2/+4 |
* | Fix the scope on the initialization of kMicrodumpOnConsole to match header. | primiano@chromium.org | 2015-01-09 | 1 | -1/+2 |
* | Remove pointers from serialized file format | mdempsky@chromium.org | 2014-12-11 | 1 | -5/+9 |
* | Breakpad: Fix build with new clang versions. | mark@chromium.org | 2014-12-10 | 2 | -2/+2 |
* | Microdumps: support aarch64 and lib mapping from APK | primiano@chromium.org | 2014-12-02 | 2 | -10/+36 |
* | Fix microdump_writer and add unittest. | primiano@chromium.org | 2014-11-25 | 2 | -10/+150 |
* | Fix Windows client compilation on mingw. | ted.mielczarek@gmail.com | 2014-11-03 | 7 | -10/+16 |
* | Introduce microdump writer class. | primiano@chromium.org | 2014-10-28 | 7 | -21/+490 |
* | Fix breakpad on mips and x86_64 for the NDK r10c update. | primiano@chromium.org | 2014-10-24 | 2 | -4/+5 |
* | Fixing the Mac Inspector build by adding the launch_report dependency to the ... | ivanpe@chromium.org | 2014-10-17 | 1 | -0/+10 |
* | Refactor .so name detection logic in minidump/linux_dumper. | primiano@chromium.org | 2014-10-17 | 3 | -54/+70 |
* | The process uptime computation when the Windows out-of-process Crash Generation | ivanpe@chromium.org | 2014-10-15 | 1 | -2/+4 |
* | Linux multiprocess crash reporter: use pipe instead of socketpair in the client | ted.mielczarek@gmail.com | 2014-10-09 | 2 | -9/+2 |
* | Remove workaround for Linux credential-passing bug | ted.mielczarek@gmail.com | 2014-10-09 | 1 | -127/+0 |
* | Microdumps: refactor out common parts of minidump_writer.cc | primiano@chromium.org | 2014-10-01 | 10 | -619/+993 |
* | Fix some nits raised by Timur for r1385. | thestig@chromium.org | 2014-09-24 | 1 | -3/+2 |
* | IWYU in minidump_writer.cc to fix building with libc++ after r1385. | thestig@chromium.org | 2014-09-24 | 1 | -0/+1 |