aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2016-01-25test: allow use of system gmock/gtest libsMike Frysinger
2016-01-21Revert "Fix deprecatation warning when building for recent SDKs on iOS/OS X."Olivier Robin
2016-01-21exploitability_unittest: fix warningsMike Frysinger
2016-01-19Fix usage of snprintf for MSVCPavel Labath
2016-01-15breakpad: fix unittest failure when building with clang.Mike Frysinger
2016-01-12libdisasm: Remove inclusion of windows.hPavel Labath
2016-01-11Define intptr and uintptr in a more generic wayPavel Labath
2016-01-08libdisasm: Don't depend on sizeof(void)Pavel Labath
2016-01-08disassembler_x86: Remove unused includePavel Labath
2016-01-08Fix compilation of breakpad on Linux.Sylvain Defresne
2016-01-07Fix deprecatation warning when building for recent SDKs on iOS/OS X.Sylvain Defresne
2016-01-07Use range-based for loops in linux/minidump_writer/minidump_writer.cc.Lei Zhang
2016-01-06Avoid comparing size_t to be < 0 on AArch64.Lei Zhang
2016-01-06Make minidump-2-core.cc build with -Wformat.Lei Zhang
2015-12-30Fix -Wunused-function warnings in ASAN builds.Lei Zhang
2015-12-29Let breakpad build with -Wall on OS X and Linux.Lei Zhang
2015-12-18Remove use of deprecated CFURLCreateDataAndPropertiesFromResource function.Ivan Penkov
2015-11-30Fix ExploitabilityLinuxUtilsTest::DisassembleBytesTest to not fail when temp ...Ted Mielczarek
2015-11-11dump_syms: add a -v flagMike Frysinger
2015-11-11Fix file descriptor leaks in linux CrashGenerationServerMike Frysinger
2015-11-10Make dump_syms buildable under newer versions of Xcode.Boris Vidolov
2015-11-05Android: Workaround for ftruncate() issues.Lei Zhang
2015-10-15Issue in StackwalkerAMD64::GetCallerByFramePointerRecovery.Ivan Penkov
2015-10-14Only release current_breakpad_ if it is defined.Benjamin Lerman
2015-10-07Fix Windows crash_generation_server for debug builds without -D_DEBUGTed Mielczarek
2015-10-06Support for multiple upload files in CrashReportSender/HTTPUploadDavid Major
2015-10-06Fix MSVC build (including on 2015), drop some workarounds for MSVC older than...Ted Mielczarek
2015-10-05Increasing the Breakpad stack walker max scan limit from 30 to 40.Ivan Penkov
2015-09-30[mac] Teach dump_syms to handle additional zerofill sectionsPavel Labath
2015-09-28Add GPU fingerprint information to breakpad microdumps.Primiano Tucci
2015-09-22Linux ExceptionHandler: don't allocate the CrashContext on the stackPrimiano Tucci
2015-09-16Fixup a bad strcmp call landed in previous commitTed Mielczarek
2015-09-16Fix Mac Breakpad host tools to build in Linux cross-compileTed Mielczarek
2015-09-11solaris: fix spurious ;Mike Frysinger
2015-09-03Fix regression on x86 for "Fix compile error with Windows clang"Will Harris
2015-08-26The "CPU architecture" field is being filled from the wrong part ofmmandlis@chromium.org
2015-08-21Add check for Linux minidump ending on bad write for exploitability rating.Liu.andrew.x@gmail.com
2015-08-20Don't use strtok_s for mingw buildsted.mielczarek@gmail.com
2015-08-20Add user_regs_struct and user_fpsimd_struct for aarch64 on Android.rmcilroy@chromium.org
2015-08-19Fix compile error with Windows clang.wfh@chromium.org
2015-08-19Fix inttypes format macros in src/processor/proc_maps_linux.ccprimiano@chromium.org
2015-08-18Remove obsolete seccomp_unwinder for legacy (pre-BPF) sandboxprimiano@chromium.org
2015-08-17Fix proc_maps_linux compile for non-Linuxted.mielczarek@gmail.com
2015-08-17[microdump] Move microdump writes to the crash ring-buffer logprimiano@chromium.org
2015-08-17[microdump] Fix hw architecture indication in build fingerprint lineprimiano@chromium.org
2015-08-15Add check for executable stack/heap when rating Linux exploitability.Liu.andrew.x@gmail.com
2015-08-15Add check to see if stack pointer is off the stack according to the memoryLiu.andrew.x@gmail.com
2015-08-13Fix format specifier in proc maps to support 32-bit architectures.Liu.andrew.x@gmail.com
2015-08-13Actually remove removed filested.mielczarek@gmail.com
2015-08-13Remove some old unused code, add a missing includeted.mielczarek@gmail.com