aboutsummaryrefslogtreecommitdiff
path: root/src/client
Commit message (Expand)AuthorAgeFilesLines
* Revert "Fix deprecatation warning when building for recent SDKs on iOS/OS X."Olivier Robin2016-01-211-3/+3
* Fix compilation of breakpad on Linux.Sylvain Defresne2016-01-081-2/+2
* Fix deprecatation warning when building for recent SDKs on iOS/OS X.Sylvain Defresne2016-01-071-3/+3
* Use range-based for loops in linux/minidump_writer/minidump_writer.cc.Lei Zhang2016-01-071-45/+32
* Avoid comparing size_t to be < 0 on AArch64.Lei Zhang2016-01-061-2/+2
* Fix -Wunused-function warnings in ASAN builds.Lei Zhang2015-12-301-6/+2
* Let breakpad build with -Wall on OS X and Linux.Lei Zhang2015-12-291-6/+2
* Remove use of deprecated CFURLCreateDataAndPropertiesFromResource function.Ivan Penkov2015-12-181-12/+19
* Fix file descriptor leaks in linux CrashGenerationServerMike Frysinger2015-11-111-0/+3
* Android: Workaround for ftruncate() issues.Lei Zhang2015-11-051-3/+69
* Only release current_breakpad_ if it is defined.Benjamin Lerman2015-10-141-1/+1
* Fix Windows crash_generation_server for debug builds without -D_DEBUGTed Mielczarek2015-10-071-1/+1
* Support for multiple upload files in CrashReportSender/HTTPUploadDavid Major2015-10-062-4/+4
* Fix MSVC build (including on 2015), drop some workarounds for MSVC older than...Ted Mielczarek2015-10-063-5/+5
* Add GPU fingerprint information to breakpad microdumps.Primiano Tucci2015-09-287-81/+164
* Linux ExceptionHandler: don't allocate the CrashContext on the stackPrimiano Tucci2015-09-221-15/+27
* Remove obsolete seccomp_unwinder for legacy (pre-BPF) sandboxprimiano@chromium.org2015-08-184-214/+0
* [microdump] Move microdump writes to the crash ring-buffer logprimiano@chromium.org2015-08-174-3/+60
* [microdump] Fix hw architecture indication in build fingerprint lineprimiano@chromium.org2015-08-172-15/+60
* Fix breakpad for arm on arm64cjhopman@chromium.org2015-08-051-0/+6
* add aarch64 support to minidump-2-corevapier@chromium.org2015-07-201-3/+3
* tests: InstructionPointerMemoryNullPointer: make it work under llvmvapier@chromium.org2015-07-202-2/+9
* Fix -Wreorder warnings in the Windows code.wfh@chromium.org2015-07-103-14/+14
* Default nil or empty version string to CFBundleVersionchangluo@google.com2015-07-101-1/+1
* Adjust breakpad module size to match adjusted start_addr.rmcilroy@chromium.org2015-06-301-4/+9
* Update breakpad for Android packed relocations.rmcilroy@chromium.org2015-06-194-2/+192
* [microdump] Add build fingerprint and product info metadata.primiano@chromium.org2015-05-156-50/+163
* Fix signal propagation logic for Linux/Android exception handler.primiano@chromium.org2015-04-301-1/+2
* [MIPS]: Use mcontext_t structure for MIPSrmcilroy@chromium.org2015-04-215-48/+97
* Fix call to rt_sigactioncjhopman@chromium.org2015-04-151-4/+4
* MIPS64: Initial MIPS64 related change.mark@chromium.org2015-04-155-3/+21
* Use __NR_rt_sigaction instead of __NR_sigactionmark@chromium.org2015-04-131-1/+1
* Workaround Android sigaction bugmark@chromium.org2015-04-101-3/+21
* Fix compilation with gcc --std=c++11ted.mielczarek@gmail.com2015-03-245-16/+16
* Fix compatibility with Android NDK r10d.primiano@chromium.org2015-03-161-15/+0
* Make breakpad compatible with Android NDK r10d.primiano@chromium.org2015-03-102-5/+16
* Microdump writer: stop using new/malloc in compromised contextprimiano@chromium.org2015-03-101-9/+13
* Add option to Breakpad to consume INVALID_HANDLE_VALUE exceptions.wfh@chromium.org2015-02-222-0/+19
* Fix overflow error in breakpad for linuxmark@chromium.org2015-02-051-4/+4
* Handle failures of copying process data from a core file.benchan@chromium.org2015-02-026-16/+31
* Remove unused variable 'kGUIDStringSize' in microdump_writer_unittest.benchan@chromium.org2015-01-281-4/+0
* Stop calling memmove when unnecessaryhashimoto@chromium.org2015-01-271-2/+4
* Fix the scope on the initialization of kMicrodumpOnConsole to match header.primiano@chromium.org2015-01-091-1/+2
* Remove pointers from serialized file formatmdempsky@chromium.org2014-12-111-5/+9
* Breakpad: Fix build with new clang versions.mark@chromium.org2014-12-102-2/+2
* Microdumps: support aarch64 and lib mapping from APKprimiano@chromium.org2014-12-022-10/+36
* Fix microdump_writer and add unittest.primiano@chromium.org2014-11-252-10/+150
* Fix Windows client compilation on mingw.ted.mielczarek@gmail.com2014-11-037-10/+16
* Introduce microdump writer class.primiano@chromium.org2014-10-287-21/+490
* Fix breakpad on mips and x86_64 for the NDK r10c update.primiano@chromium.org2014-10-242-4/+5