aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* switch to git for external projectsMike Frysinger2016-01-061-5/+13
* 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
* Rename src/tools/mac/dump_syms binary to dump_syms_mac in autotools build to ...Ted Mielczarek2015-11-252-265/+265
* dump_syms: add a -v flagMike Frysinger2015-11-111-1/+16
* build: detect the right `ar` toolMike Frysinger2015-11-115-6/+511
* gitignore: add mac/dump_symsMike Frysinger2015-11-111-0/+1
* autotools: refresh config.{sub,guess}Mike Frysinger2015-11-112-8/+17
* Don't include libdisasm.a in libbreakpad.aMike Frysinger2015-11-112-4/+1
* Fix file descriptor leaks in linux CrashGenerationServerMike Frysinger2015-11-111-0/+3
* Install headers under client/linux/dump_writer_commonMike Frysinger2015-11-112-25/+59
* 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
* Revert "[Docs] Add wiki content to Markdown docs"Mike Frysinger2015-10-072-31/+0
* 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
* Fix automake files after README.md -> README renamePrimiano Tucci2015-09-282-2/+2
* Add GPU fingerprint information to breakpad microdumps.Primiano Tucci2015-09-287-81/+164
* [Docs] Add wiki content to Markdown docsMike Frysinger2015-09-242-0/+31
* Update configure to look for README.md instead of READMEMark Mentovai2015-09-233-5/+5
* [Docs] add markdown docs (converted from Wiki)Andy Bonventre2015-09-2217-37/+2948
* 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-1635-201/+4533
* Update gitignore to ignore more GYP thingsTed Mielczarek2015-09-111-0/+5
* solaris: fix spurious ;Mike Frysinger2015-09-111-1/+1
* README: update dev documents w/new git flowMike Frysinger2015-09-111-19/+13
* deps: switch lss to gitMike Frysinger2015-09-111-1/+2
* Fix regression on x86 for "Fix compile error with Windows clang"Will Harris2015-09-031-6/+5
* Change codereview.settings to point to new repo URL.Vadim Shtayura2015-09-011-1/+1
* 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-186-224/+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