aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* README: add more links to breakpad sitesMike Frysinger2016-01-141-4/+6
* Move core2md objects to libbreakpad_client.aMike Frysinger2016-01-132-20/+21
* 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
* Check for C++11 support in the configure script.Lei Zhang2016-01-083-5/+1289
* 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
* 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