aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Improvements to GYP buildPavel Labath2016-01-293-3/+10
* convert to uint8_t* for binary data to fix -Wnarrowing build errorsMike Frysinger2016-01-2616-173/+219
* test: allow use of system gmock/gtest libsMike Frysinger2016-01-251-2/+2
* Revert "Fix deprecatation warning when building for recent SDKs on iOS/OS X."Olivier Robin2016-01-212-62/+10
* exploitability_unittest: fix warningsMike Frysinger2016-01-211-7/+6
* Fix usage of snprintf for MSVCPavel Labath2016-01-197-17/+50
* breakpad: fix unittest failure when building with clang.Mike Frysinger2016-01-151-1/+1
* libdisasm: Remove inclusion of windows.hPavel Labath2016-01-121-4/+0
* Define intptr and uintptr in a more generic wayPavel Labath2016-01-111-6/+2
* libdisasm: Don't depend on sizeof(void)Pavel Labath2016-01-081-3/+3
* disassembler_x86: Remove unused includePavel Labath2016-01-081-1/+0
* 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-072-10/+62
* 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
* Make minidump-2-core.cc build with -Wformat.Lei Zhang2016-01-062-1/+7
* 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-299-29/+14
* Remove use of deprecated CFURLCreateDataAndPropertiesFromResource function.Ivan Penkov2015-12-181-12/+19
* Fix ExploitabilityLinuxUtilsTest::DisassembleBytesTest to not fail when temp ...Ted Mielczarek2015-11-301-1/+3
* dump_syms: add a -v flagMike Frysinger2015-11-111-1/+16
* Fix file descriptor leaks in linux CrashGenerationServerMike Frysinger2015-11-111-0/+3
* Make dump_syms buildable under newer versions of Xcode.Boris Vidolov2015-11-101-0/+4
* Android: Workaround for ftruncate() issues.Lei Zhang2015-11-051-3/+69
* Issue in StackwalkerAMD64::GetCallerByFramePointerRecovery.Ivan Penkov2015-10-153-9/+165
* 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-069-58/+63
* Fix MSVC build (including on 2015), drop some workarounds for MSVC older than...Ted Mielczarek2015-10-067-39/+15
* Increasing the Breakpad stack walker max scan limit from 30 to 40.Ivan Penkov2015-10-054-6/+6
* [mac] Teach dump_syms to handle additional zerofill sectionsPavel Labath2015-09-301-1/+3
* 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
* Fixup a bad strcmp call landed in previous commitTed Mielczarek2015-09-161-1/+1
* Fix Mac Breakpad host tools to build in Linux cross-compileTed Mielczarek2015-09-1633-190/+3496
* solaris: fix spurious ;Mike Frysinger2015-09-111-1/+1
* Fix regression on x86 for "Fix compile error with Windows clang"Will Harris2015-09-031-6/+5
* The "CPU architecture" field is being filled from the wrong part ofmmandlis@chromium.org2015-08-266-25/+106
* Add check for Linux minidump ending on bad write for exploitability rating.Liu.andrew.x@gmail.com2015-08-2113-8/+584
* Don't use strtok_s for mingw buildsted.mielczarek@gmail.com2015-08-203-2/+4
* Add user_regs_struct and user_fpsimd_struct for aarch64 on Android.rmcilroy@chromium.org2015-08-201-18/+23
* Fix compile error with Windows clang.wfh@chromium.org2015-08-191-4/+7
* Fix inttypes format macros in src/processor/proc_maps_linux.ccprimiano@chromium.org2015-08-191-1/+4
* Remove obsolete seccomp_unwinder for legacy (pre-BPF) sandboxprimiano@chromium.org2015-08-184-214/+0
* Fix proc_maps_linux compile for non-Linuxted.mielczarek@gmail.com2015-08-171-4/+2
* [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
* Add check for executable stack/heap when rating Linux exploitability.Liu.andrew.x@gmail.com2015-08-156-3/+33
* Add check to see if stack pointer is off the stack according to the memoryLiu.andrew.x@gmail.com2015-08-155-1/+33
* Fix format specifier in proc maps to support 32-bit architectures.Liu.andrew.x@gmail.com2015-08-132-6/+6