| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix a build break with SDK 10.14. | Ivan Penkov | 2019-05-29 | 1 | -2/+2 |
* | [Breakpad iOS] Add a callback on report upload completion. | Olivier Robin | 2019-04-23 | 2 | -0/+25 |
* | breakpad: Remove semicolons, mac edition. | Nico Weber | 2019-02-22 | 5 | -7/+7 |
* | Define and use a a new MDRawContextARM64 | Joshua Peraza | 2018-08-01 | 1 | -0/+10 |
* | Rename MDRawContextARM64 and its context flags | Joshua Peraza | 2018-08-01 | 1 | -4/+4 |
* | mac: Fix broken xcode projects | Joshua Peraza | 2018-07-31 | 1 | -55/+51 |
* | 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 |
* | iOS client identifies itself via URL params | Roman Margold | 2017-03-10 | 1 | -0/+44 |
* | fix write() unused-result warning | Mike Frysinger | 2017-02-08 | 2 | -3/+5 |
* | Revert "iOS client identifies itself via URL params" | Roman Margold | 2017-02-01 | 1 | -37/+0 |
* | iOS client identifies itself via URL params | Roman Margold | 2017-02-01 | 1 | -0/+37 |
* | 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 |
* | Remove GTM_ENABLE_LEAKS and GTMGarbageCollection | Dave MacLachlan | 2016-04-21 | 1 | -2/+0 |
* | 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 |
* | tests: InstructionPointerMemoryNullPointer: make it work under llvm | vapier@chromium.org | 2015-07-20 | 1 | -1/+3 |
* | Breakpad: Fix build with new clang versions. | mark@chromium.org | 2014-12-10 | 1 | -1/+1 |
* | Fixing the Mac Inspector build by adding the launch_report dependency to the ... | ivanpe@chromium.org | 2014-10-17 | 1 | -0/+10 |
* | Mac: Add support for in-process crash reporting to Breakpad. | andresantoso@chromium.org | 2014-09-15 | 5 | -49/+68 |
* | Adding possibility for client to upload the file | blundell@chromium.org | 2014-09-01 | 2 | -33/+59 |
* | constructor init list in wrong order in CrashGenerationServer | ted.mielczarek@gmail.com | 2014-08-28 | 1 | -2/+2 |
* | 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 | 2 | -4/+4 |
* | Fix up ~14 warnings about 'Implicit conversion loses integer precision' on iOS. | dmaclach | 2014-02-18 | 2 | -17/+19 |
* | Don't do work inside assert(). Ever. | mark@chromium.org | 2014-01-10 | 1 | -16/+13 |
* | Fix #include order from r1268. | mark@chromium.org | 2014-01-10 | 1 | -2/+2 |
* | Fix compilation with macos-target=10.9 | ted.mielczarek@gmail.com | 2014-01-03 | 1 | -0/+2 |
* | Remove usage of gDebugLog and DEBUGLOG from Mac and iOS client code. | altse@chromium.org | 2013-12-12 | 4 | -74/+5 |
* | Back out r1244 | mark@chromium.org | 2013-12-09 | 1 | -1/+11 |
* | Avoid redefinition of global static debug flag and remove unneeded | mark@chromium.org | 2013-12-05 | 1 | -11/+1 |
* | Generate minidumps for 64-bit ARM apps on iOS. | mark@chromium.org | 2013-11-21 | 7 | -23/+194 |
* | NSLocalizedString compatibility (10.8 SDK and clang trunk -Wformat-extra-args) | mark@chromium.org | 2013-11-05 | 1 | -12/+12 |
* | 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 | 3 | -8/+53 |
* | Fix a clang warning. | mark@chromium.org | 2013-06-27 | 1 | -5/+7 |
* | Rewrite SimpleStringDictionary with NonAllocatingMap. | rsesek@chromium.org | 2013-04-24 | 3 | -14/+13 |
* | Move SimpleStringDictionary from common/mac/ to just common/. | rsesek@chromium.org | 2013-04-18 | 8 | -304/+19 |
* | Fix missing result check in Mac exception handler | ted.mielczarek@gmail.com | 2013-04-18 | 1 | -3/+7 |