| Commit message (Expand) | Author | Age | Files | Lines |
* | fix pointer style to match the style guide | Mike Frysinger | 2020-07-15 | 11 | -252/+249 |
* | Update Xcode project files to fix build errors. | Ivan Penkov | 2020-01-29 | 1 | -8/+10 |
* | ios: build for arm64e | Joshua Peraza | 2020-01-03 | 2 | -3/+20 |
* | Rename MDRawContextARM64 and its context flags | Joshua Peraza | 2018-08-01 | 1 | -4/+4 |
* | Fixing incorrect include guard (missing #define) | Daniel Bratell | 2018-02-23 | 1 | -0/+1 |
* | Rename src/common/memory.h to memory_allocator.h. | Ted Mielczarek | 2017-10-17 | 1 | -1/+1 |
* | Update links | Orgad Shaneh | 2016-11-18 | 1 | -2/+2 |
* | Don't call _exit() on iOS. | Justin Cohen | 2016-10-13 | 1 | -0/+5 |
* | Corrected some old references to mm files, which were renamed to cc files a w... | Ivan Penkov | 2016-09-01 | 1 | -4/+4 |
* | Fix usage of deprecated function CFPropertyListCreateFromXMLData. | Sylvain Defresne | 2016-02-08 | 1 | -3/+3 |
* | Remove use of deprecated CFURLCreateDataAndPropertiesFromResource function. | Ivan Penkov | 2016-01-31 | 1 | -6/+19 |
* | Revert "Fix deprecatation warning when building for recent SDKs on iOS/OS X." | Olivier Robin | 2016-01-21 | 1 | -3/+3 |
* | Fix deprecatation warning when building for recent SDKs on iOS/OS X. | Sylvain Defresne | 2016-01-07 | 1 | -3/+3 |
* | Let breakpad build with -Wall on OS X and Linux. | Lei Zhang | 2015-12-29 | 1 | -6/+2 |
* | Remove use of deprecated CFURLCreateDataAndPropertiesFromResource function. | Ivan Penkov | 2015-12-18 | 1 | -12/+19 |
* | Set 32 bits iOS app to use vm_region_recurse_64. | blundell@chromium.org | 2014-08-11 | 1 | -4/+0 |
* | Use PAGE_MAX_SIZE. PAGE_SIZE is now a variable size. | qsr@chromium.org | 2014-06-06 | 1 | -1/+5 |
* | [Mac] Remove unused host_info call and supporting calls. | mark@chromium.org | 2014-05-12 | 1 | -11/+0 |
* | Make ARM64 detection consistent in chromium. | mark@chromium.org | 2014-04-01 | 4 | -7/+7 |
* | Fixing compiler warnings: | ivan.penkov@gmail.com | 2014-02-28 | 1 | -3/+3 |
* | Update GTM and enable -Wundef and strict C++11 flags. | dmaclach | 2014-02-26 | 1 | -7/+14 |
* | Fixup breakpad compile for Xcode 5.1 iOS release | dmaclach | 2014-02-24 | 1 | -2/+2 |
* | Fix up ~14 warnings about 'Implicit conversion loses integer precision' on iOS. | dmaclach | 2014-02-18 | 2 | -17/+19 |
* | Generate minidumps for 64-bit ARM apps on iOS. | mark@chromium.org | 2013-11-21 | 7 | -23/+194 |
* | Remove define of mach_vm_region from mach_vm_compatibility.h. | qsr@chromium.org | 2013-10-17 | 1 | -1/+0 |
* | Enable the SIGABRT handler on desktop OS X | ted.mielczarek@gmail.com | 2013-08-14 | 2 | -2/+13 |
* | Fix missing result check in Mac exception handler | ted.mielczarek@gmail.com | 2013-04-18 | 1 | -3/+7 |
* | Make OOP mac crashreporting exit after writing dump | ted.mielczarek@gmail.com | 2013-03-06 | 1 | -1/+4 |
* | Use stdint types everywhere | ted.mielczarek@gmail.com | 2013-03-06 | 2 | -25/+25 |
* | Move scoped_ptr.h to common | ted.mielczarek@gmail.com | 2013-01-17 | 1 | -1/+1 |
* | Allow the Mac and iOS Breakpad clients to build without exceptions when the C... | mark@chromium.org | 2012-12-11 | 1 | -1/+14 |
* | Explicitly include unistd.h for getpagesize(). | mark@chromium.org | 2012-12-07 | 1 | -0/+1 |
* | Update dump_syms to correctly filter on cpu subtype. | qsr@chromium.org | 2012-10-04 | 1 | -3/+5 |
* | Fix an analyzer warning due to value assigned but not used. | kenbongort@gmail.com | 2012-10-03 | 1 | -2/+0 |
* | Fix a bunch of small nits. | thestig@chromium.org | 2012-09-26 | 1 | -52/+50 |
* | Turn on more warnings in ios / mac projects. | qsr@chromium.org | 2012-09-21 | 3 | -18/+25 |
* | Getting context information from the kernel when catching a SIGABRT on iOS. | qsr@chromium.org | 2012-08-20 | 4 | -9/+39 |
* | Fix compilation for iOS on XCode 4.5 | qsr@chromium.org | 2012-07-09 | 1 | -1/+1 |
* | Unprotect the allocator before trying to create a minidump from a signal. | qsr@chromium.org | 2012-05-14 | 1 | -5/+13 |
* | Fix one more -Wnull-conversion warning. | mark@chromium.org | 2012-03-30 | 1 | -1/+2 |
* | Fix -Wnull-conversion warnings in breakpad. | mark@chromium.org | 2012-03-30 | 2 | -2/+2 |
* | Add high level API for breakpad on iOS. | qsr@chromium.org | 2012-03-13 | 1 | -7/+9 |
* | Change iOS implementation to not use exc_server | qsr@chromium.org | 2012-03-09 | 1 | -86/+89 |
* | Add SIGABRT handler for mac and iOS. | qsr@chromium.org | 2012-03-09 | 2 | -6/+70 |
* | Removing breakpad_exc_server and all references. | qsr@chromium.org | 2012-03-08 | 3 | -2085/+2 |
* | Correct various compilation warnings. | qsr@chromium.org | 2012-03-07 | 2 | -14/+16 |
* | Creating minidump for uncaught exception on iOS. | qsr@chromium.org | 2012-02-14 | 1 | -4/+12 |
* | NXSwapBigIntToHost is deprecated, use CFSwapInt32BigToHost instead. | mark@chromium.org | 2012-02-06 | 1 | -8/+9 |
* | Fix several clang warnings in breakpad. | mark@chromium.org | 2012-01-26 | 1 | -3/+3 |
* | Rename md5.c to md5.cc, put its contents inside the google_breakpad namespace. | ted.mielczarek | 2011-11-18 | 1 | -4/+4 |